Struct aws_sdk_sagemaker::model::ResourceSpec [−][src]
#[non_exhaustive]pub struct ResourceSpec {
pub sage_maker_image_arn: Option<String>,
pub sage_maker_image_version_arn: Option<String>,
pub instance_type: Option<AppInstanceType>,
pub lifecycle_config_arn: Option<String>,
}
Expand description
Specifies the ARN's of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.sage_maker_image_arn: Option<String>
The ARN of the SageMaker image that the image version belongs to.
sage_maker_image_version_arn: Option<String>
The ARN of the image version created on the instance.
instance_type: Option<AppInstanceType>
The instance type that the image version runs on.
lifecycle_config_arn: Option<String>
The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.
Implementations
The ARN of the SageMaker image that the image version belongs to.
The ARN of the image version created on the instance.
The instance type that the image version runs on.
The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.
Creates a new builder-style object to manufacture ResourceSpec
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ResourceSpec
impl Send for ResourceSpec
impl Sync for ResourceSpec
impl Unpin for ResourceSpec
impl UnwindSafe for ResourceSpec
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