@Generated(value="software.amazon.awssdk:codegen") public final class TrialComponentArtifact extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TrialComponentArtifact.Builder,TrialComponentArtifact>
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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TrialComponentArtifact.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TrialComponentArtifact.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
mediaType()
The media type of the artifact, which indicates the type of data in the artifact file.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TrialComponentArtifact.Builder> |
serializableBuilderClass() |
TrialComponentArtifact.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
value()
The location of the artifact.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
public final String value()
The location of the artifact.
public TrialComponentArtifact.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TrialComponentArtifact.Builder,TrialComponentArtifact>public static TrialComponentArtifact.Builder builder()
public static Class<? extends TrialComponentArtifact.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.