Send feedback
Class PredictRequestResponseLoggingConfig (3.19.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.19.0keyboard_arrow_down
public final class PredictRequestResponseLoggingConfig extends GeneratedMessageV3 implements PredictRequestResponseLoggingConfigOrBuilder
Configuration for logging request-response to a BigQuery table.
Protobuf type google.cloud.aiplatform.v1.PredictRequestResponseLoggingConfig
Inherited Members
com.google.protobuf.GeneratedMessageV3.makeMutableCopy(ListT)
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 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__
where
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.v1.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__
where
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.v1.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 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 final UnknownFieldSet getUnknownFields ()
Overrides
public boolean hasBigqueryDestination ()
BigQuery table for logging.
If only given a project, a new dataset will be created with name
logging__
where
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.v1.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 )
Returns
Type
Description
Object
Overrides
public PredictRequestResponseLoggingConfig . Builder toBuilder ()
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-12 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-12 UTC."],[],[]]