Interface MigrateResourceRequest.MigrateAutomlModelConfigOrBuilder (3.42.0)

public static interface MigrateResourceRequest.MigrateAutomlModelConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for modelDisplayName.