Interface GetProvisionedModelThroughputResponse.Builder

    • Method Detail

      • modelUnits

        GetProvisionedModelThroughputResponse.Builder modelUnits​(Integer modelUnits)

        The number of model units allocated to this Provisioned Throughput.

        Parameters:
        modelUnits - The number of model units allocated to this Provisioned Throughput.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • desiredModelUnits

        GetProvisionedModelThroughputResponse.Builder desiredModelUnits​(Integer desiredModelUnits)

        The number of model units that was requested for this Provisioned Throughput.

        Parameters:
        desiredModelUnits - The number of model units that was requested for this Provisioned Throughput.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • provisionedModelName

        GetProvisionedModelThroughputResponse.Builder provisionedModelName​(String provisionedModelName)

        The name of the Provisioned Throughput.

        Parameters:
        provisionedModelName - The name of the Provisioned Throughput.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • provisionedModelArn

        GetProvisionedModelThroughputResponse.Builder provisionedModelArn​(String provisionedModelArn)

        The Amazon Resource Name (ARN) of the Provisioned Throughput.

        Parameters:
        provisionedModelArn - The Amazon Resource Name (ARN) of the Provisioned Throughput.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • modelArn

        GetProvisionedModelThroughputResponse.Builder modelArn​(String modelArn)

        The Amazon Resource Name (ARN) of the model associated with this Provisioned Throughput.

        Parameters:
        modelArn - The Amazon Resource Name (ARN) of the model associated with this Provisioned Throughput.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • desiredModelArn

        GetProvisionedModelThroughputResponse.Builder desiredModelArn​(String desiredModelArn)

        The Amazon Resource Name (ARN) of the model requested to be associated to this Provisioned Throughput. This value differs from the modelArn if updating hasn't completed.

        Parameters:
        desiredModelArn - The Amazon Resource Name (ARN) of the model requested to be associated to this Provisioned Throughput. This value differs from the modelArn if updating hasn't completed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • foundationModelArn

        GetProvisionedModelThroughputResponse.Builder foundationModelArn​(String foundationModelArn)

        The Amazon Resource Name (ARN) of the base model for which the Provisioned Throughput was created, or of the base model that the custom model for which the Provisioned Throughput was created was customized.

        Parameters:
        foundationModelArn - The Amazon Resource Name (ARN) of the base model for which the Provisioned Throughput was created, or of the base model that the custom model for which the Provisioned Throughput was created was customized.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

        GetProvisionedModelThroughputResponse.Builder creationTime​(Instant creationTime)

        The timestamp of the creation time for this Provisioned Throughput.

        Parameters:
        creationTime - The timestamp of the creation time for this Provisioned Throughput.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedTime

        GetProvisionedModelThroughputResponse.Builder lastModifiedTime​(Instant lastModifiedTime)

        The timestamp of the last time that this Provisioned Throughput was modified.

        Parameters:
        lastModifiedTime - The timestamp of the last time that this Provisioned Throughput was modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failureMessage

        GetProvisionedModelThroughputResponse.Builder failureMessage​(String failureMessage)

        A failure message for any issues that occurred during creation, updating, or deletion of the Provisioned Throughput.

        Parameters:
        failureMessage - A failure message for any issues that occurred during creation, updating, or deletion of the Provisioned Throughput.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • commitmentExpirationTime

        GetProvisionedModelThroughputResponse.Builder commitmentExpirationTime​(Instant commitmentExpirationTime)

        The timestamp for when the commitment term for the Provisioned Throughput expires.

        Parameters:
        commitmentExpirationTime - The timestamp for when the commitment term for the Provisioned Throughput expires.
        Returns:
        Returns a reference to this object so that method calls can be chained together.