Uses of Class
com.google.cloud.aiplatform.v1beta1.CreateNasJobRequest
-
Packages that use CreateNasJobRequest Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1beta1.stub -
-
Uses of CreateNasJobRequest in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return CreateNasJobRequest Modifier and Type Method Description CreateNasJobRequest
CreateNasJobRequest.Builder. build()
CreateNasJobRequest
CreateNasJobRequest.Builder. buildPartial()
static CreateNasJobRequest
CreateNasJobRequest. getDefaultInstance()
CreateNasJobRequest
CreateNasJobRequest.Builder. getDefaultInstanceForType()
CreateNasJobRequest
CreateNasJobRequest. getDefaultInstanceForType()
static CreateNasJobRequest
CreateNasJobRequest. parseDelimitedFrom(InputStream input)
static CreateNasJobRequest
CreateNasJobRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateNasJobRequest
CreateNasJobRequest. parseFrom(byte[] data)
static CreateNasJobRequest
CreateNasJobRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateNasJobRequest
CreateNasJobRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateNasJobRequest
CreateNasJobRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateNasJobRequest
CreateNasJobRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateNasJobRequest
CreateNasJobRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateNasJobRequest
CreateNasJobRequest. parseFrom(InputStream input)
static CreateNasJobRequest
CreateNasJobRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateNasJobRequest
CreateNasJobRequest. parseFrom(ByteBuffer data)
static CreateNasJobRequest
CreateNasJobRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type CreateNasJobRequest Modifier and Type Method Description com.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()
com.google.protobuf.Parser<CreateNasJobRequest>
CreateNasJobRequest. getParserForType()
static com.google.protobuf.Parser<CreateNasJobRequest>
CreateNasJobRequest. parser()
Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type CreateNasJobRequest Modifier and Type Method Description NasJob
JobServiceClient. createNasJob(CreateNasJobRequest request)
Creates a NasJobdefault void
JobServiceGrpc.AsyncService. createNasJob(CreateNasJobRequest request, io.grpc.stub.StreamObserver<NasJob> responseObserver)
Creates a NasJobNasJob
JobServiceGrpc.JobServiceBlockingStub. createNasJob(CreateNasJobRequest request)
Creates a NasJobcom.google.common.util.concurrent.ListenableFuture<NasJob>
JobServiceGrpc.JobServiceFutureStub. createNasJob(CreateNasJobRequest request)
Creates a NasJobvoid
JobServiceGrpc.JobServiceStub. createNasJob(CreateNasJobRequest request, io.grpc.stub.StreamObserver<NasJob> responseObserver)
Creates a NasJobCreateNasJobRequest.Builder
CreateNasJobRequest.Builder. mergeFrom(CreateNasJobRequest other)
static CreateNasJobRequest.Builder
CreateNasJobRequest. newBuilder(CreateNasJobRequest prototype)
-
Uses of CreateNasJobRequest in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.stub that return types with arguments of type CreateNasJobRequest 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.
-