Uses of Class
com.google.cloud.automl.v1beta1.GcsDestination.Builder
-
Packages that use GcsDestination.Builder Package Description com.google.cloud.automl.v1beta1 A client to Cloud AutoML API -
-
Uses of GcsDestination.Builder in com.google.cloud.automl.v1beta1
Methods in com.google.cloud.automl.v1beta1 that return GcsDestination.Builder Modifier and Type Method Description GcsDestination.Builder
GcsDestination.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
GcsDestination.Builder
GcsDestination.Builder. clear()
GcsDestination.Builder
GcsDestination.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
GcsDestination.Builder
GcsDestination.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
GcsDestination.Builder
GcsDestination.Builder. clearOutputUriPrefix()
Required.GcsDestination.Builder
GcsDestination.Builder. clone()
GcsDestination.Builder
BatchPredictOutputConfig.Builder. getGcsDestinationBuilder()
The Google Cloud Storage location of the directory where the output is to be written to.GcsDestination.Builder
ModelExportOutputConfig.Builder. getGcsDestinationBuilder()
The Google Cloud Storage location where the model is to be written to.GcsDestination.Builder
OutputConfig.Builder. getGcsDestinationBuilder()
The Google Cloud Storage location where the output is to be written to.GcsDestination.Builder
GcsDestination.Builder. mergeFrom(GcsDestination other)
GcsDestination.Builder
GcsDestination.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GcsDestination.Builder
GcsDestination.Builder. mergeFrom(com.google.protobuf.Message other)
GcsDestination.Builder
GcsDestination.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
static GcsDestination.Builder
GcsDestination. newBuilder()
static GcsDestination.Builder
GcsDestination. newBuilder(GcsDestination prototype)
GcsDestination.Builder
GcsDestination. newBuilderForType()
protected GcsDestination.Builder
GcsDestination. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
GcsDestination.Builder
GcsDestination.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
GcsDestination.Builder
GcsDestination.Builder. setOutputUriPrefix(String value)
Required.GcsDestination.Builder
GcsDestination.Builder. setOutputUriPrefixBytes(com.google.protobuf.ByteString value)
Required.GcsDestination.Builder
GcsDestination.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
GcsDestination.Builder
GcsDestination.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
GcsDestination.Builder
GcsDestination. toBuilder()
Methods in com.google.cloud.automl.v1beta1 with parameters of type GcsDestination.Builder Modifier and Type Method Description BatchPredictOutputConfig.Builder
BatchPredictOutputConfig.Builder. setGcsDestination(GcsDestination.Builder builderForValue)
The Google Cloud Storage location of the directory where the output is to be written to.ModelExportOutputConfig.Builder
ModelExportOutputConfig.Builder. setGcsDestination(GcsDestination.Builder builderForValue)
The Google Cloud Storage location where the model is to be written to.OutputConfig.Builder
OutputConfig.Builder. setGcsDestination(GcsDestination.Builder builderForValue)
The Google Cloud Storage location where the output is to be written to.
-