Class: Google::Cloud::AIPlatform::V1::AddContextArtifactsAndExecutionsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/metadata_service.rb

Overview

Instance Attribute Summary collapse

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}.

Returns:

  • (::Array<::String>)

    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}.

Returns:

  • (::String)

    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}.

Returns:

  • (::Array<::String>)

    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