Uses of Class
com.google.cloud.aiplatform.v1beta1.UndeployModelResponse
-
Packages that use UndeployModelResponse Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1beta1.stub -
-
Uses of UndeployModelResponse in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return UndeployModelResponse Modifier and Type Method Description UndeployModelResponseUndeployModelResponse.Builder. build()UndeployModelResponseUndeployModelResponse.Builder. buildPartial()static UndeployModelResponseUndeployModelResponse. getDefaultInstance()UndeployModelResponseUndeployModelResponse.Builder. getDefaultInstanceForType()UndeployModelResponseUndeployModelResponse. getDefaultInstanceForType()static UndeployModelResponseUndeployModelResponse. parseDelimitedFrom(InputStream input)static UndeployModelResponseUndeployModelResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UndeployModelResponseUndeployModelResponse. parseFrom(byte[] data)static UndeployModelResponseUndeployModelResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UndeployModelResponseUndeployModelResponse. parseFrom(com.google.protobuf.ByteString data)static UndeployModelResponseUndeployModelResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UndeployModelResponseUndeployModelResponse. parseFrom(com.google.protobuf.CodedInputStream input)static UndeployModelResponseUndeployModelResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UndeployModelResponseUndeployModelResponse. parseFrom(InputStream input)static UndeployModelResponseUndeployModelResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UndeployModelResponseUndeployModelResponse. parseFrom(ByteBuffer data)static UndeployModelResponseUndeployModelResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type UndeployModelResponse Modifier and Type Method Description com.google.protobuf.Parser<UndeployModelResponse>UndeployModelResponse. getParserForType()static com.google.protobuf.Parser<UndeployModelResponse>UndeployModelResponse. parser()com.google.api.gax.longrunning.OperationFuture<UndeployModelResponse,UndeployModelOperationMetadata>EndpointServiceClient. undeployModelAsync(EndpointName endpoint, String deployedModelId, Map<String,Integer> trafficSplit)Undeploys a Model from an Endpoint, removing a DeployedModel from it, and freeing all resources it's using.com.google.api.gax.longrunning.OperationFuture<UndeployModelResponse,UndeployModelOperationMetadata>EndpointServiceClient. undeployModelAsync(UndeployModelRequest request)Undeploys a Model from an Endpoint, removing a DeployedModel from it, and freeing all resources it's using.com.google.api.gax.longrunning.OperationFuture<UndeployModelResponse,UndeployModelOperationMetadata>EndpointServiceClient. undeployModelAsync(String endpoint, String deployedModelId, Map<String,Integer> trafficSplit)Undeploys a Model from an Endpoint, removing a DeployedModel from it, and freeing all resources it's using.com.google.api.gax.rpc.OperationCallable<UndeployModelRequest,UndeployModelResponse,UndeployModelOperationMetadata>EndpointServiceClient. undeployModelOperationCallable()Undeploys a Model from an Endpoint, removing a DeployedModel from it, and freeing all resources it's using.com.google.api.gax.rpc.OperationCallSettings.Builder<UndeployModelRequest,UndeployModelResponse,UndeployModelOperationMetadata>EndpointServiceSettings.Builder. undeployModelOperationSettings()Returns the builder for the settings used for calls to undeployModel.com.google.api.gax.rpc.OperationCallSettings<UndeployModelRequest,UndeployModelResponse,UndeployModelOperationMetadata>EndpointServiceSettings. undeployModelOperationSettings()Returns the object with the settings used for calls to undeployModel.Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type UndeployModelResponse Modifier and Type Method Description UndeployModelResponse.BuilderUndeployModelResponse.Builder. mergeFrom(UndeployModelResponse other)static UndeployModelResponse.BuilderUndeployModelResponse. newBuilder(UndeployModelResponse prototype) -
Uses of UndeployModelResponse in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.stub that return types with arguments of type UndeployModelResponse Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<UndeployModelRequest,UndeployModelResponse,UndeployModelOperationMetadata>EndpointServiceStub. undeployModelOperationCallable()com.google.api.gax.rpc.OperationCallable<UndeployModelRequest,UndeployModelResponse,UndeployModelOperationMetadata>GrpcEndpointServiceStub. undeployModelOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<UndeployModelRequest,UndeployModelResponse,UndeployModelOperationMetadata>EndpointServiceStubSettings.Builder. undeployModelOperationSettings()Returns the builder for the settings used for calls to undeployModel.com.google.api.gax.rpc.OperationCallSettings<UndeployModelRequest,UndeployModelResponse,UndeployModelOperationMetadata>EndpointServiceStubSettings. undeployModelOperationSettings()Returns the object with the settings used for calls to undeployModel.
-