Cloud AI Platform v1 API - Class AddContextArtifactsAndExecutionsRequest (2.27.0)

public sealed class AddContextArtifactsAndExecutionsRequest : IMessage<AddContextArtifactsAndExecutionsRequest>, IEquatable<AddContextArtifactsAndExecutionsRequest>, IDeepCloneable<AddContextArtifactsAndExecutionsRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class AddContextArtifactsAndExecutionsRequest.

Request message for [MetadataService.AddContextArtifactsAndExecutions][google.cloud.aiplatform.v1.MetadataService.AddContextArtifactsAndExecutions].

Inheritance

object > AddContextArtifactsAndExecutionsRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

AddContextArtifactsAndExecutionsRequest()

public AddContextArtifactsAndExecutionsRequest()

AddContextArtifactsAndExecutionsRequest(AddContextArtifactsAndExecutionsRequest)

public AddContextArtifactsAndExecutionsRequest(AddContextArtifactsAndExecutionsRequest other)
Parameter
NameDescription
otherAddContextArtifactsAndExecutionsRequest

Properties

Artifacts

public RepeatedField<string> Artifacts { get; }

The resource names of the Artifacts to attribute to the Context.

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

Property Value
TypeDescription
RepeatedFieldstring

ArtifactsAsArtifactNames

public ResourceNameList<ArtifactName> ArtifactsAsArtifactNames { get; }

ArtifactName-typed view over the Artifacts resource name property.

Property Value
TypeDescription
ResourceNameListArtifactName

Context

public string Context { get; set; }

Required. The resource name of the Context that the Artifacts and Executions belong to. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}

Property Value
TypeDescription
string

ContextAsContextName

public ContextName ContextAsContextName { get; set; }

ContextName-typed view over the Context resource name property.

Property Value
TypeDescription
ContextName

Executions

public RepeatedField<string> Executions { get; }

The resource names of the Executions to associate with the Context.

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

Property Value
TypeDescription
RepeatedFieldstring

ExecutionsAsExecutionNames

public ResourceNameList<ExecutionName> ExecutionsAsExecutionNames { get; }

ExecutionName-typed view over the Executions resource name property.

Property Value
TypeDescription
ResourceNameListExecutionName