Uses of Class
com.google.cloud.aiplatform.v1.NasJob
-
Packages that use NasJob Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1.stub -
-
Uses of NasJob in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return NasJob Modifier and Type Method Description NasJob
NasJob.Builder. build()
NasJob
NasJob.Builder. buildPartial()
NasJob
JobServiceClient. createNasJob(CreateNasJobRequest request)
Creates a NasJobNasJob
JobServiceClient. createNasJob(LocationName parent, NasJob nasJob)
Creates a NasJobNasJob
JobServiceClient. createNasJob(String parent, NasJob nasJob)
Creates a NasJobNasJob
JobServiceGrpc.JobServiceBlockingStub. createNasJob(CreateNasJobRequest request)
Creates a NasJobstatic NasJob
NasJob. getDefaultInstance()
NasJob
NasJob.Builder. getDefaultInstanceForType()
NasJob
NasJob. getDefaultInstanceForType()
NasJob
CreateNasJobRequest.Builder. getNasJob()
Required.NasJob
CreateNasJobRequest. getNasJob()
Required.NasJob
CreateNasJobRequestOrBuilder. getNasJob()
Required.NasJob
JobServiceClient. getNasJob(GetNasJobRequest request)
Gets a NasJobNasJob
JobServiceClient. getNasJob(NasJobName name)
Gets a NasJobNasJob
JobServiceClient. getNasJob(String name)
Gets a NasJobNasJob
JobServiceGrpc.JobServiceBlockingStub. getNasJob(GetNasJobRequest request)
Gets a NasJobNasJob
ListNasJobsResponse.Builder. getNasJobs(int index)
List of NasJobs in the requested page.NasJob
ListNasJobsResponse. getNasJobs(int index)
List of NasJobs in the requested page.NasJob
ListNasJobsResponseOrBuilder. getNasJobs(int index)
List of NasJobs in the requested page.static NasJob
NasJob. parseDelimitedFrom(InputStream input)
static NasJob
NasJob. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NasJob
NasJob. parseFrom(byte[] data)
static NasJob
NasJob. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NasJob
NasJob. parseFrom(com.google.protobuf.ByteString data)
static NasJob
NasJob. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NasJob
NasJob. parseFrom(com.google.protobuf.CodedInputStream input)
static NasJob
NasJob. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NasJob
NasJob. parseFrom(InputStream input)
static NasJob
NasJob. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NasJob
NasJob. parseFrom(ByteBuffer data)
static NasJob
NasJob. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type NasJob Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<NasJob>
JobServiceGrpc.JobServiceFutureStub. createNasJob(CreateNasJobRequest request)
Creates a NasJobcom.google.api.gax.rpc.UnaryCallable<CreateNasJobRequest,NasJob>
JobServiceClient. createNasJobCallable()
Creates a NasJobcom.google.api.gax.rpc.UnaryCallSettings.Builder<CreateNasJobRequest,NasJob>
JobServiceSettings.Builder. createNasJobSettings()
Returns the builder for the settings used for calls to createNasJob.com.google.api.gax.rpc.UnaryCallSettings<CreateNasJobRequest,NasJob>
JobServiceSettings. createNasJobSettings()
Returns the object with the settings used for calls to createNasJob.static io.grpc.MethodDescriptor<CreateNasJobRequest,NasJob>
JobServiceGrpc. getCreateNasJobMethod()
static io.grpc.MethodDescriptor<GetNasJobRequest,NasJob>
JobServiceGrpc. getGetNasJobMethod()
com.google.common.util.concurrent.ListenableFuture<NasJob>
JobServiceGrpc.JobServiceFutureStub. getNasJob(GetNasJobRequest request)
Gets a NasJobcom.google.api.gax.rpc.UnaryCallable<GetNasJobRequest,NasJob>
JobServiceClient. getNasJobCallable()
Gets a NasJobcom.google.api.gax.rpc.UnaryCallSettings.Builder<GetNasJobRequest,NasJob>
JobServiceSettings.Builder. getNasJobSettings()
Returns the builder for the settings used for calls to getNasJob.com.google.api.gax.rpc.UnaryCallSettings<GetNasJobRequest,NasJob>
JobServiceSettings. getNasJobSettings()
Returns the object with the settings used for calls to getNasJob.List<NasJob>
ListNasJobsResponse.Builder. getNasJobsList()
List of NasJobs in the requested page.List<NasJob>
ListNasJobsResponse. getNasJobsList()
List of NasJobs in the requested page.List<NasJob>
ListNasJobsResponseOrBuilder. getNasJobsList()
List of NasJobs in the requested page.com.google.protobuf.Parser<NasJob>
NasJob. getParserForType()
static com.google.protobuf.Parser<NasJob>
NasJob. parser()
Methods in com.google.cloud.aiplatform.v1 with parameters of type NasJob Modifier and Type Method Description ListNasJobsResponse.Builder
ListNasJobsResponse.Builder. addNasJobs(int index, NasJob value)
List of NasJobs in the requested page.ListNasJobsResponse.Builder
ListNasJobsResponse.Builder. addNasJobs(NasJob value)
List of NasJobs in the requested page.NasJob
JobServiceClient. createNasJob(LocationName parent, NasJob nasJob)
Creates a NasJobNasJob
JobServiceClient. createNasJob(String parent, NasJob nasJob)
Creates a NasJobNasJob.Builder
NasJob.Builder. mergeFrom(NasJob other)
CreateNasJobRequest.Builder
CreateNasJobRequest.Builder. mergeNasJob(NasJob value)
Required.static NasJob.Builder
NasJob. newBuilder(NasJob prototype)
CreateNasJobRequest.Builder
CreateNasJobRequest.Builder. setNasJob(NasJob value)
Required.ListNasJobsResponse.Builder
ListNasJobsResponse.Builder. setNasJobs(int index, NasJob value)
List of NasJobs in the requested page.Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type NasJob Modifier and Type Method Description ListNasJobsResponse.Builder
ListNasJobsResponse.Builder. addAllNasJobs(Iterable<? extends NasJob> values)
List of NasJobs in the requested page.static com.google.api.core.ApiFuture<JobServiceClient.ListNasJobsPagedResponse>
JobServiceClient.ListNasJobsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListNasJobsRequest,ListNasJobsResponse,NasJob> context, com.google.api.core.ApiFuture<ListNasJobsResponse> futureResponse)
default void
JobServiceGrpc.AsyncService. createNasJob(CreateNasJobRequest request, io.grpc.stub.StreamObserver<NasJob> responseObserver)
Creates a NasJobvoid
JobServiceGrpc.JobServiceStub. createNasJob(CreateNasJobRequest request, io.grpc.stub.StreamObserver<NasJob> responseObserver)
Creates a NasJobprotected JobServiceClient.ListNasJobsPage
JobServiceClient.ListNasJobsPage. createPage(com.google.api.gax.rpc.PageContext<ListNasJobsRequest,ListNasJobsResponse,NasJob> context, ListNasJobsResponse response)
com.google.api.core.ApiFuture<JobServiceClient.ListNasJobsPage>
JobServiceClient.ListNasJobsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListNasJobsRequest,ListNasJobsResponse,NasJob> context, com.google.api.core.ApiFuture<ListNasJobsResponse> futureResponse)
default void
JobServiceGrpc.AsyncService. getNasJob(GetNasJobRequest request, io.grpc.stub.StreamObserver<NasJob> responseObserver)
Gets a NasJobvoid
JobServiceGrpc.JobServiceStub. getNasJob(GetNasJobRequest request, io.grpc.stub.StreamObserver<NasJob> responseObserver)
Gets a NasJob -
Uses of NasJob in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.stub that return types with arguments of type NasJob Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateNasJobRequest,NasJob>
GrpcJobServiceStub. createNasJobCallable()
com.google.api.gax.rpc.UnaryCallable<CreateNasJobRequest,NasJob>
JobServiceStub. createNasJobCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateNasJobRequest,NasJob>
JobServiceStubSettings.Builder. createNasJobSettings()
Returns the builder for the settings used for calls to createNasJob.com.google.api.gax.rpc.UnaryCallSettings<CreateNasJobRequest,NasJob>
JobServiceStubSettings. createNasJobSettings()
Returns the object with the settings used for calls to createNasJob.com.google.api.gax.rpc.UnaryCallable<GetNasJobRequest,NasJob>
GrpcJobServiceStub. getNasJobCallable()
com.google.api.gax.rpc.UnaryCallable<GetNasJobRequest,NasJob>
JobServiceStub. getNasJobCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetNasJobRequest,NasJob>
JobServiceStubSettings.Builder. getNasJobSettings()
Returns the builder for the settings used for calls to getNasJob.com.google.api.gax.rpc.UnaryCallSettings<GetNasJobRequest,NasJob>
JobServiceStubSettings. getNasJobSettings()
Returns the object with the settings used for calls to getNasJob.
-