Package com.google.cloud.aiplatform.v1
Interface MigrateResourceRequest.MigrateAutomlModelConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MigrateResourceRequest.MigrateAutomlModelConfig
,MigrateResourceRequest.MigrateAutomlModelConfig.Builder
- Enclosing class:
- MigrateResourceRequest
public static interface MigrateResourceRequest.MigrateAutomlModelConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getModel()
Required.com.google.protobuf.ByteString
getModelBytes()
Required.String
getModelDisplayName()
Optional.com.google.protobuf.ByteString
getModelDisplayNameBytes()
Optional.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getModel
String getModel()
Required. Full resource name of automl Model. Format: `projects/{project}/locations/{location}/models/{model}`.
string model = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- The model.
-
getModelBytes
com.google.protobuf.ByteString getModelBytes()
Required. Full resource name of automl Model. Format: `projects/{project}/locations/{location}/models/{model}`.
string model = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- The bytes for model.
-
getModelDisplayName
String getModelDisplayName()
Optional. Display name of the model in Vertex AI. System will pick a display name if unspecified.
string model_display_name = 2 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The modelDisplayName.
-
getModelDisplayNameBytes
com.google.protobuf.ByteString getModelDisplayNameBytes()
Optional. Display name of the model in Vertex AI. System will pick a display name if unspecified.
string model_display_name = 2 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The bytes for modelDisplayName.
-
-