Package com.google.cloud.aiplatform.v1
Interface DeployModelResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DeployModelResponse,DeployModelResponse.Builder
@Generated
public interface DeployModelResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe DeployedModel that had been deployed in the Endpoint.The DeployedModel that had been deployed in the Endpoint.booleanThe DeployedModel that had been deployed in the Endpoint.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasDeployedModel
boolean hasDeployedModel()The DeployedModel that had been deployed in the Endpoint.
.google.cloud.aiplatform.v1.DeployedModel deployed_model = 1;- Returns:
- Whether the deployedModel field is set.
-
getDeployedModel
DeployedModel getDeployedModel()The DeployedModel that had been deployed in the Endpoint.
.google.cloud.aiplatform.v1.DeployedModel deployed_model = 1;- Returns:
- The deployedModel.
-
getDeployedModelOrBuilder
DeployedModelOrBuilder getDeployedModelOrBuilder()The DeployedModel that had been deployed in the Endpoint.
.google.cloud.aiplatform.v1.DeployedModel deployed_model = 1;
-