ContainerDatasetAction class
Information required to run the containerAction
to produce
dataset contents.
Constructors
-
ContainerDatasetAction({required String executionRoleArn, required String image, required ResourceConfiguration resourceConfiguration, List<
Variable> ? variables}) -
ContainerDatasetAction.fromJson(Map<
String, dynamic> json) -
factory
Properties
- executionRoleArn → String
-
The ARN of the role that gives permission to the system to access required
resources to run the
containerAction
. This includes, at minimum, permission to retrieve the dataset contents that are the input to the containerized application.final - hashCode → int
-
The hash code for this object.
no setterinherited
- image → String
-
The ARN of the Docker container stored in your account. The Docker container
contains an application and required support libraries and is used to
generate dataset contents.
final
- resourceConfiguration → ResourceConfiguration
-
Configuration of the resource that executes the
containerAction
.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
variables
→ List<
Variable> ? -
The values of variables used in the context of the execution of the
containerized application (basically, parameters passed to the application).
Each variable must have a name and a value given by one of
stringValue
,datasetContentVersionValue
, oroutputFileUriValue
.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