Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.MetadataStoresResource.ArtifactsResource.CreateRequest

Creates an Artifact associated with a MetadataStore.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudAiplatformV1beta1Artifact>
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1Artifact>
ProjectsResource.LocationsResource.MetadataStoresResource.ArtifactsResource.CreateRequest
Implements
IClientServiceRequest<GoogleCloudAiplatformV1beta1Artifact>
IClientServiceRequest
Inherited Members
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1Artifact>.Xgafv
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1Artifact>.AccessToken
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1Artifact>.Alt
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1Artifact>.Callback
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1Artifact>.Fields
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1Artifact>.Key
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1Artifact>.OauthToken
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1Artifact>.PrettyPrint
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1Artifact>.QuotaUser
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1Artifact>.UploadType
AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1Artifact>.UploadProtocol
ClientServiceRequest<GoogleCloudAiplatformV1beta1Artifact>.Execute()
ClientServiceRequest<GoogleCloudAiplatformV1beta1Artifact>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudAiplatformV1beta1Artifact>.ExecuteAsync()
ClientServiceRequest<GoogleCloudAiplatformV1beta1Artifact>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudAiplatformV1beta1Artifact>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudAiplatformV1beta1Artifact>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudAiplatformV1beta1Artifact>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudAiplatformV1beta1Artifact>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudAiplatformV1beta1Artifact>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudAiplatformV1beta1Artifact>.ETagAction
ClientServiceRequest<GoogleCloudAiplatformV1beta1Artifact>.ModifyRequest
ClientServiceRequest<GoogleCloudAiplatformV1beta1Artifact>.ValidateParameters
ClientServiceRequest<GoogleCloudAiplatformV1beta1Artifact>.ApiVersion
ClientServiceRequest<GoogleCloudAiplatformV1beta1Artifact>.RequestParameters
ClientServiceRequest<GoogleCloudAiplatformV1beta1Artifact>.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.v1beta1
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.MetadataStoresResource.ArtifactsResource.CreateRequest : AiplatformBaseServiceRequest<GoogleCloudAiplatformV1beta1Artifact>, IClientServiceRequest<GoogleCloudAiplatformV1beta1Artifact>, IClientServiceRequest

Constructors

CreateRequest(IClientService, GoogleCloudAiplatformV1beta1Artifact, string)

Constructs a new Create request.

Declaration
public CreateRequest(IClientService service, GoogleCloudAiplatformV1beta1Artifact body, string parent)
Parameters
Type Name Description
IClientService service
GoogleCloudAiplatformV1beta1Artifact body
string parent

Properties

ArtifactId

The {artifact} portion of the resource name with the format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact} If not provided, the Artifact's ID will be a UUID generated by the service. Must be 4-128 characters in length. Valid characters are /a-z-/. Must be unique across all Artifacts in the parent MetadataStore. (Otherwise the request will fail with ALREADY_EXISTS, or PERMISSION_DENIED if the caller can't view the preexisting Artifact.)

Declaration
[RequestParameter("artifactId", RequestParameterType.Query)]
public virtual string ArtifactId { get; set; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Parent

Required. The resource name of the MetadataStore where the Artifact should be created. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes Create parameter list.

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

Implements

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