Reference documentation and code samples for the Cloud AutoML V1 API class Google::Cloud::AutoML::V1::CreateModelRequest.
Request message for AutoMl.CreateModel.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#model
def model() -> ::Google::Cloud::AutoML::V1::Model
Returns
- (::Google::Cloud::AutoML::V1::Model) — Required. The model to create.
#model=
def model=(value) -> ::Google::Cloud::AutoML::V1::Model
Parameter
- value (::Google::Cloud::AutoML::V1::Model) — Required. The model to create.
Returns
- (::Google::Cloud::AutoML::V1::Model) — Required. The model to create.
#parent
def parent() -> ::String
Returns
- (::String) — Required. Resource name of the parent project where the model is being created.
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. Resource name of the parent project where the model is being created.
Returns
- (::String) — Required. Resource name of the parent project where the model is being created.