sagemaker_estimator: Sagemaker Estimator

Description Usage Arguments

View source: R/estimator.R

Description

Sagemaker estimator object. Interface to sagemaker$estimator$Estimator.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
sagemaker_estimator(
  container,
  instance_count = 1L,
  instance_type = "ml.m4.xlarge",
  s3_output = s3(s3_bucket(), "models/"),
  ...
)

sagemaker_xgb_estimator(
  instance_count = 1L,
  instance_type = "ml.m4.xlarge",
  s3_output = s3(s3_bucket(), "models/"),
  ...
)

Arguments

container

URI of Sagemaker model container. See sagemaker_container.

instance_count

The number of instances to run.

instance_type

Type of EC2 instance to run. See here for a list of options and pricing.

s3_output

The S3 output path to save the model artifact. See s3 to construct the S3 path.

...

Additional named arguments sent to the underlying API.


tmastny/sagemaker documentation built on July 15, 2020, 4:17 p.m.