public sealed class AddContextArtifactsAndExecutionsRequest : IMessage<AddContextArtifactsAndExecutionsRequest>, IEquatable<AddContextArtifactsAndExecutionsRequest>, IDeepCloneable<AddContextArtifactsAndExecutionsRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class AddContextArtifactsAndExecutionsRequest.
Request message for [MetadataService.AddContextArtifactsAndExecutions][google.cloud.aiplatform.v1beta1.MetadataService.AddContextArtifactsAndExecutions].
Implements
IMessageAddContextArtifactsAndExecutionsRequest, IEquatableAddContextArtifactsAndExecutionsRequest, IDeepCloneableAddContextArtifactsAndExecutionsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
AddContextArtifactsAndExecutionsRequest()
public AddContextArtifactsAndExecutionsRequest()AddContextArtifactsAndExecutionsRequest(AddContextArtifactsAndExecutionsRequest)
public AddContextArtifactsAndExecutionsRequest(AddContextArtifactsAndExecutionsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
AddContextArtifactsAndExecutionsRequest |
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 | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
ArtifactsAsArtifactNames
public ResourceNameList<ArtifactName> ArtifactsAsArtifactNames { get; }ArtifactName-typed view over the Artifacts resource name property.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|
ContextAsContextName
public ContextName ContextAsContextName { get; set; }ContextName-typed view over the Context resource name property.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
ExecutionsAsExecutionNames
public ResourceNameList<ExecutionName> ExecutionsAsExecutionNames { get; }ExecutionName-typed view over the Executions resource name property.
| Property Value | |
|---|---|
| Type | Description |
ResourceNameListExecutionName |
|