Interface HubAccessConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<HubAccessConfig.Builder,
,HubAccessConfig> SdkBuilder<HubAccessConfig.Builder,
,HubAccessConfig> SdkPojo
- Enclosing class:
HubAccessConfig
@Mutable
@NotThreadSafe
public static interface HubAccessConfig.Builder
extends SdkPojo, CopyableBuilder<HubAccessConfig.Builder,HubAccessConfig>
-
Method Summary
Modifier and TypeMethodDescriptionhubContentArn
(String hubContentArn) The ARN of your private model hub content.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
-
hubContentArn
The ARN of your private model hub content. This should be a
ModelReference
resource type that points to a SageMaker JumpStart public hub model.- Parameters:
hubContentArn
- The ARN of your private model hub content. This should be aModelReference
resource type that points to a SageMaker JumpStart public hub model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-