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.BuilderGcrDestination.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)GcrDestination.BuilderGcrDestination.Builder. clear()GcrDestination.BuilderGcrDestination.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)GcrDestination.BuilderGcrDestination.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)GcrDestination.BuilderGcrDestination.Builder. clearOutputUri()Required.GcrDestination.BuilderGcrDestination.Builder. clone()GcrDestination.BuilderModelExportOutputConfig.Builder. getGcrDestinationBuilder()The GCR location where model image is to be pushed to.GcrDestination.BuilderGcrDestination.Builder. mergeFrom(GcrDestination other)GcrDestination.BuilderGcrDestination.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)GcrDestination.BuilderGcrDestination.Builder. mergeFrom(com.google.protobuf.Message other)GcrDestination.BuilderGcrDestination.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static GcrDestination.BuilderGcrDestination. newBuilder()static GcrDestination.BuilderGcrDestination. newBuilder(GcrDestination prototype)GcrDestination.BuilderGcrDestination. newBuilderForType()protected GcrDestination.BuilderGcrDestination. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)GcrDestination.BuilderGcrDestination.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)GcrDestination.BuilderGcrDestination.Builder. setOutputUri(String value)Required.GcrDestination.BuilderGcrDestination.Builder. setOutputUriBytes(com.google.protobuf.ByteString value)Required.GcrDestination.BuilderGcrDestination.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)GcrDestination.BuilderGcrDestination.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)GcrDestination.BuilderGcrDestination. toBuilder()Methods in com.google.cloud.automl.v1beta1 with parameters of type GcrDestination.Builder Modifier and Type Method Description ModelExportOutputConfig.BuilderModelExportOutputConfig.Builder. setGcrDestination(GcrDestination.Builder builderForValue)The GCR location where model image is to be pushed to.
-