public final class PredictRequestResponseLoggingConfig extends GeneratedMessageV3 implements PredictRequestResponseLoggingConfigOrBuilder
Configuration for logging request-response to a BigQuery table.
Protobuf type google.cloud.vertexai.v1.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
BIGQUERY_DESTINATION_FIELD_NUMBER
public static final int BIGQUERY_DESTINATION_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
ENABLED_FIELD_NUMBER
public static final int ENABLED_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
SAMPLING_RATE_FIELD_NUMBER
public static final int SAMPLING_RATE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static PredictRequestResponseLoggingConfig getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static PredictRequestResponseLoggingConfig.Builder newBuilder()
newBuilder(PredictRequestResponseLoggingConfig prototype)
public static PredictRequestResponseLoggingConfig.Builder newBuilder(PredictRequestResponseLoggingConfig prototype)
public static PredictRequestResponseLoggingConfig parseDelimitedFrom(InputStream input)
public static PredictRequestResponseLoggingConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static PredictRequestResponseLoggingConfig parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static PredictRequestResponseLoggingConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static PredictRequestResponseLoggingConfig parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
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)
parseFrom(ByteBuffer data)
public static PredictRequestResponseLoggingConfig parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static PredictRequestResponseLoggingConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<PredictRequestResponseLoggingConfig> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
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.vertexai.v1.BigQueryDestination bigquery_destination = 3;
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.vertexai.v1.BigQueryDestination bigquery_destination = 3;
getDefaultInstanceForType()
public PredictRequestResponseLoggingConfig getDefaultInstanceForType()
getEnabled()
public boolean getEnabled()
If logging is enabled or not.
bool enabled = 1;
Returns |
Type |
Description |
boolean |
The enabled.
|
getParserForType()
public Parser<PredictRequestResponseLoggingConfig> getParserForType()
Overrides
getSamplingRate()
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.
|
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
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.vertexai.v1.BigQueryDestination bigquery_destination = 3;
Returns |
Type |
Description |
boolean |
Whether the bigqueryDestination field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public PredictRequestResponseLoggingConfig.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected PredictRequestResponseLoggingConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public PredictRequestResponseLoggingConfig.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides