Show / Hide Table of Contents

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
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudAiplatformV1AddContextArtifactsAndExecutionsResponse>
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1AddContextArtifactsAndExecutionsResponse>
ProjectsResource.LocationsResource.MetadataStoresResource.ContextsResource.AddContextArtifactsAndExecutionsRequest
Implements
IClientServiceRequest<GoogleCloudAiplatformV1AddContextArtifactsAndExecutionsResponse>
IClientServiceRequest
Inherited Members
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1AddContextArtifactsAndExecutionsResponse>.Xgafv
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1AddContextArtifactsAndExecutionsResponse>.AccessToken
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1AddContextArtifactsAndExecutionsResponse>.Alt
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1AddContextArtifactsAndExecutionsResponse>.Callback
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1AddContextArtifactsAndExecutionsResponse>.Fields
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1AddContextArtifactsAndExecutionsResponse>.Key
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1AddContextArtifactsAndExecutionsResponse>.OauthToken
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1AddContextArtifactsAndExecutionsResponse>.PrettyPrint
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1AddContextArtifactsAndExecutionsResponse>.QuotaUser
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1AddContextArtifactsAndExecutionsResponse>.UploadType
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1AddContextArtifactsAndExecutionsResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudAiplatformV1AddContextArtifactsAndExecutionsResponse>.Execute()
ClientServiceRequest<GoogleCloudAiplatformV1AddContextArtifactsAndExecutionsResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudAiplatformV1AddContextArtifactsAndExecutionsResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudAiplatformV1AddContextArtifactsAndExecutionsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudAiplatformV1AddContextArtifactsAndExecutionsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudAiplatformV1AddContextArtifactsAndExecutionsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudAiplatformV1AddContextArtifactsAndExecutionsResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudAiplatformV1AddContextArtifactsAndExecutionsResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudAiplatformV1AddContextArtifactsAndExecutionsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudAiplatformV1AddContextArtifactsAndExecutionsResponse>.ETagAction
ClientServiceRequest<GoogleCloudAiplatformV1AddContextArtifactsAndExecutionsResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudAiplatformV1AddContextArtifactsAndExecutionsResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudAiplatformV1AddContextArtifactsAndExecutionsResponse>.ApiVersion
ClientServiceRequest<GoogleCloudAiplatformV1AddContextArtifactsAndExecutionsResponse>.RequestParameters
ClientServiceRequest<GoogleCloudAiplatformV1AddContextArtifactsAndExecutionsResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class ProjectsResource.LocationsResource.MetadataStoresResource.ContextsResource.AddContextArtifactsAndExecutionsRequest : AiplatformBaseServiceRequest<GoogleCloudAiplatformV1AddContextArtifactsAndExecutionsResponse>, IClientServiceRequest<GoogleCloudAiplatformV1AddContextArtifactsAndExecutionsResponse>, IClientServiceRequest

Constructors

AddContextArtifactsAndExecutionsRequest(IClientService, GoogleCloudAiplatformV1AddContextArtifactsAndExecutionsRequest, string)

Constructs a new AddContextArtifactsAndExecutions request.

Declaration
public AddContextArtifactsAndExecutionsRequest(IClientService service, GoogleCloudAiplatformV1AddContextArtifactsAndExecutionsRequest body, string context)
Parameters
Type Name Description
IClientService service
GoogleCloudAiplatformV1AddContextArtifactsAndExecutionsRequest 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
ClientServiceRequest<GoogleCloudAiplatformV1AddContextArtifactsAndExecutionsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudAiplatformV1AddContextArtifactsAndExecutionsResponse>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudAiplatformV1AddContextArtifactsAndExecutionsResponse>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<GoogleCloudAiplatformV1AddContextArtifactsAndExecutionsResponse>.GetBody()

InitParameters()

Initializes AddContextArtifactsAndExecutions parameter list.

Declaration
protected override void InitParameters()
Overrides
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1AddContextArtifactsAndExecutionsResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX