@Generated(value="software.amazon.awssdk:codegen") public final class TrialComponentSourceDetail extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TrialComponentSourceDetail.Builder,TrialComponentSourceDetail>
Detailed information about the source of a trial component. Either ProcessingJob
or
TrainingJob
is returned.
Modifier and Type | Class and Description |
---|---|
static interface |
TrialComponentSourceDetail.Builder |
Modifier and Type | Method and Description |
---|---|
static TrialComponentSourceDetail.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ProcessingJob |
processingJob()
Information about a processing job that's the source of a trial component.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TrialComponentSourceDetail.Builder> |
serializableBuilderClass() |
String |
sourceArn()
The Amazon Resource Name (ARN) of the source.
|
TrialComponentSourceDetail.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
TrainingJob |
trainingJob()
Information about a training job that's the source of a trial component.
|
TransformJob |
transformJob()
Information about a transform job that's the source of a trial component.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String sourceArn()
The Amazon Resource Name (ARN) of the source.
public final TrainingJob trainingJob()
Information about a training job that's the source of a trial component.
public final ProcessingJob processingJob()
Information about a processing job that's the source of a trial component.
public final TransformJob transformJob()
Information about a transform job that's the source of a trial component.
public TrialComponentSourceDetail.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<TrialComponentSourceDetail.Builder,TrialComponentSourceDetail>
public static TrialComponentSourceDetail.Builder builder()
public static Class<? extends TrialComponentSourceDetail.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2021. All rights reserved.