Uses of Interface
software.amazon.awssdk.services.sagemaker.model.InputConfig.Builder
-
Packages that use InputConfig.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of InputConfig.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return InputConfig.Builder Modifier and Type Method Description static InputConfig.BuilderInputConfig. builder()InputConfig.BuilderInputConfig.Builder. dataInputConfig(String dataInputConfig)Specifies the name and shape of the expected data inputs for your trained model with a JSON dictionary form.InputConfig.BuilderInputConfig.Builder. framework(String framework)Identifies the framework in which the model was trained.InputConfig.BuilderInputConfig.Builder. framework(Framework framework)Identifies the framework in which the model was trained.InputConfig.BuilderInputConfig.Builder. frameworkVersion(String frameworkVersion)Specifies the framework version to use.InputConfig.BuilderInputConfig.Builder. s3Uri(String s3Uri)The S3 path where the model artifacts, which result from model training, are stored.InputConfig.BuilderInputConfig. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type InputConfig.Builder Modifier and Type Method Description static Class<? extends InputConfig.Builder>InputConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type InputConfig.Builder Modifier and Type Method Description default CreateCompilationJobRequest.BuilderCreateCompilationJobRequest.Builder. inputConfig(Consumer<InputConfig.Builder> inputConfig)Provides information about the location of input model artifacts, the name and shape of the expected data inputs, and the framework in which the model was trained.default DescribeCompilationJobResponse.BuilderDescribeCompilationJobResponse.Builder. inputConfig(Consumer<InputConfig.Builder> inputConfig)Information about the location in Amazon S3 of the input model artifacts, the name and shape of the expected data inputs, and the framework in which the model was trained.
-