Cloud AI Platform v1 API - Class GetExecutionRequest (2.27.0)

public sealed class GetExecutionRequest : IMessage<GetExecutionRequest>, IEquatable<GetExecutionRequest>, IDeepCloneable<GetExecutionRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class GetExecutionRequest.

Request message for [MetadataService.GetExecution][google.cloud.aiplatform.v1.MetadataService.GetExecution].

Inheritance

object > GetExecutionRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

GetExecutionRequest()

public GetExecutionRequest()

GetExecutionRequest(GetExecutionRequest)

public GetExecutionRequest(GetExecutionRequest other)
Parameter
NameDescription
otherGetExecutionRequest

Properties

ExecutionName

public ExecutionName ExecutionName { get; set; }

ExecutionName-typed view over the Name resource name property.

Property Value
TypeDescription
ExecutionName

Name

public string Name { get; set; }

Required. The resource name of the Execution to retrieve. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}

Property Value
TypeDescription
string