Uses of Class
com.google.cloud.aiplatform.v1.MutateDeployedModelResponse
-
Packages that use MutateDeployedModelResponse Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1.stub -
-
Uses of MutateDeployedModelResponse in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return MutateDeployedModelResponse Modifier and Type Method Description MutateDeployedModelResponse
MutateDeployedModelResponse.Builder. build()
MutateDeployedModelResponse
MutateDeployedModelResponse.Builder. buildPartial()
static MutateDeployedModelResponse
MutateDeployedModelResponse. getDefaultInstance()
MutateDeployedModelResponse
MutateDeployedModelResponse.Builder. getDefaultInstanceForType()
MutateDeployedModelResponse
MutateDeployedModelResponse. getDefaultInstanceForType()
static MutateDeployedModelResponse
MutateDeployedModelResponse. parseDelimitedFrom(InputStream input)
static MutateDeployedModelResponse
MutateDeployedModelResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MutateDeployedModelResponse
MutateDeployedModelResponse. parseFrom(byte[] data)
static MutateDeployedModelResponse
MutateDeployedModelResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MutateDeployedModelResponse
MutateDeployedModelResponse. parseFrom(com.google.protobuf.ByteString data)
static MutateDeployedModelResponse
MutateDeployedModelResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MutateDeployedModelResponse
MutateDeployedModelResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static MutateDeployedModelResponse
MutateDeployedModelResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MutateDeployedModelResponse
MutateDeployedModelResponse. parseFrom(InputStream input)
static MutateDeployedModelResponse
MutateDeployedModelResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MutateDeployedModelResponse
MutateDeployedModelResponse. parseFrom(ByteBuffer data)
static MutateDeployedModelResponse
MutateDeployedModelResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type MutateDeployedModelResponse Modifier and Type Method Description com.google.protobuf.Parser<MutateDeployedModelResponse>
MutateDeployedModelResponse. getParserForType()
com.google.api.gax.longrunning.OperationFuture<MutateDeployedModelResponse,MutateDeployedModelOperationMetadata>
EndpointServiceClient. mutateDeployedModelAsync(EndpointName endpoint, DeployedModel deployedModel, com.google.protobuf.FieldMask updateMask)
Updates an existing deployed model.com.google.api.gax.longrunning.OperationFuture<MutateDeployedModelResponse,MutateDeployedModelOperationMetadata>
EndpointServiceClient. mutateDeployedModelAsync(MutateDeployedModelRequest request)
Updates an existing deployed model.com.google.api.gax.longrunning.OperationFuture<MutateDeployedModelResponse,MutateDeployedModelOperationMetadata>
EndpointServiceClient. mutateDeployedModelAsync(String endpoint, DeployedModel deployedModel, com.google.protobuf.FieldMask updateMask)
Updates an existing deployed model.com.google.api.gax.rpc.OperationCallable<MutateDeployedModelRequest,MutateDeployedModelResponse,MutateDeployedModelOperationMetadata>
EndpointServiceClient. mutateDeployedModelOperationCallable()
Updates an existing deployed model.com.google.api.gax.rpc.OperationCallSettings.Builder<MutateDeployedModelRequest,MutateDeployedModelResponse,MutateDeployedModelOperationMetadata>
EndpointServiceSettings.Builder. mutateDeployedModelOperationSettings()
Returns the builder for the settings used for calls to mutateDeployedModel.com.google.api.gax.rpc.OperationCallSettings<MutateDeployedModelRequest,MutateDeployedModelResponse,MutateDeployedModelOperationMetadata>
EndpointServiceSettings. mutateDeployedModelOperationSettings()
Returns the object with the settings used for calls to mutateDeployedModel.static com.google.protobuf.Parser<MutateDeployedModelResponse>
MutateDeployedModelResponse. parser()
Methods in com.google.cloud.aiplatform.v1 with parameters of type MutateDeployedModelResponse Modifier and Type Method Description MutateDeployedModelResponse.Builder
MutateDeployedModelResponse.Builder. mergeFrom(MutateDeployedModelResponse other)
static MutateDeployedModelResponse.Builder
MutateDeployedModelResponse. newBuilder(MutateDeployedModelResponse prototype)
-
Uses of MutateDeployedModelResponse in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.stub that return types with arguments of type MutateDeployedModelResponse Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<MutateDeployedModelRequest,MutateDeployedModelResponse,MutateDeployedModelOperationMetadata>
EndpointServiceStub. mutateDeployedModelOperationCallable()
com.google.api.gax.rpc.OperationCallable<MutateDeployedModelRequest,MutateDeployedModelResponse,MutateDeployedModelOperationMetadata>
GrpcEndpointServiceStub. mutateDeployedModelOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<MutateDeployedModelRequest,MutateDeployedModelResponse,MutateDeployedModelOperationMetadata>
EndpointServiceStubSettings.Builder. mutateDeployedModelOperationSettings()
Returns the builder for the settings used for calls to mutateDeployedModel.com.google.api.gax.rpc.OperationCallSettings<MutateDeployedModelRequest,MutateDeployedModelResponse,MutateDeployedModelOperationMetadata>
EndpointServiceStubSettings. mutateDeployedModelOperationSettings()
Returns the object with the settings used for calls to mutateDeployedModel.
-