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