Interface GetTrainedModelRequest.Builder

  • Method Details

    • trainedModelArn

      GetTrainedModelRequest.Builder trainedModelArn(String trainedModelArn)

      The Amazon Resource Name (ARN) of the trained model that you are interested in.

      Parameters:
      trainedModelArn - The Amazon Resource Name (ARN) of the trained model that you are interested in.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • membershipIdentifier

      GetTrainedModelRequest.Builder membershipIdentifier(String membershipIdentifier)

      The membership ID of the member that created the trained model that you are interested in.

      Parameters:
      membershipIdentifier - The membership ID of the member that created the trained model that you are interested in.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • versionIdentifier

      GetTrainedModelRequest.Builder versionIdentifier(String versionIdentifier)

      The version identifier of the trained model to retrieve. If not specified, the operation returns information about the latest version of the trained model.

      Parameters:
      versionIdentifier - The version identifier of the trained model to retrieve. If not specified, the operation returns information about the latest version of the trained model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      GetTrainedModelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.