Uses of Class
com.google.cloud.aiplatform.v1.ExecutionName
-
Packages that use ExecutionName Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI API -
-
Uses of ExecutionName in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ExecutionName Modifier and Type Method Description ExecutionName
ExecutionName.Builder. build()
static ExecutionName
ExecutionName. of(String project, String location, String metadataStore, String execution)
static ExecutionName
ExecutionName. parse(String formattedString)
Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type ExecutionName Modifier and Type Method Description static List<ExecutionName>
ExecutionName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.aiplatform.v1 with parameters of type ExecutionName Modifier and Type Method Description AddExecutionEventsResponse
MetadataServiceClient. addExecutionEvents(ExecutionName execution, List<Event> events)
Adds Events to the specified Execution.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata>
MetadataServiceClient. deleteExecutionAsync(ExecutionName name)
Deletes an Execution.Execution
MetadataServiceClient. getExecution(ExecutionName name)
Retrieves a specific Execution.LineageSubgraph
MetadataServiceClient. queryExecutionInputsAndOutputs(ExecutionName execution)
Obtains the set of input and output Artifacts for this Execution, in the form of LineageSubgraph that also contains the Execution and connecting Events.Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type ExecutionName Modifier and Type Method Description static List<String>
ExecutionName. toStringList(List<ExecutionName> values)
-