public static interface MigrateResourceRequest.MigrateAutomlModelConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getModel()
Required.
|
com.google.protobuf.ByteString |
getModelBytes()
Required.
|
String |
getModelDisplayName()
Optional.
|
com.google.protobuf.ByteString |
getModelDisplayNameBytes()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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) = { ... }
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) = { ... }
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];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];Copyright © 2022 Google LLC. All rights reserved.