Interface ProjectDescription.Builder

    • Method Detail

      • projectArn

        ProjectDescription.Builder projectArn​(String projectArn)

        The Amazon Resource Name (ARN) of the project.

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

        ProjectDescription.Builder creationTimestamp​(Instant creationTimestamp)

        The Unix timestamp for the date and time that the project was created.

        Parameters:
        creationTimestamp - The Unix timestamp for the date and time that the project was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • datasets

        ProjectDescription.Builder datasets​(Collection<DatasetMetadata> datasets)

        Information about the training and test datasets in the project.

        Parameters:
        datasets - Information about the training and test datasets in the project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • datasets

        ProjectDescription.Builder datasets​(DatasetMetadata... datasets)

        Information about the training and test datasets in the project.

        Parameters:
        datasets - Information about the training and test datasets in the project.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • autoUpdate

        ProjectDescription.Builder autoUpdate​(String autoUpdate)

        Indicates whether automatic retraining will be attempted for the versions of the project. Applies only to adapters.

        Parameters:
        autoUpdate - Indicates whether automatic retraining will be attempted for the versions of the project. Applies only to adapters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ProjectAutoUpdate, ProjectAutoUpdate
      • autoUpdate

        ProjectDescription.Builder autoUpdate​(ProjectAutoUpdate autoUpdate)

        Indicates whether automatic retraining will be attempted for the versions of the project. Applies only to adapters.

        Parameters:
        autoUpdate - Indicates whether automatic retraining will be attempted for the versions of the project. Applies only to adapters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ProjectAutoUpdate, ProjectAutoUpdate