public final class PredictRequestResponseLoggingConfig extends GeneratedMessageV3 implements PredictRequestResponseLoggingConfigOrBuilder
Configuration for logging request-response to a BigQuery table.
Protobuf type google.cloud.aiplatform.v1beta1.PredictRequestResponseLoggingConfig
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int BIGQUERY_DESTINATION_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int ENABLED_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int SAMPLING_RATE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
public static PredictRequestResponseLoggingConfig getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static PredictRequestResponseLoggingConfig.Builder newBuilder()
public static PredictRequestResponseLoggingConfig.Builder newBuilder(PredictRequestResponseLoggingConfig prototype)
public static PredictRequestResponseLoggingConfig parseDelimitedFrom(InputStream input)
public static PredictRequestResponseLoggingConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static PredictRequestResponseLoggingConfig parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
public static PredictRequestResponseLoggingConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static PredictRequestResponseLoggingConfig parseFrom(ByteString data)
public static PredictRequestResponseLoggingConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static PredictRequestResponseLoggingConfig parseFrom(CodedInputStream input)
public static PredictRequestResponseLoggingConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static PredictRequestResponseLoggingConfig parseFrom(InputStream input)
public static PredictRequestResponseLoggingConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static PredictRequestResponseLoggingConfig parseFrom(ByteBuffer data)
public static PredictRequestResponseLoggingConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<PredictRequestResponseLoggingConfig> parser()
Methods
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
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;
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;
public PredictRequestResponseLoggingConfig getDefaultInstanceForType()
public boolean getEnabled()
If logging is enabled or not.
bool enabled = 1;
Returns |
---|
Type | Description |
boolean | The enabled.
|
public Parser<PredictRequestResponseLoggingConfig> getParserForType()
Overrides
public double getSamplingRate()
Percentage of requests to be logged, expressed as a fraction in
range(0,1].
double sampling_rate = 2;
Returns |
---|
Type | Description |
double | The samplingRate.
|
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
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;
Returns |
---|
Type | Description |
boolean | Whether the bigqueryDestination field is set.
|
Returns |
---|
Type | Description |
int | |
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public PredictRequestResponseLoggingConfig.Builder newBuilderForType()
protected PredictRequestResponseLoggingConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
public PredictRequestResponseLoggingConfig.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides