Interface UpdateHubContentReferenceRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateHubContentReferenceRequest.Builder,
,UpdateHubContentReferenceRequest> SageMakerRequest.Builder
,SdkBuilder<UpdateHubContentReferenceRequest.Builder,
,UpdateHubContentReferenceRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateHubContentReferenceRequest
-
Method Summary
Modifier and TypeMethodDescriptionhubContentName
(String hubContentName) The name of the hub content resource that you want to update.hubContentType
(String hubContentType) The content type of the resource that you want to update.hubContentType
(HubContentType hubContentType) The content type of the resource that you want to update.The name of the SageMaker hub that contains the hub content you want to update.minVersion
(String minVersion) The minimum hub content version of the referenced model that you want to use.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.Builder
build
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
-
hubName
The name of the SageMaker hub that contains the hub content you want to update. You can optionally use the hub ARN instead.
- Parameters:
hubName
- The name of the SageMaker hub that contains the hub content you want to update. You can optionally use the hub ARN instead.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hubContentName
The name of the hub content resource that you want to update.
- Parameters:
hubContentName
- The name of the hub content resource that you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hubContentType
The content type of the resource that you want to update. Only specify a
ModelReference
resource for this API. To update aModel
orNotebook
resource, use theUpdateHubContent
API instead.- Parameters:
hubContentType
- The content type of the resource that you want to update. Only specify aModelReference
resource for this API. To update aModel
orNotebook
resource, use theUpdateHubContent
API instead.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
hubContentType
The content type of the resource that you want to update. Only specify a
ModelReference
resource for this API. To update aModel
orNotebook
resource, use theUpdateHubContent
API instead.- Parameters:
hubContentType
- The content type of the resource that you want to update. Only specify aModelReference
resource for this API. To update aModel
orNotebook
resource, use theUpdateHubContent
API instead.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
minVersion
The minimum hub content version of the referenced model that you want to use. The minimum version must be older than the latest available version of the referenced model. To support all versions of a model, set the value to
1.0.0
.- Parameters:
minVersion
- The minimum hub content version of the referenced model that you want to use. The minimum version must be older than the latest available version of the referenced model. To support all versions of a model, set the value to1.0.0
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateHubContentReferenceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateHubContentReferenceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-