Uses of Class
com.google.cloud.aiplatform.v1beta1.Execution
-
Packages that use Execution Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1beta1.stub -
-
Uses of Execution in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return Execution Modifier and Type Method Description Execution
Execution.Builder. build()
Execution
Execution.Builder. buildPartial()
Execution
MetadataServiceClient. createExecution(CreateExecutionRequest request)
Creates an Execution associated with a MetadataStore.Execution
MetadataServiceClient. createExecution(MetadataStoreName parent, Execution execution, String executionId)
Creates an Execution associated with a MetadataStore.Execution
MetadataServiceClient. createExecution(String parent, Execution execution, String executionId)
Creates an Execution associated with a MetadataStore.Execution
MetadataServiceGrpc.MetadataServiceBlockingStub. createExecution(CreateExecutionRequest request)
Creates an Execution associated with a MetadataStore.static Execution
Execution. getDefaultInstance()
Execution
Execution.Builder. getDefaultInstanceForType()
Execution
Execution. getDefaultInstanceForType()
Execution
CreateExecutionRequest.Builder. getExecution()
Required.Execution
CreateExecutionRequest. getExecution()
Required.Execution
CreateExecutionRequestOrBuilder. getExecution()
Required.Execution
MetadataServiceClient. getExecution(ExecutionName name)
Retrieves a specific Execution.Execution
MetadataServiceClient. getExecution(GetExecutionRequest request)
Retrieves a specific Execution.Execution
MetadataServiceClient. getExecution(String name)
Retrieves a specific Execution.Execution
MetadataServiceGrpc.MetadataServiceBlockingStub. getExecution(GetExecutionRequest request)
Retrieves a specific Execution.Execution
PipelineTaskDetail.Builder. getExecution()
Output only.Execution
PipelineTaskDetail. getExecution()
Output only.Execution
PipelineTaskDetailOrBuilder. getExecution()
Output only.Execution
UpdateExecutionRequest.Builder. getExecution()
Required.Execution
UpdateExecutionRequest. getExecution()
Required.Execution
UpdateExecutionRequestOrBuilder. getExecution()
Required.Execution
LineageSubgraph.Builder. getExecutions(int index)
The Execution nodes in the subgraph.Execution
LineageSubgraph. getExecutions(int index)
The Execution nodes in the subgraph.Execution
LineageSubgraphOrBuilder. getExecutions(int index)
The Execution nodes in the subgraph.Execution
ListExecutionsResponse.Builder. getExecutions(int index)
The Executions retrieved from the MetadataStore.Execution
ListExecutionsResponse. getExecutions(int index)
The Executions retrieved from the MetadataStore.Execution
ListExecutionsResponseOrBuilder. getExecutions(int index)
The Executions retrieved from the MetadataStore.static Execution
Execution. parseDelimitedFrom(InputStream input)
static Execution
Execution. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Execution
Execution. parseFrom(byte[] data)
static Execution
Execution. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Execution
Execution. parseFrom(com.google.protobuf.ByteString data)
static Execution
Execution. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Execution
Execution. parseFrom(com.google.protobuf.CodedInputStream input)
static Execution
Execution. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Execution
Execution. parseFrom(InputStream input)
static Execution
Execution. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Execution
Execution. parseFrom(ByteBuffer data)
static Execution
Execution. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Execution
MetadataServiceClient. updateExecution(Execution execution, com.google.protobuf.FieldMask updateMask)
Updates a stored Execution.Execution
MetadataServiceClient. updateExecution(UpdateExecutionRequest request)
Updates a stored Execution.Execution
MetadataServiceGrpc.MetadataServiceBlockingStub. updateExecution(UpdateExecutionRequest request)
Updates a stored Execution.Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type Execution Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<Execution>
MetadataServiceGrpc.MetadataServiceFutureStub. createExecution(CreateExecutionRequest request)
Creates an Execution associated with a MetadataStore.com.google.api.gax.rpc.UnaryCallable<CreateExecutionRequest,Execution>
MetadataServiceClient. createExecutionCallable()
Creates an Execution associated with a MetadataStore.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateExecutionRequest,Execution>
MetadataServiceSettings.Builder. createExecutionSettings()
Returns the builder for the settings used for calls to createExecution.com.google.api.gax.rpc.UnaryCallSettings<CreateExecutionRequest,Execution>
MetadataServiceSettings. createExecutionSettings()
Returns the object with the settings used for calls to createExecution.static io.grpc.MethodDescriptor<CreateExecutionRequest,Execution>
MetadataServiceGrpc. getCreateExecutionMethod()
com.google.common.util.concurrent.ListenableFuture<Execution>
MetadataServiceGrpc.MetadataServiceFutureStub. getExecution(GetExecutionRequest request)
Retrieves a specific Execution.com.google.api.gax.rpc.UnaryCallable<GetExecutionRequest,Execution>
MetadataServiceClient. getExecutionCallable()
Retrieves a specific Execution.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetExecutionRequest,Execution>
MetadataServiceSettings.Builder. getExecutionSettings()
Returns the builder for the settings used for calls to getExecution.com.google.api.gax.rpc.UnaryCallSettings<GetExecutionRequest,Execution>
MetadataServiceSettings. getExecutionSettings()
Returns the object with the settings used for calls to getExecution.List<Execution>
LineageSubgraph.Builder. getExecutionsList()
The Execution nodes in the subgraph.List<Execution>
LineageSubgraph. getExecutionsList()
The Execution nodes in the subgraph.List<Execution>
LineageSubgraphOrBuilder. getExecutionsList()
The Execution nodes in the subgraph.List<Execution>
ListExecutionsResponse.Builder. getExecutionsList()
The Executions retrieved from the MetadataStore.List<Execution>
ListExecutionsResponse. getExecutionsList()
The Executions retrieved from the MetadataStore.List<Execution>
ListExecutionsResponseOrBuilder. getExecutionsList()
The Executions retrieved from the MetadataStore.static io.grpc.MethodDescriptor<GetExecutionRequest,Execution>
MetadataServiceGrpc. getGetExecutionMethod()
com.google.protobuf.Parser<Execution>
Execution. getParserForType()
static io.grpc.MethodDescriptor<UpdateExecutionRequest,Execution>
MetadataServiceGrpc. getUpdateExecutionMethod()
static com.google.protobuf.Parser<Execution>
Execution. parser()
com.google.common.util.concurrent.ListenableFuture<Execution>
MetadataServiceGrpc.MetadataServiceFutureStub. updateExecution(UpdateExecutionRequest request)
Updates a stored Execution.com.google.api.gax.rpc.UnaryCallable<UpdateExecutionRequest,Execution>
MetadataServiceClient. updateExecutionCallable()
Updates a stored Execution.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateExecutionRequest,Execution>
MetadataServiceSettings.Builder. updateExecutionSettings()
Returns the builder for the settings used for calls to updateExecution.com.google.api.gax.rpc.UnaryCallSettings<UpdateExecutionRequest,Execution>
MetadataServiceSettings. updateExecutionSettings()
Returns the object with the settings used for calls to updateExecution.Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type Execution Modifier and Type Method Description LineageSubgraph.Builder
LineageSubgraph.Builder. addExecutions(int index, Execution value)
The Execution nodes in the subgraph.LineageSubgraph.Builder
LineageSubgraph.Builder. addExecutions(Execution value)
The Execution nodes in the subgraph.ListExecutionsResponse.Builder
ListExecutionsResponse.Builder. addExecutions(int index, Execution value)
The Executions retrieved from the MetadataStore.ListExecutionsResponse.Builder
ListExecutionsResponse.Builder. addExecutions(Execution value)
The Executions retrieved from the MetadataStore.Execution
MetadataServiceClient. createExecution(MetadataStoreName parent, Execution execution, String executionId)
Creates an Execution associated with a MetadataStore.Execution
MetadataServiceClient. createExecution(String parent, Execution execution, String executionId)
Creates an Execution associated with a MetadataStore.CreateExecutionRequest.Builder
CreateExecutionRequest.Builder. mergeExecution(Execution value)
Required.PipelineTaskDetail.Builder
PipelineTaskDetail.Builder. mergeExecution(Execution value)
Output only.UpdateExecutionRequest.Builder
UpdateExecutionRequest.Builder. mergeExecution(Execution value)
Required.Execution.Builder
Execution.Builder. mergeFrom(Execution other)
static Execution.Builder
Execution. newBuilder(Execution prototype)
CreateExecutionRequest.Builder
CreateExecutionRequest.Builder. setExecution(Execution value)
Required.PipelineTaskDetail.Builder
PipelineTaskDetail.Builder. setExecution(Execution value)
Output only.UpdateExecutionRequest.Builder
UpdateExecutionRequest.Builder. setExecution(Execution value)
Required.LineageSubgraph.Builder
LineageSubgraph.Builder. setExecutions(int index, Execution value)
The Execution nodes in the subgraph.ListExecutionsResponse.Builder
ListExecutionsResponse.Builder. setExecutions(int index, Execution value)
The Executions retrieved from the MetadataStore.Execution
MetadataServiceClient. updateExecution(Execution execution, com.google.protobuf.FieldMask updateMask)
Updates a stored Execution.Method parameters in com.google.cloud.aiplatform.v1beta1 with type arguments of type Execution Modifier and Type Method Description LineageSubgraph.Builder
LineageSubgraph.Builder. addAllExecutions(Iterable<? extends Execution> values)
The Execution nodes in the subgraph.ListExecutionsResponse.Builder
ListExecutionsResponse.Builder. addAllExecutions(Iterable<? extends Execution> values)
The Executions retrieved from the MetadataStore.static com.google.api.core.ApiFuture<MetadataServiceClient.ListExecutionsPagedResponse>
MetadataServiceClient.ListExecutionsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListExecutionsRequest,ListExecutionsResponse,Execution> context, com.google.api.core.ApiFuture<ListExecutionsResponse> futureResponse)
default void
MetadataServiceGrpc.AsyncService. createExecution(CreateExecutionRequest request, io.grpc.stub.StreamObserver<Execution> responseObserver)
Creates an Execution associated with a MetadataStore.void
MetadataServiceGrpc.MetadataServiceStub. createExecution(CreateExecutionRequest request, io.grpc.stub.StreamObserver<Execution> responseObserver)
Creates an Execution associated with a MetadataStore.protected MetadataServiceClient.ListExecutionsPage
MetadataServiceClient.ListExecutionsPage. createPage(com.google.api.gax.rpc.PageContext<ListExecutionsRequest,ListExecutionsResponse,Execution> context, ListExecutionsResponse response)
com.google.api.core.ApiFuture<MetadataServiceClient.ListExecutionsPage>
MetadataServiceClient.ListExecutionsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListExecutionsRequest,ListExecutionsResponse,Execution> context, com.google.api.core.ApiFuture<ListExecutionsResponse> futureResponse)
default void
MetadataServiceGrpc.AsyncService. getExecution(GetExecutionRequest request, io.grpc.stub.StreamObserver<Execution> responseObserver)
Retrieves a specific Execution.void
MetadataServiceGrpc.MetadataServiceStub. getExecution(GetExecutionRequest request, io.grpc.stub.StreamObserver<Execution> responseObserver)
Retrieves a specific Execution.default void
MetadataServiceGrpc.AsyncService. updateExecution(UpdateExecutionRequest request, io.grpc.stub.StreamObserver<Execution> responseObserver)
Updates a stored Execution.void
MetadataServiceGrpc.MetadataServiceStub. updateExecution(UpdateExecutionRequest request, io.grpc.stub.StreamObserver<Execution> responseObserver)
Updates a stored Execution. -
Uses of Execution in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.stub that return types with arguments of type Execution Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateExecutionRequest,Execution>
GrpcMetadataServiceStub. createExecutionCallable()
com.google.api.gax.rpc.UnaryCallable<CreateExecutionRequest,Execution>
MetadataServiceStub. createExecutionCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateExecutionRequest,Execution>
MetadataServiceStubSettings.Builder. createExecutionSettings()
Returns the builder for the settings used for calls to createExecution.com.google.api.gax.rpc.UnaryCallSettings<CreateExecutionRequest,Execution>
MetadataServiceStubSettings. createExecutionSettings()
Returns the object with the settings used for calls to createExecution.com.google.api.gax.rpc.UnaryCallable<GetExecutionRequest,Execution>
GrpcMetadataServiceStub. getExecutionCallable()
com.google.api.gax.rpc.UnaryCallable<GetExecutionRequest,Execution>
MetadataServiceStub. getExecutionCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetExecutionRequest,Execution>
MetadataServiceStubSettings.Builder. getExecutionSettings()
Returns the builder for the settings used for calls to getExecution.com.google.api.gax.rpc.UnaryCallSettings<GetExecutionRequest,Execution>
MetadataServiceStubSettings. getExecutionSettings()
Returns the object with the settings used for calls to getExecution.com.google.api.gax.rpc.UnaryCallable<UpdateExecutionRequest,Execution>
GrpcMetadataServiceStub. updateExecutionCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateExecutionRequest,Execution>
MetadataServiceStub. updateExecutionCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateExecutionRequest,Execution>
MetadataServiceStubSettings.Builder. updateExecutionSettings()
Returns the builder for the settings used for calls to updateExecution.com.google.api.gax.rpc.UnaryCallSettings<UpdateExecutionRequest,Execution>
MetadataServiceStubSettings. updateExecutionSettings()
Returns the object with the settings used for calls to updateExecution.
-