- 0.58.0 (latest)
- 0.57.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.1
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::MetadataService::Rest::ServiceStub.
REST service stub for the MetadataService service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.
Inherits
- Object
Methods
#add_context_artifacts_and_executions
def add_context_artifacts_and_executions(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::AIPlatform::V1::AddContextArtifactsAndExecutionsResponse
Baseline implementation for the add_context_artifacts_and_executions REST call
- request_pb (::Google::Cloud::AIPlatform::V1::AddContextArtifactsAndExecutionsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::AIPlatform::V1::AddContextArtifactsAndExecutionsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::AIPlatform::V1::AddContextArtifactsAndExecutionsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#add_context_children
def add_context_children(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::AIPlatform::V1::AddContextChildrenResponse
Baseline implementation for the add_context_children REST call
- request_pb (::Google::Cloud::AIPlatform::V1::AddContextChildrenRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::AIPlatform::V1::AddContextChildrenResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::AIPlatform::V1::AddContextChildrenResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#add_execution_events
def add_execution_events(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::AIPlatform::V1::AddExecutionEventsResponse
Baseline implementation for the add_execution_events REST call
- request_pb (::Google::Cloud::AIPlatform::V1::AddExecutionEventsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::AIPlatform::V1::AddExecutionEventsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::AIPlatform::V1::AddExecutionEventsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#create_artifact
def create_artifact(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::AIPlatform::V1::Artifact
Baseline implementation for the create_artifact REST call
- request_pb (::Google::Cloud::AIPlatform::V1::CreateArtifactRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::AIPlatform::V1::Artifact)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::AIPlatform::V1::Artifact) — A result object deserialized from the server's reply
- (::ArgumentError)
#create_context
def create_context(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::AIPlatform::V1::Context
Baseline implementation for the create_context REST call
- request_pb (::Google::Cloud::AIPlatform::V1::CreateContextRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::AIPlatform::V1::Context)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::AIPlatform::V1::Context) — A result object deserialized from the server's reply
- (::ArgumentError)
#create_execution
def create_execution(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::AIPlatform::V1::Execution
Baseline implementation for the create_execution REST call
- request_pb (::Google::Cloud::AIPlatform::V1::CreateExecutionRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::AIPlatform::V1::Execution)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::AIPlatform::V1::Execution) — A result object deserialized from the server's reply
- (::ArgumentError)
#create_metadata_schema
def create_metadata_schema(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::AIPlatform::V1::MetadataSchema
Baseline implementation for the create_metadata_schema REST call
- request_pb (::Google::Cloud::AIPlatform::V1::CreateMetadataSchemaRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::AIPlatform::V1::MetadataSchema)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::AIPlatform::V1::MetadataSchema) — A result object deserialized from the server's reply
- (::ArgumentError)
#create_metadata_store
def create_metadata_store(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the create_metadata_store REST call
- request_pb (::Google::Cloud::AIPlatform::V1::CreateMetadataStoreRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_artifact
def delete_artifact(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the delete_artifact REST call
- request_pb (::Google::Cloud::AIPlatform::V1::DeleteArtifactRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_context
def delete_context(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the delete_context REST call
- request_pb (::Google::Cloud::AIPlatform::V1::DeleteContextRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_execution
def delete_execution(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the delete_execution REST call
- request_pb (::Google::Cloud::AIPlatform::V1::DeleteExecutionRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_metadata_store
def delete_metadata_store(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the delete_metadata_store REST call
- request_pb (::Google::Cloud::AIPlatform::V1::DeleteMetadataStoreRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#endpoint
def endpoint() -> String
The effective endpoint
- (String)
#get_artifact
def get_artifact(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::AIPlatform::V1::Artifact
Baseline implementation for the get_artifact REST call
- request_pb (::Google::Cloud::AIPlatform::V1::GetArtifactRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::AIPlatform::V1::Artifact)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::AIPlatform::V1::Artifact) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_context
def get_context(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::AIPlatform::V1::Context
Baseline implementation for the get_context REST call
- request_pb (::Google::Cloud::AIPlatform::V1::GetContextRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::AIPlatform::V1::Context)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::AIPlatform::V1::Context) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_execution
def get_execution(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::AIPlatform::V1::Execution
Baseline implementation for the get_execution REST call
- request_pb (::Google::Cloud::AIPlatform::V1::GetExecutionRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::AIPlatform::V1::Execution)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::AIPlatform::V1::Execution) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_metadata_schema
def get_metadata_schema(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::AIPlatform::V1::MetadataSchema
Baseline implementation for the get_metadata_schema REST call
- request_pb (::Google::Cloud::AIPlatform::V1::GetMetadataSchemaRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::AIPlatform::V1::MetadataSchema)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::AIPlatform::V1::MetadataSchema) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_metadata_store
def get_metadata_store(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::AIPlatform::V1::MetadataStore
Baseline implementation for the get_metadata_store REST call
- request_pb (::Google::Cloud::AIPlatform::V1::GetMetadataStoreRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::AIPlatform::V1::MetadataStore)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::AIPlatform::V1::MetadataStore) — A result object deserialized from the server's reply
- (::ArgumentError)
#initialize
def initialize(endpoint:, endpoint_template:, universe_domain:, credentials:) -> ServiceStub
- (ServiceStub) — a new instance of ServiceStub
#list_artifacts
def list_artifacts(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::AIPlatform::V1::ListArtifactsResponse
Baseline implementation for the list_artifacts REST call
- request_pb (::Google::Cloud::AIPlatform::V1::ListArtifactsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::AIPlatform::V1::ListArtifactsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::AIPlatform::V1::ListArtifactsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_contexts
def list_contexts(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::AIPlatform::V1::ListContextsResponse
Baseline implementation for the list_contexts REST call
- request_pb (::Google::Cloud::AIPlatform::V1::ListContextsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::AIPlatform::V1::ListContextsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::AIPlatform::V1::ListContextsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_executions
def list_executions(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::AIPlatform::V1::ListExecutionsResponse
Baseline implementation for the list_executions REST call
- request_pb (::Google::Cloud::AIPlatform::V1::ListExecutionsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::AIPlatform::V1::ListExecutionsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::AIPlatform::V1::ListExecutionsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_metadata_schemas
def list_metadata_schemas(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::AIPlatform::V1::ListMetadataSchemasResponse
Baseline implementation for the list_metadata_schemas REST call
- request_pb (::Google::Cloud::AIPlatform::V1::ListMetadataSchemasRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::AIPlatform::V1::ListMetadataSchemasResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::AIPlatform::V1::ListMetadataSchemasResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_metadata_stores
def list_metadata_stores(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::AIPlatform::V1::ListMetadataStoresResponse
Baseline implementation for the list_metadata_stores REST call
- request_pb (::Google::Cloud::AIPlatform::V1::ListMetadataStoresRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::AIPlatform::V1::ListMetadataStoresResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::AIPlatform::V1::ListMetadataStoresResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#purge_artifacts
def purge_artifacts(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the purge_artifacts REST call
- request_pb (::Google::Cloud::AIPlatform::V1::PurgeArtifactsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#purge_contexts
def purge_contexts(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the purge_contexts REST call
- request_pb (::Google::Cloud::AIPlatform::V1::PurgeContextsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#purge_executions
def purge_executions(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the purge_executions REST call
- request_pb (::Google::Cloud::AIPlatform::V1::PurgeExecutionsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#query_artifact_lineage_subgraph
def query_artifact_lineage_subgraph(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::AIPlatform::V1::LineageSubgraph
Baseline implementation for the query_artifact_lineage_subgraph REST call
- request_pb (::Google::Cloud::AIPlatform::V1::QueryArtifactLineageSubgraphRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::AIPlatform::V1::LineageSubgraph)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::AIPlatform::V1::LineageSubgraph) — A result object deserialized from the server's reply
- (::ArgumentError)
#query_context_lineage_subgraph
def query_context_lineage_subgraph(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::AIPlatform::V1::LineageSubgraph
Baseline implementation for the query_context_lineage_subgraph REST call
- request_pb (::Google::Cloud::AIPlatform::V1::QueryContextLineageSubgraphRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::AIPlatform::V1::LineageSubgraph)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::AIPlatform::V1::LineageSubgraph) — A result object deserialized from the server's reply
- (::ArgumentError)
#query_execution_inputs_and_outputs
def query_execution_inputs_and_outputs(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::AIPlatform::V1::LineageSubgraph
Baseline implementation for the query_execution_inputs_and_outputs REST call
- request_pb (::Google::Cloud::AIPlatform::V1::QueryExecutionInputsAndOutputsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::AIPlatform::V1::LineageSubgraph)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::AIPlatform::V1::LineageSubgraph) — A result object deserialized from the server's reply
- (::ArgumentError)
#remove_context_children
def remove_context_children(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::AIPlatform::V1::RemoveContextChildrenResponse
Baseline implementation for the remove_context_children REST call
- request_pb (::Google::Cloud::AIPlatform::V1::RemoveContextChildrenRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::AIPlatform::V1::RemoveContextChildrenResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::AIPlatform::V1::RemoveContextChildrenResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#universe_domain
def universe_domain() -> String
The effective universe domain
- (String)
#update_artifact
def update_artifact(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::AIPlatform::V1::Artifact
Baseline implementation for the update_artifact REST call
- request_pb (::Google::Cloud::AIPlatform::V1::UpdateArtifactRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::AIPlatform::V1::Artifact)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::AIPlatform::V1::Artifact) — A result object deserialized from the server's reply
- (::ArgumentError)
#update_context
def update_context(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::AIPlatform::V1::Context
Baseline implementation for the update_context REST call
- request_pb (::Google::Cloud::AIPlatform::V1::UpdateContextRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::AIPlatform::V1::Context)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::AIPlatform::V1::Context) — A result object deserialized from the server's reply
- (::ArgumentError)
#update_execution
def update_execution(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::AIPlatform::V1::Execution
Baseline implementation for the update_execution REST call
- request_pb (::Google::Cloud::AIPlatform::V1::UpdateExecutionRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::AIPlatform::V1::Execution)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::AIPlatform::V1::Execution) — A result object deserialized from the server's reply
- (::ArgumentError)