Uses of Class
com.google.cloud.automl.v1beta1.GcrDestination
-
Packages that use GcrDestination Package Description com.google.cloud.automl.v1beta1 A client to Cloud AutoML API -
-
Uses of GcrDestination in com.google.cloud.automl.v1beta1
Methods in com.google.cloud.automl.v1beta1 that return GcrDestination Modifier and Type Method Description GcrDestination
GcrDestination.Builder. build()
GcrDestination
GcrDestination.Builder. buildPartial()
static GcrDestination
GcrDestination. getDefaultInstance()
GcrDestination
GcrDestination.Builder. getDefaultInstanceForType()
GcrDestination
GcrDestination. getDefaultInstanceForType()
GcrDestination
ModelExportOutputConfig.Builder. getGcrDestination()
The GCR location where model image is to be pushed to.GcrDestination
ModelExportOutputConfig. getGcrDestination()
The GCR location where model image is to be pushed to.GcrDestination
ModelExportOutputConfigOrBuilder. getGcrDestination()
The GCR location where model image is to be pushed to.static GcrDestination
GcrDestination. parseDelimitedFrom(InputStream input)
static GcrDestination
GcrDestination. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcrDestination
GcrDestination. parseFrom(byte[] data)
static GcrDestination
GcrDestination. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcrDestination
GcrDestination. parseFrom(com.google.protobuf.ByteString data)
static GcrDestination
GcrDestination. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcrDestination
GcrDestination. parseFrom(com.google.protobuf.CodedInputStream input)
static GcrDestination
GcrDestination. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcrDestination
GcrDestination. parseFrom(InputStream input)
static GcrDestination
GcrDestination. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GcrDestination
GcrDestination. parseFrom(ByteBuffer data)
static GcrDestination
GcrDestination. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.automl.v1beta1 that return types with arguments of type GcrDestination Modifier and Type Method Description com.google.protobuf.Parser<GcrDestination>
GcrDestination. getParserForType()
static com.google.protobuf.Parser<GcrDestination>
GcrDestination. parser()
Methods in com.google.cloud.automl.v1beta1 with parameters of type GcrDestination Modifier and Type Method Description GcrDestination.Builder
GcrDestination.Builder. mergeFrom(GcrDestination other)
ModelExportOutputConfig.Builder
ModelExportOutputConfig.Builder. mergeGcrDestination(GcrDestination value)
The GCR location where model image is to be pushed to.static GcrDestination.Builder
GcrDestination. newBuilder(GcrDestination prototype)
ModelExportOutputConfig.Builder
ModelExportOutputConfig.Builder. setGcrDestination(GcrDestination value)
The GCR location where model image is to be pushed to.
-