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