Uses of Class
com.google.cloud.aiplatform.v1.Execution.Builder
Packages that use Execution.Builder
-
Uses of Execution.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return Execution.BuilderModifier and TypeMethodDescriptionLineageSubgraph.Builder.addExecutionsBuilder()The Execution nodes in the subgraph.LineageSubgraph.Builder.addExecutionsBuilder(int index) The Execution nodes in the subgraph.ListExecutionsResponse.Builder.addExecutionsBuilder()The Executions retrieved from the MetadataStore.ListExecutionsResponse.Builder.addExecutionsBuilder(int index) The Executions retrieved from the MetadataStore.Execution.Builder.clear()Execution.Builder.clearCreateTime()Output only.Execution.Builder.clearDescription()Description of the ExecutionExecution.Builder.clearDisplayName()User provided display name of the Execution.Execution.Builder.clearEtag()An eTag used to perform consistent read-modify-write updates.Execution.Builder.clearLabels()Execution.Builder.clearMetadata()Properties of the Execution.Execution.Builder.clearName()Output only.Execution.Builder.clearSchemaTitle()The title of the schema describing the metadata.Execution.Builder.clearSchemaVersion()The version of the schema in `schema_title` to use.Execution.Builder.clearState()The state of this Execution.Execution.Builder.clearUpdateTime()Output only.CreateExecutionRequest.Builder.getExecutionBuilder()Required.PipelineTaskDetail.Builder.getExecutionBuilder()Output only.UpdateExecutionRequest.Builder.getExecutionBuilder()Required.LineageSubgraph.Builder.getExecutionsBuilder(int index) The Execution nodes in the subgraph.ListExecutionsResponse.Builder.getExecutionsBuilder(int index) The Executions retrieved from the MetadataStore.Execution.Builder.mergeCreateTime(com.google.protobuf.Timestamp value) Output only.Execution.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Execution.Builder.mergeFrom(com.google.protobuf.Message other) Execution.Builder.mergeMetadata(com.google.protobuf.Struct value) Properties of the Execution.Execution.Builder.mergeUpdateTime(com.google.protobuf.Timestamp value) Output only.static Execution.BuilderExecution.newBuilder()static Execution.BuilderExecution.newBuilder(Execution prototype) Execution.newBuilderForType()protected Execution.BuilderExecution.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Execution.Builder.putAllLabels(Map<String, String> values) The labels with user-defined metadata to organize your Executions.The labels with user-defined metadata to organize your Executions.Execution.Builder.removeLabels(String key) The labels with user-defined metadata to organize your Executions.Execution.Builder.setCreateTime(com.google.protobuf.Timestamp value) Output only.Execution.Builder.setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue) Output only.Execution.Builder.setDescription(String value) Description of the ExecutionExecution.Builder.setDescriptionBytes(com.google.protobuf.ByteString value) Description of the ExecutionExecution.Builder.setDisplayName(String value) User provided display name of the Execution.Execution.Builder.setDisplayNameBytes(com.google.protobuf.ByteString value) User provided display name of the Execution.An eTag used to perform consistent read-modify-write updates.Execution.Builder.setEtagBytes(com.google.protobuf.ByteString value) An eTag used to perform consistent read-modify-write updates.Execution.Builder.setMetadata(com.google.protobuf.Struct value) Properties of the Execution.Execution.Builder.setMetadata(com.google.protobuf.Struct.Builder builderForValue) Properties of the Execution.Output only.Execution.Builder.setNameBytes(com.google.protobuf.ByteString value) Output only.Execution.Builder.setSchemaTitle(String value) The title of the schema describing the metadata.Execution.Builder.setSchemaTitleBytes(com.google.protobuf.ByteString value) The title of the schema describing the metadata.Execution.Builder.setSchemaVersion(String value) The version of the schema in `schema_title` to use.Execution.Builder.setSchemaVersionBytes(com.google.protobuf.ByteString value) The version of the schema in `schema_title` to use.Execution.Builder.setState(Execution.State value) The state of this Execution.Execution.Builder.setStateValue(int value) The state of this Execution.Execution.Builder.setUpdateTime(com.google.protobuf.Timestamp value) Output only.Execution.Builder.setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue) Output only.Execution.toBuilder()Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type Execution.BuilderModifier and TypeMethodDescriptionLineageSubgraph.Builder.getExecutionsBuilderList()The Execution nodes in the subgraph.ListExecutionsResponse.Builder.getExecutionsBuilderList()The Executions retrieved from the MetadataStore.Methods in com.google.cloud.aiplatform.v1 with parameters of type Execution.BuilderModifier and TypeMethodDescriptionLineageSubgraph.Builder.addExecutions(int index, Execution.Builder builderForValue) The Execution nodes in the subgraph.LineageSubgraph.Builder.addExecutions(Execution.Builder builderForValue) The Execution nodes in the subgraph.ListExecutionsResponse.Builder.addExecutions(int index, Execution.Builder builderForValue) The Executions retrieved from the MetadataStore.ListExecutionsResponse.Builder.addExecutions(Execution.Builder builderForValue) The Executions retrieved from the MetadataStore.CreateExecutionRequest.Builder.setExecution(Execution.Builder builderForValue) Required.PipelineTaskDetail.Builder.setExecution(Execution.Builder builderForValue) Output only.UpdateExecutionRequest.Builder.setExecution(Execution.Builder builderForValue) Required.LineageSubgraph.Builder.setExecutions(int index, Execution.Builder builderForValue) The Execution nodes in the subgraph.ListExecutionsResponse.Builder.setExecutions(int index, Execution.Builder builderForValue) The Executions retrieved from the MetadataStore.