public static interface MigrateResourceRequest.MigrateAutomlModelConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getModel()
public abstract 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 | |
---|---|
Type | Description |
String |
The model. |
getModelBytes()
public abstract 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 | |
---|---|
Type | Description |
ByteString |
The bytes for model. |
getModelDisplayName()
public abstract 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 | |
---|---|
Type | Description |
String |
The modelDisplayName. |
getModelDisplayNameBytes()
public abstract 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 | |
---|---|
Type | Description |
ByteString |
The bytes for modelDisplayName. |