public static final class BatchPredictionJob.OutputInfo extends GeneratedMessageV3 implements BatchPredictionJob.OutputInfoOrBuilder
Further describes this job's output.
Supplements
output_config.
Protobuf type google.cloud.aiplatform.v1beta1.BatchPredictionJob.OutputInfo
Static Fields
public static final int BIGQUERY_OUTPUT_DATASET_FIELD_NUMBER
Field Value
public static final int BIGQUERY_OUTPUT_TABLE_FIELD_NUMBER
Field Value
public static final int GCS_OUTPUT_DIRECTORY_FIELD_NUMBER
Field Value
Static Methods
public static BatchPredictionJob.OutputInfo getDefaultInstance()
Returns
public static final Descriptors.Descriptor getDescriptor()
Returns
public static BatchPredictionJob.OutputInfo.Builder newBuilder()
Returns
public static BatchPredictionJob.OutputInfo.Builder newBuilder(BatchPredictionJob.OutputInfo prototype)
Parameter
Returns
public static BatchPredictionJob.OutputInfo parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static BatchPredictionJob.OutputInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static BatchPredictionJob.OutputInfo parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
public static BatchPredictionJob.OutputInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static BatchPredictionJob.OutputInfo parseFrom(ByteString data)
Parameter
Returns
Exceptions
public static BatchPredictionJob.OutputInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static BatchPredictionJob.OutputInfo parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static BatchPredictionJob.OutputInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static BatchPredictionJob.OutputInfo parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static BatchPredictionJob.OutputInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static BatchPredictionJob.OutputInfo parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
public static BatchPredictionJob.OutputInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Parser<BatchPredictionJob.OutputInfo> parser()
Returns
Methods
public boolean equals(Object obj)
Parameter
Returns
Overrides
public String getBigqueryOutputDataset()
Output only. The path of the BigQuery dataset created, in
bq://projectId.bqDatasetId
format, into which the prediction output is written.
string bigquery_output_dataset = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type | Description |
String | The bigqueryOutputDataset.
|
public ByteString getBigqueryOutputDatasetBytes()
Output only. The path of the BigQuery dataset created, in
bq://projectId.bqDatasetId
format, into which the prediction output is written.
string bigquery_output_dataset = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type | Description |
ByteString | The bytes for bigqueryOutputDataset.
|
public String getBigqueryOutputTable()
Output only. The name of the BigQuery table created, in
predictions_<timestamp>
format, into which the prediction output is written.
Can be used by UI to generate the BigQuery output path, for example.
string bigquery_output_table = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type | Description |
String | The bigqueryOutputTable.
|
public ByteString getBigqueryOutputTableBytes()
Output only. The name of the BigQuery table created, in
predictions_<timestamp>
format, into which the prediction output is written.
Can be used by UI to generate the BigQuery output path, for example.
string bigquery_output_table = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type | Description |
ByteString | The bytes for bigqueryOutputTable.
|
public BatchPredictionJob.OutputInfo getDefaultInstanceForType()
Returns
public String getGcsOutputDirectory()
Output only. The full path of the Cloud Storage directory created, into
which the prediction output is written.
string gcs_output_directory = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type | Description |
String | The gcsOutputDirectory.
|
public ByteString getGcsOutputDirectoryBytes()
Output only. The full path of the Cloud Storage directory created, into
which the prediction output is written.
string gcs_output_directory = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type | Description |
ByteString | The bytes for gcsOutputDirectory.
|
public BatchPredictionJob.OutputInfo.OutputLocationCase getOutputLocationCase()
Returns
public Parser<BatchPredictionJob.OutputInfo> getParserForType()
Returns
Overrides
public int getSerializedSize()
Returns
Overrides
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
public boolean hasBigqueryOutputDataset()
Output only. The path of the BigQuery dataset created, in
bq://projectId.bqDatasetId
format, into which the prediction output is written.
string bigquery_output_dataset = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type | Description |
boolean | Whether the bigqueryOutputDataset field is set.
|
public boolean hasGcsOutputDirectory()
Output only. The full path of the Cloud Storage directory created, into
which the prediction output is written.
string gcs_output_directory = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type | Description |
boolean | Whether the gcsOutputDirectory field is set.
|
Returns
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public BatchPredictionJob.OutputInfo.Builder newBuilderForType()
Returns
protected BatchPredictionJob.OutputInfo.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
public BatchPredictionJob.OutputInfo.Builder toBuilder()
Returns
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions