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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InferenceProfileModelSource.BuildercopyFrom(String copyFrom)The 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 Detail
-
copyFrom
InferenceProfileModelSource.Builder copyFrom(String 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.
-
-