Uses of Class
com.google.cloud.aiplatform.v1beta1.CustomJob
-
Packages that use CustomJob Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1beta1.stub -
-
Uses of CustomJob in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return CustomJob Modifier and Type Method Description CustomJob
CustomJob.Builder. build()
CustomJob
CustomJob.Builder. buildPartial()
CustomJob
JobServiceClient. createCustomJob(CreateCustomJobRequest request)
Creates a CustomJob.CustomJob
JobServiceClient. createCustomJob(LocationName parent, CustomJob customJob)
Creates a CustomJob.CustomJob
JobServiceClient. createCustomJob(String parent, CustomJob customJob)
Creates a CustomJob.CustomJob
JobServiceGrpc.JobServiceBlockingStub. createCustomJob(CreateCustomJobRequest request)
Creates a CustomJob.CustomJob
CreateCustomJobRequest.Builder. getCustomJob()
Required.CustomJob
CreateCustomJobRequest. getCustomJob()
Required.CustomJob
CreateCustomJobRequestOrBuilder. getCustomJob()
Required.CustomJob
JobServiceClient. getCustomJob(CustomJobName name)
Gets a CustomJob.CustomJob
JobServiceClient. getCustomJob(GetCustomJobRequest request)
Gets a CustomJob.CustomJob
JobServiceClient. getCustomJob(String name)
Gets a CustomJob.CustomJob
JobServiceGrpc.JobServiceBlockingStub. getCustomJob(GetCustomJobRequest request)
Gets a CustomJob.CustomJob
ListCustomJobsResponse.Builder. getCustomJobs(int index)
List of CustomJobs in the requested page.CustomJob
ListCustomJobsResponse. getCustomJobs(int index)
List of CustomJobs in the requested page.CustomJob
ListCustomJobsResponseOrBuilder. getCustomJobs(int index)
List of CustomJobs in the requested page.static CustomJob
CustomJob. getDefaultInstance()
CustomJob
CustomJob.Builder. getDefaultInstanceForType()
CustomJob
CustomJob. getDefaultInstanceForType()
static CustomJob
CustomJob. parseDelimitedFrom(InputStream input)
static CustomJob
CustomJob. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomJob
CustomJob. parseFrom(byte[] data)
static CustomJob
CustomJob. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomJob
CustomJob. parseFrom(com.google.protobuf.ByteString data)
static CustomJob
CustomJob. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomJob
CustomJob. parseFrom(com.google.protobuf.CodedInputStream input)
static CustomJob
CustomJob. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomJob
CustomJob. parseFrom(InputStream input)
static CustomJob
CustomJob. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomJob
CustomJob. parseFrom(ByteBuffer data)
static CustomJob
CustomJob. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type CustomJob Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<CustomJob>
JobServiceGrpc.JobServiceFutureStub. createCustomJob(CreateCustomJobRequest request)
Creates a CustomJob.com.google.api.gax.rpc.UnaryCallable<CreateCustomJobRequest,CustomJob>
JobServiceClient. createCustomJobCallable()
Creates a CustomJob.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateCustomJobRequest,CustomJob>
JobServiceSettings.Builder. createCustomJobSettings()
Returns the builder for the settings used for calls to createCustomJob.com.google.api.gax.rpc.UnaryCallSettings<CreateCustomJobRequest,CustomJob>
JobServiceSettings. createCustomJobSettings()
Returns the object with the settings used for calls to createCustomJob.static io.grpc.MethodDescriptor<CreateCustomJobRequest,CustomJob>
JobServiceGrpc. getCreateCustomJobMethod()
com.google.common.util.concurrent.ListenableFuture<CustomJob>
JobServiceGrpc.JobServiceFutureStub. getCustomJob(GetCustomJobRequest request)
Gets a CustomJob.com.google.api.gax.rpc.UnaryCallable<GetCustomJobRequest,CustomJob>
JobServiceClient. getCustomJobCallable()
Gets a CustomJob.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetCustomJobRequest,CustomJob>
JobServiceSettings.Builder. getCustomJobSettings()
Returns the builder for the settings used for calls to getCustomJob.com.google.api.gax.rpc.UnaryCallSettings<GetCustomJobRequest,CustomJob>
JobServiceSettings. getCustomJobSettings()
Returns the object with the settings used for calls to getCustomJob.List<CustomJob>
ListCustomJobsResponse.Builder. getCustomJobsList()
List of CustomJobs in the requested page.List<CustomJob>
ListCustomJobsResponse. getCustomJobsList()
List of CustomJobs in the requested page.List<CustomJob>
ListCustomJobsResponseOrBuilder. getCustomJobsList()
List of CustomJobs in the requested page.static io.grpc.MethodDescriptor<GetCustomJobRequest,CustomJob>
JobServiceGrpc. getGetCustomJobMethod()
com.google.protobuf.Parser<CustomJob>
CustomJob. getParserForType()
static com.google.protobuf.Parser<CustomJob>
CustomJob. parser()
Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type CustomJob Modifier and Type Method Description ListCustomJobsResponse.Builder
ListCustomJobsResponse.Builder. addCustomJobs(int index, CustomJob value)
List of CustomJobs in the requested page.ListCustomJobsResponse.Builder
ListCustomJobsResponse.Builder. addCustomJobs(CustomJob value)
List of CustomJobs in the requested page.CustomJob
JobServiceClient. createCustomJob(LocationName parent, CustomJob customJob)
Creates a CustomJob.CustomJob
JobServiceClient. createCustomJob(String parent, CustomJob customJob)
Creates a CustomJob.CreateCustomJobRequest.Builder
CreateCustomJobRequest.Builder. mergeCustomJob(CustomJob value)
Required.CustomJob.Builder
CustomJob.Builder. mergeFrom(CustomJob other)
static CustomJob.Builder
CustomJob. newBuilder(CustomJob prototype)
CreateCustomJobRequest.Builder
CreateCustomJobRequest.Builder. setCustomJob(CustomJob value)
Required.ListCustomJobsResponse.Builder
ListCustomJobsResponse.Builder. setCustomJobs(int index, CustomJob value)
List of CustomJobs in the requested page.Method parameters in com.google.cloud.aiplatform.v1beta1 with type arguments of type CustomJob Modifier and Type Method Description ListCustomJobsResponse.Builder
ListCustomJobsResponse.Builder. addAllCustomJobs(Iterable<? extends CustomJob> values)
List of CustomJobs in the requested page.static com.google.api.core.ApiFuture<JobServiceClient.ListCustomJobsPagedResponse>
JobServiceClient.ListCustomJobsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListCustomJobsRequest,ListCustomJobsResponse,CustomJob> context, com.google.api.core.ApiFuture<ListCustomJobsResponse> futureResponse)
default void
JobServiceGrpc.AsyncService. createCustomJob(CreateCustomJobRequest request, io.grpc.stub.StreamObserver<CustomJob> responseObserver)
Creates a CustomJob.void
JobServiceGrpc.JobServiceStub. createCustomJob(CreateCustomJobRequest request, io.grpc.stub.StreamObserver<CustomJob> responseObserver)
Creates a CustomJob.protected JobServiceClient.ListCustomJobsPage
JobServiceClient.ListCustomJobsPage. createPage(com.google.api.gax.rpc.PageContext<ListCustomJobsRequest,ListCustomJobsResponse,CustomJob> context, ListCustomJobsResponse response)
com.google.api.core.ApiFuture<JobServiceClient.ListCustomJobsPage>
JobServiceClient.ListCustomJobsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListCustomJobsRequest,ListCustomJobsResponse,CustomJob> context, com.google.api.core.ApiFuture<ListCustomJobsResponse> futureResponse)
default void
JobServiceGrpc.AsyncService. getCustomJob(GetCustomJobRequest request, io.grpc.stub.StreamObserver<CustomJob> responseObserver)
Gets a CustomJob.void
JobServiceGrpc.JobServiceStub. getCustomJob(GetCustomJobRequest request, io.grpc.stub.StreamObserver<CustomJob> responseObserver)
Gets a CustomJob. -
Uses of CustomJob in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.stub that return types with arguments of type CustomJob Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateCustomJobRequest,CustomJob>
GrpcJobServiceStub. createCustomJobCallable()
com.google.api.gax.rpc.UnaryCallable<CreateCustomJobRequest,CustomJob>
JobServiceStub. createCustomJobCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateCustomJobRequest,CustomJob>
JobServiceStubSettings.Builder. createCustomJobSettings()
Returns the builder for the settings used for calls to createCustomJob.com.google.api.gax.rpc.UnaryCallSettings<CreateCustomJobRequest,CustomJob>
JobServiceStubSettings. createCustomJobSettings()
Returns the object with the settings used for calls to createCustomJob.com.google.api.gax.rpc.UnaryCallable<GetCustomJobRequest,CustomJob>
GrpcJobServiceStub. getCustomJobCallable()
com.google.api.gax.rpc.UnaryCallable<GetCustomJobRequest,CustomJob>
JobServiceStub. getCustomJobCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetCustomJobRequest,CustomJob>
JobServiceStubSettings.Builder. getCustomJobSettings()
Returns the builder for the settings used for calls to getCustomJob.com.google.api.gax.rpc.UnaryCallSettings<GetCustomJobRequest,CustomJob>
JobServiceStubSettings. getCustomJobSettings()
Returns the object with the settings used for calls to getCustomJob.
-