Interface AutoMlParamsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AutoMlParams
,AutoMlParams.Builder
public interface AutoMlParamsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getModel()
Resource name of the AutoML model.com.google.protobuf.ByteString
getModelBytes()
Resource name of the AutoML model.-
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()
Resource name of the AutoML model. Format: `projects/{project-id}/locations/{location-id}/models/{model-id}`.
string model = 1;
- Returns:
- The model.
-
getModelBytes
com.google.protobuf.ByteString getModelBytes()
Resource name of the AutoML model. Format: `projects/{project-id}/locations/{location-id}/models/{model-id}`.
string model = 1;
- Returns:
- The bytes for model.
-
-