Uses of Class
com.google.cloud.aiplatform.v1.CreateExecutionRequest.Builder
Packages that use CreateExecutionRequest.Builder
-
Uses of CreateExecutionRequest.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return CreateExecutionRequest.BuilderModifier and TypeMethodDescriptionCreateExecutionRequest.Builder.clear()CreateExecutionRequest.Builder.clearExecution()Required.CreateExecutionRequest.Builder.clearExecutionId()The {execution} portion of the resource name with the format: `projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}` If not provided, the Execution's ID will be a UUID generated by the service.CreateExecutionRequest.Builder.clearParent()Required.CreateExecutionRequest.Builder.mergeExecution(Execution value) Required.CreateExecutionRequest.Builder.mergeFrom(CreateExecutionRequest other) CreateExecutionRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CreateExecutionRequest.Builder.mergeFrom(com.google.protobuf.Message other) CreateExecutionRequest.newBuilder()CreateExecutionRequest.newBuilder(CreateExecutionRequest prototype) CreateExecutionRequest.newBuilderForType()protected CreateExecutionRequest.BuilderCreateExecutionRequest.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) CreateExecutionRequest.Builder.setExecution(Execution value) Required.CreateExecutionRequest.Builder.setExecution(Execution.Builder builderForValue) Required.CreateExecutionRequest.Builder.setExecutionId(String value) The {execution} portion of the resource name with the format: `projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}` If not provided, the Execution's ID will be a UUID generated by the service.CreateExecutionRequest.Builder.setExecutionIdBytes(com.google.protobuf.ByteString value) The {execution} portion of the resource name with the format: `projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}` If not provided, the Execution's ID will be a UUID generated by the service.Required.CreateExecutionRequest.Builder.setParentBytes(com.google.protobuf.ByteString value) Required.CreateExecutionRequest.toBuilder()