- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
",t};e.buildCustomizationMenuUi=t;function n(e){let t='
",t}function s(e){let n=e.filter.currentValue||e.filter.defaultValue,t='${e.filter.label}
`,e.filter.options.forEach(s=>{let o=s.id===n;t+=``}),t+="${e.filter.label}
`,t+=`account_id
Type: STRING
app_specification
Type: STRUCT
Provider name: AppSpecification
Description: Configures the processing job to run a specified container image.
container_arguments
UNORDERED_LIST_STRING
ContainerArguments
container_entrypoint
UNORDERED_LIST_STRING
ContainerEntrypoint
image_uri
STRING
ImageUri
auto_ml_job_arn
Type: STRING
Provider name: AutoMLJobArn
Description: The ARN of an AutoML job associated with this processing job.
creation_time
Type: TIMESTAMP
Provider name: CreationTime
Description: The time at which the processing job was created.
environment
Type: MAP_STRING_STRING
Provider name: Environment
Description: The environment variables set in the Docker container.
exit_message
Type: STRING
Provider name: ExitMessage
Description: An optional string, up to one KB in size, that contains metadata from the processing container when the processing job exits.
experiment_config
Type: STRUCT
Provider name: ExperimentConfig
Description: The configuration information used to create an experiment.
experiment_name
STRING
ExperimentName
run_name
STRING
RunName
trial_component_display_name
STRING
TrialComponentDisplayName
trial_name
STRING
TrialName
failure_reason
Type: STRING
Provider name: FailureReason
Description: A string, up to one KB in size, that contains the reason a processing job failed, if it failed.
last_modified_time
Type: TIMESTAMP
Provider name: LastModifiedTime
Description: The time at which the processing job was last modified.
monitoring_schedule_arn
Type: STRING
Provider name: MonitoringScheduleArn
Description: The ARN of a monitoring schedule for an endpoint associated with this processing job.
network_config
Type: STRUCT
Provider name: NetworkConfig
Description: Networking options for a processing job.
enable_inter_container_traffic_encryption
BOOLEAN
EnableInterContainerTrafficEncryption
True
to encrypt communications. Encryption provides greater security for distributed processing jobs, but the processing might take longer.enable_network_isolation
BOOLEAN
EnableNetworkIsolation
vpc_config
STRUCT
VpcConfig
security_group_ids
UNORDERED_LIST_STRING
SecurityGroupIds
sg-xxxxxxxx
. Specify the security groups for the VPC that is specified in the Subnets
field.subnets
UNORDERED_LIST_STRING
Subnets
processing_end_time
Type: TIMESTAMP
Provider name: ProcessingEndTime
Description: The time at which the processing job completed.
processing_inputs
Type: UNORDERED_LIST_STRUCT
Provider name: ProcessingInputs
Description: The inputs for a processing job.
app_managed
BOOLEAN
AppManaged
True
, input operations such as data download are managed natively by the processing job application. When False
(default), input operations are managed by Amazon SageMaker.dataset_definition
STRUCT
DatasetDefinition
athena_dataset_definition
STRUCT
AthenaDatasetDefinition
catalog
STRING
Catalog
database
STRING
Database
kms_key_id
STRING
KmsKeyId
output_compression
STRING
OutputCompression
output_format
STRING
OutputFormat
output_s3_uri
STRING
OutputS3Uri
query_string
STRING
QueryString
work_group
STRING
WorkGroup
data_distribution_type
STRING
DataDistributionType
FullyReplicated
or ShardedByS3Key
(default).input_mode
STRING
InputMode
File
or Pipe
input mode. In File
(default) mode, Amazon SageMaker copies the data from the input source onto the local Amazon Elastic Block Store (Amazon EBS) volumes before starting your training algorithm. This is the most commonly used input mode. In Pipe
mode, Amazon SageMaker streams input data from the source directly to your algorithm without using the EBS volume.local_path
STRING
LocalPath
LocalPath
is an absolute path to the input data. This is a required parameter when AppManaged
is False
(default).redshift_dataset_definition
STRUCT
RedshiftDatasetDefinition
cluster_id
STRING
ClusterId
cluster_role_arn
STRING
ClusterRoleArn
database
STRING
Database
db_user
STRING
DbUser
kms_key_id
STRING
KmsKeyId
output_compression
STRING
OutputCompression
output_format
STRING
OutputFormat
output_s3_uri
STRING
OutputS3Uri
query_string
STRING
QueryString
input_name
STRING
InputName
s3_input
STRUCT
S3Input
local_path
STRING
LocalPath
LocalPath
is an absolute path to the input data and must begin with /opt/ml/processing/
. LocalPath
is a required parameter when AppManaged
is False
(default).s3_compression_type
STRING
S3CompressionType
Gzip
can only be used when Pipe
mode is specified as the S3InputMode
. In Pipe
mode, Amazon SageMaker streams input data from the source directly to your container without using the EBS volume.s3_data_distribution_type
STRING
S3DataDistributionType
FullyReplicated
, or whether the data from Amazon S3 is shared by Amazon S3 key, downloading one shard of data to each processing instance.s3_data_type
STRING
S3DataType
S3Prefix
or a ManifestFile
for the data type. If you choose S3Prefix
, S3Uri
identifies a key name prefix. Amazon SageMaker uses all objects with the specified key name prefix for the processing job. If you choose ManifestFile
, S3Uri
identifies an object that is a manifest file containing a list of object keys that you want Amazon SageMaker to use for the processing job.s3_input_mode
STRING
S3InputMode
File
or Pipe
input mode. In File mode, Amazon SageMaker copies the data from the input source onto the local ML storage volume before starting your processing container. This is the most commonly used input mode. In Pipe
mode, Amazon SageMaker streams input data from the source directly to your processing container into named pipes without using the ML storage volume.s3_uri
STRING
S3Uri
processing_job_arn
Type: STRING
Provider name: ProcessingJobArn
Description: The Amazon Resource Name (ARN) of the processing job.
processing_job_name
Type: STRING
Provider name: ProcessingJobName
Description: The name of the processing job. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.
processing_job_status
Type: STRING
Provider name: ProcessingJobStatus
Description: Provides the status of a processing job.
processing_output_config
Type: STRUCT
Provider name: ProcessingOutputConfig
Description: Output configuration for the processing job.
kms_key_id
STRING
KmsKeyId
KmsKeyId
can be an ID of a KMS key, ARN of a KMS key, or alias of a KMS key. The KmsKeyId
is applied to all outputs.outputs
UNORDERED_LIST_STRUCT
Outputs
app_managed
BOOLEAN
AppManaged
True
, output operations such as data upload are managed natively by the processing job application. When False
(default), output operations are managed by Amazon SageMaker.feature_store_output
STRUCT
FeatureStoreOutput
AppManaged
is specified.feature_group_name
STRING
FeatureGroupName
output_name
STRING
OutputName
s3_output
STRUCT
S3Output
local_path
STRING
LocalPath
LocalPath
is an absolute path to a directory containing output files. This directory will be created by the platform and exist when your container’s entrypoint is invoked.s3_upload_mode
STRING
S3UploadMode
s3_uri
STRING
S3Uri
processing_resources
Type: STRUCT
Provider name: ProcessingResources
Description: Identifies the resources, ML compute instances, and ML storage volumes to deploy for a processing job. In distributed training, you specify more than one instance.
cluster_config
STRUCT
ClusterConfig
instance_count
INT32
InstanceCount
instance_type
STRING
InstanceType
volume_kms_key_id
STRING
VolumeKmsKeyId
VolumeKmsKeyId
when using an instance type with local storage. For a list of instance types that support local instance storage, see Instance Store Volumes. For more information about local instance storage encryption, see SSD Instance Store Volumes.volume_size_in_gb
INT32
VolumeSizeInGB
VolumeSizeInGB
greater than the total size of the local instance storage. For a list of instance types that support local instance storage, including the total size per instance type, see Instance Store Volumes.processing_start_time
Type: TIMESTAMP
Provider name: ProcessingStartTime
Description: The time at which the processing job started.
role_arn
Type: STRING
Provider name: RoleArn
Description: The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.
stopping_condition
Type: STRUCT
Provider name: StoppingCondition
Description: The time limit for how long the processing job is allowed to run.
max_runtime_in_seconds
INT32
MaxRuntimeInSeconds
tags
Type: UNORDERED_LIST_STRING
training_job_arn
Type: STRING
Provider name: TrainingJobArn
Description: The ARN of a training job associated with this processing job.