Class: Aws::Bedrock::Types::DataProcessingDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::DataProcessingDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
For a Distillation job, the status details for the data processing sub-task of the job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
The start time of the data processing sub-task of the job.
-
#last_modified_time ⇒ Time
The latest update to the data processing sub-task of the job.
-
#status ⇒ String
The status of the data processing sub-task of the job.
Instance Attribute Details
#creation_time ⇒ Time
The start time of the data processing sub-task of the job.
4032 4033 4034 4035 4036 4037 4038 |
# File 'lib/aws-sdk-bedrock/types.rb', line 4032 class DataProcessingDetails < Struct.new( :status, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The latest update to the data processing sub-task of the job.
4032 4033 4034 4035 4036 4037 4038 |
# File 'lib/aws-sdk-bedrock/types.rb', line 4032 class DataProcessingDetails < Struct.new( :status, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the data processing sub-task of the job.
4032 4033 4034 4035 4036 4037 4038 |
# File 'lib/aws-sdk-bedrock/types.rb', line 4032 class DataProcessingDetails < Struct.new( :status, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |