Uses of Class
com.google.cloud.aiplatform.v1beta1.DeployModelResponse
-
Packages that use DeployModelResponse Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1beta1.stub -
-
Uses of DeployModelResponse in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return DeployModelResponse Modifier and Type Method Description DeployModelResponseDeployModelResponse.Builder. build()DeployModelResponseDeployModelResponse.Builder. buildPartial()static DeployModelResponseDeployModelResponse. getDefaultInstance()DeployModelResponseDeployModelResponse.Builder. getDefaultInstanceForType()DeployModelResponseDeployModelResponse. getDefaultInstanceForType()static DeployModelResponseDeployModelResponse. parseDelimitedFrom(InputStream input)static DeployModelResponseDeployModelResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeployModelResponseDeployModelResponse. parseFrom(byte[] data)static DeployModelResponseDeployModelResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeployModelResponseDeployModelResponse. parseFrom(com.google.protobuf.ByteString data)static DeployModelResponseDeployModelResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeployModelResponseDeployModelResponse. parseFrom(com.google.protobuf.CodedInputStream input)static DeployModelResponseDeployModelResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeployModelResponseDeployModelResponse. parseFrom(InputStream input)static DeployModelResponseDeployModelResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeployModelResponseDeployModelResponse. parseFrom(ByteBuffer data)static DeployModelResponseDeployModelResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.aiplatform.v1beta1 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.v1beta1 with parameters of type DeployModelResponse Modifier and Type Method Description DeployModelResponse.BuilderDeployModelResponse.Builder. mergeFrom(DeployModelResponse other)static DeployModelResponse.BuilderDeployModelResponse. newBuilder(DeployModelResponse prototype) -
Uses of DeployModelResponse in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.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.
-