Uses of Class
software.amazon.awssdk.services.sagemaker.model.InputConfig
-
Packages that use InputConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of InputConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return InputConfig Modifier and Type Method Description InputConfigCreateCompilationJobRequest. 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.InputConfigDescribeCompilationJobResponse. 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.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type InputConfig Modifier and Type Method Description CreateCompilationJobRequest.BuilderCreateCompilationJobRequest.Builder. inputConfig(InputConfig 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.DescribeCompilationJobResponse.BuilderDescribeCompilationJobResponse.Builder. inputConfig(InputConfig 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.
-