Interface InferenceProfileModelSource.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<InferenceProfileModelSource.Builder,
,InferenceProfileModelSource> SdkBuilder<InferenceProfileModelSource.Builder,
,InferenceProfileModelSource> SdkPojo
- Enclosing class:
InferenceProfileModelSource
@Mutable
@NotThreadSafe
public static interface InferenceProfileModelSource.Builder
extends SdkPojo, CopyableBuilder<InferenceProfileModelSource.Builder,InferenceProfileModelSource>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the model or system-defined inference profile that is the source for the inference profile.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
copyFrom
The ARN of the model or system-defined inference profile that is the source for the inference profile.
- Parameters:
copyFrom
- The ARN of the model or system-defined inference profile that is the source for the inference profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-