Uses of Interface
software.amazon.awssdk.services.sagemaker.model.InferenceHubAccessConfig.Builder
-
Packages that use InferenceHubAccessConfig.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of InferenceHubAccessConfig.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return InferenceHubAccessConfig.Builder Modifier and Type Method Description static InferenceHubAccessConfig.BuilderInferenceHubAccessConfig. builder()InferenceHubAccessConfig.BuilderInferenceHubAccessConfig.Builder. hubContentArn(String hubContentArn)The ARN of the hub content for which deployment access is allowed.InferenceHubAccessConfig.BuilderInferenceHubAccessConfig. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type InferenceHubAccessConfig.Builder Modifier and Type Method Description static Class<? extends InferenceHubAccessConfig.Builder>InferenceHubAccessConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type InferenceHubAccessConfig.Builder Modifier and Type Method Description default S3ModelDataSource.BuilderS3ModelDataSource.Builder. hubAccessConfig(Consumer<InferenceHubAccessConfig.Builder> hubAccessConfig)Configuration information for hub access.
-