Uses of Class
com.google.cloud.aiplatform.v1beta1.Model.ExportFormat
-
Packages that use Model.ExportFormat Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI API -
-
Uses of Model.ExportFormat in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return Model.ExportFormat Modifier and Type Method Description Model.ExportFormat
Model.ExportFormat.Builder. build()
Model.ExportFormat
Model.ExportFormat.Builder. buildPartial()
static Model.ExportFormat
Model.ExportFormat. getDefaultInstance()
Model.ExportFormat
Model.ExportFormat.Builder. getDefaultInstanceForType()
Model.ExportFormat
Model.ExportFormat. getDefaultInstanceForType()
Model.ExportFormat
Model.Builder. getSupportedExportFormats(int index)
Output only.Model.ExportFormat
Model. getSupportedExportFormats(int index)
Output only.Model.ExportFormat
ModelOrBuilder. getSupportedExportFormats(int index)
Output only.static Model.ExportFormat
Model.ExportFormat. parseDelimitedFrom(InputStream input)
static Model.ExportFormat
Model.ExportFormat. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Model.ExportFormat
Model.ExportFormat. parseFrom(byte[] data)
static Model.ExportFormat
Model.ExportFormat. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Model.ExportFormat
Model.ExportFormat. parseFrom(com.google.protobuf.ByteString data)
static Model.ExportFormat
Model.ExportFormat. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Model.ExportFormat
Model.ExportFormat. parseFrom(com.google.protobuf.CodedInputStream input)
static Model.ExportFormat
Model.ExportFormat. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Model.ExportFormat
Model.ExportFormat. parseFrom(InputStream input)
static Model.ExportFormat
Model.ExportFormat. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Model.ExportFormat
Model.ExportFormat. parseFrom(ByteBuffer data)
static Model.ExportFormat
Model.ExportFormat. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type Model.ExportFormat Modifier and Type Method Description com.google.protobuf.Parser<Model.ExportFormat>
Model.ExportFormat. getParserForType()
List<Model.ExportFormat>
Model.Builder. getSupportedExportFormatsList()
Output only.List<Model.ExportFormat>
Model. getSupportedExportFormatsList()
Output only.List<Model.ExportFormat>
ModelOrBuilder. getSupportedExportFormatsList()
Output only.static com.google.protobuf.Parser<Model.ExportFormat>
Model.ExportFormat. parser()
Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type Model.ExportFormat Modifier and Type Method Description Model.Builder
Model.Builder. addSupportedExportFormats(int index, Model.ExportFormat value)
Output only.Model.Builder
Model.Builder. addSupportedExportFormats(Model.ExportFormat value)
Output only.Model.ExportFormat.Builder
Model.ExportFormat.Builder. mergeFrom(Model.ExportFormat other)
static Model.ExportFormat.Builder
Model.ExportFormat. newBuilder(Model.ExportFormat prototype)
Model.Builder
Model.Builder. setSupportedExportFormats(int index, Model.ExportFormat value)
Output only.Method parameters in com.google.cloud.aiplatform.v1beta1 with type arguments of type Model.ExportFormat Modifier and Type Method Description Model.Builder
Model.Builder. addAllSupportedExportFormats(Iterable<? extends Model.ExportFormat> values)
Output only.
-