Uses of Class
com.google.cloud.automl.v1beta1.GcrDestination.Builder
-
Packages that use GcrDestination.Builder Package Description com.google.cloud.automl.v1beta1 A client to Cloud AutoML API -
-
Uses of GcrDestination.Builder in com.google.cloud.automl.v1beta1
Methods in com.google.cloud.automl.v1beta1 that return GcrDestination.Builder Modifier and Type Method Description GcrDestination.Builder
GcrDestination.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
GcrDestination.Builder
GcrDestination.Builder. clear()
GcrDestination.Builder
GcrDestination.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
GcrDestination.Builder
GcrDestination.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
GcrDestination.Builder
GcrDestination.Builder. clearOutputUri()
Required.GcrDestination.Builder
GcrDestination.Builder. clone()
GcrDestination.Builder
ModelExportOutputConfig.Builder. getGcrDestinationBuilder()
The GCR location where model image is to be pushed to.GcrDestination.Builder
GcrDestination.Builder. mergeFrom(GcrDestination other)
GcrDestination.Builder
GcrDestination.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GcrDestination.Builder
GcrDestination.Builder. mergeFrom(com.google.protobuf.Message other)
GcrDestination.Builder
GcrDestination.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
static GcrDestination.Builder
GcrDestination. newBuilder()
static GcrDestination.Builder
GcrDestination. newBuilder(GcrDestination prototype)
GcrDestination.Builder
GcrDestination. newBuilderForType()
protected GcrDestination.Builder
GcrDestination. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
GcrDestination.Builder
GcrDestination.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
GcrDestination.Builder
GcrDestination.Builder. setOutputUri(String value)
Required.GcrDestination.Builder
GcrDestination.Builder. setOutputUriBytes(com.google.protobuf.ByteString value)
Required.GcrDestination.Builder
GcrDestination.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
GcrDestination.Builder
GcrDestination.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
GcrDestination.Builder
GcrDestination. toBuilder()
Methods in com.google.cloud.automl.v1beta1 with parameters of type GcrDestination.Builder Modifier and Type Method Description ModelExportOutputConfig.Builder
ModelExportOutputConfig.Builder. setGcrDestination(GcrDestination.Builder builderForValue)
The GCR location where model image is to be pushed to.
-