Interface FoundationModelLifecycle.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<FoundationModelLifecycle.Builder,,FoundationModelLifecycle> SdkBuilder<FoundationModelLifecycle.Builder,,FoundationModelLifecycle> SdkPojo
- Enclosing class:
FoundationModelLifecycle
@Mutable
@NotThreadSafe
public static interface FoundationModelLifecycle.Builder
extends SdkPojo, CopyableBuilder<FoundationModelLifecycle.Builder,FoundationModelLifecycle>
-
Method Summary
Modifier and TypeMethodDescriptionendOfLifeTime(Instant endOfLifeTime) Time when the model is no longer available for uselegacyTime(Instant legacyTime) Time when the model enters legacy state.publicExtendedAccessTime(Instant publicExtendedAccessTime) Public extended access portion of the legacy period, when users should expect higher pricingstartOfLifeTime(Instant startOfLifeTime) Launch time when the model first becomes availableSpecifies whether a model version is available (ACTIVE) or deprecated (LEGACY.status(FoundationModelLifecycleStatus status) Specifies whether a model version is available (ACTIVE) or deprecated (LEGACY.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
status
Specifies whether a model version is available (
ACTIVE) or deprecated (LEGACY.- Parameters:
status- Specifies whether a model version is available (ACTIVE) or deprecated (LEGACY.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Specifies whether a model version is available (
ACTIVE) or deprecated (LEGACY.- Parameters:
status- Specifies whether a model version is available (ACTIVE) or deprecated (LEGACY.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
startOfLifeTime
Launch time when the model first becomes available
- Parameters:
startOfLifeTime- Launch time when the model first becomes available- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endOfLifeTime
Time when the model is no longer available for use
- Parameters:
endOfLifeTime- Time when the model is no longer available for use- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
legacyTime
Time when the model enters legacy state. Models in legacy state can still be used, but users should plan to transition to an Active model before the end of life time
- Parameters:
legacyTime- Time when the model enters legacy state. Models in legacy state can still be used, but users should plan to transition to an Active model before the end of life time- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
publicExtendedAccessTime
Public extended access portion of the legacy period, when users should expect higher pricing
- Parameters:
publicExtendedAccessTime- Public extended access portion of the legacy period, when users should expect higher pricing- Returns:
- Returns a reference to this object so that method calls can be chained together.
-