@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 String sourceArn()
The ARN of the source.
public String destinationArn()
The Amazon Resource Name (ARN) of the destination.
public 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 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 int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.