Class PredictRequestResponseLoggingConfig

    • Field Detail

      • SAMPLING_RATE_FIELD_NUMBER

        public static final int SAMPLING_RATE_FIELD_NUMBER
        See Also:
        Constant Field Values
      • BIGQUERY_DESTINATION_FIELD_NUMBER

        public static final int BIGQUERY_DESTINATION_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • hasBigqueryDestination

        public boolean hasBigqueryDestination()
         BigQuery table for logging.
         If only given a project, a new dataset will be created with name
         `logging_<endpoint-display-name>_<endpoint-id>` where
         <endpoint-display-name> will be made BigQuery-dataset-name compatible (e.g.
         most special characters will become underscores). If no table name is
         given, a new table will be created with name `request_response_logging`
         
        .google.cloud.aiplatform.v1beta1.BigQueryDestination bigquery_destination = 3;
        Specified by:
        hasBigqueryDestination in interface PredictRequestResponseLoggingConfigOrBuilder
        Returns:
        Whether the bigqueryDestination field is set.
      • getBigqueryDestination

        public BigQueryDestination getBigqueryDestination()
         BigQuery table for logging.
         If only given a project, a new dataset will be created with name
         `logging_<endpoint-display-name>_<endpoint-id>` where
         <endpoint-display-name> will be made BigQuery-dataset-name compatible (e.g.
         most special characters will become underscores). If no table name is
         given, a new table will be created with name `request_response_logging`
         
        .google.cloud.aiplatform.v1beta1.BigQueryDestination bigquery_destination = 3;
        Specified by:
        getBigqueryDestination in interface PredictRequestResponseLoggingConfigOrBuilder
        Returns:
        The bigqueryDestination.
      • getBigqueryDestinationOrBuilder

        public BigQueryDestinationOrBuilder getBigqueryDestinationOrBuilder()
         BigQuery table for logging.
         If only given a project, a new dataset will be created with name
         `logging_<endpoint-display-name>_<endpoint-id>` where
         <endpoint-display-name> will be made BigQuery-dataset-name compatible (e.g.
         most special characters will become underscores). If no table name is
         given, a new table will be created with name `request_response_logging`
         
        .google.cloud.aiplatform.v1beta1.BigQueryDestination bigquery_destination = 3;
        Specified by:
        getBigqueryDestinationOrBuilder in interface PredictRequestResponseLoggingConfigOrBuilder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static PredictRequestResponseLoggingConfig parseFrom​(ByteBuffer data,
                                                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static PredictRequestResponseLoggingConfig parseFrom​(com.google.protobuf.ByteString data)
                                                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static PredictRequestResponseLoggingConfig parseFrom​(com.google.protobuf.ByteString data,
                                                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static PredictRequestResponseLoggingConfig parseFrom​(byte[] data)
                                                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static PredictRequestResponseLoggingConfig parseFrom​(byte[] data,
                                                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • newBuilderForType

        public PredictRequestResponseLoggingConfig.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected PredictRequestResponseLoggingConfig.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<PredictRequestResponseLoggingConfig> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public PredictRequestResponseLoggingConfig getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder