- 3.8.0 (latest)
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.0
- 2.28.0
- 2.27.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.0
public class MetadataService.MetadataServiceClient : ClientBase<MetadataService.MetadataServiceClient>
Reference documentation and code samples for the Cloud AI Platform v1 API class MetadataService.MetadataServiceClient.
Client for MetadataService
Inheritance
object > ClientBase > ClientBaseMetadataServiceMetadataServiceClient > MetadataService.MetadataServiceClientNamespace
GoogleCloudGoogle.Cloud.AIPlatformV1Assembly
Google.Cloud.AIPlatform.V1.dll
Constructors
MetadataServiceClient()
protected MetadataServiceClient()
Protected parameterless constructor to allow creation of test doubles.
MetadataServiceClient(CallInvoker)
public MetadataServiceClient(CallInvoker callInvoker)
Creates a new client for MetadataService that uses a custom CallInvoker
.
Parameter | |
---|---|
Name | Description |
callInvoker | CallInvoker The callInvoker to use to make remote calls. |
MetadataServiceClient(ChannelBase)
public MetadataServiceClient(ChannelBase channel)
Creates a new client for MetadataService
Parameter | |
---|---|
Name | Description |
channel | ChannelBase The channel to use to make remote calls. |
MetadataServiceClient(ClientBaseConfiguration)
protected MetadataServiceClient(ClientBase.ClientBaseConfiguration configuration)
Protected constructor to allow creation of configured clients.
Parameter | |
---|---|
Name | Description |
configuration | ClientBaseClientBaseConfiguration The client configuration. |
Methods
AddContextArtifactsAndExecutions(AddContextArtifactsAndExecutionsRequest, CallOptions)
public virtual AddContextArtifactsAndExecutionsResponse AddContextArtifactsAndExecutions(AddContextArtifactsAndExecutionsRequest request, CallOptions options)
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.
Parameters | |
---|---|
Name | Description |
request | AddContextArtifactsAndExecutionsRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AddContextArtifactsAndExecutionsResponse | The response received from the server. |
AddContextArtifactsAndExecutions(AddContextArtifactsAndExecutionsRequest, Metadata, DateTime?, CancellationToken)
public virtual AddContextArtifactsAndExecutionsResponse AddContextArtifactsAndExecutions(AddContextArtifactsAndExecutionsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
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.
Parameters | |
---|---|
Name | Description |
request | AddContextArtifactsAndExecutionsRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AddContextArtifactsAndExecutionsResponse | The response received from the server. |
AddContextArtifactsAndExecutionsAsync(AddContextArtifactsAndExecutionsRequest, CallOptions)
public virtual AsyncUnaryCall<AddContextArtifactsAndExecutionsResponse> AddContextArtifactsAndExecutionsAsync(AddContextArtifactsAndExecutionsRequest request, CallOptions options)
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.
Parameters | |
---|---|
Name | Description |
request | AddContextArtifactsAndExecutionsRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallAddContextArtifactsAndExecutionsResponse | The call object. |
AddContextArtifactsAndExecutionsAsync(AddContextArtifactsAndExecutionsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<AddContextArtifactsAndExecutionsResponse> AddContextArtifactsAndExecutionsAsync(AddContextArtifactsAndExecutionsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
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.
Parameters | |
---|---|
Name | Description |
request | AddContextArtifactsAndExecutionsRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallAddContextArtifactsAndExecutionsResponse | The call object. |
AddContextChildren(AddContextChildrenRequest, CallOptions)
public virtual AddContextChildrenResponse AddContextChildren(AddContextChildrenRequest request, CallOptions options)
Adds a set of Contexts as children to a parent Context. If any of the child Contexts have already been added to the parent Context, they are simply skipped. If this call would create a cycle or cause any Context to have more than 10 parents, the request will fail with an INVALID_ARGUMENT error.
Parameters | |
---|---|
Name | Description |
request | AddContextChildrenRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AddContextChildrenResponse | The response received from the server. |
AddContextChildren(AddContextChildrenRequest, Metadata, DateTime?, CancellationToken)
public virtual AddContextChildrenResponse AddContextChildren(AddContextChildrenRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Adds a set of Contexts as children to a parent Context. If any of the child Contexts have already been added to the parent Context, they are simply skipped. If this call would create a cycle or cause any Context to have more than 10 parents, the request will fail with an INVALID_ARGUMENT error.
Parameters | |
---|---|
Name | Description |
request | AddContextChildrenRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AddContextChildrenResponse | The response received from the server. |
AddContextChildrenAsync(AddContextChildrenRequest, CallOptions)
public virtual AsyncUnaryCall<AddContextChildrenResponse> AddContextChildrenAsync(AddContextChildrenRequest request, CallOptions options)
Adds a set of Contexts as children to a parent Context. If any of the child Contexts have already been added to the parent Context, they are simply skipped. If this call would create a cycle or cause any Context to have more than 10 parents, the request will fail with an INVALID_ARGUMENT error.
Parameters | |
---|---|
Name | Description |
request | AddContextChildrenRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallAddContextChildrenResponse | The call object. |
AddContextChildrenAsync(AddContextChildrenRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<AddContextChildrenResponse> AddContextChildrenAsync(AddContextChildrenRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Adds a set of Contexts as children to a parent Context. If any of the child Contexts have already been added to the parent Context, they are simply skipped. If this call would create a cycle or cause any Context to have more than 10 parents, the request will fail with an INVALID_ARGUMENT error.
Parameters | |
---|---|
Name | Description |
request | AddContextChildrenRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallAddContextChildrenResponse | The call object. |
AddExecutionEvents(AddExecutionEventsRequest, CallOptions)
public virtual AddExecutionEventsResponse AddExecutionEvents(AddExecutionEventsRequest request, CallOptions options)
Adds Events to the specified Execution. An Event indicates whether an Artifact was used as an input or output for an Execution. If an Event already exists between the Execution and the Artifact, the Event is skipped.
Parameters | |
---|---|
Name | Description |
request | AddExecutionEventsRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AddExecutionEventsResponse | The response received from the server. |
AddExecutionEvents(AddExecutionEventsRequest, Metadata, DateTime?, CancellationToken)
public virtual AddExecutionEventsResponse AddExecutionEvents(AddExecutionEventsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Adds Events to the specified Execution. An Event indicates whether an Artifact was used as an input or output for an Execution. If an Event already exists between the Execution and the Artifact, the Event is skipped.
Parameters | |
---|---|
Name | Description |
request | AddExecutionEventsRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AddExecutionEventsResponse | The response received from the server. |
AddExecutionEventsAsync(AddExecutionEventsRequest, CallOptions)
public virtual AsyncUnaryCall<AddExecutionEventsResponse> AddExecutionEventsAsync(AddExecutionEventsRequest request, CallOptions options)
Adds Events to the specified Execution. An Event indicates whether an Artifact was used as an input or output for an Execution. If an Event already exists between the Execution and the Artifact, the Event is skipped.
Parameters | |
---|---|
Name | Description |
request | AddExecutionEventsRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallAddExecutionEventsResponse | The call object. |
AddExecutionEventsAsync(AddExecutionEventsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<AddExecutionEventsResponse> AddExecutionEventsAsync(AddExecutionEventsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Adds Events to the specified Execution. An Event indicates whether an Artifact was used as an input or output for an Execution. If an Event already exists between the Execution and the Artifact, the Event is skipped.
Parameters | |
---|---|
Name | Description |
request | AddExecutionEventsRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallAddExecutionEventsResponse | The call object. |
CreateArtifact(CreateArtifactRequest, CallOptions)
public virtual Artifact CreateArtifact(CreateArtifactRequest request, CallOptions options)
Creates an Artifact associated with a MetadataStore.
Parameters | |
---|---|
Name | Description |
request | CreateArtifactRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Artifact | The response received from the server. |
CreateArtifact(CreateArtifactRequest, Metadata, DateTime?, CancellationToken)
public virtual Artifact CreateArtifact(CreateArtifactRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Creates an Artifact associated with a MetadataStore.
Parameters | |
---|---|
Name | Description |
request | CreateArtifactRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Artifact | The response received from the server. |
CreateArtifactAsync(CreateArtifactRequest, CallOptions)
public virtual AsyncUnaryCall<Artifact> CreateArtifactAsync(CreateArtifactRequest request, CallOptions options)
Creates an Artifact associated with a MetadataStore.
Parameters | |
---|---|
Name | Description |
request | CreateArtifactRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallArtifact | The call object. |
CreateArtifactAsync(CreateArtifactRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Artifact> CreateArtifactAsync(CreateArtifactRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Creates an Artifact associated with a MetadataStore.
Parameters | |
---|---|
Name | Description |
request | CreateArtifactRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |