You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SageMaker::Types::TrialComponentArtifact

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing TrialComponentArtifact as input to an Aws::Client method, you can use a vanilla Hash:

{
  media_type: "MediaType",
  value: "TrialComponentArtifactValue", # required
}

Represents an input or output artifact of a trial component. You specify TrialComponentArtifact as part of the InputArtifacts and OutputArtifacts parameters in the CreateTrialComponent request.

Examples of input artifacts are datasets, algorithms, hyperparameters, source code, and instance types. Examples of output artifacts are metrics, snapshots, logs, and images.

Instance Attribute Summary collapse

Instance Attribute Details

#media_typeString

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:

  • (String)

    The media type of the artifact, which indicates the type of data in the artifact file.

#valueString

The location of the artifact.

Returns:

  • (String)

    The location of the artifact.