Interface MigratableResource.AutomlModelOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MigratableResource.AutomlModel
,MigratableResource.AutomlModel.Builder
- Enclosing class:
- MigratableResource
public static interface MigratableResource.AutomlModelOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getModel()
Full resource name of automl Model.com.google.protobuf.ByteString
getModelBytes()
Full resource name of automl Model.String
getModelDisplayName()
The Model's display name in automl.googleapis.com.com.google.protobuf.ByteString
getModelDisplayNameBytes()
The Model's display name in automl.googleapis.com.-
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()
Full resource name of automl Model. Format: `projects/{project}/locations/{location}/models/{model}`.
string model = 1 [(.google.api.resource_reference) = { ... }
- Returns:
- The model.
-
getModelBytes
com.google.protobuf.ByteString getModelBytes()
Full resource name of automl Model. Format: `projects/{project}/locations/{location}/models/{model}`.
string model = 1 [(.google.api.resource_reference) = { ... }
- Returns:
- The bytes for model.
-
getModelDisplayName
String getModelDisplayName()
The Model's display name in automl.googleapis.com.
string model_display_name = 3;
- Returns:
- The modelDisplayName.
-
getModelDisplayNameBytes
com.google.protobuf.ByteString getModelDisplayNameBytes()
The Model's display name in automl.googleapis.com.
string model_display_name = 3;
- Returns:
- The bytes for modelDisplayName.
-
-