Uses of Class
com.google.cloud.aiplatform.v1.Execution
Packages that use Execution
-
Uses of Execution in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return ExecutionModifier and TypeMethodDescriptionExecution.Builder.build()Execution.Builder.buildPartial()static ExecutionExecution.getDefaultInstance()Execution.Builder.getDefaultInstanceForType()Execution.getDefaultInstanceForType()CreateExecutionRequest.Builder.getExecution()Required.CreateExecutionRequest.getExecution()Required.CreateExecutionRequestOrBuilder.getExecution()Required.PipelineTaskDetail.Builder.getExecution()Output only.PipelineTaskDetail.getExecution()Output only.PipelineTaskDetailOrBuilder.getExecution()Output only.UpdateExecutionRequest.Builder.getExecution()Required.UpdateExecutionRequest.getExecution()Required.UpdateExecutionRequestOrBuilder.getExecution()Required.LineageSubgraph.Builder.getExecutions(int index) The Execution nodes in the subgraph.LineageSubgraph.getExecutions(int index) The Execution nodes in the subgraph.LineageSubgraphOrBuilder.getExecutions(int index) The Execution nodes in the subgraph.ListExecutionsResponse.Builder.getExecutions(int index) The Executions retrieved from the MetadataStore.ListExecutionsResponse.getExecutions(int index) The Executions retrieved from the MetadataStore.ListExecutionsResponseOrBuilder.getExecutions(int index) The Executions retrieved from the MetadataStore.static ExecutionExecution.parseDelimitedFrom(InputStream input) static ExecutionExecution.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ExecutionExecution.parseFrom(byte[] data) static ExecutionExecution.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ExecutionExecution.parseFrom(com.google.protobuf.ByteString data) static ExecutionExecution.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ExecutionExecution.parseFrom(com.google.protobuf.CodedInputStream input) static ExecutionExecution.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ExecutionExecution.parseFrom(InputStream input) static ExecutionExecution.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ExecutionExecution.parseFrom(ByteBuffer data) static ExecutionExecution.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type ExecutionModifier and TypeMethodDescriptionLineageSubgraph.Builder.getExecutionsList()The Execution nodes in the subgraph.LineageSubgraph.getExecutionsList()The Execution nodes in the subgraph.LineageSubgraphOrBuilder.getExecutionsList()The Execution nodes in the subgraph.ListExecutionsResponse.Builder.getExecutionsList()The Executions retrieved from the MetadataStore.ListExecutionsResponse.getExecutionsList()The Executions retrieved from the MetadataStore.ListExecutionsResponseOrBuilder.getExecutionsList()The Executions retrieved from the MetadataStore.com.google.protobuf.Parser<Execution>Execution.getParserForType()static com.google.protobuf.Parser<Execution>Execution.parser()Methods in com.google.cloud.aiplatform.v1 with parameters of type ExecutionModifier and TypeMethodDescriptionLineageSubgraph.Builder.addExecutions(int index, Execution value) The Execution nodes in the subgraph.LineageSubgraph.Builder.addExecutions(Execution value) The Execution nodes in the subgraph.ListExecutionsResponse.Builder.addExecutions(int index, Execution value) The Executions retrieved from the MetadataStore.ListExecutionsResponse.Builder.addExecutions(Execution value) The Executions retrieved from the MetadataStore.CreateExecutionRequest.Builder.mergeExecution(Execution value) Required.PipelineTaskDetail.Builder.mergeExecution(Execution value) Output only.UpdateExecutionRequest.Builder.mergeExecution(Execution value) Required.static Execution.BuilderExecution.newBuilder(Execution prototype) CreateExecutionRequest.Builder.setExecution(Execution value) Required.PipelineTaskDetail.Builder.setExecution(Execution value) Output only.UpdateExecutionRequest.Builder.setExecution(Execution value) Required.LineageSubgraph.Builder.setExecutions(int index, Execution value) The Execution nodes in the subgraph.ListExecutionsResponse.Builder.setExecutions(int index, Execution value) The Executions retrieved from the MetadataStore.Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type ExecutionModifier and TypeMethodDescriptionLineageSubgraph.Builder.addAllExecutions(Iterable<? extends Execution> values) The Execution nodes in the subgraph.ListExecutionsResponse.Builder.addAllExecutions(Iterable<? extends Execution> values) The Executions retrieved from the MetadataStore.