Uses of Class
com.google.cloud.aiplatform.v1beta1.Model.ExportFormat.ExportableContent
-
Packages that use Model.ExportFormat.ExportableContent Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI API -
-
Uses of Model.ExportFormat.ExportableContent in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return Model.ExportFormat.ExportableContent Modifier and Type Method Description static Model.ExportFormat.ExportableContent
Model.ExportFormat.ExportableContent. forNumber(int value)
Model.ExportFormat.ExportableContent
Model.ExportFormat.Builder. getExportableContents(int index)
Output only.Model.ExportFormat.ExportableContent
Model.ExportFormat. getExportableContents(int index)
Output only.Model.ExportFormat.ExportableContent
Model.ExportFormatOrBuilder. getExportableContents(int index)
Output only.static Model.ExportFormat.ExportableContent
Model.ExportFormat.ExportableContent. valueOf(int value)
Deprecated.static Model.ExportFormat.ExportableContent
Model.ExportFormat.ExportableContent. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Model.ExportFormat.ExportableContent
Model.ExportFormat.ExportableContent. valueOf(String name)
Returns the enum constant of this type with the specified name.static Model.ExportFormat.ExportableContent[]
Model.ExportFormat.ExportableContent. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type Model.ExportFormat.ExportableContent Modifier and Type Method Description List<Model.ExportFormat.ExportableContent>
Model.ExportFormat.Builder. getExportableContentsList()
Output only.List<Model.ExportFormat.ExportableContent>
Model.ExportFormat. getExportableContentsList()
Output only.List<Model.ExportFormat.ExportableContent>
Model.ExportFormatOrBuilder. getExportableContentsList()
Output only.static com.google.protobuf.Internal.EnumLiteMap<Model.ExportFormat.ExportableContent>
Model.ExportFormat.ExportableContent. internalGetValueMap()
Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type Model.ExportFormat.ExportableContent Modifier and Type Method Description Model.ExportFormat.Builder
Model.ExportFormat.Builder. addExportableContents(Model.ExportFormat.ExportableContent value)
Output only.Model.ExportFormat.Builder
Model.ExportFormat.Builder. setExportableContents(int index, Model.ExportFormat.ExportableContent value)
Output only.Method parameters in com.google.cloud.aiplatform.v1beta1 with type arguments of type Model.ExportFormat.ExportableContent Modifier and Type Method Description Model.ExportFormat.Builder
Model.ExportFormat.Builder. addAllExportableContents(Iterable<? extends Model.ExportFormat.ExportableContent> values)
Output only.
-