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 GcrDestinationGcrDestination.Builder. build()GcrDestinationGcrDestination.Builder. buildPartial()static GcrDestinationGcrDestination. getDefaultInstance()GcrDestinationGcrDestination.Builder. getDefaultInstanceForType()GcrDestinationGcrDestination. getDefaultInstanceForType()GcrDestinationModelExportOutputConfig.Builder. getGcrDestination()The GCR location where model image is to be pushed to.GcrDestinationModelExportOutputConfig. getGcrDestination()The GCR location where model image is to be pushed to.GcrDestinationModelExportOutputConfigOrBuilder. getGcrDestination()The GCR location where model image is to be pushed to.static GcrDestinationGcrDestination. parseDelimitedFrom(InputStream input)static GcrDestinationGcrDestination. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GcrDestinationGcrDestination. parseFrom(byte[] data)static GcrDestinationGcrDestination. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GcrDestinationGcrDestination. parseFrom(com.google.protobuf.ByteString data)static GcrDestinationGcrDestination. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GcrDestinationGcrDestination. parseFrom(com.google.protobuf.CodedInputStream input)static GcrDestinationGcrDestination. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GcrDestinationGcrDestination. parseFrom(InputStream input)static GcrDestinationGcrDestination. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GcrDestinationGcrDestination. parseFrom(ByteBuffer data)static GcrDestinationGcrDestination. 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.BuilderGcrDestination.Builder. mergeFrom(GcrDestination other)ModelExportOutputConfig.BuilderModelExportOutputConfig.Builder. mergeGcrDestination(GcrDestination value)The GCR location where model image is to be pushed to.static GcrDestination.BuilderGcrDestination. newBuilder(GcrDestination prototype)ModelExportOutputConfig.BuilderModelExportOutputConfig.Builder. setGcrDestination(GcrDestination value)The GCR location where model image is to be pushed to.
-