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 Type
    Method
    Description
    The DeployedModel that had been deployed in the Endpoint.
    The DeployedModel that had been deployed in the Endpoint.
    boolean
    The DeployedModel that had been deployed in the Endpoint.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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;