Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::AddContextArtifactsAndExecutionsRequest (v0.10.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::AddContextArtifactsAndExecutionsRequest.

Request message for MetadataService.AddContextArtifactsAndExecutions.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#artifacts

def artifacts() -> ::Array<::String>
Returns
  • (::Array<::String>) — The resource names of the Artifacts to attribute to the Context.

    Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}

#artifacts=

def artifacts=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — 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}

#context

def context() -> ::String
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}

#context=

def context=(value) -> ::String
Parameter
  • value (::String) — 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}

#executions

def executions() -> ::Array<::String>
Returns
  • (::Array<::String>) — The resource names of the Executions to associate with the Context.

    Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}

#executions=

def executions=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — 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}