Class GoogleCloudAiplatformV1beta1AddContextArtifactsAndExecutionsRequest
Request message for MetadataService.AddContextArtifactsAndExecutions.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1AddContextArtifactsAndExecutionsRequest : IDirectResponseSchema
Properties
Artifacts
The resource names of the Artifacts to attribute to the Context. Format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}
Declaration
[JsonProperty("artifacts")]
public virtual IList<string> Artifacts { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Executions
The resource names of the Executions to associate with the Context. Format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}
Declaration
[JsonProperty("executions")]
public virtual IList<string> Executions { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |