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
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods 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
ModelReferenceresource for this API. To update aModelorNotebookresource, use theUpdateHubContentAPI instead.- Parameters:
hubContentType- The content type of the resource that you want to update. Only specify aModelReferenceresource for this API. To update aModelorNotebookresource, use theUpdateHubContentAPI 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
ModelReferenceresource for this API. To update aModelorNotebookresource, use theUpdateHubContentAPI instead.- Parameters:
hubContentType- The content type of the resource that you want to update. Only specify aModelReferenceresource for this API. To update aModelorNotebookresource, use theUpdateHubContentAPI 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.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin 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.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-