Uses of Class
com.google.cloud.aiplatform.v1.CopyModelRequest.DestinationModelCase
-
Packages that use CopyModelRequest.DestinationModelCase Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI API -
-
Uses of CopyModelRequest.DestinationModelCase in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return CopyModelRequest.DestinationModelCase Modifier and Type Method Description static CopyModelRequest.DestinationModelCase
CopyModelRequest.DestinationModelCase. forNumber(int value)
CopyModelRequest.DestinationModelCase
CopyModelRequest.Builder. getDestinationModelCase()
CopyModelRequest.DestinationModelCase
CopyModelRequest. getDestinationModelCase()
CopyModelRequest.DestinationModelCase
CopyModelRequestOrBuilder. getDestinationModelCase()
static CopyModelRequest.DestinationModelCase
CopyModelRequest.DestinationModelCase. valueOf(int value)
Deprecated.static CopyModelRequest.DestinationModelCase
CopyModelRequest.DestinationModelCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static CopyModelRequest.DestinationModelCase[]
CopyModelRequest.DestinationModelCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-