Class: Google::Cloud::AIPlatform::V1::AddContextArtifactsAndExecutionsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::AddContextArtifactsAndExecutionsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/metadata_service.rb
Overview
Request message for MetadataService.AddContextArtifactsAndExecutions.
Instance Attribute Summary collapse
-
#artifacts ⇒ ::Array<::String>
The resource names of the Artifacts to attribute to the Context.
-
#context ⇒ ::String
Required.
-
#executions ⇒ ::Array<::String>
The resource names of the Executions to associate with the Context.
Instance Attribute Details
#artifacts ⇒ ::Array<::String>
Returns The resource names of the Artifacts to attribute to the Context.
Format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}
.
573 574 575 576 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 573 class AddContextArtifactsAndExecutionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#context ⇒ ::String
Returns Required. The resource name of the Context that the Artifacts and
Executions belong to. Format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}
.
573 574 575 576 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 573 class AddContextArtifactsAndExecutionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#executions ⇒ ::Array<::String>
Returns The resource names of the Executions to associate with the Context.
Format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}
.
573 574 575 576 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_service.rb', line 573 class AddContextArtifactsAndExecutionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |