Interface DatasetProperties.Builder

  • Method Details

    • datasetArn

      DatasetProperties.Builder datasetArn(String datasetArn)

      The ARN of the dataset.

      Parameters:
      datasetArn - The ARN of the dataset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • datasetName

      DatasetProperties.Builder datasetName(String datasetName)

      The name of the dataset.

      Parameters:
      datasetName - The name of the dataset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • datasetType

      DatasetProperties.Builder datasetType(String datasetType)

      The dataset type (training data or test data).

      Parameters:
      datasetType - The dataset type (training data or test data).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • datasetType

      DatasetProperties.Builder datasetType(DatasetType datasetType)

      The dataset type (training data or test data).

      Parameters:
      datasetType - The dataset type (training data or test data).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • datasetS3Uri

      DatasetProperties.Builder datasetS3Uri(String datasetS3Uri)

      The S3 URI where the dataset is stored.

      Parameters:
      datasetS3Uri - The S3 URI where the dataset is stored.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      DatasetProperties.Builder description(String description)

      Description of the dataset.

      Parameters:
      description - Description of the dataset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The dataset status. While the system creates the dataset, the status is CREATING. When the dataset is ready to use, the status changes to COMPLETED.

      Parameters:
      status - The dataset status. While the system creates the dataset, the status is CREATING. When the dataset is ready to use, the status changes to COMPLETED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The dataset status. While the system creates the dataset, the status is CREATING. When the dataset is ready to use, the status changes to COMPLETED.

      Parameters:
      status - The dataset status. While the system creates the dataset, the status is CREATING. When the dataset is ready to use, the status changes to COMPLETED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • message

      A description of the status of the dataset.

      Parameters:
      message - A description of the status of the dataset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • numberOfDocuments

      DatasetProperties.Builder numberOfDocuments(Long numberOfDocuments)

      The number of documents in the dataset.

      Parameters:
      numberOfDocuments - The number of documents in the dataset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationTime

      DatasetProperties.Builder creationTime(Instant creationTime)

      Creation time of the dataset.

      Parameters:
      creationTime - Creation time of the dataset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endTime

      Time when the data from the dataset becomes available in the data lake.

      Parameters:
      endTime - Time when the data from the dataset becomes available in the data lake.
      Returns:
      Returns a reference to this object so that method calls can be chained together.