1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. sagemaker
  5. ModelCard

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

aws-native.sagemaker.ModelCard

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

Resource Type definition for AWS::SageMaker::ModelCard.

Create ModelCard Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new ModelCard(name: string, args: ModelCardArgs, opts?: CustomResourceOptions);
@overload
def ModelCard(resource_name: str,
              args: ModelCardArgs,
              opts: Optional[ResourceOptions] = None)

@overload
def ModelCard(resource_name: str,
              opts: Optional[ResourceOptions] = None,
              content: Optional[ModelCardContentArgs] = None,
              model_card_status: Optional[ModelCardStatus] = None,
              created_by: Optional[ModelCardUserContextArgs] = None,
              last_modified_by: Optional[ModelCardUserContextArgs] = None,
              model_card_name: Optional[str] = None,
              security_config: Optional[ModelCardSecurityConfigArgs] = None,
              tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
func NewModelCard(ctx *Context, name string, args ModelCardArgs, opts ...ResourceOption) (*ModelCard, error)
public ModelCard(string name, ModelCardArgs args, CustomResourceOptions? opts = null)
public ModelCard(String name, ModelCardArgs args)
public ModelCard(String name, ModelCardArgs args, CustomResourceOptions options)
type: aws-native:sagemaker:ModelCard
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. ModelCardArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. ModelCardArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. ModelCardArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. ModelCardArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. ModelCardArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

ModelCard Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The ModelCard resource accepts the following input properties:

Content This property is required. Pulumi.AwsNative.SageMaker.Inputs.ModelCardContent
The content of the model card. Content uses the model card JSON schema .
ModelCardStatus This property is required. Pulumi.AwsNative.SageMaker.ModelCardStatus
The approval status of the model card within your organization. Different organizations might have different criteria for model card review and approval.
CreatedBy Pulumi.AwsNative.SageMaker.Inputs.ModelCardUserContext
Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.
LastModifiedBy Pulumi.AwsNative.SageMaker.Inputs.ModelCardUserContext
Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.
ModelCardName string
The unique name of the model card.
SecurityConfig Pulumi.AwsNative.SageMaker.Inputs.ModelCardSecurityConfig
The security configuration used to protect model card data.
Tags List<Pulumi.AwsNative.Inputs.Tag>
Key-value pairs used to manage metadata for model cards.
Content This property is required. ModelCardContentArgs
The content of the model card. Content uses the model card JSON schema .
ModelCardStatus This property is required. ModelCardStatus
The approval status of the model card within your organization. Different organizations might have different criteria for model card review and approval.
CreatedBy ModelCardUserContextArgs
Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.
LastModifiedBy ModelCardUserContextArgs
Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.
ModelCardName string
The unique name of the model card.
SecurityConfig ModelCardSecurityConfigArgs
The security configuration used to protect model card data.
Tags TagArgs
Key-value pairs used to manage metadata for model cards.
content This property is required. ModelCardContent
The content of the model card. Content uses the model card JSON schema .
modelCardStatus This property is required. ModelCardStatus
The approval status of the model card within your organization. Different organizations might have different criteria for model card review and approval.
createdBy ModelCardUserContext
Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.
lastModifiedBy ModelCardUserContext
Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.
modelCardName String
The unique name of the model card.
securityConfig ModelCardSecurityConfig
The security configuration used to protect model card data.
tags List<Tag>
Key-value pairs used to manage metadata for model cards.
content This property is required. ModelCardContent
The content of the model card. Content uses the model card JSON schema .
modelCardStatus This property is required. ModelCardStatus
The approval status of the model card within your organization. Different organizations might have different criteria for model card review and approval.
createdBy ModelCardUserContext
Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.
lastModifiedBy ModelCardUserContext
Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.
modelCardName string
The unique name of the model card.
securityConfig ModelCardSecurityConfig
The security configuration used to protect model card data.
tags Tag[]
Key-value pairs used to manage metadata for model cards.
content This property is required. ModelCardContentArgs
The content of the model card. Content uses the model card JSON schema .
model_card_status This property is required. ModelCardStatus
The approval status of the model card within your organization. Different organizations might have different criteria for model card review and approval.
created_by ModelCardUserContextArgs
Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.
last_modified_by ModelCardUserContextArgs
Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.
model_card_name str
The unique name of the model card.
security_config ModelCardSecurityConfigArgs
The security configuration used to protect model card data.
tags Sequence[TagArgs]
Key-value pairs used to manage metadata for model cards.
content This property is required. Property Map
The content of the model card. Content uses the model card JSON schema .
modelCardStatus This property is required. "Draft" | "PendingReview" | "Approved" | "Archived"
The approval status of the model card within your organization. Different organizations might have different criteria for model card review and approval.
createdBy Property Map
Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.
lastModifiedBy Property Map
Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.
modelCardName String
The unique name of the model card.
securityConfig Property Map
The security configuration used to protect model card data.
tags List<Property Map>
Key-value pairs used to manage metadata for model cards.

Outputs

All input properties are implicitly available as output properties. Additionally, the ModelCard resource produces the following output properties:

CreationTime string
The date and time the model card was created.
Id string
The provider-assigned unique ID for this managed resource.
LastModifiedTime string
The date and time the model card was last modified.
ModelCardArn string
The Amazon Resource Name (ARN) of the successfully created model card.
ModelCardProcessingStatus Pulumi.AwsNative.SageMaker.ModelCardProcessingStatus
The processing status of model card deletion. The ModelCardProcessingStatus updates throughout the different deletion steps.
ModelCardVersion int
A version of the model card.
CreationTime string
The date and time the model card was created.
Id string
The provider-assigned unique ID for this managed resource.
LastModifiedTime string
The date and time the model card was last modified.
ModelCardArn string
The Amazon Resource Name (ARN) of the successfully created model card.
ModelCardProcessingStatus ModelCardProcessingStatus
The processing status of model card deletion. The ModelCardProcessingStatus updates throughout the different deletion steps.
ModelCardVersion int
A version of the model card.
creationTime String
The date and time the model card was created.
id String
The provider-assigned unique ID for this managed resource.
lastModifiedTime String
The date and time the model card was last modified.
modelCardArn String
The Amazon Resource Name (ARN) of the successfully created model card.
modelCardProcessingStatus ModelCardProcessingStatus
The processing status of model card deletion. The ModelCardProcessingStatus updates throughout the different deletion steps.
modelCardVersion Integer
A version of the model card.
creationTime string
The date and time the model card was created.
id string
The provider-assigned unique ID for this managed resource.
lastModifiedTime string
The date and time the model card was last modified.
modelCardArn string
The Amazon Resource Name (ARN) of the successfully created model card.
modelCardProcessingStatus ModelCardProcessingStatus
The processing status of model card deletion. The ModelCardProcessingStatus updates throughout the different deletion steps.
modelCardVersion number
A version of the model card.
creation_time str
The date and time the model card was created.
id str
The provider-assigned unique ID for this managed resource.
last_modified_time str
The date and time the model card was last modified.
model_card_arn str
The Amazon Resource Name (ARN) of the successfully created model card.
model_card_processing_status ModelCardProcessingStatus
The processing status of model card deletion. The ModelCardProcessingStatus updates throughout the different deletion steps.
model_card_version int
A version of the model card.
creationTime String
The date and time the model card was created.
id String
The provider-assigned unique ID for this managed resource.
lastModifiedTime String
The date and time the model card was last modified.
modelCardArn String
The Amazon Resource Name (ARN) of the successfully created model card.
modelCardProcessingStatus "UnsetValue" | "DeleteInProgress" | "DeletePending" | "ContentDeleted" | "ExportJobsDeleted" | "DeleteCompleted" | "DeleteFailed"
The processing status of model card deletion. The ModelCardProcessingStatus updates throughout the different deletion steps.
modelCardVersion Number
A version of the model card.

Supporting Types

ModelCardAdditionalInformation
, ModelCardAdditionalInformationArgs

CaveatsAndRecommendations string
Caveats and recommendations for people who might use this model in their applications.
CustomDetails Dictionary<string, string>
customer details.
EthicalConsiderations string
Any ethical considerations that the author wants to provide.
CaveatsAndRecommendations string
Caveats and recommendations for people who might use this model in their applications.
CustomDetails map[string]string
customer details.
EthicalConsiderations string
Any ethical considerations that the author wants to provide.
caveatsAndRecommendations String
Caveats and recommendations for people who might use this model in their applications.
customDetails Map<String,String>
customer details.
ethicalConsiderations String
Any ethical considerations that the author wants to provide.
caveatsAndRecommendations string
Caveats and recommendations for people who might use this model in their applications.
customDetails {[key: string]: string}
customer details.
ethicalConsiderations string
Any ethical considerations that the author wants to provide.
caveats_and_recommendations str
Caveats and recommendations for people who might use this model in their applications.
custom_details Mapping[str, str]
customer details.
ethical_considerations str
Any ethical considerations that the author wants to provide.
caveatsAndRecommendations String
Caveats and recommendations for people who might use this model in their applications.
customDetails Map<String>
customer details.
ethicalConsiderations String
Any ethical considerations that the author wants to provide.

ModelCardBarChartMetric
, ModelCardBarChartMetricArgs

Name This property is required. string
Type This property is required. Pulumi.AwsNative.SageMaker.ModelCardBarChartMetricType
Value This property is required. List<double>
Notes string
XAxisName List<string>
YAxisName string
Name This property is required. string
Type This property is required. ModelCardBarChartMetricType
Value This property is required. []float64
Notes string
XAxisName []string
YAxisName string
name This property is required. String
type This property is required. ModelCardBarChartMetricType
value This property is required. List<Double>
notes String
xAxisName List<String>
yAxisName String
name This property is required. string
type This property is required. ModelCardBarChartMetricType
value This property is required. number[]
notes string
xAxisName string[]
yAxisName string
name This property is required. str
type This property is required. ModelCardBarChartMetricType
value This property is required. Sequence[float]
notes str
x_axis_name Sequence[str]
y_axis_name str
name This property is required. String
type This property is required. "bar_chart"
value This property is required. List<Number>
notes String
xAxisName List<String>
yAxisName String

ModelCardBarChartMetricType
, ModelCardBarChartMetricTypeArgs

BarChart
bar_chart
ModelCardBarChartMetricTypeBarChart
bar_chart
BarChart
bar_chart
BarChart
bar_chart
BAR_CHART
bar_chart
"bar_chart"
bar_chart

ModelCardBusinessDetails
, ModelCardBusinessDetailsArgs

BusinessProblem string
What business problem does the model solve?
BusinessStakeholders string
Business stakeholders.
LineOfBusiness string
Line of business.
BusinessProblem string
What business problem does the model solve?
BusinessStakeholders string
Business stakeholders.
LineOfBusiness string
Line of business.
businessProblem String
What business problem does the model solve?
businessStakeholders String
Business stakeholders.
lineOfBusiness String
Line of business.
businessProblem string
What business problem does the model solve?
businessStakeholders string
Business stakeholders.
lineOfBusiness string
Line of business.
business_problem str
What business problem does the model solve?
business_stakeholders str
Business stakeholders.
line_of_business str
Line of business.
businessProblem String
What business problem does the model solve?
businessStakeholders String
Business stakeholders.
lineOfBusiness String
Line of business.

ModelCardContainer
, ModelCardContainerArgs

Image This property is required. string
Inference environment path. The Amazon EC2 Container Registry (Amazon ECR) path where inference code is stored.
ModelDataUrl string
The Amazon S3 path where the model artifacts, which result from model training, are stored.
NearestModelName string
The name of a pre-trained machine learning benchmarked by Amazon SageMaker Inference Recommender model that matches your model.
Image This property is required. string
Inference environment path. The Amazon EC2 Container Registry (Amazon ECR) path where inference code is stored.
ModelDataUrl string
The Amazon S3 path where the model artifacts, which result from model training, are stored.
NearestModelName string
The name of a pre-trained machine learning benchmarked by Amazon SageMaker Inference Recommender model that matches your model.
image This property is required. String
Inference environment path. The Amazon EC2 Container Registry (Amazon ECR) path where inference code is stored.
modelDataUrl String
The Amazon S3 path where the model artifacts, which result from model training, are stored.
nearestModelName String
The name of a pre-trained machine learning benchmarked by Amazon SageMaker Inference Recommender model that matches your model.
image This property is required. string
Inference environment path. The Amazon EC2 Container Registry (Amazon ECR) path where inference code is stored.
modelDataUrl string
The Amazon S3 path where the model artifacts, which result from model training, are stored.
nearestModelName string
The name of a pre-trained machine learning benchmarked by Amazon SageMaker Inference Recommender model that matches your model.
image This property is required. str
Inference environment path. The Amazon EC2 Container Registry (Amazon ECR) path where inference code is stored.
model_data_url str
The Amazon S3 path where the model artifacts, which result from model training, are stored.
nearest_model_name str
The name of a pre-trained machine learning benchmarked by Amazon SageMaker Inference Recommender model that matches your model.
image This property is required. String
Inference environment path. The Amazon EC2 Container Registry (Amazon ECR) path where inference code is stored.
modelDataUrl String
The Amazon S3 path where the model artifacts, which result from model training, are stored.
nearestModelName String
The name of a pre-trained machine learning benchmarked by Amazon SageMaker Inference Recommender model that matches your model.

ModelCardContent
, ModelCardContentArgs

AdditionalInformation ModelCardAdditionalInformation
Additional information about the model.
BusinessDetails ModelCardBusinessDetails
Information about how the model supports business goals.
EvaluationDetails []ModelCardEvaluationDetail
An overview about the model's evaluation.
IntendedUses ModelCardIntendedUses
The intended usage of the model.
ModelOverview ModelCardModelOverview
An overview about the model
ModelPackageDetails ModelCardModelPackageDetails
TrainingDetails ModelCardTrainingDetails
An overview about model training.
additionalInformation ModelCardAdditionalInformation
Additional information about the model.
businessDetails ModelCardBusinessDetails
Information about how the model supports business goals.
evaluationDetails List<ModelCardEvaluationDetail>
An overview about the model's evaluation.
intendedUses ModelCardIntendedUses
The intended usage of the model.
modelOverview ModelCardModelOverview
An overview about the model
modelPackageDetails ModelCardModelPackageDetails
trainingDetails ModelCardTrainingDetails
An overview about model training.
additionalInformation ModelCardAdditionalInformation
Additional information about the model.
businessDetails ModelCardBusinessDetails
Information about how the model supports business goals.
evaluationDetails ModelCardEvaluationDetail[]
An overview about the model's evaluation.
intendedUses ModelCardIntendedUses
The intended usage of the model.
modelOverview ModelCardModelOverview
An overview about the model
modelPackageDetails ModelCardModelPackageDetails
trainingDetails ModelCardTrainingDetails
An overview about model training.
additional_information ModelCardAdditionalInformation
Additional information about the model.
business_details ModelCardBusinessDetails
Information about how the model supports business goals.
evaluation_details Sequence[ModelCardEvaluationDetail]
An overview about the model's evaluation.
intended_uses ModelCardIntendedUses
The intended usage of the model.
model_overview ModelCardModelOverview
An overview about the model
model_package_details ModelCardModelPackageDetails
training_details ModelCardTrainingDetails
An overview about model training.
additionalInformation Property Map
Additional information about the model.
businessDetails Property Map
Information about how the model supports business goals.
evaluationDetails List<Property Map>
An overview about the model's evaluation.
intendedUses Property Map
The intended usage of the model.
modelOverview Property Map
An overview about the model
modelPackageDetails Property Map
trainingDetails Property Map
An overview about model training.

ModelCardEvaluationDetail
, ModelCardEvaluationDetailArgs

Name This property is required. string
Datasets List<string>
EvaluationJobArn string
EvaluationObservation string
Metadata Dictionary<string, string>
additional attributes associated with the evaluation results.
MetricGroups List<Pulumi.AwsNative.SageMaker.Inputs.ModelCardMetricGroup>
Name This property is required. string
Datasets []string
EvaluationJobArn string
EvaluationObservation string
Metadata map[string]string
additional attributes associated with the evaluation results.
MetricGroups []ModelCardMetricGroup
name This property is required. String
datasets List<String>
evaluationJobArn String
evaluationObservation String
metadata Map<String,String>
additional attributes associated with the evaluation results.
metricGroups List<ModelCardMetricGroup>
name This property is required. string
datasets string[]
evaluationJobArn string
evaluationObservation string
metadata {[key: string]: string}
additional attributes associated with the evaluation results.
metricGroups ModelCardMetricGroup[]
name This property is required. str
datasets Sequence[str]
evaluation_job_arn str
evaluation_observation str
metadata Mapping[str, str]
additional attributes associated with the evaluation results.
metric_groups Sequence[ModelCardMetricGroup]
name This property is required. String
datasets List<String>
evaluationJobArn String
evaluationObservation String
metadata Map<String>
additional attributes associated with the evaluation results.
metricGroups List<Property Map>

ModelCardInferenceSpecification
, ModelCardInferenceSpecificationArgs

Containers This property is required. List<Pulumi.AwsNative.SageMaker.Inputs.ModelCardContainer>
Contains inference related information which were used to create model package.
Containers This property is required. []ModelCardContainer
Contains inference related information which were used to create model package.
containers This property is required. List<ModelCardContainer>
Contains inference related information which were used to create model package.
containers This property is required. ModelCardContainer[]
Contains inference related information which were used to create model package.
containers This property is required. Sequence[ModelCardContainer]
Contains inference related information which were used to create model package.
containers This property is required. List<Property Map>
Contains inference related information which were used to create model package.

ModelCardIntendedUses
, ModelCardIntendedUsesArgs

ExplanationsForRiskRating string
An explanation of why your organization categorizes the model with its risk rating.
FactorsAffectingModelEfficiency string
Factors affecting model efficacy.
IntendedUses string
intended use cases.
PurposeOfModel string
Why the model was developed?
RiskRating Pulumi.AwsNative.SageMaker.ModelCardRiskRating
Your organization's risk rating. You can specify one the following values as the risk rating:

  • High
  • Medium
  • Low
  • Unknown
ExplanationsForRiskRating string
An explanation of why your organization categorizes the model with its risk rating.
FactorsAffectingModelEfficiency string
Factors affecting model efficacy.
IntendedUses string
intended use cases.
PurposeOfModel string
Why the model was developed?
RiskRating ModelCardRiskRating
Your organization's risk rating. You can specify one the following values as the risk rating:

  • High
  • Medium
  • Low
  • Unknown
explanationsForRiskRating String
An explanation of why your organization categorizes the model with its risk rating.
factorsAffectingModelEfficiency String
Factors affecting model efficacy.
intendedUses String
intended use cases.
purposeOfModel String
Why the model was developed?
riskRating ModelCardRiskRating
Your organization's risk rating. You can specify one the following values as the risk rating:

  • High
  • Medium
  • Low
  • Unknown
explanationsForRiskRating string
An explanation of why your organization categorizes the model with its risk rating.
factorsAffectingModelEfficiency string
Factors affecting model efficacy.
intendedUses string
intended use cases.
purposeOfModel string
Why the model was developed?
riskRating ModelCardRiskRating
Your organization's risk rating. You can specify one the following values as the risk rating:

  • High
  • Medium
  • Low
  • Unknown
explanations_for_risk_rating str
An explanation of why your organization categorizes the model with its risk rating.
factors_affecting_model_efficiency str
Factors affecting model efficacy.
intended_uses str
intended use cases.
purpose_of_model str
Why the model was developed?
risk_rating ModelCardRiskRating
Your organization's risk rating. You can specify one the following values as the risk rating:

  • High
  • Medium
  • Low
  • Unknown
explanationsForRiskRating String
An explanation of why your organization categorizes the model with its risk rating.
factorsAffectingModelEfficiency String
Factors affecting model efficacy.
intendedUses String
intended use cases.
purposeOfModel String
Why the model was developed?
riskRating "High" | "Medium" | "Low" | "Unknown"
Your organization's risk rating. You can specify one the following values as the risk rating:

  • High
  • Medium
  • Low
  • Unknown

ModelCardLinearGraphMetric
, ModelCardLinearGraphMetricArgs

Name This property is required. string
Type This property is required. Pulumi.AwsNative.SageMaker.ModelCardLinearGraphMetricType
Value This property is required. List<ImmutableArray<double>>
Notes string
XAxisName string
YAxisName string
Name This property is required. string
Type This property is required. ModelCardLinearGraphMetricType
Value This property is required. [][]float64
Notes string
XAxisName string
YAxisName string
name This property is required. String
type This property is required. ModelCardLinearGraphMetricType
value This property is required. List<List<Double>>
notes String
xAxisName String
yAxisName String
name This property is required. string
type This property is required. ModelCardLinearGraphMetricType
value This property is required. number[][]
notes string
xAxisName string
yAxisName string
name This property is required. str
type This property is required. ModelCardLinearGraphMetricType
value This property is required. Sequence[Sequence[float]]
notes str
x_axis_name str
y_axis_name str
name This property is required. String
type This property is required. "linear_graph"
value This property is required. List<List<Number>>
notes String
xAxisName String
yAxisName String

ModelCardLinearGraphMetricType
, ModelCardLinearGraphMetricTypeArgs

LinearGraph
linear_graph
ModelCardLinearGraphMetricTypeLinearGraph
linear_graph
LinearGraph
linear_graph
LinearGraph
linear_graph
LINEAR_GRAPH
linear_graph
"linear_graph"
linear_graph

ModelCardMatrixMetric
, ModelCardMatrixMetricArgs

Name This property is required. string
Type This property is required. Pulumi.AwsNative.SageMaker.ModelCardMatrixMetricType
Value This property is required. List<ImmutableArray<double>>
Notes string
XAxisName List<string>
YAxisName List<string>
Name This property is required. string
Type This property is required. ModelCardMatrixMetricType
Value This property is required. [][]float64
Notes string
XAxisName []string
YAxisName []string
name This property is required. String
type This property is required. ModelCardMatrixMetricType
value This property is required. List<List<Double>>
notes String
xAxisName List<String>
yAxisName List<String>
name This property is required. string
type This property is required. ModelCardMatrixMetricType
value This property is required. number[][]
notes string
xAxisName string[]
yAxisName string[]
name This property is required. str
type This property is required. ModelCardMatrixMetricType
value This property is required. Sequence[Sequence[float]]
notes str
x_axis_name Sequence[str]
y_axis_name Sequence[str]
name This property is required. String
type This property is required. "matrix"
value This property is required. List<List<Number>>
notes String
xAxisName List<String>
yAxisName List<String>

ModelCardMatrixMetricType
, ModelCardMatrixMetricTypeArgs

Matrix
matrix
ModelCardMatrixMetricTypeMatrix
matrix
Matrix
matrix
Matrix
matrix
MATRIX
matrix
"matrix"
matrix

ModelCardMetricGroup
, ModelCardMetricGroupArgs

MetricData This property is required. List<object>
Name This property is required. string
MetricData This property is required. []interface{}
Name This property is required. string
metricData This property is required. List<Object>
name This property is required. String
metricData This property is required. (ModelCardSimpleMetric | ModelCardLinearGraphMetric | ModelCardBarChartMetric | ModelCardMatrixMetric)[]
name This property is required. string
metric_data This property is required. Sequence[Union[ModelCardSimpleMetric, ModelCardLinearGraphMetric, ModelCardBarChartMetric, ModelCardMatrixMetric]]
name This property is required. str
metricData This property is required. List<Property Map | Property Map | Property Map | Property Map>
name This property is required. String

ModelCardModelOverview
, ModelCardModelOverviewArgs

AlgorithmType string
Algorithm used to solve the problem.
InferenceEnvironment Pulumi.AwsNative.SageMaker.Inputs.ModelCardModelOverviewInferenceEnvironmentProperties
Overview about the inference.
ModelArtifact List<string>
Location of the model artifact.
ModelCreator string
Creator of model.
ModelDescription string
description of model.
ModelId string
SageMaker Model Arn or Non SageMaker Model id.
ModelName string
Name of the model.
ModelOwner string
Owner of model.
ModelVersion double
Version of the model.
ProblemType string
Problem being solved with the model.
AlgorithmType string
Algorithm used to solve the problem.
InferenceEnvironment ModelCardModelOverviewInferenceEnvironmentProperties
Overview about the inference.
ModelArtifact []string
Location of the model artifact.
ModelCreator string
Creator of model.
ModelDescription string
description of model.
ModelId string
SageMaker Model Arn or Non SageMaker Model id.
ModelName string
Name of the model.
ModelOwner string
Owner of model.
ModelVersion float64
Version of the model.
ProblemType string
Problem being solved with the model.
algorithmType String
Algorithm used to solve the problem.
inferenceEnvironment ModelCardModelOverviewInferenceEnvironmentProperties
Overview about the inference.
modelArtifact List<String>
Location of the model artifact.
modelCreator String
Creator of model.
modelDescription String
description of model.
modelId String
SageMaker Model Arn or Non SageMaker Model id.
modelName String
Name of the model.
modelOwner String
Owner of model.
modelVersion Double
Version of the model.
problemType String
Problem being solved with the model.
algorithmType string
Algorithm used to solve the problem.
inferenceEnvironment ModelCardModelOverviewInferenceEnvironmentProperties
Overview about the inference.
modelArtifact string[]
Location of the model artifact.
modelCreator string
Creator of model.
modelDescription string
description of model.
modelId string
SageMaker Model Arn or Non SageMaker Model id.
modelName string
Name of the model.
modelOwner string
Owner of model.
modelVersion number
Version of the model.
problemType string
Problem being solved with the model.
algorithm_type str
Algorithm used to solve the problem.
inference_environment ModelCardModelOverviewInferenceEnvironmentProperties
Overview about the inference.
model_artifact Sequence[str]
Location of the model artifact.
model_creator str
Creator of model.
model_description str
description of model.
model_id str
SageMaker Model Arn or Non SageMaker Model id.
model_name str
Name of the model.
model_owner str
Owner of model.
model_version float
Version of the model.
problem_type str
Problem being solved with the model.
algorithmType String
Algorithm used to solve the problem.
inferenceEnvironment Property Map
Overview about the inference.
modelArtifact List<String>
Location of the model artifact.
modelCreator String
Creator of model.
modelDescription String
description of model.
modelId String
SageMaker Model Arn or Non SageMaker Model id.
modelName String
Name of the model.
modelOwner String
Owner of model.
modelVersion Number
Version of the model.
problemType String
Problem being solved with the model.

ModelCardModelOverviewInferenceEnvironmentProperties
, ModelCardModelOverviewInferenceEnvironmentPropertiesArgs

ContainerImage List<string>
SageMaker inference image uri.
ContainerImage []string
SageMaker inference image uri.
containerImage List<String>
SageMaker inference image uri.
containerImage string[]
SageMaker inference image uri.
container_image Sequence[str]
SageMaker inference image uri.
containerImage List<String>
SageMaker inference image uri.

ModelCardModelPackageCreator
, ModelCardModelPackageCreatorArgs

UserProfileName string
The name of the user's profile in Studio
UserProfileName string
The name of the user's profile in Studio
userProfileName String
The name of the user's profile in Studio
userProfileName string
The name of the user's profile in Studio
user_profile_name str
The name of the user's profile in Studio
userProfileName String
The name of the user's profile in Studio

ModelCardModelPackageDetails
, ModelCardModelPackageDetailsArgs

ApprovalDescription string
A description provided for the model approval
CreatedBy Pulumi.AwsNative.SageMaker.Inputs.ModelCardModelPackageCreator
Information about the user who created model package.
Domain string
The machine learning domain of the model package you specified. Common machine learning domains include computer vision and natural language processing.
InferenceSpecification Pulumi.AwsNative.SageMaker.Inputs.ModelCardInferenceSpecification
Details about inference jobs that can be run with models based on this model package.
ModelApprovalStatus Pulumi.AwsNative.SageMaker.ModelCardModelPackageDetailsModelApprovalStatus
Current approval status of model package
ModelPackageArn string
The Amazon Resource Name (ARN) of the model package
ModelPackageDescription string
A brief summary of the model package
ModelPackageGroupName string
If the model is a versioned model, the name of the model group that the versioned model belongs to.
ModelPackageName string
Name of the model package
ModelPackageStatus Pulumi.AwsNative.SageMaker.ModelCardModelPackageDetailsModelPackageStatus
Current status of model package
ModelPackageVersion double
Version of the model package
SourceAlgorithms List<Pulumi.AwsNative.SageMaker.Inputs.ModelCardSourceAlgorithm>
A list of algorithms that were used to create a model package.
Task string
The machine learning task you specified that your model package accomplishes. Common machine learning tasks include object detection and image classification.
ApprovalDescription string
A description provided for the model approval
CreatedBy ModelCardModelPackageCreator
Information about the user who created model package.
Domain string
The machine learning domain of the model package you specified. Common machine learning domains include computer vision and natural language processing.
InferenceSpecification ModelCardInferenceSpecification
Details about inference jobs that can be run with models based on this model package.
ModelApprovalStatus ModelCardModelPackageDetailsModelApprovalStatus
Current approval status of model package
ModelPackageArn string
The Amazon Resource Name (ARN) of the model package
ModelPackageDescription string
A brief summary of the model package
ModelPackageGroupName string
If the model is a versioned model, the name of the model group that the versioned model belongs to.
ModelPackageName string
Name of the model package
ModelPackageStatus ModelCardModelPackageDetailsModelPackageStatus
Current status of model package
ModelPackageVersion float64
Version of the model package
SourceAlgorithms []ModelCardSourceAlgorithm
A list of algorithms that were used to create a model package.
Task string
The machine learning task you specified that your model package accomplishes. Common machine learning tasks include object detection and image classification.
approvalDescription String
A description provided for the model approval
createdBy ModelCardModelPackageCreator
Information about the user who created model package.
domain String
The machine learning domain of the model package you specified. Common machine learning domains include computer vision and natural language processing.
inferenceSpecification ModelCardInferenceSpecification
Details about inference jobs that can be run with models based on this model package.
modelApprovalStatus ModelCardModelPackageDetailsModelApprovalStatus
Current approval status of model package
modelPackageArn String
The Amazon Resource Name (ARN) of the model package
modelPackageDescription String
A brief summary of the model package
modelPackageGroupName String
If the model is a versioned model, the name of the model group that the versioned model belongs to.
modelPackageName String
Name of the model package
modelPackageStatus ModelCardModelPackageDetailsModelPackageStatus
Current status of model package
modelPackageVersion Double
Version of the model package
sourceAlgorithms List<ModelCardSourceAlgorithm>
A list of algorithms that were used to create a model package.
task String
The machine learning task you specified that your model package accomplishes. Common machine learning tasks include object detection and image classification.
approvalDescription string
A description provided for the model approval
createdBy ModelCardModelPackageCreator
Information about the user who created model package.
domain string
The machine learning domain of the model package you specified. Common machine learning domains include computer vision and natural language processing.
inferenceSpecification ModelCardInferenceSpecification
Details about inference jobs that can be run with models based on this model package.
modelApprovalStatus ModelCardModelPackageDetailsModelApprovalStatus
Current approval status of model package
modelPackageArn string
The Amazon Resource Name (ARN) of the model package
modelPackageDescription string
A brief summary of the model package
modelPackageGroupName string
If the model is a versioned model, the name of the model group that the versioned model belongs to.
modelPackageName string
Name of the model package
modelPackageStatus ModelCardModelPackageDetailsModelPackageStatus
Current status of model package
modelPackageVersion number
Version of the model package
sourceAlgorithms ModelCardSourceAlgorithm[]
A list of algorithms that were used to create a model package.
task string
The machine learning task you specified that your model package accomplishes. Common machine learning tasks include object detection and image classification.
approval_description str
A description provided for the model approval
created_by ModelCardModelPackageCreator
Information about the user who created model package.
domain str
The machine learning domain of the model package you specified. Common machine learning domains include computer vision and natural language processing.
inference_specification ModelCardInferenceSpecification
Details about inference jobs that can be run with models based on this model package.
model_approval_status ModelCardModelPackageDetailsModelApprovalStatus
Current approval status of model package
model_package_arn str
The Amazon Resource Name (ARN) of the model package
model_package_description str
A brief summary of the model package
model_package_group_name str
If the model is a versioned model, the name of the model group that the versioned model belongs to.
model_package_name str
Name of the model package
model_package_status ModelCardModelPackageDetailsModelPackageStatus
Current status of model package
model_package_version float
Version of the model package
source_algorithms Sequence[ModelCardSourceAlgorithm]
A list of algorithms that were used to create a model package.
task str
The machine learning task you specified that your model package accomplishes. Common machine learning tasks include object detection and image classification.
approvalDescription String
A description provided for the model approval
createdBy Property Map
Information about the user who created model package.
domain String
The machine learning domain of the model package you specified. Common machine learning domains include computer vision and natural language processing.
inferenceSpecification Property Map
Details about inference jobs that can be run with models based on this model package.
modelApprovalStatus "Approved" | "Rejected" | "PendingManualApproval"
Current approval status of model package
modelPackageArn String
The Amazon Resource Name (ARN) of the model package
modelPackageDescription String
A brief summary of the model package
modelPackageGroupName String
If the model is a versioned model, the name of the model group that the versioned model belongs to.
modelPackageName String
Name of the model package
modelPackageStatus "Pending" | "InProgress" | "Completed" | "Failed" | "Deleting"
Current status of model package
modelPackageVersion Number
Version of the model package
sourceAlgorithms List<Property Map>
A list of algorithms that were used to create a model package.
task String
The machine learning task you specified that your model package accomplishes. Common machine learning tasks include object detection and image classification.

ModelCardModelPackageDetailsModelApprovalStatus
, ModelCardModelPackageDetailsModelApprovalStatusArgs

Approved
Approved
Rejected
Rejected
PendingManualApproval
PendingManualApproval
ModelCardModelPackageDetailsModelApprovalStatusApproved
Approved
ModelCardModelPackageDetailsModelApprovalStatusRejected
Rejected
ModelCardModelPackageDetailsModelApprovalStatusPendingManualApproval
PendingManualApproval
Approved
Approved
Rejected
Rejected
PendingManualApproval
PendingManualApproval
Approved
Approved
Rejected
Rejected
PendingManualApproval
PendingManualApproval
APPROVED
Approved
REJECTED
Rejected
PENDING_MANUAL_APPROVAL
PendingManualApproval
"Approved"
Approved
"Rejected"
Rejected
"PendingManualApproval"
PendingManualApproval

ModelCardModelPackageDetailsModelPackageStatus
, ModelCardModelPackageDetailsModelPackageStatusArgs

Pending
Pending
InProgress
InProgress
Completed
Completed
Failed
Failed
Deleting
Deleting
ModelCardModelPackageDetailsModelPackageStatusPending
Pending
ModelCardModelPackageDetailsModelPackageStatusInProgress
InProgress
ModelCardModelPackageDetailsModelPackageStatusCompleted
Completed
ModelCardModelPackageDetailsModelPackageStatusFailed
Failed
ModelCardModelPackageDetailsModelPackageStatusDeleting
Deleting
Pending
Pending
InProgress
InProgress
Completed
Completed
Failed
Failed
Deleting
Deleting
Pending
Pending
InProgress
InProgress
Completed
Completed
Failed
Failed
Deleting
Deleting
PENDING
Pending
IN_PROGRESS
InProgress
COMPLETED
Completed
FAILED
Failed
DELETING
Deleting
"Pending"
Pending
"InProgress"
InProgress
"Completed"
Completed
"Failed"
Failed
"Deleting"
Deleting

ModelCardObjectiveFunction
, ModelCardObjectiveFunctionArgs

Function Pulumi.AwsNative.SageMaker.Inputs.ModelCardObjectiveFunctionFunctionProperties
objective function that training job is optimized for.
Notes string
Notes about the object function, including other considerations for possible objective functions.
Function ModelCardObjectiveFunctionFunctionProperties
objective function that training job is optimized for.
Notes string
Notes about the object function, including other considerations for possible objective functions.
function ModelCardObjectiveFunctionFunctionProperties
objective function that training job is optimized for.
notes String
Notes about the object function, including other considerations for possible objective functions.
function ModelCardObjectiveFunctionFunctionProperties
objective function that training job is optimized for.
notes string
Notes about the object function, including other considerations for possible objective functions.
function ModelCardObjectiveFunctionFunctionProperties
objective function that training job is optimized for.
notes str
Notes about the object function, including other considerations for possible objective functions.
function Property Map
objective function that training job is optimized for.
notes String
Notes about the object function, including other considerations for possible objective functions.

ModelCardObjectiveFunctionFunctionProperties
, ModelCardObjectiveFunctionFunctionPropertiesArgs

ModelCardObjectiveFunctionFunctionPropertiesFunction
, ModelCardObjectiveFunctionFunctionPropertiesFunctionArgs

Maximize
Maximize
Minimize
Minimize
ModelCardObjectiveFunctionFunctionPropertiesFunctionMaximize
Maximize
ModelCardObjectiveFunctionFunctionPropertiesFunctionMinimize
Minimize
Maximize
Maximize
Minimize
Minimize
Maximize
Maximize
Minimize
Minimize
MAXIMIZE
Maximize
MINIMIZE
Minimize
"Maximize"
Maximize
"Minimize"
Minimize

ModelCardProcessingStatus
, ModelCardProcessingStatusArgs

UnsetValue
UnsetValue
DeleteInProgress
DeleteInProgress
DeletePending
DeletePending
ContentDeleted
ContentDeleted
ExportJobsDeleted
ExportJobsDeleted
DeleteCompleted
DeleteCompleted
DeleteFailed
DeleteFailed
ModelCardProcessingStatusUnsetValue
UnsetValue
ModelCardProcessingStatusDeleteInProgress
DeleteInProgress
ModelCardProcessingStatusDeletePending
DeletePending
ModelCardProcessingStatusContentDeleted
ContentDeleted
ModelCardProcessingStatusExportJobsDeleted
ExportJobsDeleted
ModelCardProcessingStatusDeleteCompleted
DeleteCompleted
ModelCardProcessingStatusDeleteFailed
DeleteFailed
UnsetValue
UnsetValue
DeleteInProgress
DeleteInProgress
DeletePending
DeletePending
ContentDeleted
ContentDeleted
ExportJobsDeleted
ExportJobsDeleted
DeleteCompleted
DeleteCompleted
DeleteFailed
DeleteFailed
UnsetValue
UnsetValue
DeleteInProgress
DeleteInProgress
DeletePending
DeletePending
ContentDeleted
ContentDeleted
ExportJobsDeleted
ExportJobsDeleted
DeleteCompleted
DeleteCompleted
DeleteFailed
DeleteFailed
UNSET_VALUE
UnsetValue
DELETE_IN_PROGRESS
DeleteInProgress
DELETE_PENDING
DeletePending
CONTENT_DELETED
ContentDeleted
EXPORT_JOBS_DELETED
ExportJobsDeleted
DELETE_COMPLETED
DeleteCompleted
DELETE_FAILED
DeleteFailed
"UnsetValue"
UnsetValue
"DeleteInProgress"
DeleteInProgress
"DeletePending"
DeletePending
"ContentDeleted"
ContentDeleted
"ExportJobsDeleted"
ExportJobsDeleted
"DeleteCompleted"
DeleteCompleted
"DeleteFailed"
DeleteFailed

ModelCardRiskRating
, ModelCardRiskRatingArgs

High
High
Medium
Medium
Low
Low
Unknown
Unknown
ModelCardRiskRatingHigh
High
ModelCardRiskRatingMedium
Medium
ModelCardRiskRatingLow
Low
ModelCardRiskRatingUnknown
Unknown
High
High
Medium
Medium
Low
Low
Unknown
Unknown
High
High
Medium
Medium
Low
Low
Unknown
Unknown
HIGH
High
MEDIUM
Medium
LOW
Low
UNKNOWN
Unknown
"High"
High
"Medium"
Medium
"Low"
Low
"Unknown"
Unknown

ModelCardSecurityConfig
, ModelCardSecurityConfigArgs

KmsKeyId string
A Key Management Service key ID to use for encrypting a model card.
KmsKeyId string
A Key Management Service key ID to use for encrypting a model card.
kmsKeyId String
A Key Management Service key ID to use for encrypting a model card.
kmsKeyId string
A Key Management Service key ID to use for encrypting a model card.
kms_key_id str
A Key Management Service key ID to use for encrypting a model card.
kmsKeyId String
A Key Management Service key ID to use for encrypting a model card.

ModelCardSimpleMetric
, ModelCardSimpleMetricArgs

Name This property is required. string
Type This property is required. Pulumi.AwsNative.SageMaker.ModelCardSimpleMetricType
Value This property is required. double | string | bool
Notes string
XAxisName string
YAxisName string
Name This property is required. string
Type This property is required. ModelCardSimpleMetricType
Value This property is required. float64 | string | bool
Notes string
XAxisName string
YAxisName string
name This property is required. String
type This property is required. ModelCardSimpleMetricType
value This property is required. Double | String | Boolean
notes String
xAxisName String
yAxisName String
name This property is required. string
type This property is required. ModelCardSimpleMetricType
value This property is required. number | string | boolean
notes string
xAxisName string
yAxisName string
name This property is required. str
type This property is required. ModelCardSimpleMetricType
value This property is required. float | str | bool
notes str
x_axis_name str
y_axis_name str
name This property is required. String
type This property is required. "number" | "string" | "boolean"
value This property is required. Number | String | Boolean
notes String
xAxisName String
yAxisName String

ModelCardSimpleMetricType
, ModelCardSimpleMetricTypeArgs

Number
number
String
string
Boolean
boolean
ModelCardSimpleMetricTypeNumber
number
ModelCardSimpleMetricTypeString
string
ModelCardSimpleMetricTypeBoolean
boolean
Number
number
String
string
Boolean
boolean
Number
number
String
string
Boolean
boolean
NUMBER
number
STRING
string
BOOLEAN
boolean
"number"
number
"string"
string
"boolean"
boolean

ModelCardSourceAlgorithm
, ModelCardSourceAlgorithmArgs

AlgorithmName This property is required. string
The name of an algorithm that was used to create the model package. The algorithm must be either an algorithm resource in your SageMaker account or an algorithm in AWS Marketplace that you are subscribed to.
ModelDataUrl string
The Amazon S3 path where the model artifacts, which result from model training, are stored.
AlgorithmName This property is required. string
The name of an algorithm that was used to create the model package. The algorithm must be either an algorithm resource in your SageMaker account or an algorithm in AWS Marketplace that you are subscribed to.
ModelDataUrl string
The Amazon S3 path where the model artifacts, which result from model training, are stored.
algorithmName This property is required. String
The name of an algorithm that was used to create the model package. The algorithm must be either an algorithm resource in your SageMaker account or an algorithm in AWS Marketplace that you are subscribed to.
modelDataUrl String
The Amazon S3 path where the model artifacts, which result from model training, are stored.
algorithmName This property is required. string
The name of an algorithm that was used to create the model package. The algorithm must be either an algorithm resource in your SageMaker account or an algorithm in AWS Marketplace that you are subscribed to.
modelDataUrl string
The Amazon S3 path where the model artifacts, which result from model training, are stored.
algorithm_name This property is required. str
The name of an algorithm that was used to create the model package. The algorithm must be either an algorithm resource in your SageMaker account or an algorithm in AWS Marketplace that you are subscribed to.
model_data_url str
The Amazon S3 path where the model artifacts, which result from model training, are stored.
algorithmName This property is required. String
The name of an algorithm that was used to create the model package. The algorithm must be either an algorithm resource in your SageMaker account or an algorithm in AWS Marketplace that you are subscribed to.
modelDataUrl String
The Amazon S3 path where the model artifacts, which result from model training, are stored.

ModelCardStatus
, ModelCardStatusArgs

Draft
Draft
PendingReview
PendingReview
Approved
Approved
Archived
Archived
ModelCardStatusDraft
Draft
ModelCardStatusPendingReview
PendingReview
ModelCardStatusApproved
Approved
ModelCardStatusArchived
Archived
Draft
Draft
PendingReview
PendingReview
Approved
Approved
Archived
Archived
Draft
Draft
PendingReview
PendingReview
Approved
Approved
Archived
Archived
DRAFT
Draft
PENDING_REVIEW
PendingReview
APPROVED
Approved
ARCHIVED
Archived
"Draft"
Draft
"PendingReview"
PendingReview
"Approved"
Approved
"Archived"
Archived

ModelCardTrainingDetails
, ModelCardTrainingDetailsArgs

ObjectiveFunction Pulumi.AwsNative.SageMaker.Inputs.ModelCardObjectiveFunction
The function that is optimized during model training.
TrainingJobDetails Pulumi.AwsNative.SageMaker.Inputs.ModelCardTrainingDetailsTrainingJobDetailsProperties
Details about any associated training jobs.
TrainingObservations string
Any observations about training.
ObjectiveFunction ModelCardObjectiveFunction
The function that is optimized during model training.
TrainingJobDetails ModelCardTrainingDetailsTrainingJobDetailsProperties
Details about any associated training jobs.
TrainingObservations string
Any observations about training.
objectiveFunction ModelCardObjectiveFunction
The function that is optimized during model training.
trainingJobDetails ModelCardTrainingDetailsTrainingJobDetailsProperties
Details about any associated training jobs.
trainingObservations String
Any observations about training.
objectiveFunction ModelCardObjectiveFunction
The function that is optimized during model training.
trainingJobDetails ModelCardTrainingDetailsTrainingJobDetailsProperties
Details about any associated training jobs.
trainingObservations string
Any observations about training.
objective_function ModelCardObjectiveFunction
The function that is optimized during model training.
training_job_details ModelCardTrainingDetailsTrainingJobDetailsProperties
Details about any associated training jobs.
training_observations str
Any observations about training.
objectiveFunction Property Map
The function that is optimized during model training.
trainingJobDetails Property Map
Details about any associated training jobs.
trainingObservations String
Any observations about training.

ModelCardTrainingDetailsTrainingJobDetailsProperties
, ModelCardTrainingDetailsTrainingJobDetailsPropertiesArgs

ModelCardTrainingDetailsTrainingJobDetailsPropertiesTrainingEnvironmentProperties
, ModelCardTrainingDetailsTrainingJobDetailsPropertiesTrainingEnvironmentPropertiesArgs

ContainerImage List<string>
SageMaker training image uri.
ContainerImage []string
SageMaker training image uri.
containerImage List<String>
SageMaker training image uri.
containerImage string[]
SageMaker training image uri.
container_image Sequence[str]
SageMaker training image uri.
containerImage List<String>
SageMaker training image uri.

ModelCardTrainingHyperParameter
, ModelCardTrainingHyperParameterArgs

Name This property is required. string
The name of the hyper parameter.
Value This property is required. string
The value specified for the hyper parameter.
Name This property is required. string
The name of the hyper parameter.
Value This property is required. string
The value specified for the hyper parameter.
name This property is required. String
The name of the hyper parameter.
value This property is required. String
The value specified for the hyper parameter.
name This property is required. string
The name of the hyper parameter.
value This property is required. string
The value specified for the hyper parameter.
name This property is required. str
The name of the hyper parameter.
value This property is required. str
The value specified for the hyper parameter.
name This property is required. String
The name of the hyper parameter.
value This property is required. String
The value specified for the hyper parameter.

ModelCardTrainingMetric
, ModelCardTrainingMetricArgs

Name This property is required. string
The name of the result from the SageMaker AI training job.
Value This property is required. double
The value of a result from the SageMaker AI training job.
Notes string
Any additional notes describing the result of the training job.
Name This property is required. string
The name of the result from the SageMaker AI training job.
Value This property is required. float64
The value of a result from the SageMaker AI training job.
Notes string
Any additional notes describing the result of the training job.
name This property is required. String
The name of the result from the SageMaker AI training job.
value This property is required. Double
The value of a result from the SageMaker AI training job.
notes String
Any additional notes describing the result of the training job.
name This property is required. string
The name of the result from the SageMaker AI training job.
value This property is required. number
The value of a result from the SageMaker AI training job.
notes string
Any additional notes describing the result of the training job.
name This property is required. str
The name of the result from the SageMaker AI training job.
value This property is required. float
The value of a result from the SageMaker AI training job.
notes str
Any additional notes describing the result of the training job.
name This property is required. String
The name of the result from the SageMaker AI training job.
value This property is required. Number
The value of a result from the SageMaker AI training job.
notes String
Any additional notes describing the result of the training job.

ModelCardUserContext
, ModelCardUserContextArgs

DomainId string
The domain associated with the user.
UserProfileArn string
The Amazon Resource Name (ARN) of the user's profile.
UserProfileName string
The name of the user's profile.
DomainId string
The domain associated with the user.
UserProfileArn string
The Amazon Resource Name (ARN) of the user's profile.
UserProfileName string
The name of the user's profile.
domainId String
The domain associated with the user.
userProfileArn String
The Amazon Resource Name (ARN) of the user's profile.
userProfileName String
The name of the user's profile.
domainId string
The domain associated with the user.
userProfileArn string
The Amazon Resource Name (ARN) of the user's profile.
userProfileName string
The name of the user's profile.
domain_id str
The domain associated with the user.
user_profile_arn str
The Amazon Resource Name (ARN) of the user's profile.
user_profile_name str
The name of the user's profile.
domainId String
The domain associated with the user.
userProfileArn String
The Amazon Resource Name (ARN) of the user's profile.
userProfileName String
The name of the user's profile.

Tag
, TagArgs

Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag
key This property is required. string
The key name of the tag
value This property is required. string
The value of the tag
key This property is required. str
The key name of the tag
value This property is required. str
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi