Class OutputInfo.Builder (3.59.0)

public static final class OutputInfo.Builder extends GeneratedMessageV3.Builder<OutputInfo.Builder> implements OutputInfoOrBuilder

Describes the info for output of EvaluationService.EvaluateDataset.

Protobuf type google.cloud.aiplatform.v1beta1.OutputInfo

Implements

OutputInfoOrBuilder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public OutputInfo.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
OutputInfo.Builder
Overrides

build()

public OutputInfo build()
Returns
Type Description
OutputInfo

buildPartial()

public OutputInfo buildPartial()
Returns
Type Description
OutputInfo

clear()

public OutputInfo.Builder clear()
Returns
Type Description
OutputInfo.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public OutputInfo.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
OutputInfo.Builder
Overrides

clearGcsOutputDirectory()

public OutputInfo.Builder clearGcsOutputDirectory()

Output only. The full path of the Cloud Storage directory created, into which the evaluation results and aggregation results are written.

string gcs_output_directory = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
OutputInfo.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public OutputInfo.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
OutputInfo.Builder
Overrides

clearOutputLocation()

public OutputInfo.Builder clearOutputLocation()
Returns
Type Description
OutputInfo.Builder

clone()

public OutputInfo.Builder clone()
Returns
Type Description
OutputInfo.Builder
Overrides

getDefaultInstanceForType()

public OutputInfo getDefaultInstanceForType()
Returns
Type Description
OutputInfo

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getGcsOutputDirectory()

public String getGcsOutputDirectory()

Output only. The full path of the Cloud Storage directory created, into which the evaluation results and aggregation results are written.

string gcs_output_directory = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The gcsOutputDirectory.

getGcsOutputDirectoryBytes()

public ByteString getGcsOutputDirectoryBytes()

Output only. The full path of the Cloud Storage directory created, into which the evaluation results and aggregation results are written.

string gcs_output_directory = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for gcsOutputDirectory.

getOutputLocationCase()

public OutputInfo.OutputLocationCase getOutputLocationCase()
Returns
Type Description
OutputInfo.OutputLocationCase

hasGcsOutputDirectory()

public boolean hasGcsOutputDirectory()

Output only. The full path of the Cloud Storage directory created, into which the evaluation results and aggregation results are written.

string gcs_output_directory = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the gcsOutputDirectory field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(OutputInfo other)

public OutputInfo.Builder mergeFrom(OutputInfo other)
Parameter
Name Description
other OutputInfo
Returns
Type Description
OutputInfo.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public OutputInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
OutputInfo.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public OutputInfo.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
OutputInfo.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final OutputInfo.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
OutputInfo.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public OutputInfo.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
OutputInfo.Builder
Overrides

setGcsOutputDirectory(String value)

public OutputInfo.Builder setGcsOutputDirectory(String value)

Output only. The full path of the Cloud Storage directory created, into which the evaluation results and aggregation results are written.

string gcs_output_directory = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value String

The gcsOutputDirectory to set.

Returns
Type Description
OutputInfo.Builder

This builder for chaining.

setGcsOutputDirectoryBytes(ByteString value)

public OutputInfo.Builder setGcsOutputDirectoryBytes(ByteString value)

Output only. The full path of the Cloud Storage directory created, into which the evaluation results and aggregation results are written.

string gcs_output_directory = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value ByteString

The bytes for gcsOutputDirectory to set.

Returns
Type Description
OutputInfo.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public OutputInfo.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
OutputInfo.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final OutputInfo.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
OutputInfo.Builder
Overrides