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::AddContextArtifactsAndExecutionsResponseBaseline 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::AddContextChildrenResponseBaseline 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::AddExecutionEventsResponseBaseline 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::ArtifactBaseline 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::ContextBaseline 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::ExecutionBaseline 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::MetadataSchemaBaseline 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::OperationBaseline 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::OperationBaseline 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::OperationBaseline 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::OperationBaseline 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::OperationBaseline 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() -> StringThe effective endpoint
- (String)
#get_artifact
def get_artifact(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::AIPlatform::V1::ArtifactBaseline 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::ContextBaseline 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::ExecutionBaseline 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::MetadataSchemaBaseline 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::MetadataStoreBaseline 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)
#list_artifacts
def list_artifacts(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::AIPlatform::V1::ListArtifactsResponseBaseline 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::ListContextsResponseBaseline 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::ListExecutionsResponseBaseline 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::ListMetadataSchemasResponseBaseline 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::ListMetadataStoresResponseBaseline 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)
#logger
def logger(stub: false) -> LoggerThe logger used for request/response debug logging.
- (Logger)
#purge_artifacts
def purge_artifacts(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::OperationBaseline 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::OperationBaseline 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::OperationBaseline 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::LineageSubgraphBaseline 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::LineageSubgraphBaseline 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::LineageSubgraphBaseline 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::RemoveContextChildrenResponseBaseline 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() -> StringThe effective universe domain
- (String)
#update_artifact
def update_artifact(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::AIPlatform::V1::ArtifactBaseline 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::ContextBaseline 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::ExecutionBaseline 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)