Interface CreateModelResponse.Builder

    • Method Detail

      • modelArn

        CreateModelResponse.Builder modelArn​(String modelArn)

        The Amazon Resource Name (ARN) of the model being created.

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

        CreateModelResponse.Builder status​(String status)

        Indicates the status of the CreateModel operation.

        Parameters:
        status - Indicates the status of the CreateModel operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ModelStatus, ModelStatus
      • status

        CreateModelResponse.Builder status​(ModelStatus status)

        Indicates the status of the CreateModel operation.

        Parameters:
        status - Indicates the status of the CreateModel operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ModelStatus, ModelStatus