Interface TrialComponentArtifact.Builder

  • Method Details

    • mediaType

      TrialComponentArtifact.Builder mediaType(String mediaType)

      The media type of the artifact, which indicates the type of data in the artifact file. The media type consists of a type and a subtype concatenated with a slash (/) character, for example, text/csv, image/jpeg, and s3/uri. The type specifies the category of the media. The subtype specifies the kind of data.

      Parameters:
      mediaType - The media type of the artifact, which indicates the type of data in the artifact file. The media type consists of a type and a subtype concatenated with a slash (/) character, for example, text/csv, image/jpeg, and s3/uri. The type specifies the category of the media. The subtype specifies the kind of data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      The location of the artifact.

      Parameters:
      value - The location of the artifact.
      Returns:
      Returns a reference to this object so that method calls can be chained together.