Uses of Class
com.google.cloud.aiplatform.v1.CreateExecutionRequest
-
Packages that use CreateExecutionRequest Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1.stub -
-
Uses of CreateExecutionRequest in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return CreateExecutionRequest Modifier and Type Method Description CreateExecutionRequestCreateExecutionRequest.Builder. build()CreateExecutionRequestCreateExecutionRequest.Builder. buildPartial()static CreateExecutionRequestCreateExecutionRequest. getDefaultInstance()CreateExecutionRequestCreateExecutionRequest.Builder. getDefaultInstanceForType()CreateExecutionRequestCreateExecutionRequest. getDefaultInstanceForType()static CreateExecutionRequestCreateExecutionRequest. parseDelimitedFrom(InputStream input)static CreateExecutionRequestCreateExecutionRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateExecutionRequestCreateExecutionRequest. parseFrom(byte[] data)static CreateExecutionRequestCreateExecutionRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateExecutionRequestCreateExecutionRequest. parseFrom(com.google.protobuf.ByteString data)static CreateExecutionRequestCreateExecutionRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateExecutionRequestCreateExecutionRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreateExecutionRequestCreateExecutionRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateExecutionRequestCreateExecutionRequest. parseFrom(InputStream input)static CreateExecutionRequestCreateExecutionRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateExecutionRequestCreateExecutionRequest. parseFrom(ByteBuffer data)static CreateExecutionRequestCreateExecutionRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type CreateExecutionRequest Modifier and Type Method Description 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.protobuf.Parser<CreateExecutionRequest>CreateExecutionRequest. getParserForType()static com.google.protobuf.Parser<CreateExecutionRequest>CreateExecutionRequest. parser()Methods in com.google.cloud.aiplatform.v1 with parameters of type CreateExecutionRequest Modifier and Type Method Description ExecutionMetadataServiceClient. createExecution(CreateExecutionRequest request)Creates an Execution associated with a MetadataStore.default voidMetadataServiceGrpc.AsyncService. createExecution(CreateExecutionRequest request, io.grpc.stub.StreamObserver<Execution> responseObserver)Creates an Execution associated with a MetadataStore.ExecutionMetadataServiceGrpc.MetadataServiceBlockingStub. createExecution(CreateExecutionRequest request)Creates an Execution associated with a MetadataStore.com.google.common.util.concurrent.ListenableFuture<Execution>MetadataServiceGrpc.MetadataServiceFutureStub. createExecution(CreateExecutionRequest request)Creates an Execution associated with a MetadataStore.voidMetadataServiceGrpc.MetadataServiceStub. createExecution(CreateExecutionRequest request, io.grpc.stub.StreamObserver<Execution> responseObserver)Creates an Execution associated with a MetadataStore.CreateExecutionRequest.BuilderCreateExecutionRequest.Builder. mergeFrom(CreateExecutionRequest other)static CreateExecutionRequest.BuilderCreateExecutionRequest. newBuilder(CreateExecutionRequest prototype) -
Uses of CreateExecutionRequest in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.stub that return types with arguments of type CreateExecutionRequest 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.
-