Class: Google::Cloud::AIPlatform::V1::CreateStudyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::CreateStudyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/vizier_service.rb
Overview
Request message for VizierService.CreateStudy.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#study ⇒ ::Google::Cloud::AIPlatform::V1::Study
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The resource name of the Location to create the CustomJob in.
Format: projects/{project}/locations/{location}
.
44 45 46 47 |
# File 'proto_docs/google/cloud/aiplatform/v1/vizier_service.rb', line 44 class CreateStudyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#study ⇒ ::Google::Cloud::AIPlatform::V1::Study
Returns Required. The Study configuration used to create the Study.
44 45 46 47 |
# File 'proto_docs/google/cloud/aiplatform/v1/vizier_service.rb', line 44 class CreateStudyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |