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 CopyModelResponseCopyModelResponse.Builder. build()CopyModelResponseCopyModelResponse.Builder. buildPartial()static CopyModelResponseCopyModelResponse. getDefaultInstance()CopyModelResponseCopyModelResponse.Builder. getDefaultInstanceForType()CopyModelResponseCopyModelResponse. getDefaultInstanceForType()static CopyModelResponseCopyModelResponse. parseDelimitedFrom(InputStream input)static CopyModelResponseCopyModelResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CopyModelResponseCopyModelResponse. parseFrom(byte[] data)static CopyModelResponseCopyModelResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CopyModelResponseCopyModelResponse. parseFrom(com.google.protobuf.ByteString data)static CopyModelResponseCopyModelResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CopyModelResponseCopyModelResponse. parseFrom(com.google.protobuf.CodedInputStream input)static CopyModelResponseCopyModelResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CopyModelResponseCopyModelResponse. parseFrom(InputStream input)static CopyModelResponseCopyModelResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CopyModelResponseCopyModelResponse. parseFrom(ByteBuffer data)static CopyModelResponseCopyModelResponse. 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.BuilderCopyModelResponse.Builder. mergeFrom(CopyModelResponse other)static CopyModelResponse.BuilderCopyModelResponse. 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.
-