Packages

package sagemaker

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. sagemaker
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Accept = String
  2. type AccountId = String
  3. trait AddTagsInput extends Object
    Annotations
    @RawJSType() @native()
  4. trait AddTagsOutput extends Object
    Annotations
    @RawJSType() @native()
  5. type AdditionalCodeRepositoryNamesOrUrls = Array[CodeRepositoryNameOrUrl]
  6. type AlgorithmArn = String
  7. type AlgorithmImage = String
  8. type AlgorithmSortBy = String
  9. trait AlgorithmSpecification extends Object

    Specifies the training algorithm to use in a https://docs.aws.amazon.com/sagemaker/latest/dg/API_CreateTrainingJob.html|CreateTrainingJob request.

    Specifies the training algorithm to use in a https://docs.aws.amazon.com/sagemaker/latest/dg/API_CreateTrainingJob.html|CreateTrainingJob request. For more information about algorithms provided by Amazon SageMaker, see https://docs.aws.amazon.com/sagemaker/latest/dg/algos.html|Algorithms. For information about using your own algorithms, see Your Own Algorithms with Amazon SageMaker.

    Annotations
    @RawJSType() @native()
  10. type AlgorithmStatus = String
  11. trait AlgorithmStatusDetails extends Object

    Specifies the validation and image scan statuses of the algorithm.

    Specifies the validation and image scan statuses of the algorithm.

    Annotations
    @RawJSType() @native()
  12. trait AlgorithmStatusItem extends Object

    Represents the overall status of an algorithm.

    Represents the overall status of an algorithm.

    Annotations
    @RawJSType() @native()
  13. type AlgorithmStatusItemList = Array[AlgorithmStatusItem]
  14. trait AlgorithmSummary extends Object

    Provides summary information about an algorithm.

    Provides summary information about an algorithm.

    Annotations
    @RawJSType() @native()
  15. type AlgorithmSummaryList = Array[AlgorithmSummary]
  16. trait AlgorithmValidationProfile extends Object

    Defines a training job and a batch transform job that Amazon SageMaker runs to validate your algorithm.

    Defines a training job and a batch transform job that Amazon SageMaker runs to validate your algorithm. The data provided in the validation profile is made available to your buyers on AWS Marketplace.

    Annotations
    @RawJSType() @native()
  17. type AlgorithmValidationProfiles = Array[AlgorithmValidationProfile]
  18. trait AlgorithmValidationSpecification extends Object

    Specifies configurations for one or more training jobs that Amazon SageMaker runs to test the algorithm.

    Specifies configurations for one or more training jobs that Amazon SageMaker runs to test the algorithm.

    Annotations
    @RawJSType() @native()
  19. trait AnnotationConsolidationConfig extends Object

    Configures how labels are consolidated across human workers.

    Configures how labels are consolidated across human workers.

    Annotations
    @RawJSType() @native()
  20. type ArnOrName = String
  21. type AssemblyType = String
  22. type AttributeName = String
  23. type AttributeNames = Array[AttributeName]
  24. type BatchStrategy = String
  25. type BooleanOperator = String
  26. type Branch = String
  27. trait CategoricalParameterRange extends Object

    A list of categorical hyperparameters to tune.

    A list of categorical hyperparameters to tune.

    Annotations
    @RawJSType() @native()
  28. trait CategoricalParameterRangeSpecification extends Object

    Defines the possible values for a categorical hyperparameter.

    Defines the possible values for a categorical hyperparameter.

    Annotations
    @RawJSType() @native()
  29. type CategoricalParameterRanges = Array[CategoricalParameterRange]
  30. type Cents = Int
  31. type CertifyForMarketplace = Boolean
  32. trait Channel extends Object

    A channel is a named input source that training algorithms can consume.

    A channel is a named input source that training algorithms can consume.

    Annotations
    @RawJSType() @native()
  33. type ChannelName = String
  34. trait ChannelSpecification extends Object

    Defines a named input source, called a channel, to be used by an algorithm.

    Defines a named input source, called a channel, to be used by an algorithm.

    Annotations
    @RawJSType() @native()
  35. type ChannelSpecifications = Array[ChannelSpecification]
  36. type CodeRepositoryArn = String
  37. type CodeRepositoryContains = String
  38. type CodeRepositoryNameContains = String
  39. type CodeRepositoryNameOrUrl = String
  40. type CodeRepositorySortBy = String
  41. type CodeRepositorySortOrder = String
  42. trait CodeRepositorySummary extends Object

    Specifies summary information about a Git repository.

    Specifies summary information about a Git repository.

    Annotations
    @RawJSType() @native()
  43. type CodeRepositorySummaryList = Array[CodeRepositorySummary]
  44. type CognitoClientId = String
  45. trait CognitoMemberDefinition extends Object

    Identifies a Amazon Cognito user group.

    Identifies a Amazon Cognito user group. A user group can be used in on or more work teams.

    Annotations
    @RawJSType() @native()
  46. type CognitoUserGroup = String
  47. type CognitoUserPool = String
  48. type CompilationJobArn = String
  49. type CompilationJobStatus = String
  50. type CompilationJobSummaries = Array[CompilationJobSummary]
  51. trait CompilationJobSummary extends Object

    A summary of a model compilation job.

    A summary of a model compilation job.

    Annotations
    @RawJSType() @native()
  52. type CompressionType = String
  53. type CompressionTypes = Array[CompressionType]
  54. trait ContainerDefinition extends Object

    Describes the container, as part of model definition.

    Describes the container, as part of model definition.

    Annotations
    @RawJSType() @native()
  55. type ContainerDefinitionList = Array[ContainerDefinition]
  56. type ContainerHostname = String
  57. type ContentClassifier = String
  58. type ContentClassifiers = Array[ContentClassifier]
  59. type ContentType = String
  60. type ContentTypes = Array[ContentType]
  61. trait ContinuousParameterRange extends Object

    A list of continuous hyperparameters to tune.

    A list of continuous hyperparameters to tune.

    Annotations
    @RawJSType() @native()
  62. trait ContinuousParameterRangeSpecification extends Object

    Defines the possible values for a continuous hyperparameter.

    Defines the possible values for a continuous hyperparameter.

    Annotations
    @RawJSType() @native()
  63. type ContinuousParameterRanges = Array[ContinuousParameterRange]
  64. trait CreateAlgorithmInput extends Object
    Annotations
    @RawJSType() @native()
  65. trait CreateAlgorithmOutput extends Object
    Annotations
    @RawJSType() @native()
  66. trait CreateCodeRepositoryInput extends Object
    Annotations
    @RawJSType() @native()
  67. trait CreateCodeRepositoryOutput extends Object
    Annotations
    @RawJSType() @native()
  68. trait CreateCompilationJobRequest extends Object
    Annotations
    @RawJSType() @native()
  69. trait CreateCompilationJobResponse extends Object
    Annotations
    @RawJSType() @native()
  70. trait CreateEndpointConfigInput extends Object
    Annotations
    @RawJSType() @native()
  71. trait CreateEndpointConfigOutput extends Object
    Annotations
    @RawJSType() @native()
  72. trait CreateEndpointInput extends Object
    Annotations
    @RawJSType() @native()
  73. trait CreateEndpointOutput extends Object
    Annotations
    @RawJSType() @native()
  74. trait CreateHyperParameterTuningJobRequest extends Object
    Annotations
    @RawJSType() @native()
  75. trait CreateHyperParameterTuningJobResponse extends Object
    Annotations
    @RawJSType() @native()
  76. trait CreateLabelingJobRequest extends Object
    Annotations
    @RawJSType() @native()
  77. trait CreateLabelingJobResponse extends Object
    Annotations
    @RawJSType() @native()
  78. trait CreateModelInput extends Object
    Annotations
    @RawJSType() @native()
  79. trait CreateModelOutput extends Object
    Annotations
    @RawJSType() @native()
  80. trait CreateModelPackageInput extends Object
    Annotations
    @RawJSType() @native()
  81. trait CreateModelPackageOutput extends Object
    Annotations
    @RawJSType() @native()
  82. trait CreateNotebookInstanceInput extends Object
    Annotations
    @RawJSType() @native()
  83. trait CreateNotebookInstanceLifecycleConfigInput extends Object
    Annotations
    @RawJSType() @native()
  84. trait CreateNotebookInstanceLifecycleConfigOutput extends Object
    Annotations
    @RawJSType() @native()
  85. trait CreateNotebookInstanceOutput extends Object
    Annotations
    @RawJSType() @native()
  86. trait CreatePresignedNotebookInstanceUrlInput extends Object
    Annotations
    @RawJSType() @native()
  87. trait CreatePresignedNotebookInstanceUrlOutput extends Object
    Annotations
    @RawJSType() @native()
  88. trait CreateTrainingJobRequest extends Object
    Annotations
    @RawJSType() @native()
  89. trait CreateTrainingJobResponse extends Object
    Annotations
    @RawJSType() @native()
  90. trait CreateTransformJobRequest extends Object
    Annotations
    @RawJSType() @native()
  91. trait CreateTransformJobResponse extends Object
    Annotations
    @RawJSType() @native()
  92. trait CreateWorkteamRequest extends Object
    Annotations
    @RawJSType() @native()
  93. trait CreateWorkteamResponse extends Object
    Annotations
    @RawJSType() @native()
  94. type CreationTime = Date
  95. type DataInputConfig = String
  96. trait DataSource extends Object

    Describes the location of the channel data.

    Describes the location of the channel data.

    Annotations
    @RawJSType() @native()
  97. trait DeleteAlgorithmInput extends Object
    Annotations
    @RawJSType() @native()
  98. trait DeleteCodeRepositoryInput extends Object
    Annotations
    @RawJSType() @native()
  99. trait DeleteEndpointConfigInput extends Object
    Annotations
    @RawJSType() @native()
  100. trait DeleteEndpointInput extends Object
    Annotations
    @RawJSType() @native()
  101. trait DeleteModelInput extends Object
    Annotations
    @RawJSType() @native()
  102. trait DeleteModelPackageInput extends Object
    Annotations
    @RawJSType() @native()
  103. trait DeleteNotebookInstanceInput extends Object
    Annotations
    @RawJSType() @native()
  104. trait DeleteNotebookInstanceLifecycleConfigInput extends Object
    Annotations
    @RawJSType() @native()
  105. trait DeleteTagsInput extends Object
    Annotations
    @RawJSType() @native()
  106. trait DeleteTagsOutput extends Object
    Annotations
    @RawJSType() @native()
  107. trait DeleteWorkteamRequest extends Object
    Annotations
    @RawJSType() @native()
  108. trait DeleteWorkteamResponse extends Object
    Annotations
    @RawJSType() @native()
  109. trait DeployedImage extends Object

    Gets the Amazon EC2 Container Registry path of the docker image of the model that is hosted in this ProductionVariant.

    Gets the Amazon EC2 Container Registry path of the docker image of the model that is hosted in this ProductionVariant. If you used the registry/repository[:tag] form to specify the image path of the primary container when you created the model hosted in this ProductionVariant, the path resolves to a path of the form registry/repository[@digest]. A digest is a hash value that identifies a specific version of an image. For information about Amazon ECR paths, see an Image in the Amazon ECR User Guide.

    Annotations
    @RawJSType() @native()
  110. type DeployedImages = Array[DeployedImage]
  111. trait DescribeAlgorithmInput extends Object
    Annotations
    @RawJSType() @native()
  112. trait DescribeAlgorithmOutput extends Object
    Annotations
    @RawJSType() @native()
  113. trait DescribeCodeRepositoryInput extends Object
    Annotations
    @RawJSType() @native()
  114. trait DescribeCodeRepositoryOutput extends Object
    Annotations
    @RawJSType() @native()
  115. trait DescribeCompilationJobRequest extends Object
    Annotations
    @RawJSType() @native()
  116. trait DescribeCompilationJobResponse extends Object
    Annotations
    @RawJSType() @native()
  117. trait DescribeEndpointConfigInput extends Object
    Annotations
    @RawJSType() @native()
  118. trait DescribeEndpointConfigOutput extends Object
    Annotations
    @RawJSType() @native()
  119. trait DescribeEndpointInput extends Object
    Annotations
    @RawJSType() @native()
  120. trait DescribeEndpointOutput extends Object
    Annotations
    @RawJSType() @native()
  121. trait DescribeHyperParameterTuningJobRequest extends Object
    Annotations
    @RawJSType() @native()
  122. trait DescribeHyperParameterTuningJobResponse extends Object
    Annotations
    @RawJSType() @native()
  123. trait DescribeLabelingJobRequest extends Object
    Annotations
    @RawJSType() @native()
  124. trait DescribeLabelingJobResponse extends Object
    Annotations
    @RawJSType() @native()
  125. trait DescribeModelInput extends Object
    Annotations
    @RawJSType() @native()
  126. trait DescribeModelOutput extends Object
    Annotations
    @RawJSType() @native()
  127. trait DescribeModelPackageInput extends Object
    Annotations
    @RawJSType() @native()
  128. trait DescribeModelPackageOutput extends Object
    Annotations
    @RawJSType() @native()
  129. trait DescribeNotebookInstanceInput extends Object
    Annotations
    @RawJSType() @native()
  130. trait DescribeNotebookInstanceLifecycleConfigInput extends Object
    Annotations
    @RawJSType() @native()
  131. trait DescribeNotebookInstanceLifecycleConfigOutput extends Object
    Annotations
    @RawJSType() @native()
  132. trait DescribeNotebookInstanceOutput extends Object
    Annotations
    @RawJSType() @native()
  133. trait DescribeSubscribedWorkteamRequest extends Object
    Annotations
    @RawJSType() @native()
  134. trait DescribeSubscribedWorkteamResponse extends Object
    Annotations
    @RawJSType() @native()
  135. trait DescribeTrainingJobRequest extends Object
    Annotations
    @RawJSType() @native()
  136. trait DescribeTrainingJobResponse extends Object
    Annotations
    @RawJSType() @native()
  137. trait DescribeTransformJobRequest extends Object
    Annotations
    @RawJSType() @native()
  138. trait DescribeTransformJobResponse extends Object
    Annotations
    @RawJSType() @native()
  139. trait DescribeWorkteamRequest extends Object
    Annotations
    @RawJSType() @native()
  140. trait DescribeWorkteamResponse extends Object
    Annotations
    @RawJSType() @native()
  141. trait DesiredWeightAndCapacity extends Object

    Specifies weight and capacity values for a production variant.

    Specifies weight and capacity values for a production variant.

    Annotations
    @RawJSType() @native()
  142. type DesiredWeightAndCapacityList = Array[DesiredWeightAndCapacity]
  143. type DetailedAlgorithmStatus = String
  144. type DetailedModelPackageStatus = String
  145. type DirectInternetAccess = String
  146. type DisassociateAdditionalCodeRepositories = Boolean
  147. type DisassociateDefaultCodeRepository = Boolean
  148. type DisassociateNotebookInstanceAcceleratorTypes = Boolean
  149. type DisassociateNotebookInstanceLifecycleConfig = Boolean
  150. type Dollars = Int
  151. type EndpointArn = String
  152. type EndpointConfigArn = String
  153. type EndpointConfigName = String
  154. type EndpointConfigNameContains = String
  155. type EndpointConfigSortKey = String
  156. trait EndpointConfigSummary extends Object

    Provides summary information for an endpoint configuration.

    Provides summary information for an endpoint configuration.

    Annotations
    @RawJSType() @native()
  157. type EndpointConfigSummaryList = Array[EndpointConfigSummary]
  158. type EndpointName = String
  159. type EndpointNameContains = String
  160. type EndpointSortKey = String
  161. type EndpointStatus = String
  162. trait EndpointSummary extends Object

    Provides summary information for an endpoint.

    Provides summary information for an endpoint.

    Annotations
    @RawJSType() @native()
  163. type EndpointSummaryList = Array[EndpointSummary]
  164. type EntityDescription = String
  165. type EntityName = String
  166. type EnvironmentKey = String
  167. type EnvironmentMap = Dictionary[EnvironmentValue]
  168. type EnvironmentValue = String
  169. type FailureReason = String
  170. trait Filter extends Object

    A conditional statement for a search expression that includes a Boolean operator, a resource property, and a value.

    A conditional statement for a search expression that includes a Boolean operator, a resource property, and a value. If you don't specify an Operator and a Value, the filter searches for only the specified property. For example, defining a Filter for the FailureReason for the TrainingJob Resource searches for training job objects that have a value in the FailureReason field. If you specify a Value, but not an Operator, Amazon SageMaker uses the equals operator as the default. In search, there are several property types: <dl> <dt>Metrics</dt>

    To define a metric filter, enter a value using the form "Metrics.<name>", where <name> is a metric name. For example, the following filter searches for training jobs with an "accuracy" metric greater than "0.9": { "Name": "Metrics.accuracy", "Operator": "GREATER_THAN", "Value": "0.9" }
    <dt>HyperParameters</dt>
    To define a hyperparameter filter, enter a value with the form "HyperParameters.<name>". Decimal hyperparameter values are treated as a decimal in a comparison if the specified Value is also a decimal value. If the specified Value is an integer, the decimal hyperparameter values are treated as integers. For example, the following filter is satisfied by training jobs with a "learning_rate" hyperparameter that is less than "0.5": { "Name": "HyperParameters.learning_rate", "Operator": "LESS_THAN", "Value": "0.5" }
    <dt>Tags</dt>
    To define a tag filter, enter a value with the form "Tags.<key>".
    </dl>

    Annotations
    @RawJSType() @native()
  171. type FilterList = Array[Filter]
  172. type FilterValue = String
  173. trait FinalHyperParameterTuningJobObjectiveMetric extends Object

    Shows the final value for the objective metric for a training job that was launched by a hyperparameter tuning job.

    Shows the final value for the objective metric for a training job that was launched by a hyperparameter tuning job. You define the objective metric in the HyperParameterTuningJobObjective parameter of HyperParameterTuningJobConfig.

    Annotations
    @RawJSType() @native()
  174. type FinalMetricDataList = Array[MetricData]
  175. type Framework = String
  176. trait GetSearchSuggestionsRequest extends Object
    Annotations
    @RawJSType() @native()
  177. trait GetSearchSuggestionsResponse extends Object
    Annotations
    @RawJSType() @native()
  178. trait GitConfig extends Object

    Specifies configuration details for a Git repository in your AWS account.

    Specifies configuration details for a Git repository in your AWS account.

    Annotations
    @RawJSType() @native()
  179. trait GitConfigForUpdate extends Object

    Specifies configuration details for a Git repository when the repository is updated.

    Specifies configuration details for a Git repository when the repository is updated.

    Annotations
    @RawJSType() @native()
  180. type GitConfigUrl = String
  181. trait HumanTaskConfig extends Object

    Information required for human workers to complete a labeling task.

    Information required for human workers to complete a labeling task.

    Annotations
    @RawJSType() @native()
  182. trait HyperParameterAlgorithmSpecification extends Object

    Specifies which training algorithm to use for training jobs that a hyperparameter tuning job launches and the metrics to monitor.

    Specifies which training algorithm to use for training jobs that a hyperparameter tuning job launches and the metrics to monitor.

    Annotations
    @RawJSType() @native()
  183. type HyperParameterScalingType = String
  184. trait HyperParameterSpecification extends Object

    Defines a hyperparameter to be used by an algorithm.

    Defines a hyperparameter to be used by an algorithm.

    Annotations
    @RawJSType() @native()
  185. type HyperParameterSpecifications = Array[HyperParameterSpecification]
  186. trait HyperParameterTrainingJobDefinition extends Object

    Defines the training jobs launched by a hyperparameter tuning job.

    Defines the training jobs launched by a hyperparameter tuning job.

    Annotations
    @RawJSType() @native()
  187. type HyperParameterTrainingJobSummaries = Array[HyperParameterTrainingJobSummary]
  188. trait HyperParameterTrainingJobSummary extends Object

    Specifies summary information about a training job.

    Specifies summary information about a training job.

    Annotations
    @RawJSType() @native()
  189. type HyperParameterTuningJobArn = String
  190. trait HyperParameterTuningJobConfig extends Object

    Configures a hyperparameter tuning job.

    Configures a hyperparameter tuning job.

    Annotations
    @RawJSType() @native()
  191. type HyperParameterTuningJobName = String
  192. trait HyperParameterTuningJobObjective extends Object

    Defines the objective metric for a hyperparameter tuning job.

    Defines the objective metric for a hyperparameter tuning job. Hyperparameter tuning uses the value of this metric to evaluate the training jobs it launches, and returns the training job that results in either the highest or lowest value for this metric, depending on the value you specify for the Type parameter.

    Annotations
    @RawJSType() @native()
  193. type HyperParameterTuningJobObjectiveType = String
  194. type HyperParameterTuningJobObjectives = Array[HyperParameterTuningJobObjective]
  195. type HyperParameterTuningJobSortByOptions = String
  196. type HyperParameterTuningJobStatus = String
  197. type HyperParameterTuningJobStrategyType = String
  198. type HyperParameterTuningJobSummaries = Array[HyperParameterTuningJobSummary]
  199. trait HyperParameterTuningJobSummary extends Object

    Provides summary information about a hyperparameter tuning job.

    Provides summary information about a hyperparameter tuning job.

    Annotations
    @RawJSType() @native()
  200. trait HyperParameterTuningJobWarmStartConfig extends Object

    Specifies the configuration for a hyperparameter tuning job that uses one or more previous hyperparameter tuning jobs as a starting point.

    Specifies the configuration for a hyperparameter tuning job that uses one or more previous hyperparameter tuning jobs as a starting point. The results of previous tuning jobs are used to inform which combinations of hyperparameters to search over in the new tuning job. All training jobs launched by the new hyperparameter tuning job are evaluated by using the objective metric, and the training job that performs the best is compared to the best training jobs from the parent tuning jobs. From these, the training job that performs the best as measured by the objective metric is returned as the overall best training job.

    Note:All training jobs launched by parent hyperparameter tuning jobs and the new hyperparameter tuning jobs count against the limit of training jobs for the tuning job.

    Annotations
    @RawJSType() @native()
  201. type HyperParameterTuningJobWarmStartType = String
  202. type HyperParameters = Dictionary[ParameterValue]
  203. type Image = String
  204. type ImageDigest = String
  205. trait InferenceSpecification extends Object

    Defines how to perform inference generation after a training job is run.

    Defines how to perform inference generation after a training job is run.

    Annotations
    @RawJSType() @native()
  206. trait InputConfig extends Object

    Contains 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.

    Contains 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.

    Annotations
    @RawJSType() @native()
  207. type InputDataConfig = Array[Channel]
  208. type InputModes = Array[TrainingInputMode]
  209. type InstanceType = String
  210. trait IntegerParameterRange extends Object

    For a hyperparameter of the integer type, specifies the range that a hyperparameter tuning job searches.

    For a hyperparameter of the integer type, specifies the range that a hyperparameter tuning job searches.

    Annotations
    @RawJSType() @native()
  211. trait IntegerParameterRangeSpecification extends Object

    Defines the possible values for an integer hyperparameter.

    Defines the possible values for an integer hyperparameter.

    Annotations
    @RawJSType() @native()
  212. type IntegerParameterRanges = Array[IntegerParameterRange]
  213. type JobReferenceCode = String
  214. type JobReferenceCodeContains = String
  215. type KmsKeyId = String
  216. type LabelAttributeName = String
  217. type LabelCounter = Int
  218. trait LabelCounters extends Object

    Provides a breakdown of the number of objects labeled.

    Provides a breakdown of the number of objects labeled.

    Annotations
    @RawJSType() @native()
  219. trait LabelCountersForWorkteam extends Object

    Provides counts for human-labeled tasks in the labeling job.

    Provides counts for human-labeled tasks in the labeling job.

    Annotations
    @RawJSType() @native()
  220. type LabelingJobAlgorithmSpecificationArn = String
  221. trait LabelingJobAlgorithmsConfig extends Object

    Provides configuration information for auto-labeling of your data objects.

    Provides configuration information for auto-labeling of your data objects. A LabelingJobAlgorithmsConfig object must be supplied in order to use auto-labeling.

    Annotations
    @RawJSType() @native()
  222. type LabelingJobArn = String
  223. trait LabelingJobDataAttributes extends Object

    Attributes of the data specified by the customer.

    Attributes of the data specified by the customer. Use these to describe the data to be labeled.

    Annotations
    @RawJSType() @native()
  224. trait LabelingJobDataSource extends Object

    Provides information about the location of input data.

    Provides information about the location of input data.

    Annotations
    @RawJSType() @native()
  225. trait LabelingJobForWorkteamSummary extends Object

    Provides summary information for a work team.

    Provides summary information for a work team.

    Annotations
    @RawJSType() @native()
  226. type LabelingJobForWorkteamSummaryList = Array[LabelingJobForWorkteamSummary]
  227. trait LabelingJobInputConfig extends Object

    Input configuration information for a labeling job.

    Input configuration information for a labeling job.

    Annotations
    @RawJSType() @native()
  228. type LabelingJobName = String
  229. trait LabelingJobOutput extends Object

    Specifies the location of the output produced by the labeling job.

    Specifies the location of the output produced by the labeling job.

    Annotations
    @RawJSType() @native()
  230. trait LabelingJobOutputConfig extends Object

    Output configuration information for a labeling job.

    Output configuration information for a labeling job.

    Annotations
    @RawJSType() @native()
  231. trait LabelingJobResourceConfig extends Object

    Provides configuration information for labeling jobs.

    Provides configuration information for labeling jobs.

    Annotations
    @RawJSType() @native()
  232. trait LabelingJobS3DataSource extends Object

    The Amazon S3 location of the input data objects.

    The Amazon S3 location of the input data objects.

    Annotations
    @RawJSType() @native()
  233. type LabelingJobStatus = String
  234. trait LabelingJobStoppingConditions extends Object

    A set of conditions for stopping a labeling job.

    A set of conditions for stopping a labeling job. If any of the conditions are met, the job is automatically stopped. You can use these conditions to control the cost of data labeling.

    Annotations
    @RawJSType() @native()
  235. trait LabelingJobSummary extends Object

    Provides summary information about a labeling job.

    Provides summary information about a labeling job.

    Annotations
    @RawJSType() @native()
  236. type LabelingJobSummaryList = Array[LabelingJobSummary]
  237. type LambdaFunctionArn = String
  238. type LastModifiedTime = Date
  239. trait ListAlgorithmsInput extends Object
    Annotations
    @RawJSType() @native()
  240. trait ListAlgorithmsOutput extends Object
    Annotations
    @RawJSType() @native()
  241. trait ListCodeRepositoriesInput extends Object
    Annotations
    @RawJSType() @native()
  242. trait ListCodeRepositoriesOutput extends Object
    Annotations
    @RawJSType() @native()
  243. trait ListCompilationJobsRequest extends Object
    Annotations
    @RawJSType() @native()
  244. trait ListCompilationJobsResponse extends Object
    Annotations
    @RawJSType() @native()
  245. type ListCompilationJobsSortBy = String
  246. trait ListEndpointConfigsInput extends Object
    Annotations
    @RawJSType() @native()
  247. trait ListEndpointConfigsOutput extends Object
    Annotations
    @RawJSType() @native()
  248. trait ListEndpointsInput extends Object
    Annotations
    @RawJSType() @native()
  249. trait ListEndpointsOutput extends Object
    Annotations
    @RawJSType() @native()
  250. trait ListHyperParameterTuningJobsRequest extends Object
    Annotations
    @RawJSType() @native()
  251. trait ListHyperParameterTuningJobsResponse extends Object
    Annotations
    @RawJSType() @native()
  252. trait ListLabelingJobsForWorkteamRequest extends Object
    Annotations
    @RawJSType() @native()
  253. trait ListLabelingJobsForWorkteamResponse extends Object
    Annotations
    @RawJSType() @native()
  254. type ListLabelingJobsForWorkteamSortByOptions = String
  255. trait ListLabelingJobsRequest extends Object
    Annotations
    @RawJSType() @native()
  256. trait ListLabelingJobsResponse extends Object
    Annotations
    @RawJSType() @native()
  257. trait ListModelPackagesInput extends Object
    Annotations
    @RawJSType() @native()
  258. trait ListModelPackagesOutput extends Object
    Annotations
    @RawJSType() @native()
  259. trait ListModelsInput extends Object
    Annotations
    @RawJSType() @native()
  260. trait ListModelsOutput extends Object
    Annotations
    @RawJSType() @native()
  261. trait ListNotebookInstanceLifecycleConfigsInput extends Object
    Annotations
    @RawJSType() @native()
  262. trait ListNotebookInstanceLifecycleConfigsOutput extends Object
    Annotations
    @RawJSType() @native()
  263. trait ListNotebookInstancesInput extends Object
    Annotations
    @RawJSType() @native()
  264. trait ListNotebookInstancesOutput extends Object
    Annotations
    @RawJSType() @native()
  265. trait ListSubscribedWorkteamsRequest extends Object
    Annotations
    @RawJSType() @native()
  266. trait ListSubscribedWorkteamsResponse extends Object
    Annotations
    @RawJSType() @native()
  267. trait ListTagsInput extends Object
    Annotations
    @RawJSType() @native()
  268. type ListTagsMaxResults = Int
  269. trait ListTagsOutput extends Object
    Annotations
    @RawJSType() @native()
  270. trait ListTrainingJobsForHyperParameterTuningJobRequest extends Object
    Annotations
    @RawJSType() @native()
  271. trait ListTrainingJobsForHyperParameterTuningJobResponse extends Object
    Annotations
    @RawJSType() @native()
  272. trait ListTrainingJobsRequest extends Object
    Annotations
    @RawJSType() @native()
  273. trait ListTrainingJobsResponse extends Object
    Annotations
    @RawJSType() @native()
  274. trait ListTransformJobsRequest extends Object
    Annotations
    @RawJSType() @native()
  275. trait ListTransformJobsResponse extends Object
    Annotations
    @RawJSType() @native()
  276. trait ListWorkteamsRequest extends Object
    Annotations
    @RawJSType() @native()
  277. trait ListWorkteamsResponse extends Object
    Annotations
    @RawJSType() @native()
  278. type ListWorkteamsSortByOptions = String
  279. type MaxConcurrentTaskCount = Int
  280. type MaxConcurrentTransforms = Int
  281. type MaxHumanLabeledObjectCount = Int
  282. type MaxNumberOfTrainingJobs = Int
  283. type MaxParallelTrainingJobs = Int
  284. type MaxPayloadInMB = Int
  285. type MaxPercentageOfInputDatasetLabeled = Int
  286. type MaxResults = Int
  287. type MaxRuntimeInSeconds = Int
  288. trait MemberDefinition extends Object

    Defines the Amazon Cognito user group that is part of a work team.

    Defines the Amazon Cognito user group that is part of a work team.

    Annotations
    @RawJSType() @native()
  289. type MemberDefinitions = Array[MemberDefinition]
  290. trait MetricData extends Object

    The name, value, and date and time of a metric that was emitted to Amazon CloudWatch.

    The name, value, and date and time of a metric that was emitted to Amazon CloudWatch.

    Annotations
    @RawJSType() @native()
  291. trait MetricDefinition extends Object

    Specifies a metric that the training algorithm writes to stderr or stdout.

    Specifies a metric that the training algorithm writes to stderr or stdout. Amazon SageMakerhyperparameter tuning captures all defined metrics. You specify one metric that a hyperparameter tuning job uses as its objective metric to choose the best training job.

    Annotations
    @RawJSType() @native()
  292. type MetricDefinitionList = Array[MetricDefinition]
  293. type MetricName = String
  294. type MetricRegex = String
  295. type MetricValue = Float
  296. type ModelArn = String
  297. trait ModelArtifacts extends Object

    Provides information about the location that is configured for storing model artifacts.

    Provides information about the location that is configured for storing model artifacts.

    Annotations
    @RawJSType() @native()
  298. type ModelName = String
  299. type ModelNameContains = String
  300. type ModelPackageArn = String
  301. trait ModelPackageContainerDefinition extends Object

    Describes the Docker container for the model package.

    Describes the Docker container for the model package.

    Annotations
    @RawJSType() @native()
  302. type ModelPackageContainerDefinitionList = Array[ModelPackageContainerDefinition]
  303. type ModelPackageSortBy = String
  304. type ModelPackageStatus = String
  305. trait ModelPackageStatusDetails extends Object

    Specifies the validation and image scan statuses of the model package.

    Specifies the validation and image scan statuses of the model package.

    Annotations
    @RawJSType() @native()
  306. trait ModelPackageStatusItem extends Object

    Represents the overall status of a model package.

    Represents the overall status of a model package.

    Annotations
    @RawJSType() @native()
  307. type ModelPackageStatusItemList = Array[ModelPackageStatusItem]
  308. trait ModelPackageSummary extends Object

    Provides summary information about a model package.

    Provides summary information about a model package.

    Annotations
    @RawJSType() @native()
  309. type ModelPackageSummaryList = Array[ModelPackageSummary]
  310. trait ModelPackageValidationProfile extends Object

    Contains data, such as the inputs and targeted instance types that are used in the process of validating the model package.

    Contains data, such as the inputs and targeted instance types that are used in the process of validating the model package. The data provided in the validation profile is made available to your buyers on AWS Marketplace.

    Annotations
    @RawJSType() @native()
  311. type ModelPackageValidationProfiles = Array[ModelPackageValidationProfile]
  312. trait ModelPackageValidationSpecification extends Object

    Specifies batch transform jobs that Amazon SageMaker runs to validate your model package.

    Specifies batch transform jobs that Amazon SageMaker runs to validate your model package.

    Annotations
    @RawJSType() @native()
  313. type ModelSortKey = String
  314. trait ModelSummary extends Object

    Provides summary information about a model.

    Provides summary information about a model.

    Annotations
    @RawJSType() @native()
  315. type ModelSummaryList = Array[ModelSummary]
  316. type NameContains = String
  317. trait NestedFilters extends Object

    Defines a list of NestedFilters objects.

    Defines a list of NestedFilters objects. To satisfy the conditions specified in the NestedFilters call, a resource must satisfy the conditions of all of the filters. For example, you could define a NestedFilters using the training job's InputDataConfig property to filter on Channel objects. A NestedFilters object contains multiple filters. For example, to find all training jobs whose name contains train and that have cat/data in their S3Uri (specified in InputDataConfig), you need to create a NestedFilters object that specifies the InputDataConfig property with the following Filter objects: * '{Name:"InputDataConfig.ChannelName", "Operator":"EQUALS", "Value":"train"}', * '{Name:"InputDataConfig.DataSource.S3DataSource.S3Uri", "Operator":"CONTAINS", "Value":"cat/data"}'

    Annotations
    @RawJSType() @native()
  318. type NestedFiltersList = Array[NestedFilters]
  319. type NetworkInterfaceId = String
  320. type NextToken = String
  321. type NotebookInstanceAcceleratorType = String
  322. type NotebookInstanceAcceleratorTypes = Array[NotebookInstanceAcceleratorType]
  323. type NotebookInstanceArn = String
  324. type NotebookInstanceLifecycleConfigArn = String
  325. type NotebookInstanceLifecycleConfigContent = String
  326. type NotebookInstanceLifecycleConfigList = Array[NotebookInstanceLifecycleHook]
  327. type NotebookInstanceLifecycleConfigName = String
  328. type NotebookInstanceLifecycleConfigNameContains = String
  329. type NotebookInstanceLifecycleConfigSortKey = String
  330. type NotebookInstanceLifecycleConfigSortOrder = String
  331. trait NotebookInstanceLifecycleConfigSummary extends Object

    Provides a summary of a notebook instance lifecycle configuration.

    Provides a summary of a notebook instance lifecycle configuration.

    Annotations
    @RawJSType() @native()
  332. type NotebookInstanceLifecycleConfigSummaryList = Array[NotebookInstanceLifecycleConfigSummary]
  333. trait NotebookInstanceLifecycleHook extends Object

    Contains the notebook instance lifecycle configuration script.

    Contains the notebook instance lifecycle configuration script. Each lifecycle configuration script has a limit of 16384 characters. The value of the PATH environment variable that is available to both scripts is /sbin:bin:/usr/sbin:/usr/bin. View CloudWatch Logs for notebook instance lifecycle configurations in log group /aws/sagemaker/NotebookInstances in log stream [notebook-instance-name]/[LifecycleConfigHook]. Lifecycle configuration scripts cannot run for longer than 5 minutes. If a script runs for longer than 5 minutes, it fails and the notebook instance is not created or started. For information about notebook instance lifestyle configurations, see 2.1: (Optional) Customize a Notebook Instance.

    Annotations
    @RawJSType() @native()
  334. type NotebookInstanceName = String
  335. type NotebookInstanceNameContains = String
  336. type NotebookInstanceSortKey = String
  337. type NotebookInstanceSortOrder = String
  338. type NotebookInstanceStatus = String
  339. trait NotebookInstanceSummary extends Object

    Provides summary information for an Amazon SageMaker notebook instance.

    Provides summary information for an Amazon SageMaker notebook instance.

    Annotations
    @RawJSType() @native()
  340. type NotebookInstanceSummaryList = Array[NotebookInstanceSummary]
  341. type NotebookInstanceUrl = String
  342. type NotebookInstanceVolumeSizeInGB = Int
  343. type NumberOfHumanWorkersPerDataObject = Int
  344. type ObjectiveStatus = String
  345. type ObjectiveStatusCounter = Int
  346. trait ObjectiveStatusCounters extends Object

    Specifies the number of training jobs that this hyperparameter tuning job launched, categorized by the status of their objective metric.

    Specifies the number of training jobs that this hyperparameter tuning job launched, categorized by the status of their objective metric. The objective metric status shows whether the final objective metric for the training job has been evaluated by the tuning job and used in the hyperparameter tuning process.

    Annotations
    @RawJSType() @native()
  347. type Operator = String
  348. type OrderKey = String
  349. trait OutputConfig extends Object

    Contains information about the output location for the compiled model and the device (target) that the model runs on.

    Contains information about the output location for the compiled model and the device (target) that the model runs on.

    Annotations
    @RawJSType() @native()
  350. trait OutputDataConfig extends Object

    Provides information about how to store model training results (model artifacts).

    Provides information about how to store model training results (model artifacts).

    Annotations
    @RawJSType() @native()
  351. type PaginationToken = String
  352. type ParameterKey = String
  353. type ParameterName = String
  354. trait ParameterRange extends Object

    Defines the possible values for categorical, continuous, and integer hyperparameters to be used by an algorithm.

    Defines the possible values for categorical, continuous, and integer hyperparameters to be used by an algorithm.

    Annotations
    @RawJSType() @native()
  355. trait ParameterRanges extends Object

    Specifies ranges of integer, continuous, and categorical hyperparameters that a hyperparameter tuning job searches.

    Specifies ranges of integer, continuous, and categorical hyperparameters that a hyperparameter tuning job searches. The hyperparameter tuning job launches training jobs with hyperparameter values within these ranges to find the combination of values that result in the training job with the best performance as measured by the objective metric of the hyperparameter tuning job.

    Note:You can specify a maximum of 20 hyperparameters that a hyperparameter tuning job can search over. Every possible value of a categorical parameter range counts against this limit.

    Annotations
    @RawJSType() @native()
  356. type ParameterType = String
  357. type ParameterValue = String
  358. type ParameterValues = Array[ParameterValue]
  359. trait ParentHyperParameterTuningJob extends Object

    A previously completed or stopped hyperparameter tuning job to be used as a starting point for a new hyperparameter tuning job.

    A previously completed or stopped hyperparameter tuning job to be used as a starting point for a new hyperparameter tuning job.

    Annotations
    @RawJSType() @native()
  360. type ParentHyperParameterTuningJobs = Array[ParentHyperParameterTuningJob]
  361. type ProductId = String
  362. type ProductListings = Array[String]
  363. trait ProductionVariant extends Object

    Identifies a model that you want to host and the resources to deploy for hosting it.

    Identifies a model that you want to host and the resources to deploy for hosting it. If you are deploying multiple models, tell Amazon SageMaker how to distribute traffic among the models by specifying variant weights.

    Annotations
    @RawJSType() @native()
  364. type ProductionVariantAcceleratorType = String
  365. type ProductionVariantInstanceType = String
  366. type ProductionVariantList = Array[ProductionVariant]
  367. trait ProductionVariantSummary extends Object

    Describes weight and capacities for a production variant associated with an endpoint.

    Describes weight and capacities for a production variant associated with an endpoint. If you sent a request to the UpdateEndpointWeightsAndCapacities API and the endpoint status is Updating, you get different desired and current values.

    Annotations
    @RawJSType() @native()
  368. type ProductionVariantSummaryList = Array[ProductionVariantSummary]
  369. type PropertyNameHint = String
  370. trait PropertyNameQuery extends Object

    A type of SuggestionQuery.

    A type of SuggestionQuery. A suggestion query for retrieving property names that match the specified hint.

    Annotations
    @RawJSType() @native()
  371. trait PropertyNameSuggestion extends Object

    A property name returned from a GetSearchSuggestions call that specifies a value in the PropertyNameQuery field.

    A property name returned from a GetSearchSuggestions call that specifies a value in the PropertyNameQuery field.

    Annotations
    @RawJSType() @native()
  372. type PropertyNameSuggestionList = Array[PropertyNameSuggestion]
  373. trait PublicWorkforceTaskPrice extends Object

    Defines the amount of money paid to an Amazon Mechanical Turk worker for each task performed.

    Defines the amount of money paid to an Amazon Mechanical Turk worker for each task performed. Use one of the following prices for bounding box tasks. Prices are in US dollars. * 0.036 * 0.048 * 0.060 * 0.072 * 0.120 * 0.240 * 0.360 * 0.480 * 0.600 * 0.720 * 0.840 * 0.960 * 1.080 * 1.200 Use one of the following prices for image classification, text classification, and custom tasks. Prices are in US dollars. * 0.012 * 0.024 * 0.036 * 0.048 * 0.060 * 0.072 * 0.120 * 0.240 * 0.360 * 0.480 * 0.600 * 0.720 * 0.840 * 0.960 * 1.080 * 1.200 Use one of the following prices for semantic segmentation tasks. Prices are in US dollars. * 0.840 * 0.960 * 1.080 * 1.200

    Annotations
    @RawJSType() @native()
  374. type RealtimeInferenceInstanceTypes = Array[ProductionVariantInstanceType]
  375. type RecordWrapper = String
  376. trait RenderUiTemplateRequest extends Object
    Annotations
    @RawJSType() @native()
  377. trait RenderUiTemplateResponse extends Object
    Annotations
    @RawJSType() @native()
  378. trait RenderableTask extends Object

    Contains input values for a task.

    Contains input values for a task.

    Annotations
    @RawJSType() @native()
  379. trait RenderingError extends Object

    A description of an error that occurred while rendering the template.

    A description of an error that occurred while rendering the template.

    Annotations
    @RawJSType() @native()
  380. type RenderingErrorList = Array[RenderingError]
  381. type ResourceArn = String
  382. trait ResourceConfig extends Object

    Describes the resources, including ML compute instances and ML storage volumes, to use for model training.

    Describes the resources, including ML compute instances and ML storage volumes, to use for model training.

    Annotations
    @RawJSType() @native()
  383. trait ResourceLimits extends Object

    Specifies the maximum number of training jobs and parallel training jobs that a hyperparameter tuning job can launch.

    Specifies the maximum number of training jobs and parallel training jobs that a hyperparameter tuning job can launch.

    Annotations
    @RawJSType() @native()
  384. type ResourcePropertyName = String
  385. type ResourceType = String
  386. type ResponseMIMEType = String
  387. type ResponseMIMETypes = Array[ResponseMIMEType]
  388. type RoleArn = String
  389. type RootAccess = String
  390. type S3DataDistribution = String
  391. trait S3DataSource extends Object

    Describes the S3 data source.

    Describes the S3 data source.

    Annotations
    @RawJSType() @native()
  392. type S3DataType = String
  393. type S3Uri = String
  394. class SageMaker extends Object
    Annotations
    @RawJSType() @native() @JSImport( "aws-sdk" , "SageMaker" )
  395. implicit final class SageMakerOps extends AnyVal
  396. trait SearchExpression extends Object

    A multi-expression that searches for the specified resource or resources in a search.

    A multi-expression that searches for the specified resource or resources in a search. All resource objects that satisfy the expression's condition are included in the search results. You must specify at least one subexpression, filter, or nested filter. A SearchExpression can contain up to twenty elements. A SearchExpression contains the following components: * A list of Filter objects. Each filter defines a simple Boolean expression comprised of a resource property name, Boolean operator, and value. * A list of NestedFilter objects. Each nested filter defines a list of Boolean expressions using a list of resource properties. A nested filter is satisfied if a single object in the list satisfies all Boolean expressions. * A list of SearchExpression objects. A search expression object can be nested in a list of search expression objects. * A Boolean operator: And or Or.

    Annotations
    @RawJSType() @native()
  397. type SearchExpressionList = Array[SearchExpression]
  398. trait SearchRecord extends Object

    An individual search result record that contains a single resource object.

    An individual search result record that contains a single resource object.

    Annotations
    @RawJSType() @native()
  399. trait SearchRequest extends Object
    Annotations
    @RawJSType() @native()
  400. trait SearchResponse extends Object
    Annotations
    @RawJSType() @native()
  401. type SearchResultsList = Array[SearchRecord]
  402. type SearchSortOrder = String
  403. type SecondaryStatus = String
  404. trait SecondaryStatusTransition extends Object

    An array element of DescribeTrainingJobResponse.SecondaryStatusTransitions.

    An array element of DescribeTrainingJobResponse.SecondaryStatusTransitions. It provides additional details about a status that the training job has transitioned through. A training job can be in one of several states, for example, starting, downloading, training, or uploading. Within each state, there are a number of intermediate states. For example, within the starting state, Amazon SageMaker could be starting the training job or launching the ML instances. These transitional states are referred to as the job's secondary status.

    Annotations
    @RawJSType() @native()
  405. type SecondaryStatusTransitions = Array[SecondaryStatusTransition]
  406. type SecretArn = String
  407. type SecurityGroupId = String
  408. type SecurityGroupIds = Array[SecurityGroupId]
  409. type Seed = Double
  410. type SessionExpirationDurationInSeconds = Int
  411. trait ShuffleConfig extends Object

    A configuration for a shuffle option for input data in a channel.

    A configuration for a shuffle option for input data in a channel. If you use S3Prefix for S3DataType, the results of the S3 key prefix matches are shuffled. If you use ManifestFile, the order of the S3 object references in the ManifestFile is shuffled. If you use AugmentedManifestFile, the order of the JSON lines in the AugmentedManifestFile is shuffled. The shuffling order is determined using the Seed value. For Pipe input mode, shuffling is done at the start of every epoch. With large datasets, this ensures that the order of the training data is different for each epoch, and it helps reduce bias and possible overfitting. In a multi-node training job when ShuffleConfig is combined with S3DataDistributionType of ShardedByS3Key, the data is shuffled across nodes so that the content sent to a particular node on the first epoch might be sent to a different node on the second epoch.

    Annotations
    @RawJSType() @native()
  412. type SortBy = String
  413. type SortOrder = String
  414. trait SourceAlgorithm extends Object

    Specifies an algorithm that was used to create the model package.

    Specifies an algorithm that was used to create the model package. The algorithm must be either an algorithm resource in your Amazon SageMaker account or an algorithm in AWS Marketplace that you are subscribed to.

    Annotations
    @RawJSType() @native()
  415. type SourceAlgorithmList = Array[SourceAlgorithm]
  416. trait SourceAlgorithmSpecification extends Object

    A list of algorithms that were used to create a model package.

    A list of algorithms that were used to create a model package.

    Annotations
    @RawJSType() @native()
  417. type SplitType = String
  418. trait StartNotebookInstanceInput extends Object
    Annotations
    @RawJSType() @native()
  419. type StatusMessage = String
  420. trait StopCompilationJobRequest extends Object
    Annotations
    @RawJSType() @native()
  421. trait StopHyperParameterTuningJobRequest extends Object
    Annotations
    @RawJSType() @native()
  422. trait StopLabelingJobRequest extends Object
    Annotations
    @RawJSType() @native()
  423. trait StopNotebookInstanceInput extends Object
    Annotations
    @RawJSType() @native()
  424. trait StopTrainingJobRequest extends Object
    Annotations
    @RawJSType() @native()
  425. trait StopTransformJobRequest extends Object
    Annotations
    @RawJSType() @native()
  426. trait StoppingCondition extends Object

    Specifies how long model training can run.

    Specifies how long model training can run. When model training reaches the limit, Amazon SageMaker ends the training job. Use this API to cap model training cost. To stop a job, Amazon SageMaker sends the algorithm the SIGTERM signal, which delays job termination for120 seconds. Algorithms might use this 120-second window to save the model artifacts, so the results of training is not lost. Training algorithms provided by Amazon SageMaker automatically saves the intermediate results of a model training job (it is best effort case, as model might not be ready to save as some stages, for example training just started). This intermediate data is a valid model artifact. You can use it to create a model (CreateModel).

    Annotations
    @RawJSType() @native()
  427. type String200 = String
  428. type SubnetId = String
  429. type Subnets = Array[SubnetId]
  430. trait SubscribedWorkteam extends Object

    Describes a work team of a vendor that does the a labelling job.

    Describes a work team of a vendor that does the a labelling job.

    Annotations
    @RawJSType() @native()
  431. type SubscribedWorkteams = Array[SubscribedWorkteam]
  432. type Success = Boolean
  433. trait SuggestionQuery extends Object

    Limits the property names that are included in the response.

    Limits the property names that are included in the response.

    Annotations
    @RawJSType() @native()
  434. trait Tag extends Object

    Describes a tag.

    Describes a tag.

    Annotations
    @RawJSType() @native()
  435. type TagKey = String
  436. type TagKeyList = Array[TagKey]
  437. type TagList = Array[Tag]
  438. type TagValue = String
  439. type TargetDevice = String
  440. type TaskAvailabilityLifetimeInSeconds = Int
  441. type TaskCount = Int
  442. type TaskDescription = String
  443. type TaskInput = String
  444. type TaskKeyword = String
  445. type TaskKeywords = Array[TaskKeyword]
  446. type TaskTimeLimitInSeconds = Int
  447. type TaskTitle = String
  448. type TemplateContent = String
  449. type TenthFractionsOfACent = Int
  450. type Timestamp = Date
  451. type TrainingInputMode = String
  452. type TrainingInstanceCount = Int
  453. type TrainingInstanceType = String
  454. type TrainingInstanceTypes = Array[TrainingInstanceType]
  455. trait TrainingJob extends Object

    Contains information about a training job.

    Contains information about a training job.

    Annotations
    @RawJSType() @native()
  456. type TrainingJobArn = String
  457. trait TrainingJobDefinition extends Object

    Defines the input needed to run a training job using the algorithm.

    Defines the input needed to run a training job using the algorithm.

    Annotations
    @RawJSType() @native()
  458. type TrainingJobEarlyStoppingType = String
  459. type TrainingJobName = String
  460. type TrainingJobSortByOptions = String
  461. type TrainingJobStatus = String
  462. type TrainingJobStatusCounter = Int
  463. trait TrainingJobStatusCounters extends Object

    The numbers of training jobs launched by a hyperparameter tuning job, categorized by status.

    The numbers of training jobs launched by a hyperparameter tuning job, categorized by status.

    Annotations
    @RawJSType() @native()
  464. type TrainingJobSummaries = Array[TrainingJobSummary]
  465. trait TrainingJobSummary extends Object

    Provides summary information about a training job.

    Provides summary information about a training job.

    Annotations
    @RawJSType() @native()
  466. trait TrainingSpecification extends Object

    Defines how the algorithm is used for a training job.

    Defines how the algorithm is used for a training job.

    Annotations
    @RawJSType() @native()
  467. trait TransformDataSource extends Object

    Describes the location of the channel data.

    Describes the location of the channel data.

    Annotations
    @RawJSType() @native()
  468. type TransformEnvironmentKey = String
  469. type TransformEnvironmentMap = Dictionary[TransformEnvironmentValue]
  470. type TransformEnvironmentValue = String
  471. trait TransformInput extends Object

    Describes the input source of a transform job and the way the transform job consumes it.

    Describes the input source of a transform job and the way the transform job consumes it.

    Annotations
    @RawJSType() @native()
  472. type TransformInstanceCount = Int
  473. type TransformInstanceType = String
  474. type TransformInstanceTypes = Array[TransformInstanceType]
  475. type TransformJobArn = String
  476. trait TransformJobDefinition extends Object

    Defines the input needed to run a transform job using the inference specification specified in the algorithm.

    Defines the input needed to run a transform job using the inference specification specified in the algorithm.

    Annotations
    @RawJSType() @native()
  477. type TransformJobName = String
  478. type TransformJobStatus = String
  479. type TransformJobSummaries = Array[TransformJobSummary]
  480. trait TransformJobSummary extends Object

    Provides a summary of a transform job.

    Provides a summary of a transform job. Multiple TransformJobSummary objects are returned as a list after in response to a ListTransformJobs call.

    Annotations
    @RawJSType() @native()
  481. trait TransformOutput extends Object

    Describes the results of a transform job.

    Describes the results of a transform job.

    Annotations
    @RawJSType() @native()
  482. trait TransformResources extends Object

    Describes the resources, including ML instance types and ML instance count, to use for transform job.

    Describes the resources, including ML instance types and ML instance count, to use for transform job.

    Annotations
    @RawJSType() @native()
  483. trait TransformS3DataSource extends Object

    Describes the S3 data source.

    Describes the S3 data source.

    Annotations
    @RawJSType() @native()
  484. trait USD extends Object

    Represents an amount of money in United States dollars/

    Represents an amount of money in United States dollars/

    Annotations
    @RawJSType() @native()
  485. trait UiConfig extends Object

    Provided configuration information for the worker UI for a labeling job.

    Provided configuration information for the worker UI for a labeling job.

    Annotations
    @RawJSType() @native()
  486. trait UiTemplate extends Object

    The Liquid template for the worker user interface.

    The Liquid template for the worker user interface.

    Annotations
    @RawJSType() @native()
  487. trait UpdateCodeRepositoryInput extends Object
    Annotations
    @RawJSType() @native()
  488. trait UpdateCodeRepositoryOutput extends Object
    Annotations
    @RawJSType() @native()
  489. trait UpdateEndpointInput extends Object
    Annotations
    @RawJSType() @native()
  490. trait UpdateEndpointOutput extends Object
    Annotations
    @RawJSType() @native()
  491. trait UpdateEndpointWeightsAndCapacitiesInput extends Object
    Annotations
    @RawJSType() @native()
  492. trait UpdateEndpointWeightsAndCapacitiesOutput extends Object
    Annotations
    @RawJSType() @native()
  493. trait UpdateNotebookInstanceInput extends Object
    Annotations
    @RawJSType() @native()
  494. trait UpdateNotebookInstanceLifecycleConfigInput extends Object
    Annotations
    @RawJSType() @native()
  495. trait UpdateNotebookInstanceLifecycleConfigOutput extends Object
    Annotations
    @RawJSType() @native()
  496. trait UpdateNotebookInstanceOutput extends Object
    Annotations
    @RawJSType() @native()
  497. trait UpdateWorkteamRequest extends Object
    Annotations
    @RawJSType() @native()
  498. trait UpdateWorkteamResponse extends Object
    Annotations
    @RawJSType() @native()
  499. type Url = String
  500. type VariantName = String
  501. type VariantWeight = Float
  502. type VolumeSizeInGB = Int
  503. trait VpcConfig extends Object

    Specifies a VPC that your training jobs and hosted models have access to.

    Specifies a VPC that your training jobs and hosted models have access to. Control access to and from your training and model containers by configuring the VPC. For more information, see Endpoints by Using an Amazon Virtual Private Cloud and Training Jobs by Using an Amazon Virtual Private Cloud.

    Annotations
    @RawJSType() @native()
  504. type VpcSecurityGroupIds = Array[SecurityGroupId]
  505. trait Workteam extends Object

    Provides details about a labeling work team.

    Provides details about a labeling work team.

    Annotations
    @RawJSType() @native()
  506. type WorkteamArn = String
  507. type WorkteamName = String
  508. type Workteams = Array[Workteam]

Value Members

  1. object AddTagsInput
  2. object AddTagsOutput
  3. object AlgorithmSortByEnum
  4. object AlgorithmSpecification
  5. object AlgorithmStatusDetails
  6. object AlgorithmStatusEnum
  7. object AlgorithmStatusItem
  8. object AlgorithmSummary
  9. object AlgorithmValidationProfile
  10. object AlgorithmValidationSpecification
  11. object AnnotationConsolidationConfig
  12. object AssemblyTypeEnum
  13. object BatchStrategyEnum
  14. object BooleanOperatorEnum
  15. object CategoricalParameterRange
  16. object CategoricalParameterRangeSpecification
  17. object Channel
  18. object ChannelSpecification
  19. object CodeRepositorySortByEnum
  20. object CodeRepositorySortOrderEnum
  21. object CodeRepositorySummary
  22. object CognitoMemberDefinition
  23. object CompilationJobStatusEnum
  24. object CompilationJobSummary
  25. object CompressionTypeEnum
  26. object ContainerDefinition
  27. object ContentClassifierEnum
  28. object ContinuousParameterRange
  29. object ContinuousParameterRangeSpecification
  30. object CreateAlgorithmInput
  31. object CreateAlgorithmOutput
  32. object CreateCodeRepositoryInput
  33. object CreateCodeRepositoryOutput
  34. object CreateCompilationJobRequest
  35. object CreateCompilationJobResponse
  36. object CreateEndpointConfigInput
  37. object CreateEndpointConfigOutput
  38. object CreateEndpointInput
  39. object CreateEndpointOutput
  40. object CreateHyperParameterTuningJobRequest
  41. object CreateHyperParameterTuningJobResponse
  42. object CreateLabelingJobRequest
  43. object CreateLabelingJobResponse
  44. object CreateModelInput
  45. object CreateModelOutput
  46. object CreateModelPackageInput
  47. object CreateModelPackageOutput
  48. object CreateNotebookInstanceInput
  49. object CreateNotebookInstanceLifecycleConfigInput
  50. object CreateNotebookInstanceLifecycleConfigOutput
  51. object CreateNotebookInstanceOutput
  52. object CreatePresignedNotebookInstanceUrlInput
  53. object CreatePresignedNotebookInstanceUrlOutput
  54. object CreateTrainingJobRequest
  55. object CreateTrainingJobResponse
  56. object CreateTransformJobRequest
  57. object CreateTransformJobResponse
  58. object CreateWorkteamRequest
  59. object CreateWorkteamResponse
  60. object DataSource
  61. object DeleteAlgorithmInput
  62. object DeleteCodeRepositoryInput
  63. object DeleteEndpointConfigInput
  64. object DeleteEndpointInput
  65. object DeleteModelInput
  66. object DeleteModelPackageInput
  67. object DeleteNotebookInstanceInput
  68. object DeleteNotebookInstanceLifecycleConfigInput
  69. object DeleteTagsInput
  70. object DeleteTagsOutput
  71. object DeleteWorkteamRequest
  72. object DeleteWorkteamResponse
  73. object DeployedImage
  74. object DescribeAlgorithmInput
  75. object DescribeAlgorithmOutput
  76. object DescribeCodeRepositoryInput
  77. object DescribeCodeRepositoryOutput
  78. object DescribeCompilationJobRequest
  79. object DescribeCompilationJobResponse
  80. object DescribeEndpointConfigInput
  81. object DescribeEndpointConfigOutput
  82. object DescribeEndpointInput
  83. object DescribeEndpointOutput
  84. object DescribeHyperParameterTuningJobRequest
  85. object DescribeHyperParameterTuningJobResponse
  86. object DescribeLabelingJobRequest
  87. object DescribeLabelingJobResponse
  88. object DescribeModelInput
  89. object DescribeModelOutput
  90. object DescribeModelPackageInput
  91. object DescribeModelPackageOutput
  92. object DescribeNotebookInstanceInput
  93. object DescribeNotebookInstanceLifecycleConfigInput
  94. object DescribeNotebookInstanceLifecycleConfigOutput
  95. object DescribeNotebookInstanceOutput
  96. object DescribeSubscribedWorkteamRequest
  97. object DescribeSubscribedWorkteamResponse
  98. object DescribeTrainingJobRequest
  99. object DescribeTrainingJobResponse
  100. object DescribeTransformJobRequest
  101. object DescribeTransformJobResponse
  102. object DescribeWorkteamRequest
  103. object DescribeWorkteamResponse
  104. object DesiredWeightAndCapacity
  105. object DetailedAlgorithmStatusEnum
  106. object DetailedModelPackageStatusEnum
  107. object DirectInternetAccessEnum
  108. object EndpointConfigSortKeyEnum
  109. object EndpointConfigSummary
  110. object EndpointSortKeyEnum
  111. object EndpointStatusEnum
  112. object EndpointSummary
  113. object Filter
  114. object FinalHyperParameterTuningJobObjectiveMetric
  115. object FrameworkEnum
  116. object GetSearchSuggestionsRequest
  117. object GetSearchSuggestionsResponse
  118. object GitConfig
  119. object GitConfigForUpdate
  120. object HumanTaskConfig
  121. object HyperParameterAlgorithmSpecification
  122. object HyperParameterScalingTypeEnum
  123. object HyperParameterSpecification
  124. object HyperParameterTrainingJobDefinition
  125. object HyperParameterTrainingJobSummary
  126. object HyperParameterTuningJobConfig
  127. object HyperParameterTuningJobObjective
  128. object HyperParameterTuningJobObjectiveTypeEnum
  129. object HyperParameterTuningJobSortByOptionsEnum
  130. object HyperParameterTuningJobStatusEnum
  131. object HyperParameterTuningJobStrategyTypeEnum

    The strategy hyperparameter tuning uses to find the best combination of hyperparameters for your model.

    The strategy hyperparameter tuning uses to find the best combination of hyperparameters for your model. Currently, the only supported value is Bayesian.

  132. object HyperParameterTuningJobSummary
  133. object HyperParameterTuningJobWarmStartConfig
  134. object HyperParameterTuningJobWarmStartTypeEnum
  135. object InferenceSpecification
  136. object InputConfig
  137. object InstanceTypeEnum
  138. object IntegerParameterRange
  139. object IntegerParameterRangeSpecification
  140. object LabelCounters
  141. object LabelCountersForWorkteam
  142. object LabelingJobAlgorithmsConfig
  143. object LabelingJobDataAttributes
  144. object LabelingJobDataSource
  145. object LabelingJobForWorkteamSummary
  146. object LabelingJobInputConfig
  147. object LabelingJobOutput
  148. object LabelingJobOutputConfig
  149. object LabelingJobResourceConfig
  150. object LabelingJobS3DataSource
  151. object LabelingJobStatusEnum
  152. object LabelingJobStoppingConditions
  153. object LabelingJobSummary
  154. object ListAlgorithmsInput
  155. object ListAlgorithmsOutput
  156. object ListCodeRepositoriesInput
  157. object ListCodeRepositoriesOutput
  158. object ListCompilationJobsRequest
  159. object ListCompilationJobsResponse
  160. object ListCompilationJobsSortByEnum
  161. object ListEndpointConfigsInput
  162. object ListEndpointConfigsOutput
  163. object ListEndpointsInput
  164. object ListEndpointsOutput
  165. object ListHyperParameterTuningJobsRequest
  166. object ListHyperParameterTuningJobsResponse
  167. object ListLabelingJobsForWorkteamRequest
  168. object ListLabelingJobsForWorkteamResponse
  169. object ListLabelingJobsForWorkteamSortByOptionsEnum
  170. object ListLabelingJobsRequest
  171. object ListLabelingJobsResponse
  172. object ListModelPackagesInput
  173. object ListModelPackagesOutput
  174. object ListModelsInput
  175. object ListModelsOutput
  176. object ListNotebookInstanceLifecycleConfigsInput
  177. object ListNotebookInstanceLifecycleConfigsOutput
  178. object ListNotebookInstancesInput
  179. object ListNotebookInstancesOutput
  180. object ListSubscribedWorkteamsRequest
  181. object ListSubscribedWorkteamsResponse
  182. object ListTagsInput
  183. object ListTagsOutput
  184. object ListTrainingJobsForHyperParameterTuningJobRequest
  185. object ListTrainingJobsForHyperParameterTuningJobResponse
  186. object ListTrainingJobsRequest
  187. object ListTrainingJobsResponse
  188. object ListTransformJobsRequest
  189. object ListTransformJobsResponse
  190. object ListWorkteamsRequest
  191. object ListWorkteamsResponse
  192. object ListWorkteamsSortByOptionsEnum
  193. object MemberDefinition
  194. object MetricData
  195. object MetricDefinition
  196. object ModelArtifacts
  197. object ModelPackageContainerDefinition
  198. object ModelPackageSortByEnum
  199. object ModelPackageStatusDetails
  200. object ModelPackageStatusEnum
  201. object ModelPackageStatusItem
  202. object ModelPackageSummary
  203. object ModelPackageValidationProfile
  204. object ModelPackageValidationSpecification
  205. object ModelSortKeyEnum
  206. object ModelSummary
  207. object NestedFilters
  208. object NotebookInstanceAcceleratorTypeEnum
  209. object NotebookInstanceLifecycleConfigSortKeyEnum
  210. object NotebookInstanceLifecycleConfigSortOrderEnum
  211. object NotebookInstanceLifecycleConfigSummary
  212. object NotebookInstanceLifecycleHook
  213. object NotebookInstanceSortKeyEnum
  214. object NotebookInstanceSortOrderEnum
  215. object NotebookInstanceStatusEnum
  216. object NotebookInstanceSummary
  217. object ObjectiveStatusCounters
  218. object ObjectiveStatusEnum
  219. object OperatorEnum
  220. object OrderKeyEnum
  221. object OutputConfig
  222. object OutputDataConfig
  223. object ParameterRange
  224. object ParameterRanges
  225. object ParameterTypeEnum
  226. object ParentHyperParameterTuningJob
  227. object ProductionVariant
  228. object ProductionVariantAcceleratorTypeEnum
  229. object ProductionVariantInstanceTypeEnum
  230. object ProductionVariantSummary
  231. object PropertyNameQuery
  232. object PropertyNameSuggestion
  233. object PublicWorkforceTaskPrice
  234. object RecordWrapperEnum
  235. object RenderUiTemplateRequest
  236. object RenderUiTemplateResponse
  237. object RenderableTask
  238. object RenderingError
  239. object ResourceConfig
  240. object ResourceLimits
  241. object ResourceTypeEnum
  242. object RootAccessEnum
  243. object S3DataDistributionEnum
  244. object S3DataSource
  245. object S3DataTypeEnum
  246. object SearchExpression
  247. object SearchRecord
  248. object SearchRequest
  249. object SearchResponse
  250. object SearchSortOrderEnum
  251. object SecondaryStatusEnum
  252. object SecondaryStatusTransition
  253. object ShuffleConfig
  254. object SortByEnum
  255. object SortOrderEnum
  256. object SourceAlgorithm
  257. object SourceAlgorithmSpecification
  258. object SplitTypeEnum
  259. object StartNotebookInstanceInput
  260. object StopCompilationJobRequest
  261. object StopHyperParameterTuningJobRequest
  262. object StopLabelingJobRequest
  263. object StopNotebookInstanceInput
  264. object StopTrainingJobRequest
  265. object StopTransformJobRequest
  266. object StoppingCondition
  267. object SubscribedWorkteam
  268. object SuggestionQuery
  269. object Tag
  270. object TargetDeviceEnum
  271. object TrainingInputModeEnum
  272. object TrainingInstanceTypeEnum
  273. object TrainingJob
  274. object TrainingJobDefinition
  275. object TrainingJobEarlyStoppingTypeEnum
  276. object TrainingJobSortByOptionsEnum
  277. object TrainingJobStatusCounters
  278. object TrainingJobStatusEnum
  279. object TrainingJobSummary
  280. object TrainingSpecification
  281. object TransformDataSource
  282. object TransformInput
  283. object TransformInstanceTypeEnum
  284. object TransformJobDefinition
  285. object TransformJobStatusEnum
  286. object TransformJobSummary
  287. object TransformOutput
  288. object TransformResources
  289. object TransformS3DataSource
  290. object USD
  291. object UiConfig
  292. object UiTemplate
  293. object UpdateCodeRepositoryInput
  294. object UpdateCodeRepositoryOutput
  295. object UpdateEndpointInput
  296. object UpdateEndpointOutput
  297. object UpdateEndpointWeightsAndCapacitiesInput
  298. object UpdateEndpointWeightsAndCapacitiesOutput
  299. object UpdateNotebookInstanceInput
  300. object UpdateNotebookInstanceLifecycleConfigInput
  301. object UpdateNotebookInstanceLifecycleConfigOutput
  302. object UpdateNotebookInstanceOutput
  303. object UpdateWorkteamRequest
  304. object UpdateWorkteamResponse
  305. object VpcConfig
  306. object Workteam

Inherited from AnyRef

Inherited from Any

Ungrouped