Uses of Class
com.google.cloud.aiplatform.v1beta1.CopyModelResponse
-
Packages that use CopyModelResponse Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1beta1.stub -
-
Uses of CopyModelResponse in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return CopyModelResponse Modifier and Type Method Description CopyModelResponse
CopyModelResponse.Builder. build()
CopyModelResponse
CopyModelResponse.Builder. buildPartial()
static CopyModelResponse
CopyModelResponse. getDefaultInstance()
CopyModelResponse
CopyModelResponse.Builder. getDefaultInstanceForType()
CopyModelResponse
CopyModelResponse. getDefaultInstanceForType()
static CopyModelResponse
CopyModelResponse. parseDelimitedFrom(InputStream input)
static CopyModelResponse
CopyModelResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CopyModelResponse
CopyModelResponse. parseFrom(byte[] data)
static CopyModelResponse
CopyModelResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CopyModelResponse
CopyModelResponse. parseFrom(com.google.protobuf.ByteString data)
static CopyModelResponse
CopyModelResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CopyModelResponse
CopyModelResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static CopyModelResponse
CopyModelResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CopyModelResponse
CopyModelResponse. parseFrom(InputStream input)
static CopyModelResponse
CopyModelResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CopyModelResponse
CopyModelResponse. parseFrom(ByteBuffer data)
static CopyModelResponse
CopyModelResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type CopyModelResponse Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<CopyModelResponse,CopyModelOperationMetadata>
ModelServiceClient. copyModelAsync(CopyModelRequest request)
Copies an already existing Vertex AI Model into the specified Location.com.google.api.gax.longrunning.OperationFuture<CopyModelResponse,CopyModelOperationMetadata>
ModelServiceClient. copyModelAsync(LocationName parent, ModelName sourceModel)
Copies an already existing Vertex AI Model into the specified Location.com.google.api.gax.longrunning.OperationFuture<CopyModelResponse,CopyModelOperationMetadata>
ModelServiceClient. copyModelAsync(LocationName parent, String sourceModel)
Copies an already existing Vertex AI Model into the specified Location.com.google.api.gax.longrunning.OperationFuture<CopyModelResponse,CopyModelOperationMetadata>
ModelServiceClient. copyModelAsync(String parent, ModelName sourceModel)
Copies an already existing Vertex AI Model into the specified Location.com.google.api.gax.longrunning.OperationFuture<CopyModelResponse,CopyModelOperationMetadata>
ModelServiceClient. copyModelAsync(String parent, String sourceModel)
Copies an already existing Vertex AI Model into the specified Location.com.google.api.gax.rpc.OperationCallable<CopyModelRequest,CopyModelResponse,CopyModelOperationMetadata>
ModelServiceClient. copyModelOperationCallable()
Copies an already existing Vertex AI Model into the specified Location.com.google.api.gax.rpc.OperationCallSettings.Builder<CopyModelRequest,CopyModelResponse,CopyModelOperationMetadata>
ModelServiceSettings.Builder. copyModelOperationSettings()
Returns the builder for the settings used for calls to copyModel.com.google.api.gax.rpc.OperationCallSettings<CopyModelRequest,CopyModelResponse,CopyModelOperationMetadata>
ModelServiceSettings. copyModelOperationSettings()
Returns the object with the settings used for calls to copyModel.com.google.protobuf.Parser<CopyModelResponse>
CopyModelResponse. getParserForType()
static com.google.protobuf.Parser<CopyModelResponse>
CopyModelResponse. parser()
Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type CopyModelResponse Modifier and Type Method Description CopyModelResponse.Builder
CopyModelResponse.Builder. mergeFrom(CopyModelResponse other)
static CopyModelResponse.Builder
CopyModelResponse. newBuilder(CopyModelResponse prototype)
-
Uses of CopyModelResponse in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.stub that return types with arguments of type CopyModelResponse Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<CopyModelRequest,CopyModelResponse,CopyModelOperationMetadata>
GrpcModelServiceStub. copyModelOperationCallable()
com.google.api.gax.rpc.OperationCallable<CopyModelRequest,CopyModelResponse,CopyModelOperationMetadata>
ModelServiceStub. copyModelOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<CopyModelRequest,CopyModelResponse,CopyModelOperationMetadata>
ModelServiceStubSettings.Builder. copyModelOperationSettings()
Returns the builder for the settings used for calls to copyModel.com.google.api.gax.rpc.OperationCallSettings<CopyModelRequest,CopyModelResponse,CopyModelOperationMetadata>
ModelServiceStubSettings. copyModelOperationSettings()
Returns the object with the settings used for calls to copyModel.
-