Class: Google::Cloud::AIPlatform::V1::CreateExecutionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::CreateExecutionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/metadata_service.rb
Overview
Request message for MetadataService.CreateExecution.
Instance Attribute Summary collapse
-
#execution ⇒ ::Google::Cloud::AIPlatform::V1::Execution
Required.
-
#execution_id ⇒ ::String
The {execution} portion of the resource name with the format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}
If not provided, the Execution's ID will be a UUID generated by the service. -
#parent ⇒ ::String
Required.
Instance Attribute Details
#execution ⇒ ::Google::Cloud::AIPlatform::V1::Execution
Returns Required. The Execution to create.
669 670 671 672 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 669 class CreateExecutionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#execution_id ⇒ ::String
Returns The {execution} portion of the resource name with the format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}
If not provided, the Execution's ID will be a UUID generated by the
service.
Must be 4-128 characters in length. Valid characters are /[a-z][0-9]-/
.
Must be unique across all Executions in the parent MetadataStore.
(Otherwise the request will fail with ALREADY_EXISTS, or PERMISSION_DENIED
if the caller can't view the preexisting Execution.).
669 670 671 672 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 669 class CreateExecutionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The resource name of the MetadataStore where the Execution should
be created.
Format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}
.
669 670 671 672 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 669 class CreateExecutionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |