@Generated(value="software.amazon.awssdk:codegen") public final class AddAssociationRequest extends SageMakerRequest implements ToCopyableBuilder<AddAssociationRequest.Builder,AddAssociationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
AddAssociationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
AssociationEdgeType |
associationType()
The type of association.
|
String |
associationTypeAsString()
The type of association.
|
static AddAssociationRequest.Builder |
builder() |
String |
destinationArn()
The Amazon Resource Name (ARN) of the destination.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AddAssociationRequest.Builder> |
serializableBuilderClass() |
String |
sourceArn()
The ARN of the source.
|
AddAssociationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String sourceArn()
The ARN of the source.
public final String destinationArn()
The Amazon Resource Name (ARN) of the destination.
public final AssociationEdgeType associationType()
The type of association. The following are suggested uses for each type. Amazon SageMaker places no restrictions on their use.
ContributedTo - The source contributed to the destination or had a part in enabling the destination. For example, the training data contributed to the training job.
AssociatedWith - The source is connected to the destination. For example, an approval workflow is associated with a model deployment.
DerivedFrom - The destination is a modification of the source. For example, a digest output of a channel input for a processing job is derived from the original inputs.
Produced - The source generated the destination. For example, a training job produced a model artifact.
If the service returns an enum value that is not available in the current SDK version, associationType
will return AssociationEdgeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from associationTypeAsString().
ContributedTo - The source contributed to the destination or had a part in enabling the destination. For example, the training data contributed to the training job.
AssociatedWith - The source is connected to the destination. For example, an approval workflow is associated with a model deployment.
DerivedFrom - The destination is a modification of the source. For example, a digest output of a channel input for a processing job is derived from the original inputs.
Produced - The source generated the destination. For example, a training job produced a model artifact.
AssociationEdgeTypepublic final String associationTypeAsString()
The type of association. The following are suggested uses for each type. Amazon SageMaker places no restrictions on their use.
ContributedTo - The source contributed to the destination or had a part in enabling the destination. For example, the training data contributed to the training job.
AssociatedWith - The source is connected to the destination. For example, an approval workflow is associated with a model deployment.
DerivedFrom - The destination is a modification of the source. For example, a digest output of a channel input for a processing job is derived from the original inputs.
Produced - The source generated the destination. For example, a training job produced a model artifact.
If the service returns an enum value that is not available in the current SDK version, associationType
will return AssociationEdgeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from associationTypeAsString().
ContributedTo - The source contributed to the destination or had a part in enabling the destination. For example, the training data contributed to the training job.
AssociatedWith - The source is connected to the destination. For example, an approval workflow is associated with a model deployment.
DerivedFrom - The destination is a modification of the source. For example, a digest output of a channel input for a processing job is derived from the original inputs.
Produced - The source generated the destination. For example, a training job produced a model artifact.
AssociationEdgeTypepublic AddAssociationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AddAssociationRequest.Builder,AddAssociationRequest>toBuilder in class SageMakerRequestpublic static AddAssociationRequest.Builder builder()
public static Class<? extends AddAssociationRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.