Interface PartnerAppSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PartnerAppSummary.Builder,
,PartnerAppSummary> SdkBuilder<PartnerAppSummary.Builder,
,PartnerAppSummary> SdkPojo
- Enclosing class:
PartnerAppSummary
@Mutable
@NotThreadSafe
public static interface PartnerAppSummary.Builder
extends SdkPojo, CopyableBuilder<PartnerAppSummary.Builder,PartnerAppSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the SageMaker Partner AI App.creationTime
(Instant creationTime) The creation time of the SageMaker Partner AI App.The name of the SageMaker Partner AI App.The status of the SageMaker Partner AI App.status
(PartnerAppStatus status) The status of the SageMaker Partner AI App.The type of SageMaker Partner AI App to create.type
(PartnerAppType type) The type of SageMaker Partner AI App to create.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
-
arn
The ARN of the SageMaker Partner AI App.
- Parameters:
arn
- The ARN of the SageMaker Partner AI App.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the SageMaker Partner AI App.
- Parameters:
name
- The name of the SageMaker Partner AI App.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of SageMaker Partner AI App to create. Must be one of the following:
lakera-guard
,comet
,deepchecks-llm-evaluation
, orfiddler
.- Parameters:
type
- The type of SageMaker Partner AI App to create. Must be one of the following:lakera-guard
,comet
,deepchecks-llm-evaluation
, orfiddler
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of SageMaker Partner AI App to create. Must be one of the following:
lakera-guard
,comet
,deepchecks-llm-evaluation
, orfiddler
.- Parameters:
type
- The type of SageMaker Partner AI App to create. Must be one of the following:lakera-guard
,comet
,deepchecks-llm-evaluation
, orfiddler
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the SageMaker Partner AI App.
- Parameters:
status
- The status of the SageMaker Partner AI App.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the SageMaker Partner AI App.
- Parameters:
status
- The status of the SageMaker Partner AI App.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
creationTime
The creation time of the SageMaker Partner AI App.
- Parameters:
creationTime
- The creation time of the SageMaker Partner AI App.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-