Uses of Class
com.google.cloud.aiplatform.v1.DeployModelResponse
-
Packages that use DeployModelResponse Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1.stub -
-
Uses of DeployModelResponse in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return DeployModelResponse Modifier and Type Method Description DeployModelResponse
DeployModelResponse.Builder. build()
DeployModelResponse
DeployModelResponse.Builder. buildPartial()
static DeployModelResponse
DeployModelResponse. getDefaultInstance()
DeployModelResponse
DeployModelResponse.Builder. getDefaultInstanceForType()
DeployModelResponse
DeployModelResponse. getDefaultInstanceForType()
static DeployModelResponse
DeployModelResponse. parseDelimitedFrom(InputStream input)
static DeployModelResponse
DeployModelResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeployModelResponse
DeployModelResponse. parseFrom(byte[] data)
static DeployModelResponse
DeployModelResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeployModelResponse
DeployModelResponse. parseFrom(com.google.protobuf.ByteString data)
static DeployModelResponse
DeployModelResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeployModelResponse
DeployModelResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static DeployModelResponse
DeployModelResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeployModelResponse
DeployModelResponse. parseFrom(InputStream input)
static DeployModelResponse
DeployModelResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeployModelResponse
DeployModelResponse. parseFrom(ByteBuffer data)
static DeployModelResponse
DeployModelResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type DeployModelResponse Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<DeployModelResponse,DeployModelOperationMetadata>
EndpointServiceClient. deployModelAsync(DeployModelRequest request)
Deploys a Model into this Endpoint, creating a DeployedModel within it.com.google.api.gax.longrunning.OperationFuture<DeployModelResponse,DeployModelOperationMetadata>
EndpointServiceClient. deployModelAsync(EndpointName endpoint, DeployedModel deployedModel, Map<String,Integer> trafficSplit)
Deploys a Model into this Endpoint, creating a DeployedModel within it.com.google.api.gax.longrunning.OperationFuture<DeployModelResponse,DeployModelOperationMetadata>
EndpointServiceClient. deployModelAsync(String endpoint, DeployedModel deployedModel, Map<String,Integer> trafficSplit)
Deploys a Model into this Endpoint, creating a DeployedModel within it.com.google.api.gax.rpc.OperationCallable<DeployModelRequest,DeployModelResponse,DeployModelOperationMetadata>
EndpointServiceClient. deployModelOperationCallable()
Deploys a Model into this Endpoint, creating a DeployedModel within it.com.google.api.gax.rpc.OperationCallSettings.Builder<DeployModelRequest,DeployModelResponse,DeployModelOperationMetadata>
EndpointServiceSettings.Builder. deployModelOperationSettings()
Returns the builder for the settings used for calls to deployModel.com.google.api.gax.rpc.OperationCallSettings<DeployModelRequest,DeployModelResponse,DeployModelOperationMetadata>
EndpointServiceSettings. deployModelOperationSettings()
Returns the object with the settings used for calls to deployModel.com.google.protobuf.Parser<DeployModelResponse>
DeployModelResponse. getParserForType()
static com.google.protobuf.Parser<DeployModelResponse>
DeployModelResponse. parser()
Methods in com.google.cloud.aiplatform.v1 with parameters of type DeployModelResponse Modifier and Type Method Description DeployModelResponse.Builder
DeployModelResponse.Builder. mergeFrom(DeployModelResponse other)
static DeployModelResponse.Builder
DeployModelResponse. newBuilder(DeployModelResponse prototype)
-
Uses of DeployModelResponse in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.stub that return types with arguments of type DeployModelResponse Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<DeployModelRequest,DeployModelResponse,DeployModelOperationMetadata>
EndpointServiceStub. deployModelOperationCallable()
com.google.api.gax.rpc.OperationCallable<DeployModelRequest,DeployModelResponse,DeployModelOperationMetadata>
GrpcEndpointServiceStub. deployModelOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<DeployModelRequest,DeployModelResponse,DeployModelOperationMetadata>
EndpointServiceStubSettings.Builder. deployModelOperationSettings()
Returns the builder for the settings used for calls to deployModel.com.google.api.gax.rpc.OperationCallSettings<DeployModelRequest,DeployModelResponse,DeployModelOperationMetadata>
EndpointServiceStubSettings. deployModelOperationSettings()
Returns the object with the settings used for calls to deployModel.
-