ProcessingS3Output class
Configuration for processing job outputs in Amazon S3.
Constructors
- ProcessingS3Output({required String localPath, required ProcessingS3UploadMode s3UploadMode, required String s3Uri})
-
ProcessingS3Output.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- localPath → String
-
The local path to the Amazon S3 bucket where you want Amazon SageMaker to
save the results of an processing job.
LocalPath
is an absolute path to the input data.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- s3UploadMode → ProcessingS3UploadMode
-
Whether to upload the results of the processing job continuously or after
the job completes.
final
- s3Uri → String
-
A URI that identifies the Amazon S3 bucket where you want Amazon SageMaker
to save the results of a processing job.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited