Class BatchPredictOperationMetadata.BatchPredictOutputInfo (2.41.0)

public static final class BatchPredictOperationMetadata.BatchPredictOutputInfo extends GeneratedMessageV3 implements BatchPredictOperationMetadata.BatchPredictOutputInfoOrBuilder

Further describes this batch predict's output. Supplements

BatchPredictOutputConfig.

Protobuf type google.cloud.automl.v1beta1.BatchPredictOperationMetadata.BatchPredictOutputInfo

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > BatchPredictOperationMetadata.BatchPredictOutputInfo

Static Fields

BIGQUERY_OUTPUT_DATASET_FIELD_NUMBER

public static final int BIGQUERY_OUTPUT_DATASET_FIELD_NUMBER
Field Value
TypeDescription
int

GCS_OUTPUT_DIRECTORY_FIELD_NUMBER

public static final int GCS_OUTPUT_DIRECTORY_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static BatchPredictOperationMetadata.BatchPredictOutputInfo getDefaultInstance()
Returns
TypeDescription
BatchPredictOperationMetadata.BatchPredictOutputInfo

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder newBuilder()
Returns
TypeDescription
BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder

newBuilder(BatchPredictOperationMetadata.BatchPredictOutputInfo prototype)

public static BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder newBuilder(BatchPredictOperationMetadata.BatchPredictOutputInfo prototype)
Parameter
NameDescription
prototypeBatchPredictOperationMetadata.BatchPredictOutputInfo
Returns
TypeDescription
BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder

parseDelimitedFrom(InputStream input)

public static BatchPredictOperationMetadata.BatchPredictOutputInfo parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
BatchPredictOperationMetadata.BatchPredictOutputInfo
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BatchPredictOperationMetadata.BatchPredictOutputInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchPredictOperationMetadata.BatchPredictOutputInfo
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static BatchPredictOperationMetadata.BatchPredictOutputInfo parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
BatchPredictOperationMetadata.BatchPredictOutputInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static BatchPredictOperationMetadata.BatchPredictOutputInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchPredictOperationMetadata.BatchPredictOutputInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static BatchPredictOperationMetadata.BatchPredictOutputInfo parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
BatchPredictOperationMetadata.BatchPredictOutputInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static BatchPredictOperationMetadata.BatchPredictOutputInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchPredictOperationMetadata.BatchPredictOutputInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static BatchPredictOperationMetadata.BatchPredictOutputInfo parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
BatchPredictOperationMetadata.BatchPredictOutputInfo
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static BatchPredictOperationMetadata.BatchPredictOutputInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchPredictOperationMetadata.BatchPredictOutputInfo
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static BatchPredictOperationMetadata.BatchPredictOutputInfo parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
BatchPredictOperationMetadata.BatchPredictOutputInfo
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BatchPredictOperationMetadata.BatchPredictOutputInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchPredictOperationMetadata.BatchPredictOutputInfo
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static BatchPredictOperationMetadata.BatchPredictOutputInfo parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
BatchPredictOperationMetadata.BatchPredictOutputInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static BatchPredictOperationMetadata.BatchPredictOutputInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchPredictOperationMetadata.BatchPredictOutputInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<BatchPredictOperationMetadata.BatchPredictOutputInfo> parser()
Returns
TypeDescription
Parser<BatchPredictOutputInfo>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getBigqueryOutputDataset()

public String getBigqueryOutputDataset()

The path of the BigQuery dataset created, in bq://projectId.bqDatasetId format, into which the prediction output is written.

string bigquery_output_dataset = 2;

Returns
TypeDescription
String

The bigqueryOutputDataset.

getBigqueryOutputDatasetBytes()

public ByteString getBigqueryOutputDatasetBytes()

The path of the BigQuery dataset created, in bq://projectId.bqDatasetId format, into which the prediction output is written.

string bigquery_output_dataset = 2;

Returns
TypeDescription
ByteString

The bytes for bigqueryOutputDataset.

getDefaultInstanceForType()

public BatchPredictOperationMetadata.BatchPredictOutputInfo getDefaultInstanceForType()
Returns
TypeDescription
BatchPredictOperationMetadata.BatchPredictOutputInfo

getGcsOutputDirectory()

public String getGcsOutputDirectory()

The full path of the Google Cloud Storage directory created, into which the prediction output is written.

string gcs_output_directory = 1;

Returns
TypeDescription
String

The gcsOutputDirectory.

getGcsOutputDirectoryBytes()

public ByteString getGcsOutputDirectoryBytes()

The full path of the Google Cloud Storage directory created, into which the prediction output is written.

string gcs_output_directory = 1;

Returns
TypeDescription
ByteString

The bytes for gcsOutputDirectory.

getOutputLocationCase()

public BatchPredictOperationMetadata.BatchPredictOutputInfo.OutputLocationCase getOutputLocationCase()
Returns
TypeDescription
BatchPredictOperationMetadata.BatchPredictOutputInfo.OutputLocationCase

getParserForType()

public Parser<BatchPredictOperationMetadata.BatchPredictOutputInfo> getParserForType()
Returns
TypeDescription
Parser<BatchPredictOutputInfo>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hasBigqueryOutputDataset()

public boolean hasBigqueryOutputDataset()

The path of the BigQuery dataset created, in bq://projectId.bqDatasetId format, into which the prediction output is written.

string bigquery_output_dataset = 2;

Returns
TypeDescription
boolean

Whether the bigqueryOutputDataset field is set.

hasGcsOutputDirectory()

public boolean hasGcsOutputDirectory()

The full path of the Google Cloud Storage directory created, into which the prediction output is written.

string gcs_output_directory = 1;

Returns
TypeDescription
boolean

Whether the gcsOutputDirectory field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder newBuilderForType()
Returns
TypeDescription
BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder toBuilder()
Returns
TypeDescription
BatchPredictOperationMetadata.BatchPredictOutputInfo.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException