Struct aws_sdk_sagemaker::output::describe_app_output::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for DescribeAppOutput
Implementations
The Amazon Resource Name (ARN) of the app.
The Amazon Resource Name (ARN) of the app.
The type of app.
The name of the app.
The domain ID.
The user profile name.
The user profile name.
The status.
The timestamp of the last health check.
The timestamp of the last health check.
The timestamp of the last user's activity. LastUserActivityTimestamp is also updated when SageMaker performs health checks without user activity. As a result, this value is set to the same value as LastHealthCheckTimestamp.
The timestamp of the last user's activity. LastUserActivityTimestamp is also updated when SageMaker performs health checks without user activity. As a result, this value is set to the same value as LastHealthCheckTimestamp.
The creation time.
The creation time.
The failure reason.
The failure reason.
The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
Consumes the builder and constructs a DescribeAppOutput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more