Interface DeployModelResponseOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    DeployModelResponse, DeployModelResponse.Builder

    public interface DeployModelResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      DeployedModel getDeployedModel()
      The DeployedModel that had been deployed in the Endpoint.
      DeployedModelOrBuilder getDeployedModelOrBuilder()
      The DeployedModel that had been deployed in the Endpoint.
      boolean hasDeployedModel()
      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 Detail

      • hasDeployedModel

        boolean hasDeployedModel()
         The DeployedModel that had been deployed in the Endpoint.
         
        .google.cloud.aiplatform.v1beta1.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.v1beta1.DeployedModel deployed_model = 1;
        Returns:
        The deployedModel.
      • getDeployedModelOrBuilder

        DeployedModelOrBuilder getDeployedModelOrBuilder()
         The DeployedModel that had been deployed in the Endpoint.
         
        .google.cloud.aiplatform.v1beta1.DeployedModel deployed_model = 1;