Class ProjectsResource.LocationsResource.MetadataStoresResource.ContextsResource.AddContextArtifactsAndExecutionsRequest
Adds a set of Artifacts and Executions to a Context. If any of the Artifacts or Executions have already been added to a Context, they are simply skipped.
Inheritance
ProjectsResource.LocationsResource.MetadataStoresResource.ContextsResource.AddContextArtifactsAndExecutionsRequest
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.MetadataStoresResource.ContextsResource.AddContextArtifactsAndExecutionsRequest : AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1AddContextArtifactsAndExecutionsResponse>, IClientServiceRequest<GoogleCloudAiplatformV1beta1AddContextArtifactsAndExecutionsResponse>, IClientServiceRequest
Constructors
AddContextArtifactsAndExecutionsRequest(IClientService, GoogleCloudAiplatformV1beta1AddContextArtifactsAndExecutionsRequest, string)
Constructs a new AddContextArtifactsAndExecutions request.
Declaration
public AddContextArtifactsAndExecutionsRequest(IClientService service, GoogleCloudAiplatformV1beta1AddContextArtifactsAndExecutionsRequest body, string context)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudAiplatformV1beta1AddContextArtifactsAndExecutionsRequest | body | |
string | context |
Properties
Context
Required. The resource name of the Context that the Artifacts and Executions belong to.
Format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}/contexts/{context}
Declaration
[RequestParameter("context", RequestParameterType.Path)]
public virtual string Context { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
ClientServiceRequest<GoogleCloudAiplatformV1beta1AddContextArtifactsAndExecutionsResponse>.GetBody()
InitParameters()
Initializes AddContextArtifactsAndExecutions parameter list.
Declaration
protected override void InitParameters()