sagemaker

package
v1.44.323 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 14, 2023 License: Apache-2.0 Imports: 10 Imported by: 115

Documentation

Overview

Package sagemaker provides the client and types for making API requests to Amazon SageMaker Service.

Provides APIs for creating and managing SageMaker resources.

Other Resources:

See https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24 for more information on this service.

See sagemaker package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/sagemaker/

Using the Client

To contact Amazon SageMaker Service with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.

See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/

See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config

See the Amazon SageMaker Service client SageMaker for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/sagemaker/#New

Index

Constants

View Source
const (
	// ActionStatusUnknown is a ActionStatus enum value
	ActionStatusUnknown = "Unknown"

	// ActionStatusInProgress is a ActionStatus enum value
	ActionStatusInProgress = "InProgress"

	// ActionStatusCompleted is a ActionStatus enum value
	ActionStatusCompleted = "Completed"

	// ActionStatusFailed is a ActionStatus enum value
	ActionStatusFailed = "Failed"

	// ActionStatusStopping is a ActionStatus enum value
	ActionStatusStopping = "Stopping"

	// ActionStatusStopped is a ActionStatus enum value
	ActionStatusStopped = "Stopped"
)
View Source
const (
	// AggregationTransformationValueSum is a AggregationTransformationValue enum value
	AggregationTransformationValueSum = "sum"

	// AggregationTransformationValueAvg is a AggregationTransformationValue enum value
	AggregationTransformationValueAvg = "avg"

	// AggregationTransformationValueFirst is a AggregationTransformationValue enum value
	AggregationTransformationValueFirst = "first"

	// AggregationTransformationValueMin is a AggregationTransformationValue enum value
	AggregationTransformationValueMin = "min"

	// AggregationTransformationValueMax is a AggregationTransformationValue enum value
	AggregationTransformationValueMax = "max"
)
View Source
const (
	// AlgorithmSortByName is a AlgorithmSortBy enum value
	AlgorithmSortByName = "Name"

	// AlgorithmSortByCreationTime is a AlgorithmSortBy enum value
	AlgorithmSortByCreationTime = "CreationTime"
)
View Source
const (
	// AlgorithmStatusPending is a AlgorithmStatus enum value
	AlgorithmStatusPending = "Pending"

	// AlgorithmStatusInProgress is a AlgorithmStatus enum value
	AlgorithmStatusInProgress = "InProgress"

	// AlgorithmStatusCompleted is a AlgorithmStatus enum value
	AlgorithmStatusCompleted = "Completed"

	// AlgorithmStatusFailed is a AlgorithmStatus enum value
	AlgorithmStatusFailed = "Failed"

	// AlgorithmStatusDeleting is a AlgorithmStatus enum value
	AlgorithmStatusDeleting = "Deleting"
)
View Source
const (
	// AppImageConfigSortKeyCreationTime is a AppImageConfigSortKey enum value
	AppImageConfigSortKeyCreationTime = "CreationTime"

	// AppImageConfigSortKeyLastModifiedTime is a AppImageConfigSortKey enum value
	AppImageConfigSortKeyLastModifiedTime = "LastModifiedTime"

	// AppImageConfigSortKeyName is a AppImageConfigSortKey enum value
	AppImageConfigSortKeyName = "Name"
)
View Source
const (
	// AppInstanceTypeSystem is a AppInstanceType enum value
	AppInstanceTypeSystem = "system"

	// AppInstanceTypeMlT3Micro is a AppInstanceType enum value
	AppInstanceTypeMlT3Micro = "ml.t3.micro"

	// AppInstanceTypeMlT3Small is a AppInstanceType enum value
	AppInstanceTypeMlT3Small = "ml.t3.small"

	// AppInstanceTypeMlT3Medium is a AppInstanceType enum value
	AppInstanceTypeMlT3Medium = "ml.t3.medium"

	// AppInstanceTypeMlT3Large is a AppInstanceType enum value
	AppInstanceTypeMlT3Large = "ml.t3.large"

	// AppInstanceTypeMlT3Xlarge is a AppInstanceType enum value
	AppInstanceTypeMlT3Xlarge = "ml.t3.xlarge"

	// AppInstanceTypeMlT32xlarge is a AppInstanceType enum value
	AppInstanceTypeMlT32xlarge = "ml.t3.2xlarge"

	// AppInstanceTypeMlM5Large is a AppInstanceType enum value
	AppInstanceTypeMlM5Large = "ml.m5.large"

	// AppInstanceTypeMlM5Xlarge is a AppInstanceType enum value
	AppInstanceTypeMlM5Xlarge = "ml.m5.xlarge"

	// AppInstanceTypeMlM52xlarge is a AppInstanceType enum value
	AppInstanceTypeMlM52xlarge = "ml.m5.2xlarge"

	// AppInstanceTypeMlM54xlarge is a AppInstanceType enum value
	AppInstanceTypeMlM54xlarge = "ml.m5.4xlarge"

	// AppInstanceTypeMlM58xlarge is a AppInstanceType enum value
	AppInstanceTypeMlM58xlarge = "ml.m5.8xlarge"

	// AppInstanceTypeMlM512xlarge is a AppInstanceType enum value
	AppInstanceTypeMlM512xlarge = "ml.m5.12xlarge"

	// AppInstanceTypeMlM516xlarge is a AppInstanceType enum value
	AppInstanceTypeMlM516xlarge = "ml.m5.16xlarge"

	// AppInstanceTypeMlM524xlarge is a AppInstanceType enum value
	AppInstanceTypeMlM524xlarge = "ml.m5.24xlarge"

	// AppInstanceTypeMlM5dLarge is a AppInstanceType enum value
	AppInstanceTypeMlM5dLarge = "ml.m5d.large"

	// AppInstanceTypeMlM5dXlarge is a AppInstanceType enum value
	AppInstanceTypeMlM5dXlarge = "ml.m5d.xlarge"

	// AppInstanceTypeMlM5d2xlarge is a AppInstanceType enum value
	AppInstanceTypeMlM5d2xlarge = "ml.m5d.2xlarge"

	// AppInstanceTypeMlM5d4xlarge is a AppInstanceType enum value
	AppInstanceTypeMlM5d4xlarge = "ml.m5d.4xlarge"

	// AppInstanceTypeMlM5d8xlarge is a AppInstanceType enum value
	AppInstanceTypeMlM5d8xlarge = "ml.m5d.8xlarge"

	// AppInstanceTypeMlM5d12xlarge is a AppInstanceType enum value
	AppInstanceTypeMlM5d12xlarge = "ml.m5d.12xlarge"

	// AppInstanceTypeMlM5d16xlarge is a AppInstanceType enum value
	AppInstanceTypeMlM5d16xlarge = "ml.m5d.16xlarge"

	// AppInstanceTypeMlM5d24xlarge is a AppInstanceType enum value
	AppInstanceTypeMlM5d24xlarge = "ml.m5d.24xlarge"

	// AppInstanceTypeMlC5Large is a AppInstanceType enum value
	AppInstanceTypeMlC5Large = "ml.c5.large"

	// AppInstanceTypeMlC5Xlarge is a AppInstanceType enum value
	AppInstanceTypeMlC5Xlarge = "ml.c5.xlarge"

	// AppInstanceTypeMlC52xlarge is a AppInstanceType enum value
	AppInstanceTypeMlC52xlarge = "ml.c5.2xlarge"

	// AppInstanceTypeMlC54xlarge is a AppInstanceType enum value
	AppInstanceTypeMlC54xlarge = "ml.c5.4xlarge"

	// AppInstanceTypeMlC59xlarge is a AppInstanceType enum value
	AppInstanceTypeMlC59xlarge = "ml.c5.9xlarge"

	// AppInstanceTypeMlC512xlarge is a AppInstanceType enum value
	AppInstanceTypeMlC512xlarge = "ml.c5.12xlarge"

	// AppInstanceTypeMlC518xlarge is a AppInstanceType enum value
	AppInstanceTypeMlC518xlarge = "ml.c5.18xlarge"

	// AppInstanceTypeMlC524xlarge is a AppInstanceType enum value
	AppInstanceTypeMlC524xlarge = "ml.c5.24xlarge"

	// AppInstanceTypeMlP32xlarge is a AppInstanceType enum value
	AppInstanceTypeMlP32xlarge = "ml.p3.2xlarge"

	// AppInstanceTypeMlP38xlarge is a AppInstanceType enum value
	AppInstanceTypeMlP38xlarge = "ml.p3.8xlarge"

	// AppInstanceTypeMlP316xlarge is a AppInstanceType enum value
	AppInstanceTypeMlP316xlarge = "ml.p3.16xlarge"

	// AppInstanceTypeMlP3dn24xlarge is a AppInstanceType enum value
	AppInstanceTypeMlP3dn24xlarge = "ml.p3dn.24xlarge"

	// AppInstanceTypeMlG4dnXlarge is a AppInstanceType enum value
	AppInstanceTypeMlG4dnXlarge = "ml.g4dn.xlarge"

	// AppInstanceTypeMlG4dn2xlarge is a AppInstanceType enum value
	AppInstanceTypeMlG4dn2xlarge = "ml.g4dn.2xlarge"

	// AppInstanceTypeMlG4dn4xlarge is a AppInstanceType enum value
	AppInstanceTypeMlG4dn4xlarge = "ml.g4dn.4xlarge"

	// AppInstanceTypeMlG4dn8xlarge is a AppInstanceType enum value
	AppInstanceTypeMlG4dn8xlarge = "ml.g4dn.8xlarge"

	// AppInstanceTypeMlG4dn12xlarge is a AppInstanceType enum value
	AppInstanceTypeMlG4dn12xlarge = "ml.g4dn.12xlarge"

	// AppInstanceTypeMlG4dn16xlarge is a AppInstanceType enum value
	AppInstanceTypeMlG4dn16xlarge = "ml.g4dn.16xlarge"

	// AppInstanceTypeMlR5Large is a AppInstanceType enum value
	AppInstanceTypeMlR5Large = "ml.r5.large"

	// AppInstanceTypeMlR5Xlarge is a AppInstanceType enum value
	AppInstanceTypeMlR5Xlarge = "ml.r5.xlarge"

	// AppInstanceTypeMlR52xlarge is a AppInstanceType enum value
	AppInstanceTypeMlR52xlarge = "ml.r5.2xlarge"

	// AppInstanceTypeMlR54xlarge is a AppInstanceType enum value
	AppInstanceTypeMlR54xlarge = "ml.r5.4xlarge"

	// AppInstanceTypeMlR58xlarge is a AppInstanceType enum value
	AppInstanceTypeMlR58xlarge = "ml.r5.8xlarge"

	// AppInstanceTypeMlR512xlarge is a AppInstanceType enum value
	AppInstanceTypeMlR512xlarge = "ml.r5.12xlarge"

	// AppInstanceTypeMlR516xlarge is a AppInstanceType enum value
	AppInstanceTypeMlR516xlarge = "ml.r5.16xlarge"

	// AppInstanceTypeMlR524xlarge is a AppInstanceType enum value
	AppInstanceTypeMlR524xlarge = "ml.r5.24xlarge"

	// AppInstanceTypeMlG5Xlarge is a AppInstanceType enum value
	AppInstanceTypeMlG5Xlarge = "ml.g5.xlarge"

	// AppInstanceTypeMlG52xlarge is a AppInstanceType enum value
	AppInstanceTypeMlG52xlarge = "ml.g5.2xlarge"

	// AppInstanceTypeMlG54xlarge is a AppInstanceType enum value
	AppInstanceTypeMlG54xlarge = "ml.g5.4xlarge"

	// AppInstanceTypeMlG58xlarge is a AppInstanceType enum value
	AppInstanceTypeMlG58xlarge = "ml.g5.8xlarge"

	// AppInstanceTypeMlG516xlarge is a AppInstanceType enum value
	AppInstanceTypeMlG516xlarge = "ml.g5.16xlarge"

	// AppInstanceTypeMlG512xlarge is a AppInstanceType enum value
	AppInstanceTypeMlG512xlarge = "ml.g5.12xlarge"

	// AppInstanceTypeMlG524xlarge is a AppInstanceType enum value
	AppInstanceTypeMlG524xlarge = "ml.g5.24xlarge"

	// AppInstanceTypeMlG548xlarge is a AppInstanceType enum value
	AppInstanceTypeMlG548xlarge = "ml.g5.48xlarge"

	// AppInstanceTypeMlGeospatialInteractive is a AppInstanceType enum value
	AppInstanceTypeMlGeospatialInteractive = "ml.geospatial.interactive"

	// AppInstanceTypeMlP4d24xlarge is a AppInstanceType enum value
	AppInstanceTypeMlP4d24xlarge = "ml.p4d.24xlarge"

	// AppInstanceTypeMlP4de24xlarge is a AppInstanceType enum value
	AppInstanceTypeMlP4de24xlarge = "ml.p4de.24xlarge"
)
View Source
const (
	// AppNetworkAccessTypePublicInternetOnly is a AppNetworkAccessType enum value
	AppNetworkAccessTypePublicInternetOnly = "PublicInternetOnly"

	// AppNetworkAccessTypeVpcOnly is a AppNetworkAccessType enum value
	AppNetworkAccessTypeVpcOnly = "VpcOnly"
)
View Source
const (
	// AppSecurityGroupManagementService is a AppSecurityGroupManagement enum value
	AppSecurityGroupManagementService = "Service"

	// AppSecurityGroupManagementCustomer is a AppSecurityGroupManagement enum value
	AppSecurityGroupManagementCustomer = "Customer"
)
View Source
const (
	// AppStatusDeleted is a AppStatus enum value
	AppStatusDeleted = "Deleted"

	// AppStatusDeleting is a AppStatus enum value
	AppStatusDeleting = "Deleting"

	// AppStatusFailed is a AppStatus enum value
	AppStatusFailed = "Failed"

	// AppStatusInService is a AppStatus enum value
	AppStatusInService = "InService"

	// AppStatusPending is a AppStatus enum value
	AppStatusPending = "Pending"
)
View Source
const (
	// AppTypeJupyterServer is a AppType enum value
	AppTypeJupyterServer = "JupyterServer"

	// AppTypeKernelGateway is a AppType enum value
	AppTypeKernelGateway = "KernelGateway"

	// AppTypeTensorBoard is a AppType enum value
	AppTypeTensorBoard = "TensorBoard"

	// AppTypeRstudioServerPro is a AppType enum value
	AppTypeRstudioServerPro = "RStudioServerPro"

	// AppTypeRsessionGateway is a AppType enum value
	AppTypeRsessionGateway = "RSessionGateway"
)
View Source
const (
	// ArtifactSourceIdTypeMd5hash is a ArtifactSourceIdType enum value
	ArtifactSourceIdTypeMd5hash = "MD5Hash"

	// ArtifactSourceIdTypeS3etag is a ArtifactSourceIdType enum value
	ArtifactSourceIdTypeS3etag = "S3ETag"

	// ArtifactSourceIdTypeS3version is a ArtifactSourceIdType enum value
	ArtifactSourceIdTypeS3version = "S3Version"

	// ArtifactSourceIdTypeCustom is a ArtifactSourceIdType enum value
	ArtifactSourceIdTypeCustom = "Custom"
)
View Source
const (
	// AssemblyTypeNone is a AssemblyType enum value
	AssemblyTypeNone = "None"

	// AssemblyTypeLine is a AssemblyType enum value
	AssemblyTypeLine = "Line"
)
View Source
const (
	// AssociationEdgeTypeContributedTo is a AssociationEdgeType enum value
	AssociationEdgeTypeContributedTo = "ContributedTo"

	// AssociationEdgeTypeAssociatedWith is a AssociationEdgeType enum value
	AssociationEdgeTypeAssociatedWith = "AssociatedWith"

	// AssociationEdgeTypeDerivedFrom is a AssociationEdgeType enum value
	AssociationEdgeTypeDerivedFrom = "DerivedFrom"

	// AssociationEdgeTypeProduced is a AssociationEdgeType enum value
	AssociationEdgeTypeProduced = "Produced"
)
View Source
const (
	// AsyncNotificationTopicTypesSuccessNotificationTopic is a AsyncNotificationTopicTypes enum value
	AsyncNotificationTopicTypesSuccessNotificationTopic = "SUCCESS_NOTIFICATION_TOPIC"

	// AsyncNotificationTopicTypesErrorNotificationTopic is a AsyncNotificationTopicTypes enum value
	AsyncNotificationTopicTypesErrorNotificationTopic = "ERROR_NOTIFICATION_TOPIC"
)
View Source
const (
	// AthenaResultCompressionTypeGzip is a AthenaResultCompressionType enum value
	AthenaResultCompressionTypeGzip = "GZIP"

	// AthenaResultCompressionTypeSnappy is a AthenaResultCompressionType enum value
	AthenaResultCompressionTypeSnappy = "SNAPPY"

	// AthenaResultCompressionTypeZlib is a AthenaResultCompressionType enum value
	AthenaResultCompressionTypeZlib = "ZLIB"
)

The compression used for Athena query results.

View Source
const (
	// AthenaResultFormatParquet is a AthenaResultFormat enum value
	AthenaResultFormatParquet = "PARQUET"

	// AthenaResultFormatOrc is a AthenaResultFormat enum value
	AthenaResultFormatOrc = "ORC"

	// AthenaResultFormatAvro is a AthenaResultFormat enum value
	AthenaResultFormatAvro = "AVRO"

	// AthenaResultFormatJson is a AthenaResultFormat enum value
	AthenaResultFormatJson = "JSON"

	// AthenaResultFormatTextfile is a AthenaResultFormat enum value
	AthenaResultFormatTextfile = "TEXTFILE"
)

The data storage format for Athena query results.

View Source
const (
	// AuthModeSso is a AuthMode enum value
	AuthModeSso = "SSO"

	// AuthModeIam is a AuthMode enum value
	AuthModeIam = "IAM"
)
View Source
const (
	// AutoMLAlgorithmXgboost is a AutoMLAlgorithm enum value
	AutoMLAlgorithmXgboost = "xgboost"

	// AutoMLAlgorithmLinearLearner is a AutoMLAlgorithm enum value
	AutoMLAlgorithmLinearLearner = "linear-learner"

	// AutoMLAlgorithmMlp is a AutoMLAlgorithm enum value
	AutoMLAlgorithmMlp = "mlp"

	// AutoMLAlgorithmLightgbm is a AutoMLAlgorithm enum value
	AutoMLAlgorithmLightgbm = "lightgbm"

	// AutoMLAlgorithmCatboost is a AutoMLAlgorithm enum value
	AutoMLAlgorithmCatboost = "catboost"

	// AutoMLAlgorithmRandomforest is a AutoMLAlgorithm enum value
	AutoMLAlgorithmRandomforest = "randomforest"

	// AutoMLAlgorithmExtraTrees is a AutoMLAlgorithm enum value
	AutoMLAlgorithmExtraTrees = "extra-trees"

	// AutoMLAlgorithmNnTorch is a AutoMLAlgorithm enum value
	AutoMLAlgorithmNnTorch = "nn-torch"

	// AutoMLAlgorithmFastai is a AutoMLAlgorithm enum value
	AutoMLAlgorithmFastai = "fastai"
)
View Source
const (
	// AutoMLChannelTypeTraining is a AutoMLChannelType enum value
	AutoMLChannelTypeTraining = "training"

	// AutoMLChannelTypeValidation is a AutoMLChannelType enum value
	AutoMLChannelTypeValidation = "validation"
)
View Source
const (
	// AutoMLJobObjectiveTypeMaximize is a AutoMLJobObjectiveType enum value
	AutoMLJobObjectiveTypeMaximize = "Maximize"

	// AutoMLJobObjectiveTypeMinimize is a AutoMLJobObjectiveType enum value
	AutoMLJobObjectiveTypeMinimize = "Minimize"
)
View Source
const (
	// AutoMLJobSecondaryStatusStarting is a AutoMLJobSecondaryStatus enum value
	AutoMLJobSecondaryStatusStarting = "Starting"

	// AutoMLJobSecondaryStatusAnalyzingData is a AutoMLJobSecondaryStatus enum value
	AutoMLJobSecondaryStatusAnalyzingData = "AnalyzingData"

	// AutoMLJobSecondaryStatusFeatureEngineering is a AutoMLJobSecondaryStatus enum value
	AutoMLJobSecondaryStatusFeatureEngineering = "FeatureEngineering"

	// AutoMLJobSecondaryStatusModelTuning is a AutoMLJobSecondaryStatus enum value
	AutoMLJobSecondaryStatusModelTuning = "ModelTuning"

	// AutoMLJobSecondaryStatusMaxCandidatesReached is a AutoMLJobSecondaryStatus enum value
	AutoMLJobSecondaryStatusMaxCandidatesReached = "MaxCandidatesReached"

	// AutoMLJobSecondaryStatusFailed is a AutoMLJobSecondaryStatus enum value
	AutoMLJobSecondaryStatusFailed = "Failed"

	// AutoMLJobSecondaryStatusStopped is a AutoMLJobSecondaryStatus enum value
	AutoMLJobSecondaryStatusStopped = "Stopped"

	// AutoMLJobSecondaryStatusMaxAutoMljobRuntimeReached is a AutoMLJobSecondaryStatus enum value
	AutoMLJobSecondaryStatusMaxAutoMljobRuntimeReached = "MaxAutoMLJobRuntimeReached"

	// AutoMLJobSecondaryStatusStopping is a AutoMLJobSecondaryStatus enum value
	AutoMLJobSecondaryStatusStopping = "Stopping"

	// AutoMLJobSecondaryStatusCandidateDefinitionsGenerated is a AutoMLJobSecondaryStatus enum value
	AutoMLJobSecondaryStatusCandidateDefinitionsGenerated = "CandidateDefinitionsGenerated"

	// AutoMLJobSecondaryStatusGeneratingExplainabilityReport is a AutoMLJobSecondaryStatus enum value
	AutoMLJobSecondaryStatusGeneratingExplainabilityReport = "GeneratingExplainabilityReport"

	// AutoMLJobSecondaryStatusCompleted is a AutoMLJobSecondaryStatus enum value
	AutoMLJobSecondaryStatusCompleted = "Completed"

	// AutoMLJobSecondaryStatusExplainabilityError is a AutoMLJobSecondaryStatus enum value
	AutoMLJobSecondaryStatusExplainabilityError = "ExplainabilityError"

	// AutoMLJobSecondaryStatusDeployingModel is a AutoMLJobSecondaryStatus enum value
	AutoMLJobSecondaryStatusDeployingModel = "DeployingModel"

	// AutoMLJobSecondaryStatusModelDeploymentError is a AutoMLJobSecondaryStatus enum value
	AutoMLJobSecondaryStatusModelDeploymentError = "ModelDeploymentError"

	// AutoMLJobSecondaryStatusGeneratingModelInsightsReport is a AutoMLJobSecondaryStatus enum value
	AutoMLJobSecondaryStatusGeneratingModelInsightsReport = "GeneratingModelInsightsReport"

	// AutoMLJobSecondaryStatusModelInsightsError is a AutoMLJobSecondaryStatus enum value
	AutoMLJobSecondaryStatusModelInsightsError = "ModelInsightsError"

	// AutoMLJobSecondaryStatusTrainingModels is a AutoMLJobSecondaryStatus enum value
	AutoMLJobSecondaryStatusTrainingModels = "TrainingModels"

	// AutoMLJobSecondaryStatusPreTraining is a AutoMLJobSecondaryStatus enum value
	AutoMLJobSecondaryStatusPreTraining = "PreTraining"
)
View Source
const (
	// AutoMLJobStatusCompleted is a AutoMLJobStatus enum value
	AutoMLJobStatusCompleted = "Completed"

	// AutoMLJobStatusInProgress is a AutoMLJobStatus enum value
	AutoMLJobStatusInProgress = "InProgress"

	// AutoMLJobStatusFailed is a AutoMLJobStatus enum value
	AutoMLJobStatusFailed = "Failed"

	// AutoMLJobStatusStopped is a AutoMLJobStatus enum value
	AutoMLJobStatusStopped = "Stopped"

	// AutoMLJobStatusStopping is a AutoMLJobStatus enum value
	AutoMLJobStatusStopping = "Stopping"
)
View Source
const (
	// AutoMLMetricEnumAccuracy is a AutoMLMetricEnum enum value
	AutoMLMetricEnumAccuracy = "Accuracy"

	// AutoMLMetricEnumMse is a AutoMLMetricEnum enum value
	AutoMLMetricEnumMse = "MSE"

	// AutoMLMetricEnumF1 is a AutoMLMetricEnum enum value
	AutoMLMetricEnumF1 = "F1"

	// AutoMLMetricEnumF1macro is a AutoMLMetricEnum enum value
	AutoMLMetricEnumF1macro = "F1macro"

	// AutoMLMetricEnumAuc is a AutoMLMetricEnum enum value
	AutoMLMetricEnumAuc = "AUC"

	// AutoMLMetricEnumRmse is a AutoMLMetricEnum enum value
	AutoMLMetricEnumRmse = "RMSE"

	// AutoMLMetricEnumMae is a AutoMLMetricEnum enum value
	AutoMLMetricEnumMae = "MAE"

	// AutoMLMetricEnumR2 is a AutoMLMetricEnum enum value
	AutoMLMetricEnumR2 = "R2"

	// AutoMLMetricEnumBalancedAccuracy is a AutoMLMetricEnum enum value
	AutoMLMetricEnumBalancedAccuracy = "BalancedAccuracy"

	// AutoMLMetricEnumPrecision is a AutoMLMetricEnum enum value
	AutoMLMetricEnumPrecision = "Precision"

	// AutoMLMetricEnumPrecisionMacro is a AutoMLMetricEnum enum value
	AutoMLMetricEnumPrecisionMacro = "PrecisionMacro"

	// AutoMLMetricEnumRecall is a AutoMLMetricEnum enum value
	AutoMLMetricEnumRecall = "Recall"

	// AutoMLMetricEnumRecallMacro is a AutoMLMetricEnum enum value
	AutoMLMetricEnumRecallMacro = "RecallMacro"

	// AutoMLMetricEnumMape is a AutoMLMetricEnum enum value
	AutoMLMetricEnumMape = "MAPE"

	// AutoMLMetricEnumMase is a AutoMLMetricEnum enum value
	AutoMLMetricEnumMase = "MASE"

	// AutoMLMetricEnumWape is a AutoMLMetricEnum enum value
	AutoMLMetricEnumWape = "WAPE"

	// AutoMLMetricEnumAverageWeightedQuantileLoss is a AutoMLMetricEnum enum value
	AutoMLMetricEnumAverageWeightedQuantileLoss = "AverageWeightedQuantileLoss"
)
View Source
const (
	// AutoMLMetricExtendedEnumAccuracy is a AutoMLMetricExtendedEnum enum value
	AutoMLMetricExtendedEnumAccuracy = "Accuracy"

	// AutoMLMetricExtendedEnumMse is a AutoMLMetricExtendedEnum enum value
	AutoMLMetricExtendedEnumMse = "MSE"

	// AutoMLMetricExtendedEnumF1 is a AutoMLMetricExtendedEnum enum value
	AutoMLMetricExtendedEnumF1 = "F1"

	// AutoMLMetricExtendedEnumF1macro is a AutoMLMetricExtendedEnum enum value
	AutoMLMetricExtendedEnumF1macro = "F1macro"

	// AutoMLMetricExtendedEnumAuc is a AutoMLMetricExtendedEnum enum value
	AutoMLMetricExtendedEnumAuc = "AUC"

	// AutoMLMetricExtendedEnumRmse is a AutoMLMetricExtendedEnum enum value
	AutoMLMetricExtendedEnumRmse = "RMSE"

	// AutoMLMetricExtendedEnumMae is a AutoMLMetricExtendedEnum enum value
	AutoMLMetricExtendedEnumMae = "MAE"

	// AutoMLMetricExtendedEnumR2 is a AutoMLMetricExtendedEnum enum value
	AutoMLMetricExtendedEnumR2 = "R2"

	// AutoMLMetricExtendedEnumBalancedAccuracy is a AutoMLMetricExtendedEnum enum value
	AutoMLMetricExtendedEnumBalancedAccuracy = "BalancedAccuracy"

	// AutoMLMetricExtendedEnumPrecision is a AutoMLMetricExtendedEnum enum value
	AutoMLMetricExtendedEnumPrecision = "Precision"

	// AutoMLMetricExtendedEnumPrecisionMacro is a AutoMLMetricExtendedEnum enum value
	AutoMLMetricExtendedEnumPrecisionMacro = "PrecisionMacro"

	// AutoMLMetricExtendedEnumRecall is a AutoMLMetricExtendedEnum enum value
	AutoMLMetricExtendedEnumRecall = "Recall"

	// AutoMLMetricExtendedEnumRecallMacro is a AutoMLMetricExtendedEnum enum value
	AutoMLMetricExtendedEnumRecallMacro = "RecallMacro"

	// AutoMLMetricExtendedEnumLogLoss is a AutoMLMetricExtendedEnum enum value
	AutoMLMetricExtendedEnumLogLoss = "LogLoss"

	// AutoMLMetricExtendedEnumInferenceLatency is a AutoMLMetricExtendedEnum enum value
	AutoMLMetricExtendedEnumInferenceLatency = "InferenceLatency"

	// AutoMLMetricExtendedEnumMape is a AutoMLMetricExtendedEnum enum value
	AutoMLMetricExtendedEnumMape = "MAPE"

	// AutoMLMetricExtendedEnumMase is a AutoMLMetricExtendedEnum enum value
	AutoMLMetricExtendedEnumMase = "MASE"

	// AutoMLMetricExtendedEnumWape is a AutoMLMetricExtendedEnum enum value
	AutoMLMetricExtendedEnumWape = "WAPE"

	// AutoMLMetricExtendedEnumAverageWeightedQuantileLoss is a AutoMLMetricExtendedEnum enum value
	AutoMLMetricExtendedEnumAverageWeightedQuantileLoss = "AverageWeightedQuantileLoss"
)
View Source
const (
	// AutoMLModeAuto is a AutoMLMode enum value
	AutoMLModeAuto = "AUTO"

	// AutoMLModeEnsembling is a AutoMLMode enum value
	AutoMLModeEnsembling = "ENSEMBLING"

	// AutoMLModeHyperparameterTuning is a AutoMLMode enum value
	AutoMLModeHyperparameterTuning = "HYPERPARAMETER_TUNING"
)
View Source
const (
	// AutoMLProblemTypeConfigNameImageClassification is a AutoMLProblemTypeConfigName enum value
	AutoMLProblemTypeConfigNameImageClassification = "ImageClassification"

	// AutoMLProblemTypeConfigNameTextClassification is a AutoMLProblemTypeConfigName enum value
	AutoMLProblemTypeConfigNameTextClassification = "TextClassification"

	// AutoMLProblemTypeConfigNameTabular is a AutoMLProblemTypeConfigName enum value
	AutoMLProblemTypeConfigNameTabular = "Tabular"

	// AutoMLProblemTypeConfigNameTimeSeriesForecasting is a AutoMLProblemTypeConfigName enum value
	AutoMLProblemTypeConfigNameTimeSeriesForecasting = "TimeSeriesForecasting"
)
View Source
const (
	// AutoMLProcessingUnitCpu is a AutoMLProcessingUnit enum value
	AutoMLProcessingUnitCpu = "CPU"

	// AutoMLProcessingUnitGpu is a AutoMLProcessingUnit enum value
	AutoMLProcessingUnitGpu = "GPU"
)
View Source
const (
	// AutoMLS3DataTypeManifestFile is a AutoMLS3DataType enum value
	AutoMLS3DataTypeManifestFile = "ManifestFile"

	// AutoMLS3DataTypeS3prefix is a AutoMLS3DataType enum value
	AutoMLS3DataTypeS3prefix = "S3Prefix"

	// AutoMLS3DataTypeAugmentedManifestFile is a AutoMLS3DataType enum value
	AutoMLS3DataTypeAugmentedManifestFile = "AugmentedManifestFile"
)
View Source
const (
	// AutoMLSortByName is a AutoMLSortBy enum value
	AutoMLSortByName = "Name"

	// AutoMLSortByCreationTime is a AutoMLSortBy enum value
	AutoMLSortByCreationTime = "CreationTime"

	// AutoMLSortByStatus is a AutoMLSortBy enum value
	AutoMLSortByStatus = "Status"
)
View Source
const (
	// AutoMLSortOrderAscending is a AutoMLSortOrder enum value
	AutoMLSortOrderAscending = "Ascending"

	// AutoMLSortOrderDescending is a AutoMLSortOrder enum value
	AutoMLSortOrderDescending = "Descending"
)
View Source
const (
	// AwsManagedHumanLoopRequestSourceAwsRekognitionDetectModerationLabelsImageV3 is a AwsManagedHumanLoopRequestSource enum value
	AwsManagedHumanLoopRequestSourceAwsRekognitionDetectModerationLabelsImageV3 = "AWS/Rekognition/DetectModerationLabels/Image/V3"

	// AwsManagedHumanLoopRequestSourceAwsTextractAnalyzeDocumentFormsV1 is a AwsManagedHumanLoopRequestSource enum value
	AwsManagedHumanLoopRequestSourceAwsTextractAnalyzeDocumentFormsV1 = "AWS/Textract/AnalyzeDocument/Forms/V1"
)
View Source
const (
	// BatchStrategyMultiRecord is a BatchStrategy enum value
	BatchStrategyMultiRecord = "MultiRecord"

	// BatchStrategySingleRecord is a BatchStrategy enum value
	BatchStrategySingleRecord = "SingleRecord"
)
View Source
const (
	// BooleanOperatorAnd is a BooleanOperator enum value
	BooleanOperatorAnd = "And"

	// BooleanOperatorOr is a BooleanOperator enum value
	BooleanOperatorOr = "Or"
)
View Source
const (
	// CandidateSortByCreationTime is a CandidateSortBy enum value
	CandidateSortByCreationTime = "CreationTime"

	// CandidateSortByStatus is a CandidateSortBy enum value
	CandidateSortByStatus = "Status"

	// CandidateSortByFinalObjectiveMetricValue is a CandidateSortBy enum value
	CandidateSortByFinalObjectiveMetricValue = "FinalObjectiveMetricValue"
)
View Source
const (
	// CandidateStatusCompleted is a CandidateStatus enum value
	CandidateStatusCompleted = "Completed"

	// CandidateStatusInProgress is a CandidateStatus enum value
	CandidateStatusInProgress = "InProgress"

	// CandidateStatusFailed is a CandidateStatus enum value
	CandidateStatusFailed = "Failed"

	// CandidateStatusStopped is a CandidateStatus enum value
	CandidateStatusStopped = "Stopped"

	// CandidateStatusStopping is a CandidateStatus enum value
	CandidateStatusStopping = "Stopping"
)
View Source
const (
	// CandidateStepTypeAwsSageMakerTrainingJob is a CandidateStepType enum value
	CandidateStepTypeAwsSageMakerTrainingJob = "AWS::SageMaker::TrainingJob"

	// CandidateStepTypeAwsSageMakerTransformJob is a CandidateStepType enum value
	CandidateStepTypeAwsSageMakerTransformJob = "AWS::SageMaker::TransformJob"

	// CandidateStepTypeAwsSageMakerProcessingJob is a CandidateStepType enum value
	CandidateStepTypeAwsSageMakerProcessingJob = "AWS::SageMaker::ProcessingJob"
)
View Source
const (
	// CapacitySizeTypeInstanceCount is a CapacitySizeType enum value
	CapacitySizeTypeInstanceCount = "INSTANCE_COUNT"

	// CapacitySizeTypeCapacityPercent is a CapacitySizeType enum value
	CapacitySizeTypeCapacityPercent = "CAPACITY_PERCENT"
)
View Source
const (
	// CaptureModeInput is a CaptureMode enum value
	CaptureModeInput = "Input"

	// CaptureModeOutput is a CaptureMode enum value
	CaptureModeOutput = "Output"
)
View Source
const (
	// CaptureStatusStarted is a CaptureStatus enum value
	CaptureStatusStarted = "Started"

	// CaptureStatusStopped is a CaptureStatus enum value
	CaptureStatusStopped = "Stopped"
)
View Source
const (
	// ClarifyFeatureTypeNumerical is a ClarifyFeatureType enum value
	ClarifyFeatureTypeNumerical = "numerical"

	// ClarifyFeatureTypeCategorical is a ClarifyFeatureType enum value
	ClarifyFeatureTypeCategorical = "categorical"

	// ClarifyFeatureTypeText is a ClarifyFeatureType enum value
	ClarifyFeatureTypeText = "text"
)
View Source
const (
	// ClarifyTextGranularityToken is a ClarifyTextGranularity enum value
	ClarifyTextGranularityToken = "token"

	// ClarifyTextGranularitySentence is a ClarifyTextGranularity enum value
	ClarifyTextGranularitySentence = "sentence"

	// ClarifyTextGranularityParagraph is a ClarifyTextGranularity enum value
	ClarifyTextGranularityParagraph = "paragraph"
)
View Source
const (
	// ClarifyTextLanguageAf is a ClarifyTextLanguage enum value
	ClarifyTextLanguageAf = "af"

	// ClarifyTextLanguageSq is a ClarifyTextLanguage enum value
	ClarifyTextLanguageSq = "sq"

	// ClarifyTextLanguageAr is a ClarifyTextLanguage enum value
	ClarifyTextLanguageAr = "ar"

	// ClarifyTextLanguageHy is a ClarifyTextLanguage enum value
	ClarifyTextLanguageHy = "hy"

	// ClarifyTextLanguageEu is a ClarifyTextLanguage enum value
	ClarifyTextLanguageEu = "eu"

	// ClarifyTextLanguageBn is a ClarifyTextLanguage enum value
	ClarifyTextLanguageBn = "bn"

	// ClarifyTextLanguageBg is a ClarifyTextLanguage enum value
	ClarifyTextLanguageBg = "bg"

	// ClarifyTextLanguageCa is a ClarifyTextLanguage enum value
	ClarifyTextLanguageCa = "ca"

	// ClarifyTextLanguageZh is a ClarifyTextLanguage enum value
	ClarifyTextLanguageZh = "zh"

	// ClarifyTextLanguageHr is a ClarifyTextLanguage enum value
	ClarifyTextLanguageHr = "hr"

	// ClarifyTextLanguageCs is a ClarifyTextLanguage enum value
	ClarifyTextLanguageCs = "cs"

	// ClarifyTextLanguageDa is a ClarifyTextLanguage enum value
	ClarifyTextLanguageDa = "da"

	// ClarifyTextLanguageNl is a ClarifyTextLanguage enum value
	ClarifyTextLanguageNl = "nl"

	// ClarifyTextLanguageEn is a ClarifyTextLanguage enum value
	ClarifyTextLanguageEn = "en"

	// ClarifyTextLanguageEt is a ClarifyTextLanguage enum value
	ClarifyTextLanguageEt = "et"

	// ClarifyTextLanguageFi is a ClarifyTextLanguage enum value
	ClarifyTextLanguageFi = "fi"

	// ClarifyTextLanguageFr is a ClarifyTextLanguage enum value
	ClarifyTextLanguageFr = "fr"

	// ClarifyTextLanguageDe is a ClarifyTextLanguage enum value
	ClarifyTextLanguageDe = "de"

	// ClarifyTextLanguageEl is a ClarifyTextLanguage enum value
	ClarifyTextLanguageEl = "el"

	// ClarifyTextLanguageGu is a ClarifyTextLanguage enum value
	ClarifyTextLanguageGu = "gu"

	// ClarifyTextLanguageHe is a ClarifyTextLanguage enum value
	ClarifyTextLanguageHe = "he"

	// ClarifyTextLanguageHi is a ClarifyTextLanguage enum value
	ClarifyTextLanguageHi = "hi"

	// ClarifyTextLanguageHu is a ClarifyTextLanguage enum value
	ClarifyTextLanguageHu = "hu"

	// ClarifyTextLanguageIs is a ClarifyTextLanguage enum value
	ClarifyTextLanguageIs = "is"

	// ClarifyTextLanguageId is a ClarifyTextLanguage enum value
	ClarifyTextLanguageId = "id"

	// ClarifyTextLanguageGa is a ClarifyTextLanguage enum value
	ClarifyTextLanguageGa = "ga"

	// ClarifyTextLanguageIt is a ClarifyTextLanguage enum value
	ClarifyTextLanguageIt = "it"

	// ClarifyTextLanguageKn is a ClarifyTextLanguage enum value
	ClarifyTextLanguageKn = "kn"

	// ClarifyTextLanguageKy is a ClarifyTextLanguage enum value
	ClarifyTextLanguageKy = "ky"

	// ClarifyTextLanguageLv is a ClarifyTextLanguage enum value
	ClarifyTextLanguageLv = "lv"

	// ClarifyTextLanguageLt is a ClarifyTextLanguage enum value
	ClarifyTextLanguageLt = "lt"

	// ClarifyTextLanguageLb is a ClarifyTextLanguage enum value
	ClarifyTextLanguageLb = "lb"

	// ClarifyTextLanguageMk is a ClarifyTextLanguage enum value
	ClarifyTextLanguageMk = "mk"

	// ClarifyTextLanguageMl is a ClarifyTextLanguage enum value
	ClarifyTextLanguageMl = "ml"

	// ClarifyTextLanguageMr is a ClarifyTextLanguage enum value
	ClarifyTextLanguageMr = "mr"

	// ClarifyTextLanguageNe is a ClarifyTextLanguage enum value
	ClarifyTextLanguageNe = "ne"

	// ClarifyTextLanguageNb is a ClarifyTextLanguage enum value
	ClarifyTextLanguageNb = "nb"

	// ClarifyTextLanguageFa is a ClarifyTextLanguage enum value
	ClarifyTextLanguageFa = "fa"

	// ClarifyTextLanguagePl is a ClarifyTextLanguage enum value
	ClarifyTextLanguagePl = "pl"

	// ClarifyTextLanguagePt is a ClarifyTextLanguage enum value
	ClarifyTextLanguagePt = "pt"

	// ClarifyTextLanguageRo is a ClarifyTextLanguage enum value
	ClarifyTextLanguageRo = "ro"

	// ClarifyTextLanguageRu is a ClarifyTextLanguage enum value
	ClarifyTextLanguageRu = "ru"

	// ClarifyTextLanguageSa is a ClarifyTextLanguage enum value
	ClarifyTextLanguageSa = "sa"

	// ClarifyTextLanguageSr is a ClarifyTextLanguage enum value
	ClarifyTextLanguageSr = "sr"

	// ClarifyTextLanguageTn is a ClarifyTextLanguage enum value
	ClarifyTextLanguageTn = "tn"

	// ClarifyTextLanguageSi is a ClarifyTextLanguage enum value
	ClarifyTextLanguageSi = "si"

	// ClarifyTextLanguageSk is a ClarifyTextLanguage enum value
	ClarifyTextLanguageSk = "sk"

	// ClarifyTextLanguageSl is a ClarifyTextLanguage enum value
	ClarifyTextLanguageSl = "sl"

	// ClarifyTextLanguageEs is a ClarifyTextLanguage enum value
	ClarifyTextLanguageEs = "es"

	// ClarifyTextLanguageSv is a ClarifyTextLanguage enum value
	ClarifyTextLanguageSv = "sv"

	// ClarifyTextLanguageTl is a ClarifyTextLanguage enum value
	ClarifyTextLanguageTl = "tl"

	// ClarifyTextLanguageTa is a ClarifyTextLanguage enum value
	ClarifyTextLanguageTa = "ta"

	// ClarifyTextLanguageTt is a ClarifyTextLanguage enum value
	ClarifyTextLanguageTt = "tt"

	// ClarifyTextLanguageTe is a ClarifyTextLanguage enum value
	ClarifyTextLanguageTe = "te"

	// ClarifyTextLanguageTr is a ClarifyTextLanguage enum value
	ClarifyTextLanguageTr = "tr"

	// ClarifyTextLanguageUk is a ClarifyTextLanguage enum value
	ClarifyTextLanguageUk = "uk"

	// ClarifyTextLanguageUr is a ClarifyTextLanguage enum value
	ClarifyTextLanguageUr = "ur"

	// ClarifyTextLanguageYo is a ClarifyTextLanguage enum value
	ClarifyTextLanguageYo = "yo"

	// ClarifyTextLanguageLij is a ClarifyTextLanguage enum value
	ClarifyTextLanguageLij = "lij"

	// ClarifyTextLanguageXx is a ClarifyTextLanguage enum value
	ClarifyTextLanguageXx = "xx"
)
View Source
const (
	// CodeRepositorySortByName is a CodeRepositorySortBy enum value
	CodeRepositorySortByName = "Name"

	// CodeRepositorySortByCreationTime is a CodeRepositorySortBy enum value
	CodeRepositorySortByCreationTime = "CreationTime"

	// CodeRepositorySortByLastModifiedTime is a CodeRepositorySortBy enum value
	CodeRepositorySortByLastModifiedTime = "LastModifiedTime"
)
View Source
const (
	// CodeRepositorySortOrderAscending is a CodeRepositorySortOrder enum value
	CodeRepositorySortOrderAscending = "Ascending"

	// CodeRepositorySortOrderDescending is a CodeRepositorySortOrder enum value
	CodeRepositorySortOrderDescending = "Descending"
)
View Source
const (
	// CompilationJobStatusInprogress is a CompilationJobStatus enum value
	CompilationJobStatusInprogress = "INPROGRESS"

	// CompilationJobStatusCompleted is a CompilationJobStatus enum value
	CompilationJobStatusCompleted = "COMPLETED"

	// CompilationJobStatusFailed is a CompilationJobStatus enum value
	CompilationJobStatusFailed = "FAILED"

	// CompilationJobStatusStarting is a CompilationJobStatus enum value
	CompilationJobStatusStarting = "STARTING"

	// CompilationJobStatusStopping is a CompilationJobStatus enum value
	CompilationJobStatusStopping = "STOPPING"

	// CompilationJobStatusStopped is a CompilationJobStatus enum value
	CompilationJobStatusStopped = "STOPPED"
)
View Source
const (
	// CompleteOnConvergenceDisabled is a CompleteOnConvergence enum value
	CompleteOnConvergenceDisabled = "Disabled"

	// CompleteOnConvergenceEnabled is a CompleteOnConvergence enum value
	CompleteOnConvergenceEnabled = "Enabled"
)
View Source
const (
	// CompressionTypeNone is a CompressionType enum value
	CompressionTypeNone = "None"

	// CompressionTypeGzip is a CompressionType enum value
	CompressionTypeGzip = "Gzip"
)
View Source
const (
	// ConditionOutcomeTrue is a ConditionOutcome enum value
	ConditionOutcomeTrue = "True"

	// ConditionOutcomeFalse is a ConditionOutcome enum value
	ConditionOutcomeFalse = "False"
)
View Source
const (
	// ContainerModeSingleModel is a ContainerMode enum value
	ContainerModeSingleModel = "SingleModel"

	// ContainerModeMultiModel is a ContainerMode enum value
	ContainerModeMultiModel = "MultiModel"
)
View Source
const (
	// ContentClassifierFreeOfPersonallyIdentifiableInformation is a ContentClassifier enum value
	ContentClassifierFreeOfPersonallyIdentifiableInformation = "FreeOfPersonallyIdentifiableInformation"

	// ContentClassifierFreeOfAdultContent is a ContentClassifier enum value
	ContentClassifierFreeOfAdultContent = "FreeOfAdultContent"
)
View Source
const (
	// CrossAccountFilterOptionSameAccount is a CrossAccountFilterOption enum value
	CrossAccountFilterOptionSameAccount = "SameAccount"

	// CrossAccountFilterOptionCrossAccount is a CrossAccountFilterOption enum value
	CrossAccountFilterOptionCrossAccount = "CrossAccount"
)
View Source
const (
	// DataDistributionTypeFullyReplicated is a DataDistributionType enum value
	DataDistributionTypeFullyReplicated = "FullyReplicated"

	// DataDistributionTypeShardedByS3key is a DataDistributionType enum value
	DataDistributionTypeShardedByS3key = "ShardedByS3Key"
)
View Source
const (
	// DetailedAlgorithmStatusNotStarted is a DetailedAlgorithmStatus enum value
	DetailedAlgorithmStatusNotStarted = "NotStarted"

	// DetailedAlgorithmStatusInProgress is a DetailedAlgorithmStatus enum value
	DetailedAlgorithmStatusInProgress = "InProgress"

	// DetailedAlgorithmStatusCompleted is a DetailedAlgorithmStatus enum value
	DetailedAlgorithmStatusCompleted = "Completed"

	// DetailedAlgorithmStatusFailed is a DetailedAlgorithmStatus enum value
	DetailedAlgorithmStatusFailed = "Failed"
)
View Source
const (
	// DetailedModelPackageStatusNotStarted is a DetailedModelPackageStatus enum value
	DetailedModelPackageStatusNotStarted = "NotStarted"

	// DetailedModelPackageStatusInProgress is a DetailedModelPackageStatus enum value
	DetailedModelPackageStatusInProgress = "InProgress"

	// DetailedModelPackageStatusCompleted is a DetailedModelPackageStatus enum value
	DetailedModelPackageStatusCompleted = "Completed"

	// DetailedModelPackageStatusFailed is a DetailedModelPackageStatus enum value
	DetailedModelPackageStatusFailed = "Failed"
)
View Source
const (
	// DeviceDeploymentStatusReadytodeploy is a DeviceDeploymentStatus enum value
	DeviceDeploymentStatusReadytodeploy = "READYTODEPLOY"

	// DeviceDeploymentStatusInprogress is a DeviceDeploymentStatus enum value
	DeviceDeploymentStatusInprogress = "INPROGRESS"

	// DeviceDeploymentStatusDeployed is a DeviceDeploymentStatus enum value
	DeviceDeploymentStatusDeployed = "DEPLOYED"

	// DeviceDeploymentStatusFailed is a DeviceDeploymentStatus enum value
	DeviceDeploymentStatusFailed = "FAILED"

	// DeviceDeploymentStatusStopping is a DeviceDeploymentStatus enum value
	DeviceDeploymentStatusStopping = "STOPPING"

	// DeviceDeploymentStatusStopped is a DeviceDeploymentStatus enum value
	DeviceDeploymentStatusStopped = "STOPPED"
)
View Source
const (
	// DeviceSubsetTypePercentage is a DeviceSubsetType enum value
	DeviceSubsetTypePercentage = "PERCENTAGE"

	// DeviceSubsetTypeSelection is a DeviceSubsetType enum value
	DeviceSubsetTypeSelection = "SELECTION"

	// DeviceSubsetTypeNamecontains is a DeviceSubsetType enum value
	DeviceSubsetTypeNamecontains = "NAMECONTAINS"
)
View Source
const (
	// DirectInternetAccessEnabled is a DirectInternetAccess enum value
	DirectInternetAccessEnabled = "Enabled"

	// DirectInternetAccessDisabled is a DirectInternetAccess enum value
	DirectInternetAccessDisabled = "Disabled"
)
View Source
const (
	// DirectionBoth is a Direction enum value
	DirectionBoth = "Both"

	// DirectionAscendants is a Direction enum value
	DirectionAscendants = "Ascendants"

	// DirectionDescendants is a Direction enum value
	DirectionDescendants = "Descendants"
)
View Source
const (
	// DomainStatusDeleting is a DomainStatus enum value
	DomainStatusDeleting = "Deleting"

	// DomainStatusFailed is a DomainStatus enum value
	DomainStatusFailed = "Failed"

	// DomainStatusInService is a DomainStatus enum value
	DomainStatusInService = "InService"

	// DomainStatusPending is a DomainStatus enum value
	DomainStatusPending = "Pending"

	// DomainStatusUpdating is a DomainStatus enum value
	DomainStatusUpdating = "Updating"

	// DomainStatusUpdateFailed is a DomainStatus enum value
	DomainStatusUpdateFailed = "Update_Failed"

	// DomainStatusDeleteFailed is a DomainStatus enum value
	DomainStatusDeleteFailed = "Delete_Failed"
)
View Source
const (
	// EdgePackagingJobStatusStarting is a EdgePackagingJobStatus enum value
	EdgePackagingJobStatusStarting = "STARTING"

	// EdgePackagingJobStatusInprogress is a EdgePackagingJobStatus enum value
	EdgePackagingJobStatusInprogress = "INPROGRESS"

	// EdgePackagingJobStatusCompleted is a EdgePackagingJobStatus enum value
	EdgePackagingJobStatusCompleted = "COMPLETED"

	// EdgePackagingJobStatusFailed is a EdgePackagingJobStatus enum value
	EdgePackagingJobStatusFailed = "FAILED"

	// EdgePackagingJobStatusStopping is a EdgePackagingJobStatus enum value
	EdgePackagingJobStatusStopping = "STOPPING"

	// EdgePackagingJobStatusStopped is a EdgePackagingJobStatus enum value
	EdgePackagingJobStatusStopped = "STOPPED"
)
View Source
const (
	// EdgePresetDeploymentStatusCompleted is a EdgePresetDeploymentStatus enum value
	EdgePresetDeploymentStatusCompleted = "COMPLETED"

	// EdgePresetDeploymentStatusFailed is a EdgePresetDeploymentStatus enum value
	EdgePresetDeploymentStatusFailed = "FAILED"
)
View Source
const (
	// EndpointConfigSortKeyName is a EndpointConfigSortKey enum value
	EndpointConfigSortKeyName = "Name"

	// EndpointConfigSortKeyCreationTime is a EndpointConfigSortKey enum value
	EndpointConfigSortKeyCreationTime = "CreationTime"
)
View Source
const (
	// EndpointSortKeyName is a EndpointSortKey enum value
	EndpointSortKeyName = "Name"

	// EndpointSortKeyCreationTime is a EndpointSortKey enum value
	EndpointSortKeyCreationTime = "CreationTime"

	// EndpointSortKeyStatus is a EndpointSortKey enum value
	EndpointSortKeyStatus = "Status"
)
View Source
const (
	// EndpointStatusOutOfService is a EndpointStatus enum value
	EndpointStatusOutOfService = "OutOfService"

	// EndpointStatusCreating is a EndpointStatus enum value
	EndpointStatusCreating = "Creating"

	// EndpointStatusUpdating is a EndpointStatus enum value
	EndpointStatusUpdating = "Updating"

	// EndpointStatusSystemUpdating is a EndpointStatus enum value
	EndpointStatusSystemUpdating = "SystemUpdating"

	// EndpointStatusRollingBack is a EndpointStatus enum value
	EndpointStatusRollingBack = "RollingBack"

	// EndpointStatusInService is a EndpointStatus enum value
	EndpointStatusInService = "InService"

	// EndpointStatusDeleting is a EndpointStatus enum value
	EndpointStatusDeleting = "Deleting"

	// EndpointStatusFailed is a EndpointStatus enum value
	EndpointStatusFailed = "Failed"

	// EndpointStatusUpdateRollbackFailed is a EndpointStatus enum value
	EndpointStatusUpdateRollbackFailed = "UpdateRollbackFailed"
)
View Source
const (
	// ExecutionRoleIdentityConfigUserProfileName is a ExecutionRoleIdentityConfig enum value
	ExecutionRoleIdentityConfigUserProfileName = "USER_PROFILE_NAME"

	// ExecutionRoleIdentityConfigDisabled is a ExecutionRoleIdentityConfig enum value
	ExecutionRoleIdentityConfigDisabled = "DISABLED"
)
View Source
const (
	// ExecutionStatusPending is a ExecutionStatus enum value
	ExecutionStatusPending = "Pending"

	// ExecutionStatusCompleted is a ExecutionStatus enum value
	ExecutionStatusCompleted = "Completed"

	// ExecutionStatusCompletedWithViolations is a ExecutionStatus enum value
	ExecutionStatusCompletedWithViolations = "CompletedWithViolations"

	// ExecutionStatusInProgress is a ExecutionStatus enum value
	ExecutionStatusInProgress = "InProgress"

	// ExecutionStatusFailed is a ExecutionStatus enum value
	ExecutionStatusFailed = "Failed"

	// ExecutionStatusStopping is a ExecutionStatus enum value
	ExecutionStatusStopping = "Stopping"

	// ExecutionStatusStopped is a ExecutionStatus enum value
	ExecutionStatusStopped = "Stopped"
)
View Source
const (
	// FailureHandlingPolicyRollbackOnFailure is a FailureHandlingPolicy enum value
	FailureHandlingPolicyRollbackOnFailure = "ROLLBACK_ON_FAILURE"

	// FailureHandlingPolicyDoNothing is a FailureHandlingPolicy enum value
	FailureHandlingPolicyDoNothing = "DO_NOTHING"
)
View Source
const (
	// FeatureGroupSortByName is a FeatureGroupSortBy enum value
	FeatureGroupSortByName = "Name"

	// FeatureGroupSortByFeatureGroupStatus is a FeatureGroupSortBy enum value
	FeatureGroupSortByFeatureGroupStatus = "FeatureGroupStatus"

	// FeatureGroupSortByOfflineStoreStatus is a FeatureGroupSortBy enum value
	FeatureGroupSortByOfflineStoreStatus = "OfflineStoreStatus"

	// FeatureGroupSortByCreationTime is a FeatureGroupSortBy enum value
	FeatureGroupSortByCreationTime = "CreationTime"
)
View Source
const (
	// FeatureGroupSortOrderAscending is a FeatureGroupSortOrder enum value
	FeatureGroupSortOrderAscending = "Ascending"

	// FeatureGroupSortOrderDescending is a FeatureGroupSortOrder enum value
	FeatureGroupSortOrderDescending = "Descending"
)
View Source
const (
	// FeatureGroupStatusCreating is a FeatureGroupStatus enum value
	FeatureGroupStatusCreating = "Creating"

	// FeatureGroupStatusCreated is a FeatureGroupStatus enum value
	FeatureGroupStatusCreated = "Created"

	// FeatureGroupStatusCreateFailed is a FeatureGroupStatus enum value
	FeatureGroupStatusCreateFailed = "CreateFailed"

	// FeatureGroupStatusDeleting is a FeatureGroupStatus enum value
	FeatureGroupStatusDeleting = "Deleting"

	// FeatureGroupStatusDeleteFailed is a FeatureGroupStatus enum value
	FeatureGroupStatusDeleteFailed = "DeleteFailed"
)
View Source
const (
	// FeatureStatusEnabled is a FeatureStatus enum value
	FeatureStatusEnabled = "ENABLED"

	// FeatureStatusDisabled is a FeatureStatus enum value
	FeatureStatusDisabled = "DISABLED"
)
View Source
const (
	// FeatureTypeIntegral is a FeatureType enum value
	FeatureTypeIntegral = "Integral"

	// FeatureTypeFractional is a FeatureType enum value
	FeatureTypeFractional = "Fractional"

	// FeatureTypeString is a FeatureType enum value
	FeatureTypeString = "String"
)
View Source
const (
	// FileSystemAccessModeRw is a FileSystemAccessMode enum value
	FileSystemAccessModeRw = "rw"

	// FileSystemAccessModeRo is a FileSystemAccessMode enum value
	FileSystemAccessModeRo = "ro"
)
View Source
const (
	// FileSystemTypeEfs is a FileSystemType enum value
	FileSystemTypeEfs = "EFS"

	// FileSystemTypeFsxLustre is a FileSystemType enum value
	FileSystemTypeFsxLustre = "FSxLustre"
)
View Source
const (
	// FillingTypeFrontfill is a FillingType enum value
	FillingTypeFrontfill = "frontfill"

	// FillingTypeMiddlefill is a FillingType enum value
	FillingTypeMiddlefill = "middlefill"

	// FillingTypeBackfill is a FillingType enum value
	FillingTypeBackfill = "backfill"

	// FillingTypeFuturefill is a FillingType enum value
	FillingTypeFuturefill = "futurefill"

	// FillingTypeFrontfillValue is a FillingType enum value
	FillingTypeFrontfillValue = "frontfill_value"

	// FillingTypeMiddlefillValue is a FillingType enum value
	FillingTypeMiddlefillValue = "middlefill_value"

	// FillingTypeBackfillValue is a FillingType enum value
	FillingTypeBackfillValue = "backfill_value"

	// FillingTypeFuturefillValue is a FillingType enum value
	FillingTypeFuturefillValue = "futurefill_value"
)
View Source
const (
	// FlatInvocationsContinue is a FlatInvocations enum value
	FlatInvocationsContinue = "Continue"

	// FlatInvocationsStop is a FlatInvocations enum value
	FlatInvocationsStop = "Stop"
)
View Source
const (
	// FlowDefinitionStatusInitializing is a FlowDefinitionStatus enum value
	FlowDefinitionStatusInitializing = "Initializing"

	// FlowDefinitionStatusActive is a FlowDefinitionStatus enum value
	FlowDefinitionStatusActive = "Active"

	// FlowDefinitionStatusFailed is a FlowDefinitionStatus enum value
	FlowDefinitionStatusFailed = "Failed"

	// FlowDefinitionStatusDeleting is a FlowDefinitionStatus enum value
	FlowDefinitionStatusDeleting = "Deleting"
)
View Source
const (
	// FrameworkTensorflow is a Framework enum value
	FrameworkTensorflow = "TENSORFLOW"

	// FrameworkKeras is a Framework enum value
	FrameworkKeras = "KERAS"

	// FrameworkMxnet is a Framework enum value
	FrameworkMxnet = "MXNET"

	// FrameworkOnnx is a Framework enum value
	FrameworkOnnx = "ONNX"

	// FrameworkPytorch is a Framework enum value
	FrameworkPytorch = "PYTORCH"

	// FrameworkXgboost is a Framework enum value
	FrameworkXgboost = "XGBOOST"

	// FrameworkTflite is a Framework enum value
	FrameworkTflite = "TFLITE"

	// FrameworkDarknet is a Framework enum value
	FrameworkDarknet = "DARKNET"

	// FrameworkSklearn is a Framework enum value
	FrameworkSklearn = "SKLEARN"
)
View Source
const (
	// HubContentSortByHubContentName is a HubContentSortBy enum value
	HubContentSortByHubContentName = "HubContentName"

	// HubContentSortByCreationTime is a HubContentSortBy enum value
	HubContentSortByCreationTime = "CreationTime"

	// HubContentSortByHubContentStatus is a HubContentSortBy enum value
	HubContentSortByHubContentStatus = "HubContentStatus"
)
View Source
const (
	// HubContentStatusAvailable is a HubContentStatus enum value
	HubContentStatusAvailable = "Available"

	// HubContentStatusImporting is a HubContentStatus enum value
	HubContentStatusImporting = "Importing"

	// HubContentStatusDeleting is a HubContentStatus enum value
	HubContentStatusDeleting = "Deleting"

	// HubContentStatusImportFailed is a HubContentStatus enum value
	HubContentStatusImportFailed = "ImportFailed"

	// HubContentStatusDeleteFailed is a HubContentStatus enum value
	HubContentStatusDeleteFailed = "DeleteFailed"
)
View Source
const (
	// HubContentTypeModel is a HubContentType enum value
	HubContentTypeModel = "Model"

	// HubContentTypeNotebook is a HubContentType enum value
	HubContentTypeNotebook = "Notebook"
)
View Source
const (
	// HubSortByHubName is a HubSortBy enum value
	HubSortByHubName = "HubName"

	// HubSortByCreationTime is a HubSortBy enum value
	HubSortByCreationTime = "CreationTime"

	// HubSortByHubStatus is a HubSortBy enum value
	HubSortByHubStatus = "HubStatus"

	// HubSortByAccountIdOwner is a HubSortBy enum value
	HubSortByAccountIdOwner = "AccountIdOwner"
)
View Source
const (
	// HubStatusInService is a HubStatus enum value
	HubStatusInService = "InService"

	// HubStatusCreating is a HubStatus enum value
	HubStatusCreating = "Creating"

	// HubStatusUpdating is a HubStatus enum value
	HubStatusUpdating = "Updating"

	// HubStatusDeleting is a HubStatus enum value
	HubStatusDeleting = "Deleting"

	// HubStatusCreateFailed is a HubStatus enum value
	HubStatusCreateFailed = "CreateFailed"

	// HubStatusUpdateFailed is a HubStatus enum value
	HubStatusUpdateFailed = "UpdateFailed"

	// HubStatusDeleteFailed is a HubStatus enum value
	HubStatusDeleteFailed = "DeleteFailed"
)
View Source
const (
	// HumanTaskUiStatusActive is a HumanTaskUiStatus enum value
	HumanTaskUiStatusActive = "Active"

	// HumanTaskUiStatusDeleting is a HumanTaskUiStatus enum value
	HumanTaskUiStatusDeleting = "Deleting"
)
View Source
const (
	// HyperParameterScalingTypeAuto is a HyperParameterScalingType enum value
	HyperParameterScalingTypeAuto = "Auto"

	// HyperParameterScalingTypeLinear is a HyperParameterScalingType enum value
	HyperParameterScalingTypeLinear = "Linear"

	// HyperParameterScalingTypeLogarithmic is a HyperParameterScalingType enum value
	HyperParameterScalingTypeLogarithmic = "Logarithmic"

	// HyperParameterScalingTypeReverseLogarithmic is a HyperParameterScalingType enum value
	HyperParameterScalingTypeReverseLogarithmic = "ReverseLogarithmic"
)
View Source
const (
	// HyperParameterTuningJobObjectiveTypeMaximize is a HyperParameterTuningJobObjectiveType enum value
	HyperParameterTuningJobObjectiveTypeMaximize = "Maximize"

	// HyperParameterTuningJobObjectiveTypeMinimize is a HyperParameterTuningJobObjectiveType enum value
	HyperParameterTuningJobObjectiveTypeMinimize = "Minimize"
)
View Source
const (
	// HyperParameterTuningJobSortByOptionsName is a HyperParameterTuningJobSortByOptions enum value
	HyperParameterTuningJobSortByOptionsName = "Name"

	// HyperParameterTuningJobSortByOptionsStatus is a HyperParameterTuningJobSortByOptions enum value
	HyperParameterTuningJobSortByOptionsStatus = "Status"

	// HyperParameterTuningJobSortByOptionsCreationTime is a HyperParameterTuningJobSortByOptions enum value
	HyperParameterTuningJobSortByOptionsCreationTime = "CreationTime"
)
View Source
const (
	// HyperParameterTuningJobStatusCompleted is a HyperParameterTuningJobStatus enum value
	HyperParameterTuningJobStatusCompleted = "Completed"

	// HyperParameterTuningJobStatusInProgress is a HyperParameterTuningJobStatus enum value
	HyperParameterTuningJobStatusInProgress = "InProgress"

	// HyperParameterTuningJobStatusFailed is a HyperParameterTuningJobStatus enum value
	HyperParameterTuningJobStatusFailed = "Failed"

	// HyperParameterTuningJobStatusStopped is a HyperParameterTuningJobStatus enum value
	HyperParameterTuningJobStatusStopped = "Stopped"

	// HyperParameterTuningJobStatusStopping is a HyperParameterTuningJobStatus enum value
	HyperParameterTuningJobStatusStopping = "Stopping"
)
View Source
const (
	// HyperParameterTuningJobStrategyTypeBayesian is a HyperParameterTuningJobStrategyType enum value
	HyperParameterTuningJobStrategyTypeBayesian = "Bayesian"

	// HyperParameterTuningJobStrategyTypeRandom is a HyperParameterTuningJobStrategyType enum value
	HyperParameterTuningJobStrategyTypeRandom = "Random"

	// HyperParameterTuningJobStrategyTypeHyperband is a HyperParameterTuningJobStrategyType enum value
	HyperParameterTuningJobStrategyTypeHyperband = "Hyperband"

	// HyperParameterTuningJobStrategyTypeGrid is a HyperParameterTuningJobStrategyType enum value
	HyperParameterTuningJobStrategyTypeGrid = "Grid"
)

The strategy hyperparameter tuning uses to find the best combination of hyperparameters for your model.

View Source
const (
	// HyperParameterTuningJobWarmStartTypeIdenticalDataAndAlgorithm is a HyperParameterTuningJobWarmStartType enum value
	HyperParameterTuningJobWarmStartTypeIdenticalDataAndAlgorithm = "IdenticalDataAndAlgorithm"

	// HyperParameterTuningJobWarmStartTypeTransferLearning is a HyperParameterTuningJobWarmStartType enum value
	HyperParameterTuningJobWarmStartTypeTransferLearning = "TransferLearning"
)
View Source
const (
	// ImageSortByCreationTime is a ImageSortBy enum value
	ImageSortByCreationTime = "CREATION_TIME"

	// ImageSortByLastModifiedTime is a ImageSortBy enum value
	ImageSortByLastModifiedTime = "LAST_MODIFIED_TIME"

	// ImageSortByImageName is a ImageSortBy enum value
	ImageSortByImageName = "IMAGE_NAME"
)
View Source
const (
	// ImageSortOrderAscending is a ImageSortOrder enum value
	ImageSortOrderAscending = "ASCENDING"

	// ImageSortOrderDescending is a ImageSortOrder enum value
	ImageSortOrderDescending = "DESCENDING"
)
View Source
const (
	// ImageStatusCreating is a ImageStatus enum value
	ImageStatusCreating = "CREATING"

	// ImageStatusCreated is a ImageStatus enum value
	ImageStatusCreated = "CREATED"

	// ImageStatusCreateFailed is a ImageStatus enum value
	ImageStatusCreateFailed = "CREATE_FAILED"

	// ImageStatusUpdating is a ImageStatus enum value
	ImageStatusUpdating = "UPDATING"

	// ImageStatusUpdateFailed is a ImageStatus enum value
	ImageStatusUpdateFailed = "UPDATE_FAILED"

	// ImageStatusDeleting is a ImageStatus enum value
	ImageStatusDeleting = "DELETING"

	// ImageStatusDeleteFailed is a ImageStatus enum value
	ImageStatusDeleteFailed = "DELETE_FAILED"
)
View Source
const (
	// ImageVersionSortByCreationTime is a ImageVersionSortBy enum value
	ImageVersionSortByCreationTime = "CREATION_TIME"

	// ImageVersionSortByLastModifiedTime is a ImageVersionSortBy enum value
	ImageVersionSortByLastModifiedTime = "LAST_MODIFIED_TIME"

	// ImageVersionSortByVersion is a ImageVersionSortBy enum value
	ImageVersionSortByVersion = "VERSION"
)
View Source
const (
	// ImageVersionSortOrderAscending is a ImageVersionSortOrder enum value
	ImageVersionSortOrderAscending = "ASCENDING"

	// ImageVersionSortOrderDescending is a ImageVersionSortOrder enum value
	ImageVersionSortOrderDescending = "DESCENDING"
)
View Source
const (
	// ImageVersionStatusCreating is a ImageVersionStatus enum value
	ImageVersionStatusCreating = "CREATING"

	// ImageVersionStatusCreated is a ImageVersionStatus enum value
	ImageVersionStatusCreated = "CREATED"

	// ImageVersionStatusCreateFailed is a ImageVersionStatus enum value
	ImageVersionStatusCreateFailed = "CREATE_FAILED"

	// ImageVersionStatusDeleting is a ImageVersionStatus enum value
	ImageVersionStatusDeleting = "DELETING"

	// ImageVersionStatusDeleteFailed is a ImageVersionStatus enum value
	ImageVersionStatusDeleteFailed = "DELETE_FAILED"
)
View Source
const (
	// InferenceExecutionModeSerial is a InferenceExecutionMode enum value
	InferenceExecutionModeSerial = "Serial"

	// InferenceExecutionModeDirect is a InferenceExecutionMode enum value
	InferenceExecutionModeDirect = "Direct"
)
View Source
const (
	// InferenceExperimentStatusCreating is a InferenceExperimentStatus enum value
	InferenceExperimentStatusCreating = "Creating"

	// InferenceExperimentStatusCreated is a InferenceExperimentStatus enum value
	InferenceExperimentStatusCreated = "Created"

	// InferenceExperimentStatusUpdating is a InferenceExperimentStatus enum value
	InferenceExperimentStatusUpdating = "Updating"

	// InferenceExperimentStatusRunning is a InferenceExperimentStatus enum value
	InferenceExperimentStatusRunning = "Running"

	// InferenceExperimentStatusStarting is a InferenceExperimentStatus enum value
	InferenceExperimentStatusStarting = "Starting"

	// InferenceExperimentStatusStopping is a InferenceExperimentStatus enum value
	InferenceExperimentStatusStopping = "Stopping"

	// InferenceExperimentStatusCompleted is a InferenceExperimentStatus enum value
	InferenceExperimentStatusCompleted = "Completed"

	// InferenceExperimentStatusCancelled is a InferenceExperimentStatus enum value
	InferenceExperimentStatusCancelled = "Cancelled"
)
View Source
const (
	// InferenceExperimentStopDesiredStateCompleted is a InferenceExperimentStopDesiredState enum value
	InferenceExperimentStopDesiredStateCompleted = "Completed"

	// InferenceExperimentStopDesiredStateCancelled is a InferenceExperimentStopDesiredState enum value
	InferenceExperimentStopDesiredStateCancelled = "Cancelled"
)
View Source
const (
	// InputModePipe is a InputMode enum value
	InputModePipe = "Pipe"

	// InputModeFile is a InputMode enum value
	InputModeFile = "File"
)
View Source
const (
	// InstanceTypeMlT2Medium is a InstanceType enum value
	InstanceTypeMlT2Medium = "ml.t2.medium"

	// InstanceTypeMlT2Large is a InstanceType enum value
	InstanceTypeMlT2Large = "ml.t2.large"

	// InstanceTypeMlT2Xlarge is a InstanceType enum value
	InstanceTypeMlT2Xlarge = "ml.t2.xlarge"

	// InstanceTypeMlT22xlarge is a InstanceType enum value
	InstanceTypeMlT22xlarge = "ml.t2.2xlarge"

	// InstanceTypeMlT3Medium is a InstanceType enum value
	InstanceTypeMlT3Medium = "ml.t3.medium"

	// InstanceTypeMlT3Large is a InstanceType enum value
	InstanceTypeMlT3Large = "ml.t3.large"

	// InstanceTypeMlT3Xlarge is a InstanceType enum value
	InstanceTypeMlT3Xlarge = "ml.t3.xlarge"

	// InstanceTypeMlT32xlarge is a InstanceType enum value
	InstanceTypeMlT32xlarge = "ml.t3.2xlarge"

	// InstanceTypeMlM4Xlarge is a InstanceType enum value
	InstanceTypeMlM4Xlarge = "ml.m4.xlarge"

	// InstanceTypeMlM42xlarge is a InstanceType enum value
	InstanceTypeMlM42xlarge = "ml.m4.2xlarge"

	// InstanceTypeMlM44xlarge is a InstanceType enum value
	InstanceTypeMlM44xlarge = "ml.m4.4xlarge"

	// InstanceTypeMlM410xlarge is a InstanceType enum value
	InstanceTypeMlM410xlarge = "ml.m4.10xlarge"

	// InstanceTypeMlM416xlarge is a InstanceType enum value
	InstanceTypeMlM416xlarge = "ml.m4.16xlarge"

	// InstanceTypeMlM5Xlarge is a InstanceType enum value
	InstanceTypeMlM5Xlarge = "ml.m5.xlarge"

	// InstanceTypeMlM52xlarge is a InstanceType enum value
	InstanceTypeMlM52xlarge = "ml.m5.2xlarge"

	// InstanceTypeMlM54xlarge is a InstanceType enum value
	InstanceTypeMlM54xlarge = "ml.m5.4xlarge"

	// InstanceTypeMlM512xlarge is a InstanceType enum value
	InstanceTypeMlM512xlarge = "ml.m5.12xlarge"

	// InstanceTypeMlM524xlarge is a InstanceType enum value
	InstanceTypeMlM524xlarge = "ml.m5.24xlarge"

	// InstanceTypeMlM5dLarge is a InstanceType enum value
	InstanceTypeMlM5dLarge = "ml.m5d.large"

	// InstanceTypeMlM5dXlarge is a InstanceType enum value
	InstanceTypeMlM5dXlarge = "ml.m5d.xlarge"

	// InstanceTypeMlM5d2xlarge is a InstanceType enum value
	InstanceTypeMlM5d2xlarge = "ml.m5d.2xlarge"

	// InstanceTypeMlM5d4xlarge is a InstanceType enum value
	InstanceTypeMlM5d4xlarge = "ml.m5d.4xlarge"

	// InstanceTypeMlM5d8xlarge is a InstanceType enum value
	InstanceTypeMlM5d8xlarge = "ml.m5d.8xlarge"

	// InstanceTypeMlM5d12xlarge is a InstanceType enum value
	InstanceTypeMlM5d12xlarge = "ml.m5d.12xlarge"

	// InstanceTypeMlM5d16xlarge is a InstanceType enum value
	InstanceTypeMlM5d16xlarge = "ml.m5d.16xlarge"

	// InstanceTypeMlM5d24xlarge is a InstanceType enum value
	InstanceTypeMlM5d24xlarge = "ml.m5d.24xlarge"

	// InstanceTypeMlC4Xlarge is a InstanceType enum value
	InstanceTypeMlC4Xlarge = "ml.c4.xlarge"

	// InstanceTypeMlC42xlarge is a InstanceType enum value
	InstanceTypeMlC42xlarge = "ml.c4.2xlarge"

	// InstanceTypeMlC44xlarge is a InstanceType enum value
	InstanceTypeMlC44xlarge = "ml.c4.4xlarge"

	// InstanceTypeMlC48xlarge is a InstanceType enum value
	InstanceTypeMlC48xlarge = "ml.c4.8xlarge"

	// InstanceTypeMlC5Xlarge is a InstanceType enum value
	InstanceTypeMlC5Xlarge = "ml.c5.xlarge"

	// InstanceTypeMlC52xlarge is a InstanceType enum value
	InstanceTypeMlC52xlarge = "ml.c5.2xlarge"

	// InstanceTypeMlC54xlarge is a InstanceType enum value
	InstanceTypeMlC54xlarge = "ml.c5.4xlarge"

	// InstanceTypeMlC59xlarge is a InstanceType enum value
	InstanceTypeMlC59xlarge = "ml.c5.9xlarge"

	// InstanceTypeMlC518xlarge is a InstanceType enum value
	InstanceTypeMlC518xlarge = "ml.c5.18xlarge"

	// InstanceTypeMlC5dXlarge is a InstanceType enum value
	InstanceTypeMlC5dXlarge = "ml.c5d.xlarge"

	// InstanceTypeMlC5d2xlarge is a InstanceType enum value
	InstanceTypeMlC5d2xlarge = "ml.c5d.2xlarge"

	// InstanceTypeMlC5d4xlarge is a InstanceType enum value
	InstanceTypeMlC5d4xlarge = "ml.c5d.4xlarge"

	// InstanceTypeMlC5d9xlarge is a InstanceType enum value
	InstanceTypeMlC5d9xlarge = "ml.c5d.9xlarge"

	// InstanceTypeMlC5d18xlarge is a InstanceType enum value
	InstanceTypeMlC5d18xlarge = "ml.c5d.18xlarge"

	// InstanceTypeMlP2Xlarge is a InstanceType enum value
	InstanceTypeMlP2Xlarge = "ml.p2.xlarge"

	// InstanceTypeMlP28xlarge is a InstanceType enum value
	InstanceTypeMlP28xlarge = "ml.p2.8xlarge"

	// InstanceTypeMlP216xlarge is a InstanceType enum value
	InstanceTypeMlP216xlarge = "ml.p2.16xlarge"

	// InstanceTypeMlP32xlarge is a InstanceType enum value
	InstanceTypeMlP32xlarge = "ml.p3.2xlarge"

	// InstanceTypeMlP38xlarge is a InstanceType enum value
	InstanceTypeMlP38xlarge = "ml.p3.8xlarge"

	// InstanceTypeMlP316xlarge is a InstanceType enum value
	InstanceTypeMlP316xlarge = "ml.p3.16xlarge"

	// InstanceTypeMlP3dn24xlarge is a InstanceType enum value
	InstanceTypeMlP3dn24xlarge = "ml.p3dn.24xlarge"

	// InstanceTypeMlG4dnXlarge is a InstanceType enum value
	InstanceTypeMlG4dnXlarge = "ml.g4dn.xlarge"

	// InstanceTypeMlG4dn2xlarge is a InstanceType enum value
	InstanceTypeMlG4dn2xlarge = "ml.g4dn.2xlarge"

	// InstanceTypeMlG4dn4xlarge is a InstanceType enum value
	InstanceTypeMlG4dn4xlarge = "ml.g4dn.4xlarge"

	// InstanceTypeMlG4dn8xlarge is a InstanceType enum value
	InstanceTypeMlG4dn8xlarge = "ml.g4dn.8xlarge"

	// InstanceTypeMlG4dn12xlarge is a InstanceType enum value
	InstanceTypeMlG4dn12xlarge = "ml.g4dn.12xlarge"

	// InstanceTypeMlG4dn16xlarge is a InstanceType enum value
	InstanceTypeMlG4dn16xlarge = "ml.g4dn.16xlarge"

	// InstanceTypeMlR5Large is a InstanceType enum value
	InstanceTypeMlR5Large = "ml.r5.large"

	// InstanceTypeMlR5Xlarge is a InstanceType enum value
	InstanceTypeMlR5Xlarge = "ml.r5.xlarge"

	// InstanceTypeMlR52xlarge is a InstanceType enum value
	InstanceTypeMlR52xlarge = "ml.r5.2xlarge"

	// InstanceTypeMlR54xlarge is a InstanceType enum value
	InstanceTypeMlR54xlarge = "ml.r5.4xlarge"

	// InstanceTypeMlR58xlarge is a InstanceType enum value
	InstanceTypeMlR58xlarge = "ml.r5.8xlarge"

	// InstanceTypeMlR512xlarge is a InstanceType enum value
	InstanceTypeMlR512xlarge = "ml.r5.12xlarge"

	// InstanceTypeMlR516xlarge is a InstanceType enum value
	InstanceTypeMlR516xlarge = "ml.r5.16xlarge"

	// InstanceTypeMlR524xlarge is a InstanceType enum value
	InstanceTypeMlR524xlarge = "ml.r5.24xlarge"

	// InstanceTypeMlG5Xlarge is a InstanceType enum value
	InstanceTypeMlG5Xlarge = "ml.g5.xlarge"

	// InstanceTypeMlG52xlarge is a InstanceType enum value
	InstanceTypeMlG52xlarge = "ml.g5.2xlarge"

	// InstanceTypeMlG54xlarge is a InstanceType enum value
	InstanceTypeMlG54xlarge = "ml.g5.4xlarge"

	// InstanceTypeMlG58xlarge is a InstanceType enum value
	InstanceTypeMlG58xlarge = "ml.g5.8xlarge"

	// InstanceTypeMlG516xlarge is a InstanceType enum value
	InstanceTypeMlG516xlarge = "ml.g5.16xlarge"

	// InstanceTypeMlG512xlarge is a InstanceType enum value
	InstanceTypeMlG512xlarge = "ml.g5.12xlarge"

	// InstanceTypeMlG524xlarge is a InstanceType enum value
	InstanceTypeMlG524xlarge = "ml.g5.24xlarge"

	// InstanceTypeMlG548xlarge is a InstanceType enum value
	InstanceTypeMlG548xlarge = "ml.g5.48xlarge"

	// InstanceTypeMlInf1Xlarge is a InstanceType enum value
	InstanceTypeMlInf1Xlarge = "ml.inf1.xlarge"

	// InstanceTypeMlInf12xlarge is a InstanceType enum value
	InstanceTypeMlInf12xlarge = "ml.inf1.2xlarge"

	// InstanceTypeMlInf16xlarge is a InstanceType enum value
	InstanceTypeMlInf16xlarge = "ml.inf1.6xlarge"

	// InstanceTypeMlInf124xlarge is a InstanceType enum value
	InstanceTypeMlInf124xlarge = "ml.inf1.24xlarge"

	// InstanceTypeMlP4d24xlarge is a InstanceType enum value
	InstanceTypeMlP4d24xlarge = "ml.p4d.24xlarge"

	// InstanceTypeMlP4de24xlarge is a InstanceType enum value
	InstanceTypeMlP4de24xlarge = "ml.p4de.24xlarge"
)
View Source
const (
	// JobTypeTraining is a JobType enum value
	JobTypeTraining = "TRAINING"

	// JobTypeInference is a JobType enum value
	JobTypeInference = "INFERENCE"

	// JobTypeNotebookKernel is a JobType enum value
	JobTypeNotebookKernel = "NOTEBOOK_KERNEL"
)
View Source
const (
	// JoinSourceInput is a JoinSource enum value
	JoinSourceInput = "Input"

	// JoinSourceNone is a JoinSource enum value
	JoinSourceNone = "None"
)
View Source
const (
	// LabelingJobStatusInitializing is a LabelingJobStatus enum value
	LabelingJobStatusInitializing = "Initializing"

	// LabelingJobStatusInProgress is a LabelingJobStatus enum value
	LabelingJobStatusInProgress = "InProgress"

	// LabelingJobStatusCompleted is a LabelingJobStatus enum value
	LabelingJobStatusCompleted = "Completed"

	// LabelingJobStatusFailed is a LabelingJobStatus enum value
	LabelingJobStatusFailed = "Failed"

	// LabelingJobStatusStopping is a LabelingJobStatus enum value
	LabelingJobStatusStopping = "Stopping"

	// LabelingJobStatusStopped is a LabelingJobStatus enum value
	LabelingJobStatusStopped = "Stopped"
)
View Source
const (
	// LastUpdateStatusValueSuccessful is a LastUpdateStatusValue enum value
	LastUpdateStatusValueSuccessful = "Successful"

	// LastUpdateStatusValueFailed is a LastUpdateStatusValue enum value
	LastUpdateStatusValueFailed = "Failed"

	// LastUpdateStatusValueInProgress is a LastUpdateStatusValue enum value
	LastUpdateStatusValueInProgress = "InProgress"
)
View Source
const (
	// LineageTypeTrialComponent is a LineageType enum value
	LineageTypeTrialComponent = "TrialComponent"

	// LineageTypeArtifact is a LineageType enum value
	LineageTypeArtifact = "Artifact"

	// LineageTypeContext is a LineageType enum value
	LineageTypeContext = "Context"

	// LineageTypeAction is a LineageType enum value
	LineageTypeAction = "Action"
)
View Source
const (
	// ListCompilationJobsSortByName is a ListCompilationJobsSortBy enum value
	ListCompilationJobsSortByName = "Name"

	// ListCompilationJobsSortByCreationTime is a ListCompilationJobsSortBy enum value
	ListCompilationJobsSortByCreationTime = "CreationTime"

	// ListCompilationJobsSortByStatus is a ListCompilationJobsSortBy enum value
	ListCompilationJobsSortByStatus = "Status"
)
View Source
const (
	// ListDeviceFleetsSortByName is a ListDeviceFleetsSortBy enum value
	ListDeviceFleetsSortByName = "NAME"

	// ListDeviceFleetsSortByCreationTime is a ListDeviceFleetsSortBy enum value
	ListDeviceFleetsSortByCreationTime = "CREATION_TIME"

	// ListDeviceFleetsSortByLastModifiedTime is a ListDeviceFleetsSortBy enum value
	ListDeviceFleetsSortByLastModifiedTime = "LAST_MODIFIED_TIME"
)
View Source
const (
	// ListEdgeDeploymentPlansSortByName is a ListEdgeDeploymentPlansSortBy enum value
	ListEdgeDeploymentPlansSortByName = "NAME"

	// ListEdgeDeploymentPlansSortByDeviceFleetName is a ListEdgeDeploymentPlansSortBy enum value
	ListEdgeDeploymentPlansSortByDeviceFleetName = "DEVICE_FLEET_NAME"

	// ListEdgeDeploymentPlansSortByCreationTime is a ListEdgeDeploymentPlansSortBy enum value
	ListEdgeDeploymentPlansSortByCreationTime = "CREATION_TIME"

	// ListEdgeDeploymentPlansSortByLastModifiedTime is a ListEdgeDeploymentPlansSortBy enum value
	ListEdgeDeploymentPlansSortByLastModifiedTime = "LAST_MODIFIED_TIME"
)
View Source
const (
	// ListEdgePackagingJobsSortByName is a ListEdgePackagingJobsSortBy enum value
	ListEdgePackagingJobsSortByName = "NAME"

	// ListEdgePackagingJobsSortByModelName is a ListEdgePackagingJobsSortBy enum value
	ListEdgePackagingJobsSortByModelName = "MODEL_NAME"

	// ListEdgePackagingJobsSortByCreationTime is a ListEdgePackagingJobsSortBy enum value
	ListEdgePackagingJobsSortByCreationTime = "CREATION_TIME"

	// ListEdgePackagingJobsSortByLastModifiedTime is a ListEdgePackagingJobsSortBy enum value
	ListEdgePackagingJobsSortByLastModifiedTime = "LAST_MODIFIED_TIME"

	// ListEdgePackagingJobsSortByStatus is a ListEdgePackagingJobsSortBy enum value
	ListEdgePackagingJobsSortByStatus = "STATUS"
)
View Source
const (
	// ListInferenceRecommendationsJobsSortByName is a ListInferenceRecommendationsJobsSortBy enum value
	ListInferenceRecommendationsJobsSortByName = "Name"

	// ListInferenceRecommendationsJobsSortByCreationTime is a ListInferenceRecommendationsJobsSortBy enum value
	ListInferenceRecommendationsJobsSortByCreationTime = "CreationTime"

	// ListInferenceRecommendationsJobsSortByStatus is a ListInferenceRecommendationsJobsSortBy enum value
	ListInferenceRecommendationsJobsSortByStatus = "Status"
)
View Source
const (
	// ListWorkforcesSortByOptionsName is a ListWorkforcesSortByOptions enum value
	ListWorkforcesSortByOptionsName = "Name"

	// ListWorkforcesSortByOptionsCreateDate is a ListWorkforcesSortByOptions enum value
	ListWorkforcesSortByOptionsCreateDate = "CreateDate"
)
View Source
const (
	// ListWorkteamsSortByOptionsName is a ListWorkteamsSortByOptions enum value
	ListWorkteamsSortByOptionsName = "Name"

	// ListWorkteamsSortByOptionsCreateDate is a ListWorkteamsSortByOptions enum value
	ListWorkteamsSortByOptionsCreateDate = "CreateDate"
)
View Source
const (
	// MetricSetSourceTrain is a MetricSetSource enum value
	MetricSetSourceTrain = "Train"

	// MetricSetSourceValidation is a MetricSetSource enum value
	MetricSetSourceValidation = "Validation"

	// MetricSetSourceTest is a MetricSetSource enum value
	MetricSetSourceTest = "Test"
)
View Source
const (
	// ModelApprovalStatusApproved is a ModelApprovalStatus enum value
	ModelApprovalStatusApproved = "Approved"

	// ModelApprovalStatusRejected is a ModelApprovalStatus enum value
	ModelApprovalStatusRejected = "Rejected"

	// ModelApprovalStatusPendingManualApproval is a ModelApprovalStatus enum value
	ModelApprovalStatusPendingManualApproval = "PendingManualApproval"
)
View Source
const (
	// ModelCacheSettingEnabled is a ModelCacheSetting enum value
	ModelCacheSettingEnabled = "Enabled"

	// ModelCacheSettingDisabled is a ModelCacheSetting enum value
	ModelCacheSettingDisabled = "Disabled"
)
View Source
const (
	// ModelCardExportJobSortByName is a ModelCardExportJobSortBy enum value
	ModelCardExportJobSortByName = "Name"

	// ModelCardExportJobSortByCreationTime is a ModelCardExportJobSortBy enum value
	ModelCardExportJobSortByCreationTime = "CreationTime"

	// ModelCardExportJobSortByStatus is a ModelCardExportJobSortBy enum value
	ModelCardExportJobSortByStatus = "Status"
)

Attribute by which to sort returned export jobs.

View Source
const (
	// ModelCardExportJobSortOrderAscending is a ModelCardExportJobSortOrder enum value
	ModelCardExportJobSortOrderAscending = "Ascending"

	// ModelCardExportJobSortOrderDescending is a ModelCardExportJobSortOrder enum value
	ModelCardExportJobSortOrderDescending = "Descending"
)
View Source
const (
	// ModelCardExportJobStatusInProgress is a ModelCardExportJobStatus enum value
	ModelCardExportJobStatusInProgress = "InProgress"

	// ModelCardExportJobStatusCompleted is a ModelCardExportJobStatus enum value
	ModelCardExportJobStatusCompleted = "Completed"

	// ModelCardExportJobStatusFailed is a ModelCardExportJobStatus enum value
	ModelCardExportJobStatusFailed = "Failed"
)
View Source
const (
	// ModelCardProcessingStatusDeleteInProgress is a ModelCardProcessingStatus enum value
	ModelCardProcessingStatusDeleteInProgress = "DeleteInProgress"

	// ModelCardProcessingStatusDeletePending is a ModelCardProcessingStatus enum value
	ModelCardProcessingStatusDeletePending = "DeletePending"

	// ModelCardProcessingStatusContentDeleted is a ModelCardProcessingStatus enum value
	ModelCardProcessingStatusContentDeleted = "ContentDeleted"

	// ModelCardProcessingStatusExportJobsDeleted is a ModelCardProcessingStatus enum value
	ModelCardProcessingStatusExportJobsDeleted = "ExportJobsDeleted"

	// ModelCardProcessingStatusDeleteCompleted is a ModelCardProcessingStatus enum value
	ModelCardProcessingStatusDeleteCompleted = "DeleteCompleted"

	// ModelCardProcessingStatusDeleteFailed is a ModelCardProcessingStatus enum value
	ModelCardProcessingStatusDeleteFailed = "DeleteFailed"
)
View Source
const (
	// ModelCardSortByName is a ModelCardSortBy enum value
	ModelCardSortByName = "Name"

	// ModelCardSortByCreationTime is a ModelCardSortBy enum value
	ModelCardSortByCreationTime = "CreationTime"
)
View Source
const (
	// ModelCardSortOrderAscending is a ModelCardSortOrder enum value
	ModelCardSortOrderAscending = "Ascending"

	// ModelCardSortOrderDescending is a ModelCardSortOrder enum value
	ModelCardSortOrderDescending = "Descending"
)
View Source
const (
	// ModelCardStatusDraft is a ModelCardStatus enum value
	ModelCardStatusDraft = "Draft"

	// ModelCardStatusPendingReview is a ModelCardStatus enum value
	ModelCardStatusPendingReview = "PendingReview"

	// ModelCardStatusApproved is a ModelCardStatus enum value
	ModelCardStatusApproved = "Approved"

	// ModelCardStatusArchived is a ModelCardStatus enum value
	ModelCardStatusArchived = "Archived"
)
View Source
const (
	// ModelCompressionTypeNone is a ModelCompressionType enum value
	ModelCompressionTypeNone = "None"

	// ModelCompressionTypeGzip is a ModelCompressionType enum value
	ModelCompressionTypeGzip = "Gzip"
)
View Source
const (
	// ModelMetadataFilterTypeDomain is a ModelMetadataFilterType enum value
	ModelMetadataFilterTypeDomain = "Domain"

	// ModelMetadataFilterTypeFramework is a ModelMetadataFilterType enum value
	ModelMetadataFilterTypeFramework = "Framework"

	// ModelMetadataFilterTypeTask is a ModelMetadataFilterType enum value
	ModelMetadataFilterTypeTask = "Task"

	// ModelMetadataFilterTypeFrameworkVersion is a ModelMetadataFilterType enum value
	ModelMetadataFilterTypeFrameworkVersion = "FrameworkVersion"
)
View Source
const (
	// ModelPackageGroupSortByName is a ModelPackageGroupSortBy enum value
	ModelPackageGroupSortByName = "Name"

	// ModelPackageGroupSortByCreationTime is a ModelPackageGroupSortBy enum value
	ModelPackageGroupSortByCreationTime = "CreationTime"
)
View Source
const (
	// ModelPackageGroupStatusPending is a ModelPackageGroupStatus enum value
	ModelPackageGroupStatusPending = "Pending"

	// ModelPackageGroupStatusInProgress is a ModelPackageGroupStatus enum value
	ModelPackageGroupStatusInProgress = "InProgress"

	// ModelPackageGroupStatusCompleted is a ModelPackageGroupStatus enum value
	ModelPackageGroupStatusCompleted = "Completed"

	// ModelPackageGroupStatusFailed is a ModelPackageGroupStatus enum value
	ModelPackageGroupStatusFailed = "Failed"

	// ModelPackageGroupStatusDeleting is a ModelPackageGroupStatus enum value
	ModelPackageGroupStatusDeleting = "Deleting"

	// ModelPackageGroupStatusDeleteFailed is a ModelPackageGroupStatus enum value
	ModelPackageGroupStatusDeleteFailed = "DeleteFailed"
)
View Source
const (
	// ModelPackageSortByName is a ModelPackageSortBy enum value
	ModelPackageSortByName = "Name"

	// ModelPackageSortByCreationTime is a ModelPackageSortBy enum value
	ModelPackageSortByCreationTime = "CreationTime"
)
View Source
const (
	// ModelPackageStatusPending is a ModelPackageStatus enum value
	ModelPackageStatusPending = "Pending"

	// ModelPackageStatusInProgress is a ModelPackageStatus enum value
	ModelPackageStatusInProgress = "InProgress"

	// ModelPackageStatusCompleted is a ModelPackageStatus enum value
	ModelPackageStatusCompleted = "Completed"

	// ModelPackageStatusFailed is a ModelPackageStatus enum value
	ModelPackageStatusFailed = "Failed"

	// ModelPackageStatusDeleting is a ModelPackageStatus enum value
	ModelPackageStatusDeleting = "Deleting"
)
View Source
const (
	// ModelPackageTypeVersioned is a ModelPackageType enum value
	ModelPackageTypeVersioned = "Versioned"

	// ModelPackageTypeUnversioned is a ModelPackageType enum value
	ModelPackageTypeUnversioned = "Unversioned"

	// ModelPackageTypeBoth is a ModelPackageType enum value
	ModelPackageTypeBoth = "Both"
)
View Source
const (
	// ModelSortKeyName is a ModelSortKey enum value
	ModelSortKeyName = "Name"

	// ModelSortKeyCreationTime is a ModelSortKey enum value
	ModelSortKeyCreationTime = "CreationTime"
)
View Source
const (
	// ModelVariantActionRetain is a ModelVariantAction enum value
	ModelVariantActionRetain = "Retain"

	// ModelVariantActionRemove is a ModelVariantAction enum value
	ModelVariantActionRemove = "Remove"

	// ModelVariantActionPromote is a ModelVariantAction enum value
	ModelVariantActionPromote = "Promote"
)
View Source
const (
	// ModelVariantStatusCreating is a ModelVariantStatus enum value
	ModelVariantStatusCreating = "Creating"

	// ModelVariantStatusUpdating is a ModelVariantStatus enum value
	ModelVariantStatusUpdating = "Updating"

	// ModelVariantStatusInService is a ModelVariantStatus enum value
	ModelVariantStatusInService = "InService"

	// ModelVariantStatusDeleting is a ModelVariantStatus enum value
	ModelVariantStatusDeleting = "Deleting"

	// ModelVariantStatusDeleted is a ModelVariantStatus enum value
	ModelVariantStatusDeleted = "Deleted"
)
View Source
const (
	// MonitoringAlertHistorySortKeyCreationTime is a MonitoringAlertHistorySortKey enum value
	MonitoringAlertHistorySortKeyCreationTime = "CreationTime"

	// MonitoringAlertHistorySortKeyStatus is a MonitoringAlertHistorySortKey enum value
	MonitoringAlertHistorySortKeyStatus = "Status"
)
View Source
const (
	// MonitoringAlertStatusInAlert is a MonitoringAlertStatus enum value
	MonitoringAlertStatusInAlert = "InAlert"

	// MonitoringAlertStatusOk is a MonitoringAlertStatus enum value
	MonitoringAlertStatusOk = "OK"
)
View Source
const (
	// MonitoringExecutionSortKeyCreationTime is a MonitoringExecutionSortKey enum value
	MonitoringExecutionSortKeyCreationTime = "CreationTime"

	// MonitoringExecutionSortKeyScheduledTime is a MonitoringExecutionSortKey enum value
	MonitoringExecutionSortKeyScheduledTime = "ScheduledTime"

	// MonitoringExecutionSortKeyStatus is a MonitoringExecutionSortKey enum value
	MonitoringExecutionSortKeyStatus = "Status"
)
View Source
const (
	// MonitoringJobDefinitionSortKeyName is a MonitoringJobDefinitionSortKey enum value
	MonitoringJobDefinitionSortKeyName = "Name"

	// MonitoringJobDefinitionSortKeyCreationTime is a MonitoringJobDefinitionSortKey enum value
	MonitoringJobDefinitionSortKeyCreationTime = "CreationTime"
)
View Source
const (
	// MonitoringProblemTypeBinaryClassification is a MonitoringProblemType enum value
	MonitoringProblemTypeBinaryClassification = "BinaryClassification"

	// MonitoringProblemTypeMulticlassClassification is a MonitoringProblemType enum value
	MonitoringProblemTypeMulticlassClassification = "MulticlassClassification"

	// MonitoringProblemTypeRegression is a MonitoringProblemType enum value
	MonitoringProblemTypeRegression = "Regression"
)
View Source
const (
	// MonitoringScheduleSortKeyName is a MonitoringScheduleSortKey enum value
	MonitoringScheduleSortKeyName = "Name"

	// MonitoringScheduleSortKeyCreationTime is a MonitoringScheduleSortKey enum value
	MonitoringScheduleSortKeyCreationTime = "CreationTime"

	// MonitoringScheduleSortKeyStatus is a MonitoringScheduleSortKey enum value
	MonitoringScheduleSortKeyStatus = "Status"
)
View Source
const (
	// MonitoringTypeDataQuality is a MonitoringType enum value
	MonitoringTypeDataQuality = "DataQuality"

	// MonitoringTypeModelQuality is a MonitoringType enum value
	MonitoringTypeModelQuality = "ModelQuality"

	// MonitoringTypeModelBias is a MonitoringType enum value
	MonitoringTypeModelBias = "ModelBias"

	// MonitoringTypeModelExplainability is a MonitoringType enum value
	MonitoringTypeModelExplainability = "ModelExplainability"
)
View Source
const (
	// NotebookInstanceAcceleratorTypeMlEia1Medium is a NotebookInstanceAcceleratorType enum value
	NotebookInstanceAcceleratorTypeMlEia1Medium = "ml.eia1.medium"

	// NotebookInstanceAcceleratorTypeMlEia1Large is a NotebookInstanceAcceleratorType enum value
	NotebookInstanceAcceleratorTypeMlEia1Large = "ml.eia1.large"

	// NotebookInstanceAcceleratorTypeMlEia1Xlarge is a NotebookInstanceAcceleratorType enum value
	NotebookInstanceAcceleratorTypeMlEia1Xlarge = "ml.eia1.xlarge"

	// NotebookInstanceAcceleratorTypeMlEia2Medium is a NotebookInstanceAcceleratorType enum value
	NotebookInstanceAcceleratorTypeMlEia2Medium = "ml.eia2.medium"

	// NotebookInstanceAcceleratorTypeMlEia2Large is a NotebookInstanceAcceleratorType enum value
	NotebookInstanceAcceleratorTypeMlEia2Large = "ml.eia2.large"

	// NotebookInstanceAcceleratorTypeMlEia2Xlarge is a NotebookInstanceAcceleratorType enum value
	NotebookInstanceAcceleratorTypeMlEia2Xlarge = "ml.eia2.xlarge"
)
View Source
const (
	// NotebookInstanceLifecycleConfigSortKeyName is a NotebookInstanceLifecycleConfigSortKey enum value
	NotebookInstanceLifecycleConfigSortKeyName = "Name"

	// NotebookInstanceLifecycleConfigSortKeyCreationTime is a NotebookInstanceLifecycleConfigSortKey enum value
	NotebookInstanceLifecycleConfigSortKeyCreationTime = "CreationTime"

	// NotebookInstanceLifecycleConfigSortKeyLastModifiedTime is a NotebookInstanceLifecycleConfigSortKey enum value
	NotebookInstanceLifecycleConfigSortKeyLastModifiedTime = "LastModifiedTime"
)
View Source
const (
	// NotebookInstanceLifecycleConfigSortOrderAscending is a NotebookInstanceLifecycleConfigSortOrder enum value
	NotebookInstanceLifecycleConfigSortOrderAscending = "Ascending"

	// NotebookInstanceLifecycleConfigSortOrderDescending is a NotebookInstanceLifecycleConfigSortOrder enum value
	NotebookInstanceLifecycleConfigSortOrderDescending = "Descending"
)
View Source
const (
	// NotebookInstanceSortKeyName is a NotebookInstanceSortKey enum value
	NotebookInstanceSortKeyName = "Name"

	// NotebookInstanceSortKeyCreationTime is a NotebookInstanceSortKey enum value
	NotebookInstanceSortKeyCreationTime = "CreationTime"

	// NotebookInstanceSortKeyStatus is a NotebookInstanceSortKey enum value
	NotebookInstanceSortKeyStatus = "Status"
)
View Source
const (
	// NotebookInstanceSortOrderAscending is a NotebookInstanceSortOrder enum value
	NotebookInstanceSortOrderAscending = "Ascending"

	// NotebookInstanceSortOrderDescending is a NotebookInstanceSortOrder enum value
	NotebookInstanceSortOrderDescending = "Descending"
)
View Source
const (
	// NotebookInstanceStatusPending is a NotebookInstanceStatus enum value
	NotebookInstanceStatusPending = "Pending"

	// NotebookInstanceStatusInService is a NotebookInstanceStatus enum value
	NotebookInstanceStatusInService = "InService"

	// NotebookInstanceStatusStopping is a NotebookInstanceStatus enum value
	NotebookInstanceStatusStopping = "Stopping"

	// NotebookInstanceStatusStopped is a NotebookInstanceStatus enum value
	NotebookInstanceStatusStopped = "Stopped"

	// NotebookInstanceStatusFailed is a NotebookInstanceStatus enum value
	NotebookInstanceStatusFailed = "Failed"

	// NotebookInstanceStatusDeleting is a NotebookInstanceStatus enum value
	NotebookInstanceStatusDeleting = "Deleting"

	// NotebookInstanceStatusUpdating is a NotebookInstanceStatus enum value
	NotebookInstanceStatusUpdating = "Updating"
)
View Source
const (
	// NotebookOutputOptionAllowed is a NotebookOutputOption enum value
	NotebookOutputOptionAllowed = "Allowed"

	// NotebookOutputOptionDisabled is a NotebookOutputOption enum value
	NotebookOutputOptionDisabled = "Disabled"
)
View Source
const (
	// ObjectiveStatusSucceeded is a ObjectiveStatus enum value
	ObjectiveStatusSucceeded = "Succeeded"

	// ObjectiveStatusPending is a ObjectiveStatus enum value
	ObjectiveStatusPending = "Pending"

	// ObjectiveStatusFailed is a ObjectiveStatus enum value
	ObjectiveStatusFailed = "Failed"
)
View Source
const (
	// OfflineStoreStatusValueActive is a OfflineStoreStatusValue enum value
	OfflineStoreStatusValueActive = "Active"

	// OfflineStoreStatusValueBlocked is a OfflineStoreStatusValue enum value
	OfflineStoreStatusValueBlocked = "Blocked"

	// OfflineStoreStatusValueDisabled is a OfflineStoreStatusValue enum value
	OfflineStoreStatusValueDisabled = "Disabled"
)
View Source
const (
	// OperatorEquals is a Operator enum value
	OperatorEquals = "Equals"

	// OperatorNotEquals is a Operator enum value
	OperatorNotEquals = "NotEquals"

	// OperatorGreaterThan is a Operator enum value
	OperatorGreaterThan = "GreaterThan"

	// OperatorGreaterThanOrEqualTo is a Operator enum value
	OperatorGreaterThanOrEqualTo = "GreaterThanOrEqualTo"

	// OperatorLessThan is a Operator enum value
	OperatorLessThan = "LessThan"

	// OperatorLessThanOrEqualTo is a Operator enum value
	OperatorLessThanOrEqualTo = "LessThanOrEqualTo"

	// OperatorContains is a Operator enum value
	OperatorContains = "Contains"

	// OperatorExists is a Operator enum value
	OperatorExists = "Exists"

	// OperatorNotExists is a Operator enum value
	OperatorNotExists = "NotExists"

	// OperatorIn is a Operator enum value
	OperatorIn = "In"
)
View Source
const (
	// OrderKeyAscending is a OrderKey enum value
	OrderKeyAscending = "Ascending"

	// OrderKeyDescending is a OrderKey enum value
	OrderKeyDescending = "Descending"
)
View Source
const (
	// OutputCompressionTypeGzip is a OutputCompressionType enum value
	OutputCompressionTypeGzip = "GZIP"

	// OutputCompressionTypeNone is a OutputCompressionType enum value
	OutputCompressionTypeNone = "NONE"
)
View Source
const (
	// ParameterTypeInteger is a ParameterType enum value
	ParameterTypeInteger = "Integer"

	// ParameterTypeContinuous is a ParameterType enum value
	ParameterTypeContinuous = "Continuous"

	// ParameterTypeCategorical is a ParameterType enum value
	ParameterTypeCategorical = "Categorical"

	// ParameterTypeFreeText is a ParameterType enum value
	ParameterTypeFreeText = "FreeText"
)
View Source
const (
	// PipelineExecutionStatusExecuting is a PipelineExecutionStatus enum value
	PipelineExecutionStatusExecuting = "Executing"

	// PipelineExecutionStatusStopping is a PipelineExecutionStatus enum value
	PipelineExecutionStatusStopping = "Stopping"

	// PipelineExecutionStatusStopped is a PipelineExecutionStatus enum value
	PipelineExecutionStatusStopped = "Stopped"

	// PipelineExecutionStatusFailed is a PipelineExecutionStatus enum value
	PipelineExecutionStatusFailed = "Failed"

	// PipelineExecutionStatusSucceeded is a PipelineExecutionStatus enum value
	PipelineExecutionStatusSucceeded = "Succeeded"
)
View Source
const (
	// ProblemTypeBinaryClassification is a ProblemType enum value
	ProblemTypeBinaryClassification = "BinaryClassification"

	// ProblemTypeMulticlassClassification is a ProblemType enum value
	ProblemTypeMulticlassClassification = "MulticlassClassification"

	// ProblemTypeRegression is a ProblemType enum value
	ProblemTypeRegression = "Regression"
)
View Source
const (
	// ProcessingInstanceTypeMlT3Medium is a ProcessingInstanceType enum value
	ProcessingInstanceTypeMlT3Medium = "ml.t3.medium"

	// ProcessingInstanceTypeMlT3Large is a ProcessingInstanceType enum value
	ProcessingInstanceTypeMlT3Large = "ml.t3.large"

	// ProcessingInstanceTypeMlT3Xlarge is a ProcessingInstanceType enum value
	ProcessingInstanceTypeMlT3Xlarge = "ml.t3.xlarge"

	// ProcessingInstanceTypeMlT32xlarge is a ProcessingInstanceType enum value
	ProcessingInstanceTypeMlT32xlarge = "ml.t3.2xlarge"

	// ProcessingInstanceTypeMlM4Xlarge is a ProcessingInstanceType enum value
	ProcessingInstanceTypeMlM4Xlarge = "ml.m4.xlarge"

	// ProcessingInstanceTypeMlM42xlarge is a ProcessingInstanceType enum value
	ProcessingInstanceTypeMlM42xlarge = "ml.m4.2xlarge"

	// ProcessingInstanceTypeMlM44xlarge is a ProcessingInstanceType enum value
	ProcessingInstanceTypeMlM44xlarge = "ml.m4.4xlarge"

	// ProcessingInstanceTypeMlM410xlarge is a ProcessingInstanceType enum value
	ProcessingInstanceTypeMlM410xlarge = "ml.m4.10xlarge"

	// ProcessingInstanceTypeMlM416xlarge is a ProcessingInstanceType enum value
	ProcessingInstanceTypeMlM416xlarge = "ml.m4.16xlarge"

	// ProcessingInstanceTypeMlC4Xlarge is a ProcessingInstanceType enum value
	ProcessingInstanceTypeMlC4Xlarge = "ml.c4.xlarge"

	// ProcessingInstanceTypeMlC42xlarge is a ProcessingInstanceType enum value
	ProcessingInstanceTypeMlC42xlarge = "ml.c4.2xlarge"

	// ProcessingInstanceTypeMlC44xlarge is a ProcessingInstanceType enum value
	ProcessingInstanceTypeMlC44xlarge = "ml.c4.4xlarge"

	// ProcessingInstanceTypeMlC48xlarge is a ProcessingInstanceType enum value
	ProcessingInstanceTypeMlC48xlarge = "ml.c4.8xlarge"

	// ProcessingInstanceTypeMlP2Xlarge is a ProcessingInstanceType enum value
	ProcessingInstanceTypeMlP2Xlarge = "ml.p2.xlarge"

	// ProcessingInstanceTypeMlP28xlarge is a ProcessingInstanceType enum value
	ProcessingInstanceTypeMlP28xlarge = "ml.p2.8xlarge"

	// ProcessingInstanceTypeMlP216xlarge is a ProcessingInstanceType enum value
	ProcessingInstanceTypeMlP216xlarge = "ml.p2.16xlarge"

	// ProcessingInstanceTypeMlP32xlarge is a ProcessingInstanceType enum value
	ProcessingInstanceTypeMlP32xlarge = "ml.p3.2xlarge"

	// ProcessingInstanceTypeMlP38xlarge is a ProcessingInstanceType enum value
	ProcessingInstanceTypeMlP38xlarge = "ml.p3.8xlarge"

	// ProcessingInstanceTypeMlP316xlarge is a ProcessingInstanceType enum value
	ProcessingInstanceTypeMlP316xlarge = "ml.p3.16xlarge"

	// ProcessingInstanceTypeMlC5Xlarge is a ProcessingInstanceType enum value
	ProcessingInstanceTypeMlC5Xlarge = "ml.c5.xlarge"

	// ProcessingInstanceTypeMlC52xlarge is a ProcessingInstanceType enum value
	ProcessingInstanceTypeMlC52xlarge = "ml.c5.2xlarge"

	// ProcessingInstanceTypeMlC54xlarge is a ProcessingInstanceType enum value
	ProcessingInstanceTypeMlC54xlarge = "ml.c5.4xlarge"

	// ProcessingInstanceTypeMlC59xlarge is a ProcessingInstanceType enum value
	ProcessingInstanceTypeMlC59xlarge = "ml.c5.9xlarge"

	// ProcessingInstanceTypeMlC518xlarge is a ProcessingInstanceType enum value
	ProcessingInstanceTypeMlC518xlarge = "ml.c5.18xlarge"

	// ProcessingInstanceTypeMlM5Large is a ProcessingInstanceType enum value
	ProcessingInstanceTypeMlM5Large = "ml.m5.large"

	// ProcessingInstanceTypeMlM5Xlarge is a ProcessingInstanceType enum value
	ProcessingInstanceTypeMlM5Xlarge = "ml.m5.xlarge"

	// ProcessingInstanceTypeMlM52xlarge is a ProcessingInstanceType enum value
	ProcessingInstanceTypeMlM52xlarge = "ml.m5.2xlarge"

	// ProcessingInstanceTypeMlM54xlarge is a ProcessingInstanceType enum value
	ProcessingInstanceTypeMlM54xlarge = "ml.m5.4xlarge"

	// ProcessingInstanceTypeMlM512xlarge is a ProcessingInstanceType enum value
	ProcessingInstanceTypeMlM512xlarge = "ml.m5.12xlarge"

	// ProcessingInstanceTypeMlM524xlarge is a ProcessingInstanceType enum value
	ProcessingInstanceTypeMlM524xlarge = "ml.m5.24xlarge"

	// ProcessingInstanceTypeMlR5Large is a ProcessingInstanceType enum value
	ProcessingInstanceTypeMlR5Large = "ml.r5.large"

	// ProcessingInstanceTypeMlR5Xlarge is a ProcessingInstanceType enum value
	ProcessingInstanceTypeMlR5Xlarge = "ml.r5.xlarge"

	// ProcessingInstanceTypeMlR52xlarge is a ProcessingInstanceType enum value
	ProcessingInstanceTypeMlR52xlarge = "ml.r5.2xlarge"

	// ProcessingInstanceTypeMlR54xlarge is a ProcessingInstanceType enum value
	ProcessingInstanceTypeMlR54xlarge = "ml.r5.4xlarge"

	// ProcessingInstanceTypeMlR58xlarge is a ProcessingInstanceType enum value
	ProcessingInstanceTypeMlR58xlarge = "ml.r5.8xlarge"

	// ProcessingInstanceTypeMlR512xlarge is a ProcessingInstanceType enum value
	ProcessingInstanceTypeMlR512xlarge = "ml.r5.12xlarge"

	// ProcessingInstanceTypeMlR516xlarge is a ProcessingInstanceType enum value
	ProcessingInstanceTypeMlR516xlarge = "ml.r5.16xlarge"

	// ProcessingInstanceTypeMlR524xlarge is a ProcessingInstanceType enum value
	ProcessingInstanceTypeMlR524xlarge = "ml.r5.24xlarge"

	// ProcessingInstanceTypeMlG4dnXlarge is a ProcessingInstanceType enum value
	ProcessingInstanceTypeMlG4dnXlarge = "ml.g4dn.xlarge"

	// ProcessingInstanceTypeMlG4dn2xlarge is a ProcessingInstanceType enum value
	ProcessingInstanceTypeMlG4dn2xlarge = "ml.g4dn.2xlarge"

	// ProcessingInstanceTypeMlG4dn4xlarge is a ProcessingInstanceType enum value
	ProcessingInstanceTypeMlG4dn4xlarge = "ml.g4dn.4xlarge"

	// ProcessingInstanceTypeMlG4dn8xlarge is a ProcessingInstanceType enum value
	ProcessingInstanceTypeMlG4dn8xlarge = "ml.g4dn.8xlarge"

	// ProcessingInstanceTypeMlG4dn12xlarge is a ProcessingInstanceType enum value
	ProcessingInstanceTypeMlG4dn12xlarge = "ml.g4dn.12xlarge"

	// ProcessingInstanceTypeMlG4dn16xlarge is a ProcessingInstanceType enum value
	ProcessingInstanceTypeMlG4dn16xlarge = "ml.g4dn.16xlarge"
)
View Source
const (
	// ProcessingJobStatusInProgress is a ProcessingJobStatus enum value
	ProcessingJobStatusInProgress = "InProgress"

	// ProcessingJobStatusCompleted is a ProcessingJobStatus enum value
	ProcessingJobStatusCompleted = "Completed"

	// ProcessingJobStatusFailed is a ProcessingJobStatus enum value
	ProcessingJobStatusFailed = "Failed"

	// ProcessingJobStatusStopping is a ProcessingJobStatus enum value
	ProcessingJobStatusStopping = "Stopping"

	// ProcessingJobStatusStopped is a ProcessingJobStatus enum value
	ProcessingJobStatusStopped = "Stopped"
)
View Source
const (
	// ProcessingS3CompressionTypeNone is a ProcessingS3CompressionType enum value
	ProcessingS3CompressionTypeNone = "None"

	// ProcessingS3CompressionTypeGzip is a ProcessingS3CompressionType enum value
	ProcessingS3CompressionTypeGzip = "Gzip"
)
View Source
const (
	// ProcessingS3DataDistributionTypeFullyReplicated is a ProcessingS3DataDistributionType enum value
	ProcessingS3DataDistributionTypeFullyReplicated = "FullyReplicated"

	// ProcessingS3DataDistributionTypeShardedByS3key is a ProcessingS3DataDistributionType enum value
	ProcessingS3DataDistributionTypeShardedByS3key = "ShardedByS3Key"
)
View Source
const (
	// ProcessingS3DataTypeManifestFile is a ProcessingS3DataType enum value
	ProcessingS3DataTypeManifestFile = "ManifestFile"

	// ProcessingS3DataTypeS3prefix is a ProcessingS3DataType enum value
	ProcessingS3DataTypeS3prefix = "S3Prefix"
)
View Source
const (
	// ProcessingS3InputModePipe is a ProcessingS3InputMode enum value
	ProcessingS3InputModePipe = "Pipe"

	// ProcessingS3InputModeFile is a ProcessingS3InputMode enum value
	ProcessingS3InputModeFile = "File"
)
View Source
const (
	// ProcessingS3UploadModeContinuous is a ProcessingS3UploadMode enum value
	ProcessingS3UploadModeContinuous = "Continuous"

	// ProcessingS3UploadModeEndOfJob is a ProcessingS3UploadMode enum value
	ProcessingS3UploadModeEndOfJob = "EndOfJob"
)
View Source
const (
	// ProcessorCpu is a Processor enum value
	ProcessorCpu = "CPU"

	// ProcessorGpu is a Processor enum value
	ProcessorGpu = "GPU"
)
View Source
const (
	// ProductionVariantAcceleratorTypeMlEia1Medium is a ProductionVariantAcceleratorType enum value
	ProductionVariantAcceleratorTypeMlEia1Medium = "ml.eia1.medium"

	// ProductionVariantAcceleratorTypeMlEia1Large is a ProductionVariantAcceleratorType enum value
	ProductionVariantAcceleratorTypeMlEia1Large = "ml.eia1.large"

	// ProductionVariantAcceleratorTypeMlEia1Xlarge is a ProductionVariantAcceleratorType enum value
	ProductionVariantAcceleratorTypeMlEia1Xlarge = "ml.eia1.xlarge"

	// ProductionVariantAcceleratorTypeMlEia2Medium is a ProductionVariantAcceleratorType enum value
	ProductionVariantAcceleratorTypeMlEia2Medium = "ml.eia2.medium"

	// ProductionVariantAcceleratorTypeMlEia2Large is a ProductionVariantAcceleratorType enum value
	ProductionVariantAcceleratorTypeMlEia2Large = "ml.eia2.large"

	// ProductionVariantAcceleratorTypeMlEia2Xlarge is a ProductionVariantAcceleratorType enum value
	ProductionVariantAcceleratorTypeMlEia2Xlarge = "ml.eia2.xlarge"
)
View Source
const (
	// ProductionVariantInstanceTypeMlT2Medium is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlT2Medium = "ml.t2.medium"

	// ProductionVariantInstanceTypeMlT2Large is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlT2Large = "ml.t2.large"

	// ProductionVariantInstanceTypeMlT2Xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlT2Xlarge = "ml.t2.xlarge"

	// ProductionVariantInstanceTypeMlT22xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlT22xlarge = "ml.t2.2xlarge"

	// ProductionVariantInstanceTypeMlM4Xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlM4Xlarge = "ml.m4.xlarge"

	// ProductionVariantInstanceTypeMlM42xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlM42xlarge = "ml.m4.2xlarge"

	// ProductionVariantInstanceTypeMlM44xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlM44xlarge = "ml.m4.4xlarge"

	// ProductionVariantInstanceTypeMlM410xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlM410xlarge = "ml.m4.10xlarge"

	// ProductionVariantInstanceTypeMlM416xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlM416xlarge = "ml.m4.16xlarge"

	// ProductionVariantInstanceTypeMlM5Large is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlM5Large = "ml.m5.large"

	// ProductionVariantInstanceTypeMlM5Xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlM5Xlarge = "ml.m5.xlarge"

	// ProductionVariantInstanceTypeMlM52xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlM52xlarge = "ml.m5.2xlarge"

	// ProductionVariantInstanceTypeMlM54xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlM54xlarge = "ml.m5.4xlarge"

	// ProductionVariantInstanceTypeMlM512xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlM512xlarge = "ml.m5.12xlarge"

	// ProductionVariantInstanceTypeMlM524xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlM524xlarge = "ml.m5.24xlarge"

	// ProductionVariantInstanceTypeMlM5dLarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlM5dLarge = "ml.m5d.large"

	// ProductionVariantInstanceTypeMlM5dXlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlM5dXlarge = "ml.m5d.xlarge"

	// ProductionVariantInstanceTypeMlM5d2xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlM5d2xlarge = "ml.m5d.2xlarge"

	// ProductionVariantInstanceTypeMlM5d4xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlM5d4xlarge = "ml.m5d.4xlarge"

	// ProductionVariantInstanceTypeMlM5d12xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlM5d12xlarge = "ml.m5d.12xlarge"

	// ProductionVariantInstanceTypeMlM5d24xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlM5d24xlarge = "ml.m5d.24xlarge"

	// ProductionVariantInstanceTypeMlC4Large is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlC4Large = "ml.c4.large"

	// ProductionVariantInstanceTypeMlC4Xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlC4Xlarge = "ml.c4.xlarge"

	// ProductionVariantInstanceTypeMlC42xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlC42xlarge = "ml.c4.2xlarge"

	// ProductionVariantInstanceTypeMlC44xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlC44xlarge = "ml.c4.4xlarge"

	// ProductionVariantInstanceTypeMlC48xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlC48xlarge = "ml.c4.8xlarge"

	// ProductionVariantInstanceTypeMlP2Xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlP2Xlarge = "ml.p2.xlarge"

	// ProductionVariantInstanceTypeMlP28xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlP28xlarge = "ml.p2.8xlarge"

	// ProductionVariantInstanceTypeMlP216xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlP216xlarge = "ml.p2.16xlarge"

	// ProductionVariantInstanceTypeMlP32xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlP32xlarge = "ml.p3.2xlarge"

	// ProductionVariantInstanceTypeMlP38xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlP38xlarge = "ml.p3.8xlarge"

	// ProductionVariantInstanceTypeMlP316xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlP316xlarge = "ml.p3.16xlarge"

	// ProductionVariantInstanceTypeMlC5Large is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlC5Large = "ml.c5.large"

	// ProductionVariantInstanceTypeMlC5Xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlC5Xlarge = "ml.c5.xlarge"

	// ProductionVariantInstanceTypeMlC52xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlC52xlarge = "ml.c5.2xlarge"

	// ProductionVariantInstanceTypeMlC54xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlC54xlarge = "ml.c5.4xlarge"

	// ProductionVariantInstanceTypeMlC59xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlC59xlarge = "ml.c5.9xlarge"

	// ProductionVariantInstanceTypeMlC518xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlC518xlarge = "ml.c5.18xlarge"

	// ProductionVariantInstanceTypeMlC5dLarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlC5dLarge = "ml.c5d.large"

	// ProductionVariantInstanceTypeMlC5dXlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlC5dXlarge = "ml.c5d.xlarge"

	// ProductionVariantInstanceTypeMlC5d2xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlC5d2xlarge = "ml.c5d.2xlarge"

	// ProductionVariantInstanceTypeMlC5d4xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlC5d4xlarge = "ml.c5d.4xlarge"

	// ProductionVariantInstanceTypeMlC5d9xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlC5d9xlarge = "ml.c5d.9xlarge"

	// ProductionVariantInstanceTypeMlC5d18xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlC5d18xlarge = "ml.c5d.18xlarge"

	// ProductionVariantInstanceTypeMlG4dnXlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlG4dnXlarge = "ml.g4dn.xlarge"

	// ProductionVariantInstanceTypeMlG4dn2xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlG4dn2xlarge = "ml.g4dn.2xlarge"

	// ProductionVariantInstanceTypeMlG4dn4xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlG4dn4xlarge = "ml.g4dn.4xlarge"

	// ProductionVariantInstanceTypeMlG4dn8xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlG4dn8xlarge = "ml.g4dn.8xlarge"

	// ProductionVariantInstanceTypeMlG4dn12xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlG4dn12xlarge = "ml.g4dn.12xlarge"

	// ProductionVariantInstanceTypeMlG4dn16xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlG4dn16xlarge = "ml.g4dn.16xlarge"

	// ProductionVariantInstanceTypeMlR5Large is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlR5Large = "ml.r5.large"

	// ProductionVariantInstanceTypeMlR5Xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlR5Xlarge = "ml.r5.xlarge"

	// ProductionVariantInstanceTypeMlR52xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlR52xlarge = "ml.r5.2xlarge"

	// ProductionVariantInstanceTypeMlR54xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlR54xlarge = "ml.r5.4xlarge"

	// ProductionVariantInstanceTypeMlR512xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlR512xlarge = "ml.r5.12xlarge"

	// ProductionVariantInstanceTypeMlR524xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlR524xlarge = "ml.r5.24xlarge"

	// ProductionVariantInstanceTypeMlR5dLarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlR5dLarge = "ml.r5d.large"

	// ProductionVariantInstanceTypeMlR5dXlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlR5dXlarge = "ml.r5d.xlarge"

	// ProductionVariantInstanceTypeMlR5d2xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlR5d2xlarge = "ml.r5d.2xlarge"

	// ProductionVariantInstanceTypeMlR5d4xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlR5d4xlarge = "ml.r5d.4xlarge"

	// ProductionVariantInstanceTypeMlR5d12xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlR5d12xlarge = "ml.r5d.12xlarge"

	// ProductionVariantInstanceTypeMlR5d24xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlR5d24xlarge = "ml.r5d.24xlarge"

	// ProductionVariantInstanceTypeMlInf1Xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlInf1Xlarge = "ml.inf1.xlarge"

	// ProductionVariantInstanceTypeMlInf12xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlInf12xlarge = "ml.inf1.2xlarge"

	// ProductionVariantInstanceTypeMlInf16xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlInf16xlarge = "ml.inf1.6xlarge"

	// ProductionVariantInstanceTypeMlInf124xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlInf124xlarge = "ml.inf1.24xlarge"

	// ProductionVariantInstanceTypeMlC6iLarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlC6iLarge = "ml.c6i.large"

	// ProductionVariantInstanceTypeMlC6iXlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlC6iXlarge = "ml.c6i.xlarge"

	// ProductionVariantInstanceTypeMlC6i2xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlC6i2xlarge = "ml.c6i.2xlarge"

	// ProductionVariantInstanceTypeMlC6i4xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlC6i4xlarge = "ml.c6i.4xlarge"

	// ProductionVariantInstanceTypeMlC6i8xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlC6i8xlarge = "ml.c6i.8xlarge"

	// ProductionVariantInstanceTypeMlC6i12xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlC6i12xlarge = "ml.c6i.12xlarge"

	// ProductionVariantInstanceTypeMlC6i16xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlC6i16xlarge = "ml.c6i.16xlarge"

	// ProductionVariantInstanceTypeMlC6i24xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlC6i24xlarge = "ml.c6i.24xlarge"

	// ProductionVariantInstanceTypeMlC6i32xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlC6i32xlarge = "ml.c6i.32xlarge"

	// ProductionVariantInstanceTypeMlG5Xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlG5Xlarge = "ml.g5.xlarge"

	// ProductionVariantInstanceTypeMlG52xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlG52xlarge = "ml.g5.2xlarge"

	// ProductionVariantInstanceTypeMlG54xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlG54xlarge = "ml.g5.4xlarge"

	// ProductionVariantInstanceTypeMlG58xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlG58xlarge = "ml.g5.8xlarge"

	// ProductionVariantInstanceTypeMlG512xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlG512xlarge = "ml.g5.12xlarge"

	// ProductionVariantInstanceTypeMlG516xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlG516xlarge = "ml.g5.16xlarge"

	// ProductionVariantInstanceTypeMlG524xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlG524xlarge = "ml.g5.24xlarge"

	// ProductionVariantInstanceTypeMlG548xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlG548xlarge = "ml.g5.48xlarge"

	// ProductionVariantInstanceTypeMlP4d24xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlP4d24xlarge = "ml.p4d.24xlarge"

	// ProductionVariantInstanceTypeMlC7gLarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlC7gLarge = "ml.c7g.large"

	// ProductionVariantInstanceTypeMlC7gXlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlC7gXlarge = "ml.c7g.xlarge"

	// ProductionVariantInstanceTypeMlC7g2xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlC7g2xlarge = "ml.c7g.2xlarge"

	// ProductionVariantInstanceTypeMlC7g4xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlC7g4xlarge = "ml.c7g.4xlarge"

	// ProductionVariantInstanceTypeMlC7g8xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlC7g8xlarge = "ml.c7g.8xlarge"

	// ProductionVariantInstanceTypeMlC7g12xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlC7g12xlarge = "ml.c7g.12xlarge"

	// ProductionVariantInstanceTypeMlC7g16xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlC7g16xlarge = "ml.c7g.16xlarge"

	// ProductionVariantInstanceTypeMlM6gLarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlM6gLarge = "ml.m6g.large"

	// ProductionVariantInstanceTypeMlM6gXlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlM6gXlarge = "ml.m6g.xlarge"

	// ProductionVariantInstanceTypeMlM6g2xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlM6g2xlarge = "ml.m6g.2xlarge"

	// ProductionVariantInstanceTypeMlM6g4xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlM6g4xlarge = "ml.m6g.4xlarge"

	// ProductionVariantInstanceTypeMlM6g8xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlM6g8xlarge = "ml.m6g.8xlarge"

	// ProductionVariantInstanceTypeMlM6g12xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlM6g12xlarge = "ml.m6g.12xlarge"

	// ProductionVariantInstanceTypeMlM6g16xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlM6g16xlarge = "ml.m6g.16xlarge"

	// ProductionVariantInstanceTypeMlM6gdLarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlM6gdLarge = "ml.m6gd.large"

	// ProductionVariantInstanceTypeMlM6gdXlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlM6gdXlarge = "ml.m6gd.xlarge"

	// ProductionVariantInstanceTypeMlM6gd2xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlM6gd2xlarge = "ml.m6gd.2xlarge"

	// ProductionVariantInstanceTypeMlM6gd4xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlM6gd4xlarge = "ml.m6gd.4xlarge"

	// ProductionVariantInstanceTypeMlM6gd8xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlM6gd8xlarge = "ml.m6gd.8xlarge"

	// ProductionVariantInstanceTypeMlM6gd12xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlM6gd12xlarge = "ml.m6gd.12xlarge"

	// ProductionVariantInstanceTypeMlM6gd16xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlM6gd16xlarge = "ml.m6gd.16xlarge"

	// ProductionVariantInstanceTypeMlC6gLarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlC6gLarge = "ml.c6g.large"

	// ProductionVariantInstanceTypeMlC6gXlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlC6gXlarge = "ml.c6g.xlarge"

	// ProductionVariantInstanceTypeMlC6g2xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlC6g2xlarge = "ml.c6g.2xlarge"

	// ProductionVariantInstanceTypeMlC6g4xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlC6g4xlarge = "ml.c6g.4xlarge"

	// ProductionVariantInstanceTypeMlC6g8xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlC6g8xlarge = "ml.c6g.8xlarge"

	// ProductionVariantInstanceTypeMlC6g12xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlC6g12xlarge = "ml.c6g.12xlarge"

	// ProductionVariantInstanceTypeMlC6g16xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlC6g16xlarge = "ml.c6g.16xlarge"

	// ProductionVariantInstanceTypeMlC6gdLarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlC6gdLarge = "ml.c6gd.large"

	// ProductionVariantInstanceTypeMlC6gdXlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlC6gdXlarge = "ml.c6gd.xlarge"

	// ProductionVariantInstanceTypeMlC6gd2xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlC6gd2xlarge = "ml.c6gd.2xlarge"

	// ProductionVariantInstanceTypeMlC6gd4xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlC6gd4xlarge = "ml.c6gd.4xlarge"

	// ProductionVariantInstanceTypeMlC6gd8xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlC6gd8xlarge = "ml.c6gd.8xlarge"

	// ProductionVariantInstanceTypeMlC6gd12xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlC6gd12xlarge = "ml.c6gd.12xlarge"

	// ProductionVariantInstanceTypeMlC6gd16xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlC6gd16xlarge = "ml.c6gd.16xlarge"

	// ProductionVariantInstanceTypeMlC6gnLarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlC6gnLarge = "ml.c6gn.large"

	// ProductionVariantInstanceTypeMlC6gnXlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlC6gnXlarge = "ml.c6gn.xlarge"

	// ProductionVariantInstanceTypeMlC6gn2xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlC6gn2xlarge = "ml.c6gn.2xlarge"

	// ProductionVariantInstanceTypeMlC6gn4xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlC6gn4xlarge = "ml.c6gn.4xlarge"

	// ProductionVariantInstanceTypeMlC6gn8xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlC6gn8xlarge = "ml.c6gn.8xlarge"

	// ProductionVariantInstanceTypeMlC6gn12xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlC6gn12xlarge = "ml.c6gn.12xlarge"

	// ProductionVariantInstanceTypeMlC6gn16xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlC6gn16xlarge = "ml.c6gn.16xlarge"

	// ProductionVariantInstanceTypeMlR6gLarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlR6gLarge = "ml.r6g.large"

	// ProductionVariantInstanceTypeMlR6gXlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlR6gXlarge = "ml.r6g.xlarge"

	// ProductionVariantInstanceTypeMlR6g2xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlR6g2xlarge = "ml.r6g.2xlarge"

	// ProductionVariantInstanceTypeMlR6g4xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlR6g4xlarge = "ml.r6g.4xlarge"

	// ProductionVariantInstanceTypeMlR6g8xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlR6g8xlarge = "ml.r6g.8xlarge"

	// ProductionVariantInstanceTypeMlR6g12xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlR6g12xlarge = "ml.r6g.12xlarge"

	// ProductionVariantInstanceTypeMlR6g16xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlR6g16xlarge = "ml.r6g.16xlarge"

	// ProductionVariantInstanceTypeMlR6gdLarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlR6gdLarge = "ml.r6gd.large"

	// ProductionVariantInstanceTypeMlR6gdXlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlR6gdXlarge = "ml.r6gd.xlarge"

	// ProductionVariantInstanceTypeMlR6gd2xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlR6gd2xlarge = "ml.r6gd.2xlarge"

	// ProductionVariantInstanceTypeMlR6gd4xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlR6gd4xlarge = "ml.r6gd.4xlarge"

	// ProductionVariantInstanceTypeMlR6gd8xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlR6gd8xlarge = "ml.r6gd.8xlarge"

	// ProductionVariantInstanceTypeMlR6gd12xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlR6gd12xlarge = "ml.r6gd.12xlarge"

	// ProductionVariantInstanceTypeMlR6gd16xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlR6gd16xlarge = "ml.r6gd.16xlarge"

	// ProductionVariantInstanceTypeMlP4de24xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlP4de24xlarge = "ml.p4de.24xlarge"

	// ProductionVariantInstanceTypeMlTrn12xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlTrn12xlarge = "ml.trn1.2xlarge"

	// ProductionVariantInstanceTypeMlTrn132xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlTrn132xlarge = "ml.trn1.32xlarge"

	// ProductionVariantInstanceTypeMlInf2Xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlInf2Xlarge = "ml.inf2.xlarge"

	// ProductionVariantInstanceTypeMlInf28xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlInf28xlarge = "ml.inf2.8xlarge"

	// ProductionVariantInstanceTypeMlInf224xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlInf224xlarge = "ml.inf2.24xlarge"

	// ProductionVariantInstanceTypeMlInf248xlarge is a ProductionVariantInstanceType enum value
	ProductionVariantInstanceTypeMlInf248xlarge = "ml.inf2.48xlarge"
)
View Source
const (
	// ProfilingStatusEnabled is a ProfilingStatus enum value
	ProfilingStatusEnabled = "Enabled"

	// ProfilingStatusDisabled is a ProfilingStatus enum value
	ProfilingStatusDisabled = "Disabled"
)
View Source
const (
	// ProjectSortByName is a ProjectSortBy enum value
	ProjectSortByName = "Name"

	// ProjectSortByCreationTime is a ProjectSortBy enum value
	ProjectSortByCreationTime = "CreationTime"
)
View Source
const (
	// ProjectSortOrderAscending is a ProjectSortOrder enum value
	ProjectSortOrderAscending = "Ascending"

	// ProjectSortOrderDescending is a ProjectSortOrder enum value
	ProjectSortOrderDescending = "Descending"
)
View Source
const (
	// ProjectStatusPending is a ProjectStatus enum value
	ProjectStatusPending = "Pending"

	// ProjectStatusCreateInProgress is a ProjectStatus enum value
	ProjectStatusCreateInProgress = "CreateInProgress"

	// ProjectStatusCreateCompleted is a ProjectStatus enum value
	ProjectStatusCreateCompleted = "CreateCompleted"

	// ProjectStatusCreateFailed is a ProjectStatus enum value
	ProjectStatusCreateFailed = "CreateFailed"

	// ProjectStatusDeleteInProgress is a ProjectStatus enum value
	ProjectStatusDeleteInProgress = "DeleteInProgress"

	// ProjectStatusDeleteFailed is a ProjectStatus enum value
	ProjectStatusDeleteFailed = "DeleteFailed"

	// ProjectStatusDeleteCompleted is a ProjectStatus enum value
	ProjectStatusDeleteCompleted = "DeleteCompleted"

	// ProjectStatusUpdateInProgress is a ProjectStatus enum value
	ProjectStatusUpdateInProgress = "UpdateInProgress"

	// ProjectStatusUpdateCompleted is a ProjectStatus enum value
	ProjectStatusUpdateCompleted = "UpdateCompleted"

	// ProjectStatusUpdateFailed is a ProjectStatus enum value
	ProjectStatusUpdateFailed = "UpdateFailed"
)
View Source
const (
	// RStudioServerProAccessStatusEnabled is a RStudioServerProAccessStatus enum value
	RStudioServerProAccessStatusEnabled = "ENABLED"

	// RStudioServerProAccessStatusDisabled is a RStudioServerProAccessStatus enum value
	RStudioServerProAccessStatusDisabled = "DISABLED"
)
View Source
const (
	// RStudioServerProUserGroupRStudioAdmin is a RStudioServerProUserGroup enum value
	RStudioServerProUserGroupRStudioAdmin = "R_STUDIO_ADMIN"

	// RStudioServerProUserGroupRStudioUser is a RStudioServerProUserGroup enum value
	RStudioServerProUserGroupRStudioUser = "R_STUDIO_USER"
)
View Source
const (
	// RecommendationJobStatusPending is a RecommendationJobStatus enum value
	RecommendationJobStatusPending = "PENDING"

	// RecommendationJobStatusInProgress is a RecommendationJobStatus enum value
	RecommendationJobStatusInProgress = "IN_PROGRESS"

	// RecommendationJobStatusCompleted is a RecommendationJobStatus enum value
	RecommendationJobStatusCompleted = "COMPLETED"

	// RecommendationJobStatusFailed is a RecommendationJobStatus enum value
	RecommendationJobStatusFailed = "FAILED"

	// RecommendationJobStatusStopping is a RecommendationJobStatus enum value
	RecommendationJobStatusStopping = "STOPPING"

	// RecommendationJobStatusStopped is a RecommendationJobStatus enum value
	RecommendationJobStatusStopped = "STOPPED"
)
View Source
const (
	// RecommendationJobSupportedEndpointTypeRealTime is a RecommendationJobSupportedEndpointType enum value
	RecommendationJobSupportedEndpointTypeRealTime = "RealTime"

	// RecommendationJobSupportedEndpointTypeServerless is a RecommendationJobSupportedEndpointType enum value
	RecommendationJobSupportedEndpointTypeServerless = "Serverless"
)
View Source
const (
	// RecommendationJobTypeDefault is a RecommendationJobType enum value
	RecommendationJobTypeDefault = "Default"

	// RecommendationJobTypeAdvanced is a RecommendationJobType enum value
	RecommendationJobTypeAdvanced = "Advanced"
)
View Source
const (
	// RecommendationStatusInProgress is a RecommendationStatus enum value
	RecommendationStatusInProgress = "IN_PROGRESS"

	// RecommendationStatusCompleted is a RecommendationStatus enum value
	RecommendationStatusCompleted = "COMPLETED"

	// RecommendationStatusFailed is a RecommendationStatus enum value
	RecommendationStatusFailed = "FAILED"

	// RecommendationStatusNotApplicable is a RecommendationStatus enum value
	RecommendationStatusNotApplicable = "NOT_APPLICABLE"
)
View Source
const (
	// RecordWrapperNone is a RecordWrapper enum value
	RecordWrapperNone = "None"

	// RecordWrapperRecordIo is a RecordWrapper enum value
	RecordWrapperRecordIo = "RecordIO"
)
View Source
const (
	// RedshiftResultCompressionTypeNone is a RedshiftResultCompressionType enum value
	RedshiftResultCompressionTypeNone = "None"

	// RedshiftResultCompressionTypeGzip is a RedshiftResultCompressionType enum value
	RedshiftResultCompressionTypeGzip = "GZIP"

	// RedshiftResultCompressionTypeBzip2 is a RedshiftResultCompressionType enum value
	RedshiftResultCompressionTypeBzip2 = "BZIP2"

	// RedshiftResultCompressionTypeZstd is a RedshiftResultCompressionType enum value
	RedshiftResultCompressionTypeZstd = "ZSTD"

	// RedshiftResultCompressionTypeSnappy is a RedshiftResultCompressionType enum value
	RedshiftResultCompressionTypeSnappy = "SNAPPY"
)

The compression used for Redshift query results.

View Source
const (
	// RedshiftResultFormatParquet is a RedshiftResultFormat enum value
	RedshiftResultFormatParquet = "PARQUET"

	// RedshiftResultFormatCsv is a RedshiftResultFormat enum value
	RedshiftResultFormatCsv = "CSV"
)

The data storage format for Redshift query results.

View Source
const (
	// RepositoryAccessModePlatform is a RepositoryAccessMode enum value
	RepositoryAccessModePlatform = "Platform"

	// RepositoryAccessModeVpc is a RepositoryAccessMode enum value
	RepositoryAccessModeVpc = "Vpc"
)
View Source
const (
	// ResourceCatalogSortOrderAscending is a ResourceCatalogSortOrder enum value
	ResourceCatalogSortOrderAscending = "Ascending"

	// ResourceCatalogSortOrderDescending is a ResourceCatalogSortOrder enum value
	ResourceCatalogSortOrderDescending = "Descending"
)
View Source
const (
	// ResourceTypeTrainingJob is a ResourceType enum value
	ResourceTypeTrainingJob = "TrainingJob"

	// ResourceTypeExperiment is a ResourceType enum value
	ResourceTypeExperiment = "Experiment"

	// ResourceTypeExperimentTrial is a ResourceType enum value
	ResourceTypeExperimentTrial = "ExperimentTrial"

	// ResourceTypeExperimentTrialComponent is a ResourceType enum value
	ResourceTypeExperimentTrialComponent = "ExperimentTrialComponent"

	// ResourceTypeEndpoint is a ResourceType enum value
	ResourceTypeEndpoint = "Endpoint"

	// ResourceTypeModelPackage is a ResourceType enum value
	ResourceTypeModelPackage = "ModelPackage"

	// ResourceTypeModelPackageGroup is a ResourceType enum value
	ResourceTypeModelPackageGroup = "ModelPackageGroup"

	// ResourceTypePipeline is a ResourceType enum value
	ResourceTypePipeline = "Pipeline"

	// ResourceTypePipelineExecution is a ResourceType enum value
	ResourceTypePipelineExecution = "PipelineExecution"

	// ResourceTypeFeatureGroup is a ResourceType enum value
	ResourceTypeFeatureGroup = "FeatureGroup"

	// ResourceTypeProject is a ResourceType enum value
	ResourceTypeProject = "Project"

	// ResourceTypeFeatureMetadata is a ResourceType enum value
	ResourceTypeFeatureMetadata = "FeatureMetadata"

	// ResourceTypeHyperParameterTuningJob is a ResourceType enum value
	ResourceTypeHyperParameterTuningJob = "HyperParameterTuningJob"

	// ResourceTypeModelCard is a ResourceType enum value
	ResourceTypeModelCard = "ModelCard"

	// ResourceTypeModel is a ResourceType enum value
	ResourceTypeModel = "Model"
)
View Source
const (
	// RetentionTypeRetain is a RetentionType enum value
	RetentionTypeRetain = "Retain"

	// RetentionTypeDelete is a RetentionType enum value
	RetentionTypeDelete = "Delete"
)
View Source
const (
	// RootAccessEnabled is a RootAccess enum value
	RootAccessEnabled = "Enabled"

	// RootAccessDisabled is a RootAccess enum value
	RootAccessDisabled = "Disabled"
)
View Source
const (
	// RuleEvaluationStatusInProgress is a RuleEvaluationStatus enum value
	RuleEvaluationStatusInProgress = "InProgress"

	// RuleEvaluationStatusNoIssuesFound is a RuleEvaluationStatus enum value
	RuleEvaluationStatusNoIssuesFound = "NoIssuesFound"

	// RuleEvaluationStatusIssuesFound is a RuleEvaluationStatus enum value
	RuleEvaluationStatusIssuesFound = "IssuesFound"

	// RuleEvaluationStatusError is a RuleEvaluationStatus enum value
	RuleEvaluationStatusError = "Error"

	// RuleEvaluationStatusStopping is a RuleEvaluationStatus enum value
	RuleEvaluationStatusStopping = "Stopping"

	// RuleEvaluationStatusStopped is a RuleEvaluationStatus enum value
	RuleEvaluationStatusStopped = "Stopped"
)
View Source
const (
	// S3DataDistributionFullyReplicated is a S3DataDistribution enum value
	S3DataDistributionFullyReplicated = "FullyReplicated"

	// S3DataDistributionShardedByS3key is a S3DataDistribution enum value
	S3DataDistributionShardedByS3key = "ShardedByS3Key"
)
View Source
const (
	// S3DataTypeManifestFile is a S3DataType enum value
	S3DataTypeManifestFile = "ManifestFile"

	// S3DataTypeS3prefix is a S3DataType enum value
	S3DataTypeS3prefix = "S3Prefix"

	// S3DataTypeAugmentedManifestFile is a S3DataType enum value
	S3DataTypeAugmentedManifestFile = "AugmentedManifestFile"
)
View Source
const (
	// S3ModelDataTypeS3prefix is a S3ModelDataType enum value
	S3ModelDataTypeS3prefix = "S3Prefix"

	// S3ModelDataTypeS3object is a S3ModelDataType enum value
	S3ModelDataTypeS3object = "S3Object"
)
View Source
const (
	// SagemakerServicecatalogStatusEnabled is a SagemakerServicecatalogStatus enum value
	SagemakerServicecatalogStatusEnabled = "Enabled"

	// SagemakerServicecatalogStatusDisabled is a SagemakerServicecatalogStatus enum value
	SagemakerServicecatalogStatusDisabled = "Disabled"
)
View Source
const (
	// ScheduleStatusPending is a ScheduleStatus enum value
	ScheduleStatusPending = "Pending"

	// ScheduleStatusFailed is a ScheduleStatus enum value
	ScheduleStatusFailed = "Failed"

	// ScheduleStatusScheduled is a ScheduleStatus enum value
	ScheduleStatusScheduled = "Scheduled"

	// ScheduleStatusStopped is a ScheduleStatus enum value
	ScheduleStatusStopped = "Stopped"
)
View Source
const (
	// SearchSortOrderAscending is a SearchSortOrder enum value
	SearchSortOrderAscending = "Ascending"

	// SearchSortOrderDescending is a SearchSortOrder enum value
	SearchSortOrderDescending = "Descending"
)
View Source
const (
	// SecondaryStatusStarting is a SecondaryStatus enum value
	SecondaryStatusStarting = "Starting"

	// SecondaryStatusLaunchingMlinstances is a SecondaryStatus enum value
	SecondaryStatusLaunchingMlinstances = "LaunchingMLInstances"

	// SecondaryStatusPreparingTrainingStack is a SecondaryStatus enum value
	SecondaryStatusPreparingTrainingStack = "PreparingTrainingStack"

	// SecondaryStatusDownloading is a SecondaryStatus enum value
	SecondaryStatusDownloading = "Downloading"

	// SecondaryStatusDownloadingTrainingImage is a SecondaryStatus enum value
	SecondaryStatusDownloadingTrainingImage = "DownloadingTrainingImage"

	// SecondaryStatusTraining is a SecondaryStatus enum value
	SecondaryStatusTraining = "Training"

	// SecondaryStatusUploading is a SecondaryStatus enum value
	SecondaryStatusUploading = "Uploading"

	// SecondaryStatusStopping is a SecondaryStatus enum value
	SecondaryStatusStopping = "Stopping"

	// SecondaryStatusStopped is a SecondaryStatus enum value
	SecondaryStatusStopped = "Stopped"

	// SecondaryStatusMaxRuntimeExceeded is a SecondaryStatus enum value
	SecondaryStatusMaxRuntimeExceeded = "MaxRuntimeExceeded"

	// SecondaryStatusCompleted is a SecondaryStatus enum value
	SecondaryStatusCompleted = "Completed"

	// SecondaryStatusFailed is a SecondaryStatus enum value
	SecondaryStatusFailed = "Failed"

	// SecondaryStatusInterrupted is a SecondaryStatus enum value
	SecondaryStatusInterrupted = "Interrupted"

	// SecondaryStatusMaxWaitTimeExceeded is a SecondaryStatus enum value
	SecondaryStatusMaxWaitTimeExceeded = "MaxWaitTimeExceeded"

	// SecondaryStatusUpdating is a SecondaryStatus enum value
	SecondaryStatusUpdating = "Updating"

	// SecondaryStatusRestarting is a SecondaryStatus enum value
	SecondaryStatusRestarting = "Restarting"
)
View Source
const (
	// SortActionsByName is a SortActionsBy enum value
	SortActionsByName = "Name"

	// SortActionsByCreationTime is a SortActionsBy enum value
	SortActionsByCreationTime = "CreationTime"
)
View Source
const (
	// SortAssociationsBySourceArn is a SortAssociationsBy enum value
	SortAssociationsBySourceArn = "SourceArn"

	// SortAssociationsByDestinationArn is a SortAssociationsBy enum value
	SortAssociationsByDestinationArn = "DestinationArn"

	// SortAssociationsBySourceType is a SortAssociationsBy enum value
	SortAssociationsBySourceType = "SourceType"

	// SortAssociationsByDestinationType is a SortAssociationsBy enum value
	SortAssociationsByDestinationType = "DestinationType"

	// SortAssociationsByCreationTime is a SortAssociationsBy enum value
	SortAssociationsByCreationTime = "CreationTime"
)
View Source
const (
	// SortByName is a SortBy enum value
	SortByName = "Name"

	// SortByCreationTime is a SortBy enum value
	SortByCreationTime = "CreationTime"

	// SortByStatus is a SortBy enum value
	SortByStatus = "Status"
)
View Source
const (
	// SortContextsByName is a SortContextsBy enum value
	SortContextsByName = "Name"

	// SortContextsByCreationTime is a SortContextsBy enum value
	SortContextsByCreationTime = "CreationTime"
)
View Source
const (
	// SortExperimentsByName is a SortExperimentsBy enum value
	SortExperimentsByName = "Name"

	// SortExperimentsByCreationTime is a SortExperimentsBy enum value
	SortExperimentsByCreationTime = "CreationTime"
)
View Source
const (
	// SortInferenceExperimentsByName is a SortInferenceExperimentsBy enum value
	SortInferenceExperimentsByName = "Name"

	// SortInferenceExperimentsByCreationTime is a SortInferenceExperimentsBy enum value
	SortInferenceExperimentsByCreationTime = "CreationTime"

	// SortInferenceExperimentsByStatus is a SortInferenceExperimentsBy enum value
	SortInferenceExperimentsByStatus = "Status"
)
View Source
const (
	// SortLineageGroupsByName is a SortLineageGroupsBy enum value
	SortLineageGroupsByName = "Name"

	// SortLineageGroupsByCreationTime is a SortLineageGroupsBy enum value
	SortLineageGroupsByCreationTime = "CreationTime"
)
View Source
const (
	// SortOrderAscending is a SortOrder enum value
	SortOrderAscending = "Ascending"

	// SortOrderDescending is a SortOrder enum value
	SortOrderDescending = "Descending"
)
View Source
const (
	// SortPipelineExecutionsByCreationTime is a SortPipelineExecutionsBy enum value
	SortPipelineExecutionsByCreationTime = "CreationTime"

	// SortPipelineExecutionsByPipelineExecutionArn is a SortPipelineExecutionsBy enum value
	SortPipelineExecutionsByPipelineExecutionArn = "PipelineExecutionArn"
)
View Source
const (
	// SortPipelinesByName is a SortPipelinesBy enum value
	SortPipelinesByName = "Name"

	// SortPipelinesByCreationTime is a SortPipelinesBy enum value
	SortPipelinesByCreationTime = "CreationTime"
)
View Source
const (
	// SortTrialComponentsByName is a SortTrialComponentsBy enum value
	SortTrialComponentsByName = "Name"

	// SortTrialComponentsByCreationTime is a SortTrialComponentsBy enum value
	SortTrialComponentsByCreationTime = "CreationTime"
)
View Source
const (
	// SortTrialsByName is a SortTrialsBy enum value
	SortTrialsByName = "Name"

	// SortTrialsByCreationTime is a SortTrialsBy enum value
	SortTrialsByCreationTime = "CreationTime"
)
View Source
const (
	// SpaceSortKeyCreationTime is a SpaceSortKey enum value
	SpaceSortKeyCreationTime = "CreationTime"

	// SpaceSortKeyLastModifiedTime is a SpaceSortKey enum value
	SpaceSortKeyLastModifiedTime = "LastModifiedTime"
)
View Source
const (
	// SpaceStatusDeleting is a SpaceStatus enum value
	SpaceStatusDeleting = "Deleting"

	// SpaceStatusFailed is a SpaceStatus enum value
	SpaceStatusFailed = "Failed"

	// SpaceStatusInService is a SpaceStatus enum value
	SpaceStatusInService = "InService"

	// SpaceStatusPending is a SpaceStatus enum value
	SpaceStatusPending = "Pending"

	// SpaceStatusUpdating is a SpaceStatus enum value
	SpaceStatusUpdating = "Updating"

	// SpaceStatusUpdateFailed is a SpaceStatus enum value
	SpaceStatusUpdateFailed = "Update_Failed"

	// SpaceStatusDeleteFailed is a SpaceStatus enum value
	SpaceStatusDeleteFailed = "Delete_Failed"
)
View Source
const (
	// SplitTypeNone is a SplitType enum value
	SplitTypeNone = "None"

	// SplitTypeLine is a SplitType enum value
	SplitTypeLine = "Line"

	// SplitTypeRecordIo is a SplitType enum value
	SplitTypeRecordIo = "RecordIO"

	// SplitTypeTfrecord is a SplitType enum value
	SplitTypeTfrecord = "TFRecord"
)
View Source
const (
	// StageStatusCreating is a StageStatus enum value
	StageStatusCreating = "CREATING"

	// StageStatusReadytodeploy is a StageStatus enum value
	StageStatusReadytodeploy = "READYTODEPLOY"

	// StageStatusStarting is a StageStatus enum value
	StageStatusStarting = "STARTING"

	// StageStatusInprogress is a StageStatus enum value
	StageStatusInprogress = "INPROGRESS"

	// StageStatusDeployed is a StageStatus enum value
	StageStatusDeployed = "DEPLOYED"

	// StageStatusFailed is a StageStatus enum value
	StageStatusFailed = "FAILED"

	// StageStatusStopping is a StageStatus enum value
	StageStatusStopping = "STOPPING"

	// StageStatusStopped is a StageStatus enum value
	StageStatusStopped = "STOPPED"
)
View Source
const (
	// StatisticAverage is a Statistic enum value
	StatisticAverage = "Average"

	// StatisticMinimum is a Statistic enum value
	StatisticMinimum = "Minimum"

	// StatisticMaximum is a Statistic enum value
	StatisticMaximum = "Maximum"

	// StatisticSampleCount is a Statistic enum value
	StatisticSampleCount = "SampleCount"

	// StatisticSum is a Statistic enum value
	StatisticSum = "Sum"
)
View Source
const (
	// StepStatusStarting is a StepStatus enum value
	StepStatusStarting = "Starting"

	// StepStatusExecuting is a StepStatus enum value
	StepStatusExecuting = "Executing"

	// StepStatusStopping is a StepStatus enum value
	StepStatusStopping = "Stopping"

	// StepStatusStopped is a StepStatus enum value
	StepStatusStopped = "Stopped"

	// StepStatusFailed is a StepStatus enum value
	StepStatusFailed = "Failed"

	// StepStatusSucceeded is a StepStatus enum value
	StepStatusSucceeded = "Succeeded"
)
View Source
const (
	// StudioLifecycleConfigAppTypeJupyterServer is a StudioLifecycleConfigAppType enum value
	StudioLifecycleConfigAppTypeJupyterServer = "JupyterServer"

	// StudioLifecycleConfigAppTypeKernelGateway is a StudioLifecycleConfigAppType enum value
	StudioLifecycleConfigAppTypeKernelGateway = "KernelGateway"
)
View Source
const (
	// StudioLifecycleConfigSortKeyCreationTime is a StudioLifecycleConfigSortKey enum value
	StudioLifecycleConfigSortKeyCreationTime = "CreationTime"

	// StudioLifecycleConfigSortKeyLastModifiedTime is a StudioLifecycleConfigSortKey enum value
	StudioLifecycleConfigSortKeyLastModifiedTime = "LastModifiedTime"

	// StudioLifecycleConfigSortKeyName is a StudioLifecycleConfigSortKey enum value
	StudioLifecycleConfigSortKeyName = "Name"
)
View Source
const (
	// TableFormatGlue is a TableFormat enum value
	TableFormatGlue = "Glue"

	// TableFormatIceberg is a TableFormat enum value
	TableFormatIceberg = "Iceberg"
)
View Source
const (
	// TargetDeviceLambda is a TargetDevice enum value
	TargetDeviceLambda = "lambda"

	// TargetDeviceMlM4 is a TargetDevice enum value
	TargetDeviceMlM4 = "ml_m4"

	// TargetDeviceMlM5 is a TargetDevice enum value
	TargetDeviceMlM5 = "ml_m5"

	// TargetDeviceMlC4 is a TargetDevice enum value
	TargetDeviceMlC4 = "ml_c4"

	// TargetDeviceMlC5 is a TargetDevice enum value
	TargetDeviceMlC5 = "ml_c5"

	// TargetDeviceMlP2 is a TargetDevice enum value
	TargetDeviceMlP2 = "ml_p2"

	// TargetDeviceMlP3 is a TargetDevice enum value
	TargetDeviceMlP3 = "ml_p3"

	// TargetDeviceMlG4dn is a TargetDevice enum value
	TargetDeviceMlG4dn = "ml_g4dn"

	// TargetDeviceMlInf1 is a TargetDevice enum value
	TargetDeviceMlInf1 = "ml_inf1"

	// TargetDeviceMlInf2 is a TargetDevice enum value
	TargetDeviceMlInf2 = "ml_inf2"

	// TargetDeviceMlTrn1 is a TargetDevice enum value
	TargetDeviceMlTrn1 = "ml_trn1"

	// TargetDeviceMlEia2 is a TargetDevice enum value
	TargetDeviceMlEia2 = "ml_eia2"

	// TargetDeviceJetsonTx1 is a TargetDevice enum value
	TargetDeviceJetsonTx1 = "jetson_tx1"

	// TargetDeviceJetsonTx2 is a TargetDevice enum value
	TargetDeviceJetsonTx2 = "jetson_tx2"

	// TargetDeviceJetsonNano is a TargetDevice enum value
	TargetDeviceJetsonNano = "jetson_nano"

	// TargetDeviceJetsonXavier is a TargetDevice enum value
	TargetDeviceJetsonXavier = "jetson_xavier"

	// TargetDeviceRasp3b is a TargetDevice enum value
	TargetDeviceRasp3b = "rasp3b"

	// TargetDeviceImx8qm is a TargetDevice enum value
	TargetDeviceImx8qm = "imx8qm"

	// TargetDeviceDeeplens is a TargetDevice enum value
	TargetDeviceDeeplens = "deeplens"

	// TargetDeviceRk3399 is a TargetDevice enum value
	TargetDeviceRk3399 = "rk3399"

	// TargetDeviceRk3288 is a TargetDevice enum value
	TargetDeviceRk3288 = "rk3288"

	// TargetDeviceAisage is a TargetDevice enum value
	TargetDeviceAisage = "aisage"

	// TargetDeviceSbeC is a TargetDevice enum value
	TargetDeviceSbeC = "sbe_c"

	// TargetDeviceQcs605 is a TargetDevice enum value
	TargetDeviceQcs605 = "qcs605"

	// TargetDeviceQcs603 is a TargetDevice enum value
	TargetDeviceQcs603 = "qcs603"

	// TargetDeviceSitaraAm57x is a TargetDevice enum value
	TargetDeviceSitaraAm57x = "sitara_am57x"

	// TargetDeviceAmbaCv2 is a TargetDevice enum value
	TargetDeviceAmbaCv2 = "amba_cv2"

	// TargetDeviceAmbaCv22 is a TargetDevice enum value
	TargetDeviceAmbaCv22 = "amba_cv22"

	// TargetDeviceAmbaCv25 is a TargetDevice enum value
	TargetDeviceAmbaCv25 = "amba_cv25"

	// TargetDeviceX86Win32 is a TargetDevice enum value
	TargetDeviceX86Win32 = "x86_win32"

	// TargetDeviceX86Win64 is a TargetDevice enum value
	TargetDeviceX86Win64 = "x86_win64"

	// TargetDeviceCoreml is a TargetDevice enum value
	TargetDeviceCoreml = "coreml"

	// TargetDeviceJacintoTda4vm is a TargetDevice enum value
	TargetDeviceJacintoTda4vm = "jacinto_tda4vm"

	// TargetDeviceImx8mplus is a TargetDevice enum value
	TargetDeviceImx8mplus = "imx8mplus"
)
View Source
const (
	// TargetPlatformAcceleratorIntelGraphics is a TargetPlatformAccelerator enum value
	TargetPlatformAcceleratorIntelGraphics = "INTEL_GRAPHICS"

	// TargetPlatformAcceleratorMali is a TargetPlatformAccelerator enum value
	TargetPlatformAcceleratorMali = "MALI"

	// TargetPlatformAcceleratorNvidia is a TargetPlatformAccelerator enum value
	TargetPlatformAcceleratorNvidia = "NVIDIA"

	// TargetPlatformAcceleratorNna is a TargetPlatformAccelerator enum value
	TargetPlatformAcceleratorNna = "NNA"
)
View Source
const (
	// TargetPlatformArchX8664 is a TargetPlatformArch enum value
	TargetPlatformArchX8664 = "X86_64"

	// TargetPlatformArchX86 is a TargetPlatformArch enum value
	TargetPlatformArchX86 = "X86"

	// TargetPlatformArchArm64 is a TargetPlatformArch enum value
	TargetPlatformArchArm64 = "ARM64"

	// TargetPlatformArchArmEabi is a TargetPlatformArch enum value
	TargetPlatformArchArmEabi = "ARM_EABI"

	// TargetPlatformArchArmEabihf is a TargetPlatformArch enum value
	TargetPlatformArchArmEabihf = "ARM_EABIHF"
)
View Source
const (
	// TargetPlatformOsAndroid is a TargetPlatformOs enum value
	TargetPlatformOsAndroid = "ANDROID"

	// TargetPlatformOsLinux is a TargetPlatformOs enum value
	TargetPlatformOsLinux = "LINUX"
)
View Source
const (
	// TrafficRoutingConfigTypeAllAtOnce is a TrafficRoutingConfigType enum value
	TrafficRoutingConfigTypeAllAtOnce = "ALL_AT_ONCE"

	// TrafficRoutingConfigTypeCanary is a TrafficRoutingConfigType enum value
	TrafficRoutingConfigTypeCanary = "CANARY"

	// TrafficRoutingConfigTypeLinear is a TrafficRoutingConfigType enum value
	TrafficRoutingConfigTypeLinear = "LINEAR"
)
View Source
const (
	// TrafficTypePhases is a TrafficType enum value
	TrafficTypePhases = "PHASES"

	// TrafficTypeStairs is a TrafficType enum value
	TrafficTypeStairs = "STAIRS"
)
View Source
const (
	// TrainingInputModePipe is a TrainingInputMode enum value
	TrainingInputModePipe = "Pipe"

	// TrainingInputModeFile is a TrainingInputMode enum value
	TrainingInputModeFile = "File"

	// TrainingInputModeFastFile is a TrainingInputMode enum value
	TrainingInputModeFastFile = "FastFile"
)

The training input mode that the algorithm supports. For more information about input modes, see Algorithms (https://docs.aws.amazon.com/sagemaker/latest/dg/algos.html).

Pipe mode

If an algorithm supports Pipe mode, Amazon SageMaker streams data directly from Amazon S3 to the container.

File mode

If an algorithm supports File mode, SageMaker downloads the training data from S3 to the provisioned ML storage volume, and mounts the directory to the Docker volume for the training container.

You must provision the ML storage volume with sufficient capacity to accommodate the data downloaded from S3. In addition to the training data, the ML storage volume also stores the output model. The algorithm container uses the ML storage volume to also store intermediate information, if any.

For distributed algorithms, training data is distributed uniformly. Your training duration is predictable if the input data objects sizes are approximately the same. SageMaker does not split the files any further for model training. If the object sizes are skewed, training won't be optimal as the data distribution is also skewed when one host in a training cluster is overloaded, thus becoming a bottleneck in training.

FastFile mode

If an algorithm supports FastFile mode, SageMaker streams data directly from S3 to the container with no code changes, and provides file system access to the data. Users can author their training script to interact with these files as if they were stored on disk.

FastFile mode works best when the data is read sequentially. Augmented manifest files aren't supported. The startup time is lower when there are fewer files in the S3 bucket provided.

View Source
const (
	// TrainingInstanceTypeMlM4Xlarge is a TrainingInstanceType enum value
	TrainingInstanceTypeMlM4Xlarge = "ml.m4.xlarge"

	// TrainingInstanceTypeMlM42xlarge is a TrainingInstanceType enum value
	TrainingInstanceTypeMlM42xlarge = "ml.m4.2xlarge"

	// TrainingInstanceTypeMlM44xlarge is a TrainingInstanceType enum value
	TrainingInstanceTypeMlM44xlarge = "ml.m4.4xlarge"

	// TrainingInstanceTypeMlM410xlarge is a TrainingInstanceType enum value
	TrainingInstanceTypeMlM410xlarge = "ml.m4.10xlarge"

	// TrainingInstanceTypeMlM416xlarge is a TrainingInstanceType enum value
	TrainingInstanceTypeMlM416xlarge = "ml.m4.16xlarge"

	// TrainingInstanceTypeMlG4dnXlarge is a TrainingInstanceType enum value
	TrainingInstanceTypeMlG4dnXlarge = "ml.g4dn.xlarge"

	// TrainingInstanceTypeMlG4dn2xlarge is a TrainingInstanceType enum value
	TrainingInstanceTypeMlG4dn2xlarge = "ml.g4dn.2xlarge"

	// TrainingInstanceTypeMlG4dn4xlarge is a TrainingInstanceType enum value
	TrainingInstanceTypeMlG4dn4xlarge = "ml.g4dn.4xlarge"

	// TrainingInstanceTypeMlG4dn8xlarge is a TrainingInstanceType enum value
	TrainingInstanceTypeMlG4dn8xlarge = "ml.g4dn.8xlarge"

	// TrainingInstanceTypeMlG4dn12xlarge is a TrainingInstanceType enum value
	TrainingInstanceTypeMlG4dn12xlarge = "ml.g4dn.12xlarge"

	// TrainingInstanceTypeMlG4dn16xlarge is a TrainingInstanceType enum value
	TrainingInstanceTypeMlG4dn16xlarge = "ml.g4dn.16xlarge"

	// TrainingInstanceTypeMlM5Large is a TrainingInstanceType enum value
	TrainingInstanceTypeMlM5Large = "ml.m5.large"

	// TrainingInstanceTypeMlM5Xlarge is a TrainingInstanceType enum value
	TrainingInstanceTypeMlM5Xlarge = "ml.m5.xlarge"

	// TrainingInstanceTypeMlM52xlarge is a TrainingInstanceType enum value
	TrainingInstanceTypeMlM52xlarge = "ml.m5.2xlarge"

	// TrainingInstanceTypeMlM54xlarge is a TrainingInstanceType enum value
	TrainingInstanceTypeMlM54xlarge = "ml.m5.4xlarge"

	// TrainingInstanceTypeMlM512xlarge is a TrainingInstanceType enum value
	TrainingInstanceTypeMlM512xlarge = "ml.m5.12xlarge"

	// TrainingInstanceTypeMlM524xlarge is a TrainingInstanceType enum value
	TrainingInstanceTypeMlM524xlarge = "ml.m5.24xlarge"

	// TrainingInstanceTypeMlC4Xlarge is a TrainingInstanceType enum value
	TrainingInstanceTypeMlC4Xlarge = "ml.c4.xlarge"

	// TrainingInstanceTypeMlC42xlarge is a TrainingInstanceType enum value
	TrainingInstanceTypeMlC42xlarge = "ml.c4.2xlarge"

	// TrainingInstanceTypeMlC44xlarge is a TrainingInstanceType enum value
	TrainingInstanceTypeMlC44xlarge = "ml.c4.4xlarge"

	// TrainingInstanceTypeMlC48xlarge is a TrainingInstanceType enum value
	TrainingInstanceTypeMlC48xlarge = "ml.c4.8xlarge"

	// TrainingInstanceTypeMlP2Xlarge is a TrainingInstanceType enum value
	TrainingInstanceTypeMlP2Xlarge = "ml.p2.xlarge"

	// TrainingInstanceTypeMlP28xlarge is a TrainingInstanceType enum value
	TrainingInstanceTypeMlP28xlarge = "ml.p2.8xlarge"

	// TrainingInstanceTypeMlP216xlarge is a TrainingInstanceType enum value
	TrainingInstanceTypeMlP216xlarge = "ml.p2.16xlarge"

	// TrainingInstanceTypeMlP32xlarge is a TrainingInstanceType enum value
	TrainingInstanceTypeMlP32xlarge = "ml.p3.2xlarge"

	// TrainingInstanceTypeMlP38xlarge is a TrainingInstanceType enum value
	TrainingInstanceTypeMlP38xlarge = "ml.p3.8xlarge"

	// TrainingInstanceTypeMlP316xlarge is a TrainingInstanceType enum value
	TrainingInstanceTypeMlP316xlarge = "ml.p3.16xlarge"

	// TrainingInstanceTypeMlP3dn24xlarge is a TrainingInstanceType enum value
	TrainingInstanceTypeMlP3dn24xlarge = "ml.p3dn.24xlarge"

	// TrainingInstanceTypeMlP4d24xlarge is a TrainingInstanceType enum value
	TrainingInstanceTypeMlP4d24xlarge = "ml.p4d.24xlarge"

	// TrainingInstanceTypeMlC5Xlarge is a TrainingInstanceType enum value
	TrainingInstanceTypeMlC5Xlarge = "ml.c5.xlarge"

	// TrainingInstanceTypeMlC52xlarge is a TrainingInstanceType enum value
	TrainingInstanceTypeMlC52xlarge = "ml.c5.2xlarge"

	// TrainingInstanceTypeMlC54xlarge is a TrainingInstanceType enum value
	TrainingInstanceTypeMlC54xlarge = "ml.c5.4xlarge"

	// TrainingInstanceTypeMlC59xlarge is a TrainingInstanceType enum value
	TrainingInstanceTypeMlC59xlarge = "ml.c5.9xlarge"

	// TrainingInstanceTypeMlC518xlarge is a TrainingInstanceType enum value
	TrainingInstanceTypeMlC518xlarge = "ml.c5.18xlarge"

	// TrainingInstanceTypeMlC5nXlarge is a TrainingInstanceType enum value
	TrainingInstanceTypeMlC5nXlarge = "ml.c5n.xlarge"

	// TrainingInstanceTypeMlC5n2xlarge is a TrainingInstanceType enum value
	TrainingInstanceTypeMlC5n2xlarge = "ml.c5n.2xlarge"

	// TrainingInstanceTypeMlC5n4xlarge is a TrainingInstanceType enum value
	TrainingInstanceTypeMlC5n4xlarge = "ml.c5n.4xlarge"

	// TrainingInstanceTypeMlC5n9xlarge is a TrainingInstanceType enum value
	TrainingInstanceTypeMlC5n9xlarge = "ml.c5n.9xlarge"

	// TrainingInstanceTypeMlC5n18xlarge is a TrainingInstanceType enum value
	TrainingInstanceTypeMlC5n18xlarge = "ml.c5n.18xlarge"

	// TrainingInstanceTypeMlG5Xlarge is a TrainingInstanceType enum value
	TrainingInstanceTypeMlG5Xlarge = "ml.g5.xlarge"

	// TrainingInstanceTypeMlG52xlarge is a TrainingInstanceType enum value
	TrainingInstanceTypeMlG52xlarge = "ml.g5.2xlarge"

	// TrainingInstanceTypeMlG54xlarge is a TrainingInstanceType enum value
	TrainingInstanceTypeMlG54xlarge = "ml.g5.4xlarge"

	// TrainingInstanceTypeMlG58xlarge is a TrainingInstanceType enum value
	TrainingInstanceTypeMlG58xlarge = "ml.g5.8xlarge"

	// TrainingInstanceTypeMlG516xlarge is a TrainingInstanceType enum value
	TrainingInstanceTypeMlG516xlarge = "ml.g5.16xlarge"

	// TrainingInstanceTypeMlG512xlarge is a TrainingInstanceType enum value
	TrainingInstanceTypeMlG512xlarge = "ml.g5.12xlarge"

	// TrainingInstanceTypeMlG524xlarge is a TrainingInstanceType enum value
	TrainingInstanceTypeMlG524xlarge = "ml.g5.24xlarge"

	// TrainingInstanceTypeMlG548xlarge is a TrainingInstanceType enum value
	TrainingInstanceTypeMlG548xlarge = "ml.g5.48xlarge"

	// TrainingInstanceTypeMlTrn12xlarge is a TrainingInstanceType enum value
	TrainingInstanceTypeMlTrn12xlarge = "ml.trn1.2xlarge"

	// TrainingInstanceTypeMlTrn132xlarge is a TrainingInstanceType enum value
	TrainingInstanceTypeMlTrn132xlarge = "ml.trn1.32xlarge"

	// TrainingInstanceTypeMlTrn1n32xlarge is a TrainingInstanceType enum value
	TrainingInstanceTypeMlTrn1n32xlarge = "ml.trn1n.32xlarge"

	// TrainingInstanceTypeMlP548xlarge is a TrainingInstanceType enum value
	TrainingInstanceTypeMlP548xlarge = "ml.p5.48xlarge"
)
View Source
const (
	// TrainingJobEarlyStoppingTypeOff is a TrainingJobEarlyStoppingType enum value
	TrainingJobEarlyStoppingTypeOff = "Off"

	// TrainingJobEarlyStoppingTypeAuto is a TrainingJobEarlyStoppingType enum value
	TrainingJobEarlyStoppingTypeAuto = "Auto"
)
View Source
const (
	// TrainingJobSortByOptionsName is a TrainingJobSortByOptions enum value
	TrainingJobSortByOptionsName = "Name"

	// TrainingJobSortByOptionsCreationTime is a TrainingJobSortByOptions enum value
	TrainingJobSortByOptionsCreationTime = "CreationTime"

	// TrainingJobSortByOptionsStatus is a TrainingJobSortByOptions enum value
	TrainingJobSortByOptionsStatus = "Status"

	// TrainingJobSortByOptionsFinalObjectiveMetricValue is a TrainingJobSortByOptions enum value
	TrainingJobSortByOptionsFinalObjectiveMetricValue = "FinalObjectiveMetricValue"
)
View Source
const (
	// TrainingJobStatusInProgress is a TrainingJobStatus enum value
	TrainingJobStatusInProgress = "InProgress"

	// TrainingJobStatusCompleted is a TrainingJobStatus enum value
	TrainingJobStatusCompleted = "Completed"

	// TrainingJobStatusFailed is a TrainingJobStatus enum value
	TrainingJobStatusFailed = "Failed"

	// TrainingJobStatusStopping is a TrainingJobStatus enum value
	TrainingJobStatusStopping = "Stopping"

	// TrainingJobStatusStopped is a TrainingJobStatus enum value
	TrainingJobStatusStopped = "Stopped"
)
View Source
const (
	// TrainingRepositoryAccessModePlatform is a TrainingRepositoryAccessMode enum value
	TrainingRepositoryAccessModePlatform = "Platform"

	// TrainingRepositoryAccessModeVpc is a TrainingRepositoryAccessMode enum value
	TrainingRepositoryAccessModeVpc = "Vpc"
)
View Source
const (
	// TransformInstanceTypeMlM4Xlarge is a TransformInstanceType enum value
	TransformInstanceTypeMlM4Xlarge = "ml.m4.xlarge"

	// TransformInstanceTypeMlM42xlarge is a TransformInstanceType enum value
	TransformInstanceTypeMlM42xlarge = "ml.m4.2xlarge"

	// TransformInstanceTypeMlM44xlarge is a TransformInstanceType enum value
	TransformInstanceTypeMlM44xlarge = "ml.m4.4xlarge"

	// TransformInstanceTypeMlM410xlarge is a TransformInstanceType enum value
	TransformInstanceTypeMlM410xlarge = "ml.m4.10xlarge"

	// TransformInstanceTypeMlM416xlarge is a TransformInstanceType enum value
	TransformInstanceTypeMlM416xlarge = "ml.m4.16xlarge"

	// TransformInstanceTypeMlC4Xlarge is a TransformInstanceType enum value
	TransformInstanceTypeMlC4Xlarge = "ml.c4.xlarge"

	// TransformInstanceTypeMlC42xlarge is a TransformInstanceType enum value
	TransformInstanceTypeMlC42xlarge = "ml.c4.2xlarge"

	// TransformInstanceTypeMlC44xlarge is a TransformInstanceType enum value
	TransformInstanceTypeMlC44xlarge = "ml.c4.4xlarge"

	// TransformInstanceTypeMlC48xlarge is a TransformInstanceType enum value
	TransformInstanceTypeMlC48xlarge = "ml.c4.8xlarge"

	// TransformInstanceTypeMlP2Xlarge is a TransformInstanceType enum value
	TransformInstanceTypeMlP2Xlarge = "ml.p2.xlarge"

	// TransformInstanceTypeMlP28xlarge is a TransformInstanceType enum value
	TransformInstanceTypeMlP28xlarge = "ml.p2.8xlarge"

	// TransformInstanceTypeMlP216xlarge is a TransformInstanceType enum value
	TransformInstanceTypeMlP216xlarge = "ml.p2.16xlarge"

	// TransformInstanceTypeMlP32xlarge is a TransformInstanceType enum value
	TransformInstanceTypeMlP32xlarge = "ml.p3.2xlarge"

	// TransformInstanceTypeMlP38xlarge is a TransformInstanceType enum value
	TransformInstanceTypeMlP38xlarge = "ml.p3.8xlarge"

	// TransformInstanceTypeMlP316xlarge is a TransformInstanceType enum value
	TransformInstanceTypeMlP316xlarge = "ml.p3.16xlarge"

	// TransformInstanceTypeMlC5Xlarge is a TransformInstanceType enum value
	TransformInstanceTypeMlC5Xlarge = "ml.c5.xlarge"

	// TransformInstanceTypeMlC52xlarge is a TransformInstanceType enum value
	TransformInstanceTypeMlC52xlarge = "ml.c5.2xlarge"

	// TransformInstanceTypeMlC54xlarge is a TransformInstanceType enum value
	TransformInstanceTypeMlC54xlarge = "ml.c5.4xlarge"

	// TransformInstanceTypeMlC59xlarge is a TransformInstanceType enum value
	TransformInstanceTypeMlC59xlarge = "ml.c5.9xlarge"

	// TransformInstanceTypeMlC518xlarge is a TransformInstanceType enum value
	TransformInstanceTypeMlC518xlarge = "ml.c5.18xlarge"

	// TransformInstanceTypeMlM5Large is a TransformInstanceType enum value
	TransformInstanceTypeMlM5Large = "ml.m5.large"

	// TransformInstanceTypeMlM5Xlarge is a TransformInstanceType enum value
	TransformInstanceTypeMlM5Xlarge = "ml.m5.xlarge"

	// TransformInstanceTypeMlM52xlarge is a TransformInstanceType enum value
	TransformInstanceTypeMlM52xlarge = "ml.m5.2xlarge"

	// TransformInstanceTypeMlM54xlarge is a TransformInstanceType enum value
	TransformInstanceTypeMlM54xlarge = "ml.m5.4xlarge"

	// TransformInstanceTypeMlM512xlarge is a TransformInstanceType enum value
	TransformInstanceTypeMlM512xlarge = "ml.m5.12xlarge"

	// TransformInstanceTypeMlM524xlarge is a TransformInstanceType enum value
	TransformInstanceTypeMlM524xlarge = "ml.m5.24xlarge"

	// TransformInstanceTypeMlG4dnXlarge is a TransformInstanceType enum value
	TransformInstanceTypeMlG4dnXlarge = "ml.g4dn.xlarge"

	// TransformInstanceTypeMlG4dn2xlarge is a TransformInstanceType enum value
	TransformInstanceTypeMlG4dn2xlarge = "ml.g4dn.2xlarge"

	// TransformInstanceTypeMlG4dn4xlarge is a TransformInstanceType enum value
	TransformInstanceTypeMlG4dn4xlarge = "ml.g4dn.4xlarge"

	// TransformInstanceTypeMlG4dn8xlarge is a TransformInstanceType enum value
	TransformInstanceTypeMlG4dn8xlarge = "ml.g4dn.8xlarge"

	// TransformInstanceTypeMlG4dn12xlarge is a TransformInstanceType enum value
	TransformInstanceTypeMlG4dn12xlarge = "ml.g4dn.12xlarge"

	// TransformInstanceTypeMlG4dn16xlarge is a TransformInstanceType enum value
	TransformInstanceTypeMlG4dn16xlarge = "ml.g4dn.16xlarge"
)
View Source
const (
	// TransformJobStatusInProgress is a TransformJobStatus enum value
	TransformJobStatusInProgress = "InProgress"

	// TransformJobStatusCompleted is a TransformJobStatus enum value
	TransformJobStatusCompleted = "Completed"

	// TransformJobStatusFailed is a TransformJobStatus enum value
	TransformJobStatusFailed = "Failed"

	// TransformJobStatusStopping is a TransformJobStatus enum value
	TransformJobStatusStopping = "Stopping"

	// TransformJobStatusStopped is a TransformJobStatus enum value
	TransformJobStatusStopped = "Stopped"
)
View Source
const (
	// TrialComponentPrimaryStatusInProgress is a TrialComponentPrimaryStatus enum value
	TrialComponentPrimaryStatusInProgress = "InProgress"

	// TrialComponentPrimaryStatusCompleted is a TrialComponentPrimaryStatus enum value
	TrialComponentPrimaryStatusCompleted = "Completed"

	// TrialComponentPrimaryStatusFailed is a TrialComponentPrimaryStatus enum value
	TrialComponentPrimaryStatusFailed = "Failed"

	// TrialComponentPrimaryStatusStopping is a TrialComponentPrimaryStatus enum value
	TrialComponentPrimaryStatusStopping = "Stopping"

	// TrialComponentPrimaryStatusStopped is a TrialComponentPrimaryStatus enum value
	TrialComponentPrimaryStatusStopped = "Stopped"
)
View Source
const (
	// TtlDurationUnitSeconds is a TtlDurationUnit enum value
	TtlDurationUnitSeconds = "Seconds"

	// TtlDurationUnitMinutes is a TtlDurationUnit enum value
	TtlDurationUnitMinutes = "Minutes"

	// TtlDurationUnitHours is a TtlDurationUnit enum value
	TtlDurationUnitHours = "Hours"

	// TtlDurationUnitDays is a TtlDurationUnit enum value
	TtlDurationUnitDays = "Days"

	// TtlDurationUnitWeeks is a TtlDurationUnit enum value
	TtlDurationUnitWeeks = "Weeks"
)
View Source
const (
	// UserProfileSortKeyCreationTime is a UserProfileSortKey enum value
	UserProfileSortKeyCreationTime = "CreationTime"

	// UserProfileSortKeyLastModifiedTime is a UserProfileSortKey enum value
	UserProfileSortKeyLastModifiedTime = "LastModifiedTime"
)
View Source
const (
	// UserProfileStatusDeleting is a UserProfileStatus enum value
	UserProfileStatusDeleting = "Deleting"

	// UserProfileStatusFailed is a UserProfileStatus enum value
	UserProfileStatusFailed = "Failed"

	// UserProfileStatusInService is a UserProfileStatus enum value
	UserProfileStatusInService = "InService"

	// UserProfileStatusPending is a UserProfileStatus enum value
	UserProfileStatusPending = "Pending"

	// UserProfileStatusUpdating is a UserProfileStatus enum value
	UserProfileStatusUpdating = "Updating"

	// UserProfileStatusUpdateFailed is a UserProfileStatus enum value
	UserProfileStatusUpdateFailed = "Update_Failed"

	// UserProfileStatusDeleteFailed is a UserProfileStatus enum value
	UserProfileStatusDeleteFailed = "Delete_Failed"
)
View Source
const (
	// VariantPropertyTypeDesiredInstanceCount is a VariantPropertyType enum value
	VariantPropertyTypeDesiredInstanceCount = "DesiredInstanceCount"

	// VariantPropertyTypeDesiredWeight is a VariantPropertyType enum value
	VariantPropertyTypeDesiredWeight = "DesiredWeight"

	// VariantPropertyTypeDataCaptureConfig is a VariantPropertyType enum value
	VariantPropertyTypeDataCaptureConfig = "DataCaptureConfig"
)
View Source
const (
	// VariantStatusCreating is a VariantStatus enum value
	VariantStatusCreating = "Creating"

	// VariantStatusUpdating is a VariantStatus enum value
	VariantStatusUpdating = "Updating"

	// VariantStatusDeleting is a VariantStatus enum value
	VariantStatusDeleting = "Deleting"

	// VariantStatusActivatingTraffic is a VariantStatus enum value
	VariantStatusActivatingTraffic = "ActivatingTraffic"

	// VariantStatusBaking is a VariantStatus enum value
	VariantStatusBaking = "Baking"
)
View Source
const (
	// VendorGuidanceNotProvided is a VendorGuidance enum value
	VendorGuidanceNotProvided = "NOT_PROVIDED"

	// VendorGuidanceStable is a VendorGuidance enum value
	VendorGuidanceStable = "STABLE"

	// VendorGuidanceToBeArchived is a VendorGuidance enum value
	VendorGuidanceToBeArchived = "TO_BE_ARCHIVED"

	// VendorGuidanceArchived is a VendorGuidance enum value
	VendorGuidanceArchived = "ARCHIVED"
)
View Source
const (
	// WarmPoolResourceStatusAvailable is a WarmPoolResourceStatus enum value
	WarmPoolResourceStatusAvailable = "Available"

	// WarmPoolResourceStatusTerminated is a WarmPoolResourceStatus enum value
	WarmPoolResourceStatusTerminated = "Terminated"

	// WarmPoolResourceStatusReused is a WarmPoolResourceStatus enum value
	WarmPoolResourceStatusReused = "Reused"

	// WarmPoolResourceStatusInUse is a WarmPoolResourceStatus enum value
	WarmPoolResourceStatusInUse = "InUse"
)
View Source
const (
	// WorkforceStatusInitializing is a WorkforceStatus enum value
	WorkforceStatusInitializing = "Initializing"

	// WorkforceStatusUpdating is a WorkforceStatus enum value
	WorkforceStatusUpdating = "Updating"

	// WorkforceStatusDeleting is a WorkforceStatus enum value
	WorkforceStatusDeleting = "Deleting"

	// WorkforceStatusFailed is a WorkforceStatus enum value
	WorkforceStatusFailed = "Failed"

	// WorkforceStatusActive is a WorkforceStatus enum value
	WorkforceStatusActive = "Active"
)
View Source
const (

	// ErrCodeConflictException for service response error code
	// "ConflictException".
	//
	// There was a conflict when you attempted to modify a SageMaker entity such
	// as an Experiment or Artifact.
	ErrCodeConflictException = "ConflictException"

	// ErrCodeResourceInUse for service response error code
	// "ResourceInUse".
	//
	// Resource being accessed is in use.
	ErrCodeResourceInUse = "ResourceInUse"

	// ErrCodeResourceLimitExceeded for service response error code
	// "ResourceLimitExceeded".
	//
	// You have exceeded an SageMaker resource limit. For example, you might have
	// too many training jobs created.
	ErrCodeResourceLimitExceeded = "ResourceLimitExceeded"

	// ErrCodeResourceNotFound for service response error code
	// "ResourceNotFound".
	//
	// Resource being access is not found.
	ErrCodeResourceNotFound = "ResourceNotFound"
)
View Source
const (
	ServiceName = "sagemaker"     // Name of service.
	EndpointsID = "api.sagemaker" // ID to lookup a service endpoint with.
	ServiceID   = "SageMaker"     // ServiceID is a unique identifier of a specific service.
)

Service information constants

View Source
const (
	// AppSortKeyCreationTime is a AppSortKey enum value
	AppSortKeyCreationTime = "CreationTime"
)
View Source
const (
	// AutotuneModeEnabled is a AutotuneMode enum value
	AutotuneModeEnabled = "Enabled"
)
View Source
const (
	// EdgePresetDeploymentTypeGreengrassV2component is a EdgePresetDeploymentType enum value
	EdgePresetDeploymentTypeGreengrassV2component = "GreengrassV2Component"
)
View Source
const (
	// HyperParameterTuningAllocationStrategyPrioritized is a HyperParameterTuningAllocationStrategy enum value
	HyperParameterTuningAllocationStrategyPrioritized = "Prioritized"
)
View Source
const (
	// InferenceExperimentTypeShadowMode is a InferenceExperimentType enum value
	InferenceExperimentTypeShadowMode = "ShadowMode"
)
View Source
const (
	// ListLabelingJobsForWorkteamSortByOptionsCreationTime is a ListLabelingJobsForWorkteamSortByOptions enum value
	ListLabelingJobsForWorkteamSortByOptionsCreationTime = "CreationTime"
)
View Source
const (
	// ModelCardVersionSortByVersion is a ModelCardVersionSortBy enum value
	ModelCardVersionSortByVersion = "Version"
)
View Source
const (
	// ModelInfrastructureTypeRealTimeInference is a ModelInfrastructureType enum value
	ModelInfrastructureTypeRealTimeInference = "RealTimeInference"
)
View Source
const (
	// PipelineStatusActive is a PipelineStatus enum value
	PipelineStatusActive = "Active"
)
View Source
const (
	// RecommendationStepTypeBenchmark is a RecommendationStepType enum value
	RecommendationStepTypeBenchmark = "BENCHMARK"
)
View Source
const (
	// ResourceCatalogSortByCreationTime is a ResourceCatalogSortBy enum value
	ResourceCatalogSortByCreationTime = "CreationTime"
)
View Source
const (
	// SortArtifactsByCreationTime is a SortArtifactsBy enum value
	SortArtifactsByCreationTime = "CreationTime"
)

Variables

This section is empty.

Functions

func ActionStatus_Values added in v1.35.37

func ActionStatus_Values() []string

ActionStatus_Values returns all elements of the ActionStatus enum

func AggregationTransformationValue_Values added in v1.44.293

func AggregationTransformationValue_Values() []string

AggregationTransformationValue_Values returns all elements of the AggregationTransformationValue enum

func AlgorithmSortBy_Values added in v1.34.3

func AlgorithmSortBy_Values() []string

AlgorithmSortBy_Values returns all elements of the AlgorithmSortBy enum

func AlgorithmStatus_Values added in v1.34.3

func AlgorithmStatus_Values() []string

AlgorithmStatus_Values returns all elements of the AlgorithmStatus enum

func AppImageConfigSortKey_Values added in v1.35.15

func AppImageConfigSortKey_Values() []string

AppImageConfigSortKey_Values returns all elements of the AppImageConfigSortKey enum

func AppInstanceType_Values added in v1.34.3

func AppInstanceType_Values() []string

AppInstanceType_Values returns all elements of the AppInstanceType enum

func AppNetworkAccessType_Values added in v1.35.3

func AppNetworkAccessType_Values() []string

AppNetworkAccessType_Values returns all elements of the AppNetworkAccessType enum

func AppSecurityGroupManagement_Values added in v1.41.13

func AppSecurityGroupManagement_Values() []string

AppSecurityGroupManagement_Values returns all elements of the AppSecurityGroupManagement enum

func AppSortKey_Values added in v1.34.3

func AppSortKey_Values() []string

AppSortKey_Values returns all elements of the AppSortKey enum

func AppStatus_Values added in v1.34.3

func AppStatus_Values() []string

AppStatus_Values returns all elements of the AppStatus enum

func AppType_Values added in v1.34.3

func AppType_Values() []string

AppType_Values returns all elements of the AppType enum

func ArtifactSourceIdType_Values added in v1.35.37

func ArtifactSourceIdType_Values() []string

ArtifactSourceIdType_Values returns all elements of the ArtifactSourceIdType enum

func AssemblyType_Values added in v1.34.3

func AssemblyType_Values() []string

AssemblyType_Values returns all elements of the AssemblyType enum

func AssociationEdgeType_Values added in v1.35.37

func AssociationEdgeType_Values() []string

AssociationEdgeType_Values returns all elements of the AssociationEdgeType enum

func AsyncNotificationTopicTypes_Values added in v1.44.236

func AsyncNotificationTopicTypes_Values() []string

AsyncNotificationTopicTypes_Values returns all elements of the AsyncNotificationTopicTypes enum

func AthenaResultCompressionType_Values added in v1.35.37

func AthenaResultCompressionType_Values() []string

AthenaResultCompressionType_Values returns all elements of the AthenaResultCompressionType enum

func AthenaResultFormat_Values added in v1.35.37

func AthenaResultFormat_Values() []string

AthenaResultFormat_Values returns all elements of the AthenaResultFormat enum

func AuthMode_Values added in v1.34.3

func AuthMode_Values() []string

AuthMode_Values returns all elements of the AuthMode enum

func AutoMLAlgorithm_Values added in v1.44.199

func AutoMLAlgorithm_Values() []string

AutoMLAlgorithm_Values returns all elements of the AutoMLAlgorithm enum

func AutoMLChannelType_Values added in v1.44.2

func AutoMLChannelType_Values() []string

AutoMLChannelType_Values returns all elements of the AutoMLChannelType enum

func AutoMLJobObjectiveType_Values added in v1.34.3

func AutoMLJobObjectiveType_Values() []string

AutoMLJobObjectiveType_Values returns all elements of the AutoMLJobObjectiveType enum

func AutoMLJobSecondaryStatus_Values added in v1.34.3

func AutoMLJobSecondaryStatus_Values() []string

AutoMLJobSecondaryStatus_Values returns all elements of the AutoMLJobSecondaryStatus enum

func AutoMLJobStatus_Values added in v1.34.3

func AutoMLJobStatus_Values() []string

AutoMLJobStatus_Values returns all elements of the AutoMLJobStatus enum

func AutoMLMetricEnum_Values added in v1.34.3

func AutoMLMetricEnum_Values() []string

AutoMLMetricEnum_Values returns all elements of the AutoMLMetricEnum enum

func AutoMLMetricExtendedEnum_Values added in v1.44.6

func AutoMLMetricExtendedEnum_Values() []string

AutoMLMetricExtendedEnum_Values returns all elements of the AutoMLMetricExtendedEnum enum

func AutoMLMode_Values added in v1.44.94

func AutoMLMode_Values() []string

AutoMLMode_Values returns all elements of the AutoMLMode enum

func AutoMLProblemTypeConfigName_Values added in v1.44.285

func AutoMLProblemTypeConfigName_Values() []string

AutoMLProblemTypeConfigName_Values returns all elements of the AutoMLProblemTypeConfigName enum

func AutoMLProcessingUnit_Values added in v1.44.228

func AutoMLProcessingUnit_Values() []string

AutoMLProcessingUnit_Values returns all elements of the AutoMLProcessingUnit enum

func AutoMLS3DataType_Values added in v1.34.3

func AutoMLS3DataType_Values() []string

AutoMLS3DataType_Values returns all elements of the AutoMLS3DataType enum

func AutoMLSortBy_Values added in v1.34.3

func AutoMLSortBy_Values() []string

AutoMLSortBy_Values returns all elements of the AutoMLSortBy enum

func AutoMLSortOrder_Values added in v1.34.3

func AutoMLSortOrder_Values() []string

AutoMLSortOrder_Values returns all elements of the AutoMLSortOrder enum

func AutotuneMode_Values added in v1.44.270

func AutotuneMode_Values() []string

AutotuneMode_Values returns all elements of the AutotuneMode enum

func AwsManagedHumanLoopRequestSource_Values added in v1.34.3

func AwsManagedHumanLoopRequestSource_Values() []string

AwsManagedHumanLoopRequestSource_Values returns all elements of the AwsManagedHumanLoopRequestSource enum

func BatchStrategy_Values added in v1.34.3

func BatchStrategy_Values() []string

BatchStrategy_Values returns all elements of the BatchStrategy enum

func BooleanOperator_Values added in v1.34.3

func BooleanOperator_Values() []string

BooleanOperator_Values returns all elements of the BooleanOperator enum

func CandidateSortBy_Values added in v1.34.3

func CandidateSortBy_Values() []string

CandidateSortBy_Values returns all elements of the CandidateSortBy enum

func CandidateStatus_Values added in v1.34.3

func CandidateStatus_Values() []string

CandidateStatus_Values returns all elements of the CandidateStatus enum

func CandidateStepType_Values added in v1.34.3

func CandidateStepType_Values() []string

CandidateStepType_Values returns all elements of the CandidateStepType enum

func CapacitySizeType_Values added in v1.35.37

func CapacitySizeType_Values() []string

CapacitySizeType_Values returns all elements of the CapacitySizeType enum

func CaptureMode_Values added in v1.34.3

func CaptureMode_Values() []string

CaptureMode_Values returns all elements of the CaptureMode enum

func CaptureStatus_Values added in v1.34.3

func CaptureStatus_Values() []string

CaptureStatus_Values returns all elements of the CaptureStatus enum

func ClarifyFeatureType_Values added in v1.44.109

func ClarifyFeatureType_Values() []string

ClarifyFeatureType_Values returns all elements of the ClarifyFeatureType enum

func ClarifyTextGranularity_Values added in v1.44.109

func ClarifyTextGranularity_Values() []string

ClarifyTextGranularity_Values returns all elements of the ClarifyTextGranularity enum

func ClarifyTextLanguage_Values added in v1.44.109

func ClarifyTextLanguage_Values() []string

ClarifyTextLanguage_Values returns all elements of the ClarifyTextLanguage enum

func CodeRepositorySortBy_Values added in v1.34.3

func CodeRepositorySortBy_Values() []string

CodeRepositorySortBy_Values returns all elements of the CodeRepositorySortBy enum

func CodeRepositorySortOrder_Values added in v1.34.3

func CodeRepositorySortOrder_Values() []string

CodeRepositorySortOrder_Values returns all elements of the CodeRepositorySortOrder enum

func CompilationJobStatus_Values added in v1.34.3

func CompilationJobStatus_Values() []string

CompilationJobStatus_Values returns all elements of the CompilationJobStatus enum

func CompleteOnConvergence_Values added in v1.44.191

func CompleteOnConvergence_Values() []string

CompleteOnConvergence_Values returns all elements of the CompleteOnConvergence enum

func CompressionType_Values added in v1.34.3

func CompressionType_Values() []string

CompressionType_Values returns all elements of the CompressionType enum

func ConditionOutcome_Values added in v1.35.37

func ConditionOutcome_Values() []string

ConditionOutcome_Values returns all elements of the ConditionOutcome enum

func ContainerMode_Values added in v1.34.3

func ContainerMode_Values() []string

ContainerMode_Values returns all elements of the ContainerMode enum

func ContentClassifier_Values added in v1.34.3

func ContentClassifier_Values() []string

ContentClassifier_Values returns all elements of the ContentClassifier enum

func CrossAccountFilterOption_Values added in v1.44.305

func CrossAccountFilterOption_Values() []string

CrossAccountFilterOption_Values returns all elements of the CrossAccountFilterOption enum

func DataDistributionType_Values added in v1.35.37

func DataDistributionType_Values() []string

DataDistributionType_Values returns all elements of the DataDistributionType enum

func DetailedAlgorithmStatus_Values added in v1.34.3

func DetailedAlgorithmStatus_Values() []string

DetailedAlgorithmStatus_Values returns all elements of the DetailedAlgorithmStatus enum

func DetailedModelPackageStatus_Values added in v1.34.3

func DetailedModelPackageStatus_Values() []string

DetailedModelPackageStatus_Values returns all elements of the DetailedModelPackageStatus enum

func DeviceDeploymentStatus_Values added in v1.44.57

func DeviceDeploymentStatus_Values() []string

DeviceDeploymentStatus_Values returns all elements of the DeviceDeploymentStatus enum

func DeviceSubsetType_Values added in v1.44.57

func DeviceSubsetType_Values() []string

DeviceSubsetType_Values returns all elements of the DeviceSubsetType enum

func DirectInternetAccess_Values added in v1.34.3

func DirectInternetAccess_Values() []string

DirectInternetAccess_Values returns all elements of the DirectInternetAccess enum

func Direction_Values added in v1.42.17

func Direction_Values() []string

Direction_Values returns all elements of the Direction enum

func DomainStatus_Values added in v1.34.3

func DomainStatus_Values() []string

DomainStatus_Values returns all elements of the DomainStatus enum

func EdgePackagingJobStatus_Values added in v1.36.4

func EdgePackagingJobStatus_Values() []string

EdgePackagingJobStatus_Values returns all elements of the EdgePackagingJobStatus enum

func EdgePresetDeploymentStatus_Values added in v1.38.59

func EdgePresetDeploymentStatus_Values() []string

EdgePresetDeploymentStatus_Values returns all elements of the EdgePresetDeploymentStatus enum

func EdgePresetDeploymentType_Values added in v1.38.59

func EdgePresetDeploymentType_Values() []string

EdgePresetDeploymentType_Values returns all elements of the EdgePresetDeploymentType enum

func EndpointConfigSortKey_Values added in v1.34.3

func EndpointConfigSortKey_Values() []string

EndpointConfigSortKey_Values returns all elements of the EndpointConfigSortKey enum

func EndpointSortKey_Values added in v1.34.3

func EndpointSortKey_Values() []string

EndpointSortKey_Values returns all elements of the EndpointSortKey enum

func EndpointStatus_Values added in v1.34.3

func EndpointStatus_Values() []string

EndpointStatus_Values returns all elements of the EndpointStatus enum

func ExecutionRoleIdentityConfig_Values added in v1.44.91

func ExecutionRoleIdentityConfig_Values() []string

ExecutionRoleIdentityConfig_Values returns all elements of the ExecutionRoleIdentityConfig enum

func ExecutionStatus_Values added in v1.34.3

func ExecutionStatus_Values() []string

ExecutionStatus_Values returns all elements of the ExecutionStatus enum

func FailureHandlingPolicy_Values added in v1.44.57

func FailureHandlingPolicy_Values() []string

FailureHandlingPolicy_Values returns all elements of the FailureHandlingPolicy enum

func FeatureGroupSortBy_Values added in v1.35.37

func FeatureGroupSortBy_Values() []string

FeatureGroupSortBy_Values returns all elements of the FeatureGroupSortBy enum

func FeatureGroupSortOrder_Values added in v1.35.37

func FeatureGroupSortOrder_Values() []string

FeatureGroupSortOrder_Values returns all elements of the FeatureGroupSortOrder enum

func FeatureGroupStatus_Values added in v1.35.37

func FeatureGroupStatus_Values() []string

FeatureGroupStatus_Values returns all elements of the FeatureGroupStatus enum

func FeatureStatus_Values added in v1.44.103

func FeatureStatus_Values() []string

FeatureStatus_Values returns all elements of the FeatureStatus enum

func FeatureType_Values added in v1.35.37

func FeatureType_Values() []string

FeatureType_Values returns all elements of the FeatureType enum

func FileSystemAccessMode_Values added in v1.34.3

func FileSystemAccessMode_Values() []string

FileSystemAccessMode_Values returns all elements of the FileSystemAccessMode enum

func FileSystemType_Values added in v1.34.3

func FileSystemType_Values() []string

FileSystemType_Values returns all elements of the FileSystemType enum

func FillingType_Values added in v1.44.293

func FillingType_Values() []string

FillingType_Values returns all elements of the FillingType enum

func FlatInvocations_Values added in v1.44.314

func FlatInvocations_Values() []string

FlatInvocations_Values returns all elements of the FlatInvocations enum

func FlowDefinitionStatus_Values added in v1.34.3

func FlowDefinitionStatus_Values() []string

FlowDefinitionStatus_Values returns all elements of the FlowDefinitionStatus enum

func Framework_Values added in v1.34.3

func Framework_Values() []string

Framework_Values returns all elements of the Framework enum

func HubContentSortBy_Values added in v1.44.150

func HubContentSortBy_Values() []string

HubContentSortBy_Values returns all elements of the HubContentSortBy enum

func HubContentStatus_Values added in v1.44.150

func HubContentStatus_Values() []string

HubContentStatus_Values returns all elements of the HubContentStatus enum

func HubContentType_Values added in v1.44.150

func HubContentType_Values() []string

HubContentType_Values returns all elements of the HubContentType enum

func HubSortBy_Values added in v1.44.150

func HubSortBy_Values() []string

HubSortBy_Values returns all elements of the HubSortBy enum

func HubStatus_Values added in v1.44.150

func HubStatus_Values() []string

HubStatus_Values returns all elements of the HubStatus enum

func HumanTaskUiStatus_Values added in v1.34.3

func HumanTaskUiStatus_Values() []string

HumanTaskUiStatus_Values returns all elements of the HumanTaskUiStatus enum

func HyperParameterScalingType_Values added in v1.34.3

func HyperParameterScalingType_Values() []string

HyperParameterScalingType_Values returns all elements of the HyperParameterScalingType enum

func HyperParameterTuningAllocationStrategy_Values added in v1.44.72

func HyperParameterTuningAllocationStrategy_Values() []string

HyperParameterTuningAllocationStrategy_Values returns all elements of the HyperParameterTuningAllocationStrategy enum

func HyperParameterTuningJobObjectiveType_Values added in v1.34.3

func HyperParameterTuningJobObjectiveType_Values() []string

HyperParameterTuningJobObjectiveType_Values returns all elements of the HyperParameterTuningJobObjectiveType enum

func HyperParameterTuningJobSortByOptions_Values added in v1.34.3

func HyperParameterTuningJobSortByOptions_Values() []string

HyperParameterTuningJobSortByOptions_Values returns all elements of the HyperParameterTuningJobSortByOptions enum

func HyperParameterTuningJobStatus_Values added in v1.34.3

func HyperParameterTuningJobStatus_Values() []string

HyperParameterTuningJobStatus_Values returns all elements of the HyperParameterTuningJobStatus enum

func HyperParameterTuningJobStrategyType_Values added in v1.34.3

func HyperParameterTuningJobStrategyType_Values() []string

HyperParameterTuningJobStrategyType_Values returns all elements of the HyperParameterTuningJobStrategyType enum

func HyperParameterTuningJobWarmStartType_Values added in v1.34.3

func HyperParameterTuningJobWarmStartType_Values() []string

HyperParameterTuningJobWarmStartType_Values returns all elements of the HyperParameterTuningJobWarmStartType enum

func ImageSortBy_Values added in v1.35.15

func ImageSortBy_Values() []string

ImageSortBy_Values returns all elements of the ImageSortBy enum

func ImageSortOrder_Values added in v1.35.15

func ImageSortOrder_Values() []string

ImageSortOrder_Values returns all elements of the ImageSortOrder enum

func ImageStatus_Values added in v1.35.15

func ImageStatus_Values() []string

ImageStatus_Values returns all elements of the ImageStatus enum

func ImageVersionSortBy_Values added in v1.35.15

func ImageVersionSortBy_Values() []string

ImageVersionSortBy_Values returns all elements of the ImageVersionSortBy enum

func ImageVersionSortOrder_Values added in v1.35.15

func ImageVersionSortOrder_Values() []string

ImageVersionSortOrder_Values returns all elements of the ImageVersionSortOrder enum

func ImageVersionStatus_Values added in v1.35.15

func ImageVersionStatus_Values() []string

ImageVersionStatus_Values returns all elements of the ImageVersionStatus enum

func InferenceExecutionMode_Values added in v1.37.16

func InferenceExecutionMode_Values() []string

InferenceExecutionMode_Values returns all elements of the InferenceExecutionMode enum

func InferenceExperimentStatus_Values added in v1.44.150

func InferenceExperimentStatus_Values() []string

InferenceExperimentStatus_Values returns all elements of the InferenceExperimentStatus enum

func InferenceExperimentStopDesiredState_Values added in v1.44.150

func InferenceExperimentStopDesiredState_Values() []string

InferenceExperimentStopDesiredState_Values returns all elements of the InferenceExperimentStopDesiredState enum

func InferenceExperimentType_Values added in v1.44.150

func InferenceExperimentType_Values() []string

InferenceExperimentType_Values returns all elements of the InferenceExperimentType enum

func InputMode_Values added in v1.35.37

func InputMode_Values() []string

InputMode_Values returns all elements of the InputMode enum

func InstanceType_Values added in v1.34.3

func InstanceType_Values() []string

InstanceType_Values returns all elements of the InstanceType enum

func JobType_Values added in v1.44.163

func JobType_Values() []string

JobType_Values returns all elements of the JobType enum

func JoinSource_Values added in v1.34.3

func JoinSource_Values() []string

JoinSource_Values returns all elements of the JoinSource enum

func LabelingJobStatus_Values added in v1.34.3

func LabelingJobStatus_Values() []string

LabelingJobStatus_Values returns all elements of the LabelingJobStatus enum

func LastUpdateStatusValue_Values added in v1.44.45

func LastUpdateStatusValue_Values() []string

LastUpdateStatusValue_Values returns all elements of the LastUpdateStatusValue enum

func LineageType_Values added in v1.42.17

func LineageType_Values() []string

LineageType_Values returns all elements of the LineageType enum

func ListCompilationJobsSortBy_Values added in v1.34.3

func ListCompilationJobsSortBy_Values() []string

ListCompilationJobsSortBy_Values returns all elements of the ListCompilationJobsSortBy enum

func ListDeviceFleetsSortBy_Values added in v1.36.4

func ListDeviceFleetsSortBy_Values() []string

ListDeviceFleetsSortBy_Values returns all elements of the ListDeviceFleetsSortBy enum

func ListEdgeDeploymentPlansSortBy_Values added in v1.44.57

func ListEdgeDeploymentPlansSortBy_Values() []string

ListEdgeDeploymentPlansSortBy_Values returns all elements of the ListEdgeDeploymentPlansSortBy enum

func ListEdgePackagingJobsSortBy_Values added in v1.36.4

func ListEdgePackagingJobsSortBy_Values() []string

ListEdgePackagingJobsSortBy_Values returns all elements of the ListEdgePackagingJobsSortBy enum

func ListInferenceRecommendationsJobsSortBy_Values added in v1.42.17

func ListInferenceRecommendationsJobsSortBy_Values() []string

ListInferenceRecommendationsJobsSortBy_Values returns all elements of the ListInferenceRecommendationsJobsSortBy enum

func ListLabelingJobsForWorkteamSortByOptions_Values added in v1.34.3

func ListLabelingJobsForWorkteamSortByOptions_Values() []string

ListLabelingJobsForWorkteamSortByOptions_Values returns all elements of the ListLabelingJobsForWorkteamSortByOptions enum

func ListWorkforcesSortByOptions_Values added in v1.34.3

func ListWorkforcesSortByOptions_Values() []string

ListWorkforcesSortByOptions_Values returns all elements of the ListWorkforcesSortByOptions enum

func ListWorkteamsSortByOptions_Values added in v1.34.3

func ListWorkteamsSortByOptions_Values() []string

ListWorkteamsSortByOptions_Values returns all elements of the ListWorkteamsSortByOptions enum

func MetricSetSource_Values added in v1.40.21

func MetricSetSource_Values() []string

MetricSetSource_Values returns all elements of the MetricSetSource enum

func ModelApprovalStatus_Values added in v1.35.37

func ModelApprovalStatus_Values() []string

ModelApprovalStatus_Values returns all elements of the ModelApprovalStatus enum

func ModelCacheSetting_Values added in v1.36.27

func ModelCacheSetting_Values() []string

ModelCacheSetting_Values returns all elements of the ModelCacheSetting enum

func ModelCardExportJobSortBy_Values added in v1.44.150

func ModelCardExportJobSortBy_Values() []string

ModelCardExportJobSortBy_Values returns all elements of the ModelCardExportJobSortBy enum

func ModelCardExportJobSortOrder_Values added in v1.44.150

func ModelCardExportJobSortOrder_Values() []string

ModelCardExportJobSortOrder_Values returns all elements of the ModelCardExportJobSortOrder enum

func ModelCardExportJobStatus_Values added in v1.44.150

func ModelCardExportJobStatus_Values() []string

ModelCardExportJobStatus_Values returns all elements of the ModelCardExportJobStatus enum

func ModelCardProcessingStatus_Values added in v1.44.150

func ModelCardProcessingStatus_Values() []string

ModelCardProcessingStatus_Values returns all elements of the ModelCardProcessingStatus enum

func ModelCardSortBy_Values added in v1.44.150

func ModelCardSortBy_Values() []string

ModelCardSortBy_Values returns all elements of the ModelCardSortBy enum

func ModelCardSortOrder_Values added in v1.44.150

func ModelCardSortOrder_Values() []string

ModelCardSortOrder_Values returns all elements of the ModelCardSortOrder enum

func ModelCardStatus_Values added in v1.44.150

func ModelCardStatus_Values() []string

ModelCardStatus_Values returns all elements of the ModelCardStatus enum

func ModelCardVersionSortBy_Values added in v1.44.150

func ModelCardVersionSortBy_Values() []string

ModelCardVersionSortBy_Values returns all elements of the ModelCardVersionSortBy enum

func ModelCompressionType_Values added in v1.44.287

func ModelCompressionType_Values() []string

ModelCompressionType_Values returns all elements of the ModelCompressionType enum

func ModelInfrastructureType_Values added in v1.44.150

func ModelInfrastructureType_Values() []string

ModelInfrastructureType_Values returns all elements of the ModelInfrastructureType enum

func ModelMetadataFilterType_Values added in v1.42.17

func ModelMetadataFilterType_Values() []string

ModelMetadataFilterType_Values returns all elements of the ModelMetadataFilterType enum

func ModelPackageGroupSortBy_Values added in v1.35.37

func ModelPackageGroupSortBy_Values() []string

ModelPackageGroupSortBy_Values returns all elements of the ModelPackageGroupSortBy enum

func ModelPackageGroupStatus_Values added in v1.35.37

func ModelPackageGroupStatus_Values() []string

ModelPackageGroupStatus_Values returns all elements of the ModelPackageGroupStatus enum

func ModelPackageSortBy_Values added in v1.34.3

func ModelPackageSortBy_Values() []string

ModelPackageSortBy_Values returns all elements of the ModelPackageSortBy enum

func ModelPackageStatus_Values added in v1.34.3

func ModelPackageStatus_Values() []string

ModelPackageStatus_Values returns all elements of the ModelPackageStatus enum

func ModelPackageType_Values added in v1.35.37

func ModelPackageType_Values() []string

ModelPackageType_Values returns all elements of the ModelPackageType enum

func ModelSortKey_Values added in v1.34.3

func ModelSortKey_Values() []string

ModelSortKey_Values returns all elements of the ModelSortKey enum

func ModelVariantAction_Values added in v1.44.150

func ModelVariantAction_Values() []string

ModelVariantAction_Values returns all elements of the ModelVariantAction enum

func ModelVariantStatus_Values added in v1.44.150

func ModelVariantStatus_Values() []string

ModelVariantStatus_Values returns all elements of the ModelVariantStatus enum

func MonitoringAlertHistorySortKey_Values added in v1.44.150

func MonitoringAlertHistorySortKey_Values() []string

MonitoringAlertHistorySortKey_Values returns all elements of the MonitoringAlertHistorySortKey enum

func MonitoringAlertStatus_Values added in v1.44.150

func MonitoringAlertStatus_Values() []string

MonitoringAlertStatus_Values returns all elements of the MonitoringAlertStatus enum

func MonitoringExecutionSortKey_Values added in v1.34.3

func MonitoringExecutionSortKey_Values() []string

MonitoringExecutionSortKey_Values returns all elements of the MonitoringExecutionSortKey enum

func MonitoringJobDefinitionSortKey_Values added in v1.36.4

func MonitoringJobDefinitionSortKey_Values() []string

MonitoringJobDefinitionSortKey_Values returns all elements of the MonitoringJobDefinitionSortKey enum

func MonitoringProblemType_Values added in v1.36.4

func MonitoringProblemType_Values() []string

MonitoringProblemType_Values returns all elements of the MonitoringProblemType enum

func MonitoringScheduleSortKey_Values added in v1.34.3

func MonitoringScheduleSortKey_Values() []string

MonitoringScheduleSortKey_Values returns all elements of the MonitoringScheduleSortKey enum

func MonitoringType_Values added in v1.36.4

func MonitoringType_Values() []string

MonitoringType_Values returns all elements of the MonitoringType enum

func NotebookInstanceAcceleratorType_Values added in v1.34.3

func NotebookInstanceAcceleratorType_Values() []string

NotebookInstanceAcceleratorType_Values returns all elements of the NotebookInstanceAcceleratorType enum

func NotebookInstanceLifecycleConfigSortKey_Values added in v1.34.3

func NotebookInstanceLifecycleConfigSortKey_Values() []string

NotebookInstanceLifecycleConfigSortKey_Values returns all elements of the NotebookInstanceLifecycleConfigSortKey enum

func NotebookInstanceLifecycleConfigSortOrder_Values added in v1.34.3

func NotebookInstanceLifecycleConfigSortOrder_Values() []string

NotebookInstanceLifecycleConfigSortOrder_Values returns all elements of the NotebookInstanceLifecycleConfigSortOrder enum

func NotebookInstanceSortKey_Values added in v1.34.3

func NotebookInstanceSortKey_Values() []string

NotebookInstanceSortKey_Values returns all elements of the NotebookInstanceSortKey enum

func NotebookInstanceSortOrder_Values added in v1.34.3

func NotebookInstanceSortOrder_Values() []string

NotebookInstanceSortOrder_Values returns all elements of the NotebookInstanceSortOrder enum

func NotebookInstanceStatus_Values added in v1.34.3

func NotebookInstanceStatus_Values() []string

NotebookInstanceStatus_Values returns all elements of the NotebookInstanceStatus enum

func NotebookOutputOption_Values added in v1.34.3

func NotebookOutputOption_Values() []string

NotebookOutputOption_Values returns all elements of the NotebookOutputOption enum

func ObjectiveStatus_Values added in v1.34.3

func ObjectiveStatus_Values() []string

ObjectiveStatus_Values returns all elements of the ObjectiveStatus enum

func OfflineStoreStatusValue_Values added in v1.35.37

func OfflineStoreStatusValue_Values() []string

OfflineStoreStatusValue_Values returns all elements of the OfflineStoreStatusValue enum

func Operator_Values added in v1.34.3

func Operator_Values() []string

Operator_Values returns all elements of the Operator enum

func OrderKey_Values added in v1.34.3

func OrderKey_Values() []string

OrderKey_Values returns all elements of the OrderKey enum

func OutputCompressionType_Values added in v1.44.287

func OutputCompressionType_Values() []string

OutputCompressionType_Values returns all elements of the OutputCompressionType enum

func ParameterType_Values added in v1.34.3

func ParameterType_Values() []string

ParameterType_Values returns all elements of the ParameterType enum

func PipelineExecutionStatus_Values added in v1.35.37

func PipelineExecutionStatus_Values() []string

PipelineExecutionStatus_Values returns all elements of the PipelineExecutionStatus enum

func PipelineStatus_Values added in v1.35.37

func PipelineStatus_Values() []string

PipelineStatus_Values returns all elements of the PipelineStatus enum

func ProblemType_Values added in v1.34.3

func ProblemType_Values() []string

ProblemType_Values returns all elements of the ProblemType enum

func ProcessingInstanceType_Values added in v1.34.3

func ProcessingInstanceType_Values() []string

ProcessingInstanceType_Values returns all elements of the ProcessingInstanceType enum

func ProcessingJobStatus_Values added in v1.34.3

func ProcessingJobStatus_Values() []string

ProcessingJobStatus_Values returns all elements of the ProcessingJobStatus enum

func ProcessingS3CompressionType_Values added in v1.34.3

func ProcessingS3CompressionType_Values() []string

ProcessingS3CompressionType_Values returns all elements of the ProcessingS3CompressionType enum

func ProcessingS3DataDistributionType_Values added in v1.34.3

func ProcessingS3DataDistributionType_Values() []string

ProcessingS3DataDistributionType_Values returns all elements of the ProcessingS3DataDistributionType enum

func ProcessingS3DataType_Values added in v1.34.3

func ProcessingS3DataType_Values() []string

ProcessingS3DataType_Values returns all elements of the ProcessingS3DataType enum

func ProcessingS3InputMode_Values added in v1.34.3

func ProcessingS3InputMode_Values() []string

ProcessingS3InputMode_Values returns all elements of the ProcessingS3InputMode enum

func ProcessingS3UploadMode_Values added in v1.34.3

func ProcessingS3UploadMode_Values() []string

ProcessingS3UploadMode_Values returns all elements of the ProcessingS3UploadMode enum

func Processor_Values added in v1.44.163

func Processor_Values() []string

Processor_Values returns all elements of the Processor enum

func ProductionVariantAcceleratorType_Values added in v1.34.3

func ProductionVariantAcceleratorType_Values() []string

ProductionVariantAcceleratorType_Values returns all elements of the ProductionVariantAcceleratorType enum

func ProductionVariantInstanceType_Values added in v1.34.3

func ProductionVariantInstanceType_Values() []string

ProductionVariantInstanceType_Values returns all elements of the ProductionVariantInstanceType enum

func ProfilingStatus_Values added in v1.36.4

func ProfilingStatus_Values() []string

ProfilingStatus_Values returns all elements of the ProfilingStatus enum

func ProjectSortBy_Values added in v1.35.37

func ProjectSortBy_Values() []string

ProjectSortBy_Values returns all elements of the ProjectSortBy enum

func ProjectSortOrder_Values added in v1.35.37

func ProjectSortOrder_Values() []string

ProjectSortOrder_Values returns all elements of the ProjectSortOrder enum

func ProjectStatus_Values added in v1.35.37

func ProjectStatus_Values() []string

ProjectStatus_Values returns all elements of the ProjectStatus enum

func RStudioServerProAccessStatus_Values added in v1.41.13

func RStudioServerProAccessStatus_Values() []string

RStudioServerProAccessStatus_Values returns all elements of the RStudioServerProAccessStatus enum

func RStudioServerProUserGroup_Values added in v1.41.13

func RStudioServerProUserGroup_Values() []string

RStudioServerProUserGroup_Values returns all elements of the RStudioServerProUserGroup enum

func RecommendationJobStatus_Values added in v1.42.17

func RecommendationJobStatus_Values() []string

RecommendationJobStatus_Values returns all elements of the RecommendationJobStatus enum

func RecommendationJobSupportedEndpointType_Values added in v1.44.295

func RecommendationJobSupportedEndpointType_Values() []string

RecommendationJobSupportedEndpointType_Values returns all elements of the RecommendationJobSupportedEndpointType enum

func RecommendationJobType_Values added in v1.42.17

func RecommendationJobType_Values() []string

RecommendationJobType_Values returns all elements of the RecommendationJobType enum

func RecommendationStatus_Values added in v1.44.269

func RecommendationStatus_Values() []string

RecommendationStatus_Values returns all elements of the RecommendationStatus enum

func RecommendationStepType_Values added in v1.44.122

func RecommendationStepType_Values() []string

RecommendationStepType_Values returns all elements of the RecommendationStepType enum

func RecordWrapper_Values added in v1.34.3

func RecordWrapper_Values() []string

RecordWrapper_Values returns all elements of the RecordWrapper enum

func RedshiftResultCompressionType_Values added in v1.35.37

func RedshiftResultCompressionType_Values() []string

RedshiftResultCompressionType_Values returns all elements of the RedshiftResultCompressionType enum

func RedshiftResultFormat_Values added in v1.35.37

func RedshiftResultFormat_Values() []string

RedshiftResultFormat_Values returns all elements of the RedshiftResultFormat enum

func RepositoryAccessMode_Values added in v1.34.5

func RepositoryAccessMode_Values() []string

RepositoryAccessMode_Values returns all elements of the RepositoryAccessMode enum

func ResourceCatalogSortBy_Values added in v1.44.305

func ResourceCatalogSortBy_Values() []string

ResourceCatalogSortBy_Values returns all elements of the ResourceCatalogSortBy enum

func ResourceCatalogSortOrder_Values added in v1.44.305

func ResourceCatalogSortOrder_Values() []string

ResourceCatalogSortOrder_Values returns all elements of the ResourceCatalogSortOrder enum

func ResourceType_Values added in v1.34.3

func ResourceType_Values() []string

ResourceType_Values returns all elements of the ResourceType enum

func RetentionType_Values added in v1.34.3

func RetentionType_Values() []string

RetentionType_Values returns all elements of the RetentionType enum

func RootAccess_Values added in v1.34.3

func RootAccess_Values() []string

RootAccess_Values returns all elements of the RootAccess enum

func RuleEvaluationStatus_Values added in v1.34.3

func RuleEvaluationStatus_Values() []string

RuleEvaluationStatus_Values returns all elements of the RuleEvaluationStatus enum

func S3DataDistribution_Values added in v1.34.3

func S3DataDistribution_Values() []string

S3DataDistribution_Values returns all elements of the S3DataDistribution enum

func S3DataType_Values added in v1.34.3

func S3DataType_Values() []string

S3DataType_Values returns all elements of the S3DataType enum

func S3ModelDataType_Values added in v1.44.287

func S3ModelDataType_Values() []string

S3ModelDataType_Values returns all elements of the S3ModelDataType enum

func SagemakerServicecatalogStatus_Values added in v1.35.37

func SagemakerServicecatalogStatus_Values() []string

SagemakerServicecatalogStatus_Values returns all elements of the SagemakerServicecatalogStatus enum

func ScheduleStatus_Values added in v1.34.3

func ScheduleStatus_Values() []string

ScheduleStatus_Values returns all elements of the ScheduleStatus enum

func SearchSortOrder_Values added in v1.34.3

func SearchSortOrder_Values() []string

SearchSortOrder_Values returns all elements of the SearchSortOrder enum

func SecondaryStatus_Values added in v1.34.3

func SecondaryStatus_Values() []string

SecondaryStatus_Values returns all elements of the SecondaryStatus enum

func SortActionsBy_Values added in v1.35.37

func SortActionsBy_Values() []string

SortActionsBy_Values returns all elements of the SortActionsBy enum

func SortArtifactsBy_Values added in v1.35.37

func SortArtifactsBy_Values() []string

SortArtifactsBy_Values returns all elements of the SortArtifactsBy enum

func SortAssociationsBy_Values added in v1.35.37

func SortAssociationsBy_Values() []string

SortAssociationsBy_Values returns all elements of the SortAssociationsBy enum

func SortBy_Values added in v1.34.3

func SortBy_Values() []string

SortBy_Values returns all elements of the SortBy enum

func SortContextsBy_Values added in v1.35.37

func SortContextsBy_Values() []string

SortContextsBy_Values returns all elements of the SortContextsBy enum

func SortExperimentsBy_Values added in v1.34.3

func SortExperimentsBy_Values() []string

SortExperimentsBy_Values returns all elements of the SortExperimentsBy enum

func SortInferenceExperimentsBy_Values added in v1.44.150

func SortInferenceExperimentsBy_Values() []string

SortInferenceExperimentsBy_Values returns all elements of the SortInferenceExperimentsBy enum

func SortLineageGroupsBy_Values added in v1.42.17

func SortLineageGroupsBy_Values() []string

SortLineageGroupsBy_Values returns all elements of the SortLineageGroupsBy enum

func SortOrder_Values added in v1.34.3

func SortOrder_Values() []string

SortOrder_Values returns all elements of the SortOrder enum

func SortPipelineExecutionsBy_Values added in v1.35.37

func SortPipelineExecutionsBy_Values() []string

SortPipelineExecutionsBy_Values returns all elements of the SortPipelineExecutionsBy enum

func SortPipelinesBy_Values added in v1.35.37

func SortPipelinesBy_Values() []string

SortPipelinesBy_Values returns all elements of the SortPipelinesBy enum

func SortTrialComponentsBy_Values added in v1.34.3

func SortTrialComponentsBy_Values() []string

SortTrialComponentsBy_Values returns all elements of the SortTrialComponentsBy enum

func SortTrialsBy_Values added in v1.34.3

func SortTrialsBy_Values() []string

SortTrialsBy_Values returns all elements of the SortTrialsBy enum

func SpaceSortKey_Values added in v1.44.150

func SpaceSortKey_Values() []string

SpaceSortKey_Values returns all elements of the SpaceSortKey enum

func SpaceStatus_Values added in v1.44.150

func SpaceStatus_Values() []string

SpaceStatus_Values returns all elements of the SpaceStatus enum

func SplitType_Values added in v1.34.3

func SplitType_Values() []string

SplitType_Values returns all elements of the SplitType enum

func StageStatus_Values added in v1.44.57

func StageStatus_Values() []string

StageStatus_Values returns all elements of the StageStatus enum

func Statistic_Values added in v1.44.315

func Statistic_Values() []string

Statistic_Values returns all elements of the Statistic enum

func StepStatus_Values added in v1.35.37

func StepStatus_Values() []string

StepStatus_Values returns all elements of the StepStatus enum

func StudioLifecycleConfigAppType_Values added in v1.40.41

func StudioLifecycleConfigAppType_Values() []string

StudioLifecycleConfigAppType_Values returns all elements of the StudioLifecycleConfigAppType enum

func StudioLifecycleConfigSortKey_Values added in v1.40.41

func StudioLifecycleConfigSortKey_Values() []string

StudioLifecycleConfigSortKey_Values returns all elements of the StudioLifecycleConfigSortKey enum

func TableFormat_Values added in v1.44.150

func TableFormat_Values() []string

TableFormat_Values returns all elements of the TableFormat enum

func TargetDevice_Values added in v1.34.3

func TargetDevice_Values() []string

TargetDevice_Values returns all elements of the TargetDevice enum

func TargetPlatformAccelerator_Values added in v1.34.3

func TargetPlatformAccelerator_Values() []string

TargetPlatformAccelerator_Values returns all elements of the TargetPlatformAccelerator enum

func TargetPlatformArch_Values added in v1.34.3

func TargetPlatformArch_Values() []string

TargetPlatformArch_Values returns all elements of the TargetPlatformArch enum

func TargetPlatformOs_Values added in v1.34.3

func TargetPlatformOs_Values() []string

TargetPlatformOs_Values returns all elements of the TargetPlatformOs enum

func TrafficRoutingConfigType_Values added in v1.35.37

func TrafficRoutingConfigType_Values() []string

TrafficRoutingConfigType_Values returns all elements of the TrafficRoutingConfigType enum

func TrafficType_Values added in v1.42.17

func TrafficType_Values() []string

TrafficType_Values returns all elements of the TrafficType enum

func TrainingInputMode_Values added in v1.34.3

func TrainingInputMode_Values() []string

TrainingInputMode_Values returns all elements of the TrainingInputMode enum

func TrainingInstanceType_Values added in v1.34.3

func TrainingInstanceType_Values() []string

TrainingInstanceType_Values returns all elements of the TrainingInstanceType enum

func TrainingJobEarlyStoppingType_Values added in v1.34.3

func TrainingJobEarlyStoppingType_Values() []string

TrainingJobEarlyStoppingType_Values returns all elements of the TrainingJobEarlyStoppingType enum

func TrainingJobSortByOptions_Values added in v1.34.3

func TrainingJobSortByOptions_Values() []string

TrainingJobSortByOptions_Values returns all elements of the TrainingJobSortByOptions enum

func TrainingJobStatus_Values added in v1.34.3

func TrainingJobStatus_Values() []string

TrainingJobStatus_Values returns all elements of the TrainingJobStatus enum

func TrainingRepositoryAccessMode_Values added in v1.44.189

func TrainingRepositoryAccessMode_Values() []string

TrainingRepositoryAccessMode_Values returns all elements of the TrainingRepositoryAccessMode enum

func TransformInstanceType_Values added in v1.34.3

func TransformInstanceType_Values() []string

TransformInstanceType_Values returns all elements of the TransformInstanceType enum

func TransformJobStatus_Values added in v1.34.3

func TransformJobStatus_Values() []string

TransformJobStatus_Values returns all elements of the TransformJobStatus enum

func TrialComponentPrimaryStatus_Values added in v1.34.3

func TrialComponentPrimaryStatus_Values() []string

TrialComponentPrimaryStatus_Values returns all elements of the TrialComponentPrimaryStatus enum

func TtlDurationUnit_Values added in v1.44.291

func TtlDurationUnit_Values() []string

TtlDurationUnit_Values returns all elements of the TtlDurationUnit enum

func UserProfileSortKey_Values added in v1.34.3

func UserProfileSortKey_Values() []string

UserProfileSortKey_Values returns all elements of the UserProfileSortKey enum

func UserProfileStatus_Values added in v1.34.3

func UserProfileStatus_Values() []string

UserProfileStatus_Values returns all elements of the UserProfileStatus enum

func VariantPropertyType_Values added in v1.34.3

func VariantPropertyType_Values() []string

VariantPropertyType_Values returns all elements of the VariantPropertyType enum

func VariantStatus_Values added in v1.42.0

func VariantStatus_Values() []string

VariantStatus_Values returns all elements of the VariantStatus enum

func VendorGuidance_Values added in v1.44.163

func VendorGuidance_Values() []string

VendorGuidance_Values returns all elements of the VendorGuidance enum

func WarmPoolResourceStatus_Values added in v1.44.108

func WarmPoolResourceStatus_Values() []string

WarmPoolResourceStatus_Values returns all elements of the WarmPoolResourceStatus enum

func WorkforceStatus_Values added in v1.44.41

func WorkforceStatus_Values() []string

WorkforceStatus_Values returns all elements of the WorkforceStatus enum

Types

type ActionSource added in v1.35.37

type ActionSource struct {

	// The ID of the source.
	SourceId *string `type:"string"`

	// The type of the source.
	SourceType *string `type:"string"`

	// The URI of the source.
	//
	// SourceUri is a required field
	SourceUri *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

A structure describing the source of an action.

func (ActionSource) GoString added in v1.35.37

func (s ActionSource) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ActionSource) SetSourceId added in v1.35.37

func (s *ActionSource) SetSourceId(v string) *ActionSource

SetSourceId sets the SourceId field's value.

func (*ActionSource) SetSourceType added in v1.35.37

func (s *ActionSource) SetSourceType(v string) *ActionSource

SetSourceType sets the SourceType field's value.

func (*ActionSource) SetSourceUri added in v1.35.37

func (s *ActionSource) SetSourceUri(v string) *ActionSource

SetSourceUri sets the SourceUri field's value.

func (ActionSource) String added in v1.35.37

func (s ActionSource) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ActionSource) Validate added in v1.35.37

func (s *ActionSource) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ActionSummary added in v1.35.37

type ActionSummary struct {

	// The Amazon Resource Name (ARN) of the action.
	ActionArn *string `type:"string"`

	// The name of the action.
	ActionName *string `min:"1" type:"string"`

	// The type of the action.
	ActionType *string `type:"string"`

	// When the action was created.
	CreationTime *time.Time `type:"timestamp"`

	// When the action was last modified.
	LastModifiedTime *time.Time `type:"timestamp"`

	// The source of the action.
	Source *ActionSource `type:"structure"`

	// The status of the action.
	Status *string `type:"string" enum:"ActionStatus"`
	// contains filtered or unexported fields
}

Lists the properties of an action. An action represents an action or activity. Some examples are a workflow step and a model deployment. Generally, an action involves at least one input artifact or output artifact.

func (ActionSummary) GoString added in v1.35.37

func (s ActionSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ActionSummary) SetActionArn added in v1.35.37

func (s *ActionSummary) SetActionArn(v string) *ActionSummary

SetActionArn sets the ActionArn field's value.

func (*ActionSummary) SetActionName added in v1.35.37

func (s *ActionSummary) SetActionName(v string) *ActionSummary

SetActionName sets the ActionName field's value.

func (*ActionSummary) SetActionType added in v1.35.37

func (s *ActionSummary) SetActionType(v string) *ActionSummary

SetActionType sets the ActionType field's value.

func (*ActionSummary) SetCreationTime added in v1.35.37

func (s *ActionSummary) SetCreationTime(v time.Time) *ActionSummary

SetCreationTime sets the CreationTime field's value.

func (*ActionSummary) SetLastModifiedTime added in v1.35.37

func (s *ActionSummary) SetLastModifiedTime(v time.Time) *ActionSummary

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*ActionSummary) SetSource added in v1.35.37

func (s *ActionSummary) SetSource(v *ActionSource) *ActionSummary

SetSource sets the Source field's value.

func (*ActionSummary) SetStatus added in v1.35.37

func (s *ActionSummary) SetStatus(v string) *ActionSummary

SetStatus sets the Status field's value.

func (ActionSummary) String added in v1.35.37

func (s ActionSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AddAssociationInput added in v1.35.37

type AddAssociationInput struct {

	// The type of association. The following are suggested uses for each type.
	// Amazon SageMaker places no restrictions on their use.
	//
	//    * ContributedTo - The source contributed to the destination or had a part
	//    in enabling the destination. For example, the training data contributed
	//    to the training job.
	//
	//    * AssociatedWith - The source is connected to the destination. For example,
	//    an approval workflow is associated with a model deployment.
	//
	//    * DerivedFrom - The destination is a modification of the source. For example,
	//    a digest output of a channel input for a processing job is derived from
	//    the original inputs.
	//
	//    * Produced - The source generated the destination. For example, a training
	//    job produced a model artifact.
	AssociationType *string `type:"string" enum:"AssociationEdgeType"`

	// The Amazon Resource Name (ARN) of the destination.
	//
	// DestinationArn is a required field
	DestinationArn *string `type:"string" required:"true"`

	// The ARN of the source.
	//
	// SourceArn is a required field
	SourceArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (AddAssociationInput) GoString added in v1.35.37

func (s AddAssociationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AddAssociationInput) SetAssociationType added in v1.35.37

func (s *AddAssociationInput) SetAssociationType(v string) *AddAssociationInput

SetAssociationType sets the AssociationType field's value.

func (*AddAssociationInput) SetDestinationArn added in v1.35.37

func (s *AddAssociationInput) SetDestinationArn(v string) *AddAssociationInput

SetDestinationArn sets the DestinationArn field's value.

func (*AddAssociationInput) SetSourceArn added in v1.35.37

func (s *AddAssociationInput) SetSourceArn(v string) *AddAssociationInput

SetSourceArn sets the SourceArn field's value.

func (AddAssociationInput) String added in v1.35.37

func (s AddAssociationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AddAssociationInput) Validate added in v1.35.37

func (s *AddAssociationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AddAssociationOutput added in v1.35.37

type AddAssociationOutput struct {

	// The Amazon Resource Name (ARN) of the destination.
	DestinationArn *string `type:"string"`

	// The ARN of the source.
	SourceArn *string `type:"string"`
	// contains filtered or unexported fields
}

func (AddAssociationOutput) GoString added in v1.35.37

func (s AddAssociationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AddAssociationOutput) SetDestinationArn added in v1.35.37

func (s *AddAssociationOutput) SetDestinationArn(v string) *AddAssociationOutput

SetDestinationArn sets the DestinationArn field's value.

func (*AddAssociationOutput) SetSourceArn added in v1.35.37

func (s *AddAssociationOutput) SetSourceArn(v string) *AddAssociationOutput

SetSourceArn sets the SourceArn field's value.

func (AddAssociationOutput) String added in v1.35.37

func (s AddAssociationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AddTagsInput

type AddTagsInput struct {

	// The Amazon Resource Name (ARN) of the resource that you want to tag.
	//
	// ResourceArn is a required field
	ResourceArn *string `type:"string" required:"true"`

	// An array of key-value pairs. You can use tags to categorize your Amazon Web
	// Services resources in different ways, for example, by purpose, owner, or
	// environment. For more information, see Tagging Amazon Web Services Resources
	// (https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html).
	//
	// Tags is a required field
	Tags []*Tag `type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (AddTagsInput) GoString

func (s AddTagsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AddTagsInput) SetResourceArn

func (s *AddTagsInput) SetResourceArn(v string) *AddTagsInput

SetResourceArn sets the ResourceArn field's value.

func (*AddTagsInput) SetTags

func (s *AddTagsInput) SetTags(v []*Tag) *AddTagsInput

SetTags sets the Tags field's value.

func (AddTagsInput) String

func (s AddTagsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AddTagsInput) Validate

func (s *AddTagsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AddTagsOutput

type AddTagsOutput struct {

	// A list of tags associated with the SageMaker resource.
	Tags []*Tag `type:"list"`
	// contains filtered or unexported fields
}

func (AddTagsOutput) GoString

func (s AddTagsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AddTagsOutput) SetTags

func (s *AddTagsOutput) SetTags(v []*Tag) *AddTagsOutput

SetTags sets the Tags field's value.

func (AddTagsOutput) String

func (s AddTagsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AdditionalInferenceSpecificationDefinition added in v1.42.17

type AdditionalInferenceSpecificationDefinition struct {

	// The Amazon ECR registry path of the Docker image that contains the inference
	// code.
	//
	// Containers is a required field
	Containers []*ModelPackageContainerDefinition `min:"1" type:"list" required:"true"`

	// A description of the additional Inference specification
	Description *string `type:"string"`

	// A unique name to identify the additional inference specification. The name
	// must be unique within the list of your additional inference specifications
	// for a particular model package.
	//
	// Name is a required field
	Name *string `min:"1" type:"string" required:"true"`

	// The supported MIME types for the input data.
	SupportedContentTypes []*string `type:"list"`

	// A list of the instance types that are used to generate inferences in real-time.
	SupportedRealtimeInferenceInstanceTypes []*string `type:"list" enum:"ProductionVariantInstanceType"`

	// The supported MIME types for the output data.
	SupportedResponseMIMETypes []*string `type:"list"`

	// A list of the instance types on which a transformation job can be run or
	// on which an endpoint can be deployed.
	SupportedTransformInstanceTypes []*string `min:"1" type:"list" enum:"TransformInstanceType"`
	// contains filtered or unexported fields
}

A structure of additional Inference Specification. Additional Inference Specification specifies details about inference jobs that can be run with models based on this model package

func (AdditionalInferenceSpecificationDefinition) GoString added in v1.42.17

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AdditionalInferenceSpecificationDefinition) SetContainers added in v1.42.17

SetContainers sets the Containers field's value.

func (*AdditionalInferenceSpecificationDefinition) SetDescription added in v1.42.17

SetDescription sets the Description field's value.

func (*AdditionalInferenceSpecificationDefinition) SetName added in v1.42.17

SetName sets the Name field's value.

func (*AdditionalInferenceSpecificationDefinition) SetSupportedContentTypes added in v1.42.17

SetSupportedContentTypes sets the SupportedContentTypes field's value.

func (*AdditionalInferenceSpecificationDefinition) SetSupportedRealtimeInferenceInstanceTypes added in v1.42.17

func (s *AdditionalInferenceSpecificationDefinition) SetSupportedRealtimeInferenceInstanceTypes(v []*string) *AdditionalInferenceSpecificationDefinition

SetSupportedRealtimeInferenceInstanceTypes sets the SupportedRealtimeInferenceInstanceTypes field's value.

func (*AdditionalInferenceSpecificationDefinition) SetSupportedResponseMIMETypes added in v1.42.17

SetSupportedResponseMIMETypes sets the SupportedResponseMIMETypes field's value.

func (*AdditionalInferenceSpecificationDefinition) SetSupportedTransformInstanceTypes added in v1.42.17

SetSupportedTransformInstanceTypes sets the SupportedTransformInstanceTypes field's value.

func (AdditionalInferenceSpecificationDefinition) String added in v1.42.17

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AdditionalInferenceSpecificationDefinition) Validate added in v1.42.17

Validate inspects the fields of the type to determine if they are valid.

type AgentVersion added in v1.36.4

type AgentVersion struct {

	// The number of Edge Manager agents.
	//
	// AgentCount is a required field
	AgentCount *int64 `type:"long" required:"true"`

	// Version of the agent.
	//
	// Version is a required field
	Version *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Edge Manager agent version.

func (AgentVersion) GoString added in v1.36.4

func (s AgentVersion) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AgentVersion) SetAgentCount added in v1.36.4

func (s *AgentVersion) SetAgentCount(v int64) *AgentVersion

SetAgentCount sets the AgentCount field's value.

func (*AgentVersion) SetVersion added in v1.36.4

func (s *AgentVersion) SetVersion(v string) *AgentVersion

SetVersion sets the Version field's value.

func (AgentVersion) String added in v1.36.4

func (s AgentVersion) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Alarm added in v1.35.37

type Alarm struct {

	// The name of a CloudWatch alarm in your account.
	AlarmName *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

An Amazon CloudWatch alarm configured to monitor metrics on an endpoint.

func (Alarm) GoString added in v1.35.37

func (s Alarm) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Alarm) SetAlarmName added in v1.35.37

func (s *Alarm) SetAlarmName(v string) *Alarm

SetAlarmName sets the AlarmName field's value.

func (Alarm) String added in v1.35.37

func (s Alarm) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Alarm) Validate added in v1.35.37

func (s *Alarm) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AlgorithmSpecification

type AlgorithmSpecification struct {

	// The name of the algorithm resource to use for the training job. This must
	// be an algorithm resource that you created or subscribe to on Amazon Web Services
	// Marketplace.
	//
	// You must specify either the algorithm name to the AlgorithmName parameter
	// or the image URI of the algorithm container to the TrainingImage parameter.
	//
	// Note that the AlgorithmName parameter is mutually exclusive with the TrainingImage
	// parameter. If you specify a value for the AlgorithmName parameter, you can't
	// specify a value for TrainingImage, and vice versa.
	//
	// If you specify values for both parameters, the training job might break;
	// if you don't specify any value for both parameters, the training job might
	// raise a null error.
	AlgorithmName *string `min:"1" type:"string"`

	// The arguments for a container used to run a training job. See How Amazon
	// SageMaker Runs Your Training Image (https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms-training-algo-dockerfile.html)
	// for additional information.
	ContainerArguments []*string `min:"1" type:"list"`

	// The entrypoint script for a Docker container (https://docs.docker.com/engine/reference/builder/)
	// used to run a training job. This script takes precedence over the default
	// train processing instructions. See How Amazon SageMaker Runs Your Training
	// Image (https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms-training-algo-dockerfile.html)
	// for more information.
	ContainerEntrypoint []*string `min:"1" type:"list"`

	// To generate and save time-series metrics during training, set to true. The
	// default is false and time-series metrics aren't generated except in the following
	// cases:
	//
	//    * You use one of the SageMaker built-in algorithms
	//
	//    * You use one of the following Prebuilt SageMaker Docker Images (https://docs.aws.amazon.com/sagemaker/latest/dg/pre-built-containers-frameworks-deep-learning.html):
	//    Tensorflow (version >= 1.15) MXNet (version >= 1.6) PyTorch (version >=
	//    1.3)
	//
	//    * You specify at least one MetricDefinition (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_MetricDefinition.html)
	EnableSageMakerMetricsTimeSeries *bool `type:"boolean"`

	// A list of metric definition objects. Each object specifies the metric name
	// and regular expressions used to parse algorithm logs. SageMaker publishes
	// each metric to Amazon CloudWatch.
	MetricDefinitions []*MetricDefinition `type:"list"`

	// The registry path of the Docker image that contains the training algorithm.
	// For information about docker registry paths for SageMaker built-in algorithms,
	// see Docker Registry Paths and Example Code (https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-algo-docker-registry-paths.html)
	// in the Amazon SageMaker developer guide. SageMaker supports both registry/repository[:tag]
	// and registry/repository[@digest] image path formats. For more information
	// about using your custom training container, see Using Your Own Algorithms
	// with Amazon SageMaker (https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms.html).
	//
	// You must specify either the algorithm name to the AlgorithmName parameter
	// or the image URI of the algorithm container to the TrainingImage parameter.
	//
	// For more information, see the note in the AlgorithmName parameter description.
	TrainingImage *string `type:"string"`

	// The configuration to use an image from a private Docker registry for a training
	// job.
	TrainingImageConfig *TrainingImageConfig `type:"structure"`

	// The training input mode that the algorithm supports. For more information
	// about input modes, see Algorithms (https://docs.aws.amazon.com/sagemaker/latest/dg/algos.html).
	//
	// Pipe mode
	//
	// If an algorithm supports Pipe mode, Amazon SageMaker streams data directly
	// from Amazon S3 to the container.
	//
	// File mode
	//
	// If an algorithm supports File mode, SageMaker downloads the training data
	// from S3 to the provisioned ML storage volume, and mounts the directory to
	// the Docker volume for the training container.
	//
	// You must provision the ML storage volume with sufficient capacity to accommodate
	// the data downloaded from S3. In addition to the training data, the ML storage
	// volume also stores the output model. The algorithm container uses the ML
	// storage volume to also store intermediate information, if any.
	//
	// For distributed algorithms, training data is distributed uniformly. Your
	// training duration is predictable if the input data objects sizes are approximately
	// the same. SageMaker does not split the files any further for model training.
	// If the object sizes are skewed, training won't be optimal as the data distribution
	// is also skewed when one host in a training cluster is overloaded, thus becoming
	// a bottleneck in training.
	//
	// FastFile mode
	//
	// If an algorithm supports FastFile mode, SageMaker streams data directly from
	// S3 to the container with no code changes, and provides file system access
	// to the data. Users can author their training script to interact with these
	// files as if they were stored on disk.
	//
	// FastFile mode works best when the data is read sequentially. Augmented manifest
	// files aren't supported. The startup time is lower when there are fewer files
	// in the S3 bucket provided.
	//
	// TrainingInputMode is a required field
	TrainingInputMode *string `type:"string" required:"true" enum:"TrainingInputMode"`
	// contains filtered or unexported fields
}

Specifies the training algorithm to use in a CreateTrainingJob (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingJob.html) request.

For more information about algorithms provided by SageMaker, see Algorithms (https://docs.aws.amazon.com/sagemaker/latest/dg/algos.html). For information about using your own algorithms, see Using Your Own Algorithms with Amazon SageMaker (https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms.html).

func (AlgorithmSpecification) GoString

func (s AlgorithmSpecification) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AlgorithmSpecification) SetAlgorithmName added in v1.15.86

func (s *AlgorithmSpecification) SetAlgorithmName(v string) *AlgorithmSpecification

SetAlgorithmName sets the AlgorithmName field's value.

func (*AlgorithmSpecification) SetContainerArguments added in v1.44.125

func (s *AlgorithmSpecification) SetContainerArguments(v []*string) *AlgorithmSpecification

SetContainerArguments sets the ContainerArguments field's value.

func (*AlgorithmSpecification) SetContainerEntrypoint added in v1.44.125

func (s *AlgorithmSpecification) SetContainerEntrypoint(v []*string) *AlgorithmSpecification

SetContainerEntrypoint sets the ContainerEntrypoint field's value.

func (*AlgorithmSpecification) SetEnableSageMakerMetricsTimeSeries added in v1.25.47

func (s *AlgorithmSpecification) SetEnableSageMakerMetricsTimeSeries(v bool) *AlgorithmSpecification

SetEnableSageMakerMetricsTimeSeries sets the EnableSageMakerMetricsTimeSeries field's value.

func (*AlgorithmSpecification) SetMetricDefinitions added in v1.15.76

func (s *AlgorithmSpecification) SetMetricDefinitions(v []*MetricDefinition) *AlgorithmSpecification

SetMetricDefinitions sets the MetricDefinitions field's value.

func (*AlgorithmSpecification) SetTrainingImage

func (s *AlgorithmSpecification) SetTrainingImage(v string) *AlgorithmSpecification

SetTrainingImage sets the TrainingImage field's value.

func (*AlgorithmSpecification) SetTrainingImageConfig added in v1.44.189

func (s *AlgorithmSpecification) SetTrainingImageConfig(v *TrainingImageConfig) *AlgorithmSpecification

SetTrainingImageConfig sets the TrainingImageConfig field's value.

func (*AlgorithmSpecification) SetTrainingInputMode

func (s *AlgorithmSpecification) SetTrainingInputMode(v string) *AlgorithmSpecification

SetTrainingInputMode sets the TrainingInputMode field's value.

func (AlgorithmSpecification) String

func (s AlgorithmSpecification) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AlgorithmSpecification) Validate

func (s *AlgorithmSpecification) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AlgorithmStatusDetails added in v1.15.86

type AlgorithmStatusDetails struct {

	// The status of the scan of the algorithm's Docker image container.
	ImageScanStatuses []*AlgorithmStatusItem `type:"list"`

	// The status of algorithm validation.
	ValidationStatuses []*AlgorithmStatusItem `type:"list"`
	// contains filtered or unexported fields
}

Specifies the validation and image scan statuses of the algorithm.

func (AlgorithmStatusDetails) GoString added in v1.15.86

func (s AlgorithmStatusDetails) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AlgorithmStatusDetails) SetImageScanStatuses added in v1.15.86

func (s *AlgorithmStatusDetails) SetImageScanStatuses(v []*AlgorithmStatusItem) *AlgorithmStatusDetails

SetImageScanStatuses sets the ImageScanStatuses field's value.

func (*AlgorithmStatusDetails) SetValidationStatuses added in v1.15.86

func (s *AlgorithmStatusDetails) SetValidationStatuses(v []*AlgorithmStatusItem) *AlgorithmStatusDetails

SetValidationStatuses sets the ValidationStatuses field's value.

func (AlgorithmStatusDetails) String added in v1.15.86

func (s AlgorithmStatusDetails) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AlgorithmStatusItem added in v1.15.86

type AlgorithmStatusItem struct {

	// if the overall status is Failed, the reason for the failure.
	FailureReason *string `type:"string"`

	// The name of the algorithm for which the overall status is being reported.
	//
	// Name is a required field
	Name *string `min:"1" type:"string" required:"true"`

	// The current status.
	//
	// Status is a required field
	Status *string `type:"string" required:"true" enum:"DetailedAlgorithmStatus"`
	// contains filtered or unexported fields
}

Represents the overall status of an algorithm.

func (AlgorithmStatusItem) GoString added in v1.15.86

func (s AlgorithmStatusItem) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AlgorithmStatusItem) SetFailureReason added in v1.15.86

func (s *AlgorithmStatusItem) SetFailureReason(v string) *AlgorithmStatusItem

SetFailureReason sets the FailureReason field's value.

func (*AlgorithmStatusItem) SetName added in v1.15.86

SetName sets the Name field's value.

func (*AlgorithmStatusItem) SetStatus added in v1.15.86

SetStatus sets the Status field's value.

func (AlgorithmStatusItem) String added in v1.15.86

func (s AlgorithmStatusItem) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AlgorithmSummary added in v1.15.86

type AlgorithmSummary struct {

	// The Amazon Resource Name (ARN) of the algorithm.
	//
	// AlgorithmArn is a required field
	AlgorithmArn *string `min:"1" type:"string" required:"true"`

	// A brief description of the algorithm.
	AlgorithmDescription *string `type:"string"`

	// The name of the algorithm that is described by the summary.
	//
	// AlgorithmName is a required field
	AlgorithmName *string `min:"1" type:"string" required:"true"`

	// The overall status of the algorithm.
	//
	// AlgorithmStatus is a required field
	AlgorithmStatus *string `type:"string" required:"true" enum:"AlgorithmStatus"`

	// A timestamp that shows when the algorithm was created.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`
	// contains filtered or unexported fields
}

Provides summary information about an algorithm.

func (AlgorithmSummary) GoString added in v1.15.86

func (s AlgorithmSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AlgorithmSummary) SetAlgorithmArn added in v1.15.86

func (s *AlgorithmSummary) SetAlgorithmArn(v string) *AlgorithmSummary

SetAlgorithmArn sets the AlgorithmArn field's value.

func (*AlgorithmSummary) SetAlgorithmDescription added in v1.15.86

func (s *AlgorithmSummary) SetAlgorithmDescription(v string) *AlgorithmSummary

SetAlgorithmDescription sets the AlgorithmDescription field's value.

func (*AlgorithmSummary) SetAlgorithmName added in v1.15.86

func (s *AlgorithmSummary) SetAlgorithmName(v string) *AlgorithmSummary

SetAlgorithmName sets the AlgorithmName field's value.

func (*AlgorithmSummary) SetAlgorithmStatus added in v1.15.86

func (s *AlgorithmSummary) SetAlgorithmStatus(v string) *AlgorithmSummary

SetAlgorithmStatus sets the AlgorithmStatus field's value.

func (*AlgorithmSummary) SetCreationTime added in v1.15.86

func (s *AlgorithmSummary) SetCreationTime(v time.Time) *AlgorithmSummary

SetCreationTime sets the CreationTime field's value.

func (AlgorithmSummary) String added in v1.15.86

func (s AlgorithmSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AlgorithmValidationProfile added in v1.15.86

type AlgorithmValidationProfile struct {

	// The name of the profile for the algorithm. The name must have 1 to 63 characters.
	// Valid characters are a-z, A-Z, 0-9, and - (hyphen).
	//
	// ProfileName is a required field
	ProfileName *string `min:"1" type:"string" required:"true"`

	// The TrainingJobDefinition object that describes the training job that SageMaker
	// runs to validate your algorithm.
	//
	// TrainingJobDefinition is a required field
	TrainingJobDefinition *TrainingJobDefinition `type:"structure" required:"true"`

	// The TransformJobDefinition object that describes the transform job that SageMaker
	// runs to validate your algorithm.
	TransformJobDefinition *TransformJobDefinition `type:"structure"`
	// contains filtered or unexported fields
}

Defines a training job and a batch transform job that SageMaker runs to validate your algorithm.

The data provided in the validation profile is made available to your buyers on Amazon Web Services Marketplace.

func (AlgorithmValidationProfile) GoString added in v1.15.86

func (s AlgorithmValidationProfile) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AlgorithmValidationProfile) SetProfileName added in v1.15.86

SetProfileName sets the ProfileName field's value.

func (*AlgorithmValidationProfile) SetTrainingJobDefinition added in v1.15.86

SetTrainingJobDefinition sets the TrainingJobDefinition field's value.

func (*AlgorithmValidationProfile) SetTransformJobDefinition added in v1.15.86

SetTransformJobDefinition sets the TransformJobDefinition field's value.

func (AlgorithmValidationProfile) String added in v1.15.86

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AlgorithmValidationProfile) Validate added in v1.15.86

func (s *AlgorithmValidationProfile) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AlgorithmValidationSpecification added in v1.15.86

type AlgorithmValidationSpecification struct {

	// An array of AlgorithmValidationProfile objects, each of which specifies a
	// training job and batch transform job that SageMaker runs to validate your
	// algorithm.
	//
	// ValidationProfiles is a required field
	ValidationProfiles []*AlgorithmValidationProfile `min:"1" type:"list" required:"true"`

	// The IAM roles that SageMaker uses to run the training jobs.
	//
	// ValidationRole is a required field
	ValidationRole *string `min:"20" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Specifies configurations for one or more training jobs that SageMaker runs to test the algorithm.

func (AlgorithmValidationSpecification) GoString added in v1.15.86

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AlgorithmValidationSpecification) SetValidationProfiles added in v1.15.86

SetValidationProfiles sets the ValidationProfiles field's value.

func (*AlgorithmValidationSpecification) SetValidationRole added in v1.15.86

SetValidationRole sets the ValidationRole field's value.

func (AlgorithmValidationSpecification) String added in v1.15.86

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AlgorithmValidationSpecification) Validate added in v1.15.86

Validate inspects the fields of the type to determine if they are valid.

type AnnotationConsolidationConfig added in v1.15.86

type AnnotationConsolidationConfig struct {

	// The Amazon Resource Name (ARN) of a Lambda function implements the logic
	// for annotation consolidation (https://docs.aws.amazon.com/sagemaker/latest/dg/sms-annotation-consolidation.html)
	// and to process output data.
	//
	// This parameter is required for all labeling jobs. For built-in task types
	// (https://docs.aws.amazon.com/sagemaker/latest/dg/sms-task-types.html), use
	// one of the following Amazon SageMaker Ground Truth Lambda function ARNs for
	// AnnotationConsolidationLambdaArn. For custom labeling workflows, see Post-annotation
	// Lambda (https://docs.aws.amazon.com/sagemaker/latest/dg/sms-custom-templates-step3.html#sms-custom-templates-step3-postlambda).
	//
	// Bounding box - Finds the most similar boxes from different workers based
	// on the Jaccard index of the boxes.
	//
	//    * arn:aws:lambda:us-east-1:432418664414:function:ACS-BoundingBox
	//
	//    * arn:aws:lambda:us-east-2:266458841044:function:ACS-BoundingBox
	//
	//    * arn:aws:lambda:us-west-2:081040173940:function:ACS-BoundingBox
	//
	//    * arn:aws:lambda:eu-west-1:568282634449:function:ACS-BoundingBox
	//
	//    * arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-BoundingBox
	//
	//    * arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-BoundingBox
	//
	//    * arn:aws:lambda:ap-south-1:565803892007:function:ACS-BoundingBox
	//
	//    * arn:aws:lambda:eu-central-1:203001061592:function:ACS-BoundingBox
	//
	//    * arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-BoundingBox
	//
	//    * arn:aws:lambda:eu-west-2:487402164563:function:ACS-BoundingBox
	//
	//    * arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-BoundingBox
	//
	//    * arn:aws:lambda:ca-central-1:918755190332:function:ACS-BoundingBox
	//
	// Image classification - Uses a variant of the Expectation Maximization approach
	// to estimate the true class of an image based on annotations from individual
	// workers.
	//
	//    * arn:aws:lambda:us-east-1:432418664414:function:ACS-ImageMultiClass
	//
	//    * arn:aws:lambda:us-east-2:266458841044:function:ACS-ImageMultiClass
	//
	//    * arn:aws:lambda:us-west-2:081040173940:function:ACS-ImageMultiClass
	//
	//    * arn:aws:lambda:eu-west-1:568282634449:function:ACS-ImageMultiClass
	//
	//    * arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-ImageMultiClass
	//
	//    * arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-ImageMultiClass
	//
	//    * arn:aws:lambda:ap-south-1:565803892007:function:ACS-ImageMultiClass
	//
	//    * arn:aws:lambda:eu-central-1:203001061592:function:ACS-ImageMultiClass
	//
	//    * arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-ImageMultiClass
	//
	//    * arn:aws:lambda:eu-west-2:487402164563:function:ACS-ImageMultiClass
	//
	//    * arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-ImageMultiClass
	//
	//    * arn:aws:lambda:ca-central-1:918755190332:function:ACS-ImageMultiClass
	//
	// Multi-label image classification - Uses a variant of the Expectation Maximization
	// approach to estimate the true classes of an image based on annotations from
	// individual workers.
	//
	//    * arn:aws:lambda:us-east-1:432418664414:function:ACS-ImageMultiClassMultiLabel
	//
	//    * arn:aws:lambda:us-east-2:266458841044:function:ACS-ImageMultiClassMultiLabel
	//
	//    * arn:aws:lambda:us-west-2:081040173940:function:ACS-ImageMultiClassMultiLabel
	//
	//    * arn:aws:lambda:eu-west-1:568282634449:function:ACS-ImageMultiClassMultiLabel
	//
	//    * arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-ImageMultiClassMultiLabel
	//
	//    * arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-ImageMultiClassMultiLabel
	//
	//    * arn:aws:lambda:ap-south-1:565803892007:function:ACS-ImageMultiClassMultiLabel
	//
	//    * arn:aws:lambda:eu-central-1:203001061592:function:ACS-ImageMultiClassMultiLabel
	//
	//    * arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-ImageMultiClassMultiLabel
	//
	//    * arn:aws:lambda:eu-west-2:487402164563:function:ACS-ImageMultiClassMultiLabel
	//
	//    * arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-ImageMultiClassMultiLabel
	//
	//    * arn:aws:lambda:ca-central-1:918755190332:function:ACS-ImageMultiClassMultiLabel
	//
	// Semantic segmentation - Treats each pixel in an image as a multi-class classification
	// and treats pixel annotations from workers as "votes" for the correct label.
	//
	//    * arn:aws:lambda:us-east-1:432418664414:function:ACS-SemanticSegmentation
	//
	//    * arn:aws:lambda:us-east-2:266458841044:function:ACS-SemanticSegmentation
	//
	//    * arn:aws:lambda:us-west-2:081040173940:function:ACS-SemanticSegmentation
	//
	//    * arn:aws:lambda:eu-west-1:568282634449:function:ACS-SemanticSegmentation
	//
	//    * arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-SemanticSegmentation
	//
	//    * arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-SemanticSegmentation
	//
	//    * arn:aws:lambda:ap-south-1:565803892007:function:ACS-SemanticSegmentation
	//
	//    * arn:aws:lambda:eu-central-1:203001061592:function:ACS-SemanticSegmentation
	//
	//    * arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-SemanticSegmentation
	//
	//    * arn:aws:lambda:eu-west-2:487402164563:function:ACS-SemanticSegmentation
	//
	//    * arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-SemanticSegmentation
	//
	//    * arn:aws:lambda:ca-central-1:918755190332:function:ACS-SemanticSegmentation
	//
	// Text classification - Uses a variant of the Expectation Maximization approach
	// to estimate the true class of text based on annotations from individual workers.
	//
	//    * arn:aws:lambda:us-east-1:432418664414:function:ACS-TextMultiClass
	//
	//    * arn:aws:lambda:us-east-2:266458841044:function:ACS-TextMultiClass
	//
	//    * arn:aws:lambda:us-west-2:081040173940:function:ACS-TextMultiClass
	//
	//    * arn:aws:lambda:eu-west-1:568282634449:function:ACS-TextMultiClass
	//
	//    * arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-TextMultiClass
	//
	//    * arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-TextMultiClass
	//
	//    * arn:aws:lambda:ap-south-1:565803892007:function:ACS-TextMultiClass
	//
	//    * arn:aws:lambda:eu-central-1:203001061592:function:ACS-TextMultiClass
	//
	//    * arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-TextMultiClass
	//
	//    * arn:aws:lambda:eu-west-2:487402164563:function:ACS-TextMultiClass
	//
	//    * arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-TextMultiClass
	//
	//    * arn:aws:lambda:ca-central-1:918755190332:function:ACS-TextMultiClass
	//
	// Multi-label text classification - Uses a variant of the Expectation Maximization
	// approach to estimate the true classes of text based on annotations from individual
	// workers.
	//
	//    * arn:aws:lambda:us-east-1:432418664414:function:ACS-TextMultiClassMultiLabel
	//
	//    * arn:aws:lambda:us-east-2:266458841044:function:ACS-TextMultiClassMultiLabel
	//
	//    * arn:aws:lambda:us-west-2:081040173940:function:ACS-TextMultiClassMultiLabel
	//
	//    * arn:aws:lambda:eu-west-1:568282634449:function:ACS-TextMultiClassMultiLabel
	//
	//    * arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-TextMultiClassMultiLabel
	//
	//    * arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-TextMultiClassMultiLabel
	//
	//    * arn:aws:lambda:ap-south-1:565803892007:function:ACS-TextMultiClassMultiLabel
	//
	//    * arn:aws:lambda:eu-central-1:203001061592:function:ACS-TextMultiClassMultiLabel
	//
	//    * arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-TextMultiClassMultiLabel
	//
	//    * arn:aws:lambda:eu-west-2:487402164563:function:ACS-TextMultiClassMultiLabel
	//
	//    * arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-TextMultiClassMultiLabel
	//
	//    * arn:aws:lambda:ca-central-1:918755190332:function:ACS-TextMultiClassMultiLabel
	//
	// Named entity recognition - Groups similar selections and calculates aggregate
	// boundaries, resolving to most-assigned label.
	//
	//    * arn:aws:lambda:us-east-1:432418664414:function:ACS-NamedEntityRecognition
	//
	//    * arn:aws:lambda:us-east-2:266458841044:function:ACS-NamedEntityRecognition
	//
	//    * arn:aws:lambda:us-west-2:081040173940:function:ACS-NamedEntityRecognition
	//
	//    * arn:aws:lambda:eu-west-1:568282634449:function:ACS-NamedEntityRecognition
	//
	//    * arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-NamedEntityRecognition
	//
	//    * arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-NamedEntityRecognition
	//
	//    * arn:aws:lambda:ap-south-1:565803892007:function:ACS-NamedEntityRecognition
	//
	//    * arn:aws:lambda:eu-central-1:203001061592:function:ACS-NamedEntityRecognition
	//
	//    * arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-NamedEntityRecognition
	//
	//    * arn:aws:lambda:eu-west-2:487402164563:function:ACS-NamedEntityRecognition
	//
	//    * arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-NamedEntityRecognition
	//
	//    * arn:aws:lambda:ca-central-1:918755190332:function:ACS-NamedEntityRecognition
	//
	// Video Classification - Use this task type when you need workers to classify
	// videos using predefined labels that you specify. Workers are shown videos
	// and are asked to choose one label for each video.
	//
	//    * arn:aws:lambda:us-east-1:432418664414:function:ACS-VideoMultiClass
	//
	//    * arn:aws:lambda:us-east-2:266458841044:function:ACS-VideoMultiClass
	//
	//    * arn:aws:lambda:us-west-2:081040173940:function:ACS-VideoMultiClass
	//
	//    * arn:aws:lambda:eu-west-1:568282634449:function:ACS-VideoMultiClass
	//
	//    * arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-VideoMultiClass
	//
	//    * arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-VideoMultiClass
	//
	//    * arn:aws:lambda:ap-south-1:565803892007:function:ACS-VideoMultiClass
	//
	//    * arn:aws:lambda:eu-central-1:203001061592:function:ACS-VideoMultiClass
	//
	//    * arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-VideoMultiClass
	//
	//    * arn:aws:lambda:eu-west-2:487402164563:function:ACS-VideoMultiClass
	//
	//    * arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-VideoMultiClass
	//
	//    * arn:aws:lambda:ca-central-1:918755190332:function:ACS-VideoMultiClass
	//
	// Video Frame Object Detection - Use this task type to have workers identify
	// and locate objects in a sequence of video frames (images extracted from a
	// video) using bounding boxes. For example, you can use this task to ask workers
	// to identify and localize various objects in a series of video frames, such
	// as cars, bikes, and pedestrians.
	//
	//    * arn:aws:lambda:us-east-1:432418664414:function:ACS-VideoObjectDetection
	//
	//    * arn:aws:lambda:us-east-2:266458841044:function:ACS-VideoObjectDetection
	//
	//    * arn:aws:lambda:us-west-2:081040173940:function:ACS-VideoObjectDetection
	//
	//    * arn:aws:lambda:eu-west-1:568282634449:function:ACS-VideoObjectDetection
	//
	//    * arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-VideoObjectDetection
	//
	//    * arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-VideoObjectDetection
	//
	//    * arn:aws:lambda:ap-south-1:565803892007:function:ACS-VideoObjectDetection
	//
	//    * arn:aws:lambda:eu-central-1:203001061592:function:ACS-VideoObjectDetection
	//
	//    * arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-VideoObjectDetection
	//
	//    * arn:aws:lambda:eu-west-2:487402164563:function:ACS-VideoObjectDetection
	//
	//    * arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-VideoObjectDetection
	//
	//    * arn:aws:lambda:ca-central-1:918755190332:function:ACS-VideoObjectDetection
	//
	// Video Frame Object Tracking - Use this task type to have workers track the
	// movement of objects in a sequence of video frames (images extracted from
	// a video) using bounding boxes. For example, you can use this task to ask
	// workers to track the movement of objects, such as cars, bikes, and pedestrians.
	//
	//    * arn:aws:lambda:us-east-1:432418664414:function:ACS-VideoObjectTracking
	//
	//    * arn:aws:lambda:us-east-2:266458841044:function:ACS-VideoObjectTracking
	//
	//    * arn:aws:lambda:us-west-2:081040173940:function:ACS-VideoObjectTracking
	//
	//    * arn:aws:lambda:eu-west-1:568282634449:function:ACS-VideoObjectTracking
	//
	//    * arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-VideoObjectTracking
	//
	//    * arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-VideoObjectTracking
	//
	//    * arn:aws:lambda:ap-south-1:565803892007:function:ACS-VideoObjectTracking
	//
	//    * arn:aws:lambda:eu-central-1:203001061592:function:ACS-VideoObjectTracking
	//
	//    * arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-VideoObjectTracking
	//
	//    * arn:aws:lambda:eu-west-2:487402164563:function:ACS-VideoObjectTracking
	//
	//    * arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-VideoObjectTracking
	//
	//    * arn:aws:lambda:ca-central-1:918755190332:function:ACS-VideoObjectTracking
	//
	// 3D Point Cloud Object Detection - Use this task type when you want workers
	// to classify objects in a 3D point cloud by drawing 3D cuboids around objects.
	// For example, you can use this task type to ask workers to identify different
	// types of objects in a point cloud, such as cars, bikes, and pedestrians.
	//
	//    * arn:aws:lambda:us-east-1:432418664414:function:ACS-3DPointCloudObjectDetection
	//
	//    * arn:aws:lambda:us-east-2:266458841044:function:ACS-3DPointCloudObjectDetection
	//
	//    * arn:aws:lambda:us-west-2:081040173940:function:ACS-3DPointCloudObjectDetection
	//
	//    * arn:aws:lambda:eu-west-1:568282634449:function:ACS-3DPointCloudObjectDetection
	//
	//    * arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-3DPointCloudObjectDetection
	//
	//    * arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-3DPointCloudObjectDetection
	//
	//    * arn:aws:lambda:ap-south-1:565803892007:function:ACS-3DPointCloudObjectDetection
	//
	//    * arn:aws:lambda:eu-central-1:203001061592:function:ACS-3DPointCloudObjectDetection
	//
	//    * arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-3DPointCloudObjectDetection
	//
	//    * arn:aws:lambda:eu-west-2:487402164563:function:ACS-3DPointCloudObjectDetection
	//
	//    * arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-3DPointCloudObjectDetection
	//
	//    * arn:aws:lambda:ca-central-1:918755190332:function:ACS-3DPointCloudObjectDetection
	//
	// 3D Point Cloud Object Tracking - Use this task type when you want workers
	// to draw 3D cuboids around objects that appear in a sequence of 3D point cloud
	// frames. For example, you can use this task type to ask workers to track the
	// movement of vehicles across multiple point cloud frames.
	//
	//    * arn:aws:lambda:us-east-1:432418664414:function:ACS-3DPointCloudObjectTracking
	//
	//    * arn:aws:lambda:us-east-2:266458841044:function:ACS-3DPointCloudObjectTracking
	//
	//    * arn:aws:lambda:us-west-2:081040173940:function:ACS-3DPointCloudObjectTracking
	//
	//    * arn:aws:lambda:eu-west-1:568282634449:function:ACS-3DPointCloudObjectTracking
	//
	//    * arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-3DPointCloudObjectTracking
	//
	//    * arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-3DPointCloudObjectTracking
	//
	//    * arn:aws:lambda:ap-south-1:565803892007:function:ACS-3DPointCloudObjectTracking
	//
	//    * arn:aws:lambda:eu-central-1:203001061592:function:ACS-3DPointCloudObjectTracking
	//
	//    * arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-3DPointCloudObjectTracking
	//
	//    * arn:aws:lambda:eu-west-2:487402164563:function:ACS-3DPointCloudObjectTracking
	//
	//    * arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-3DPointCloudObjectTracking
	//
	//    * arn:aws:lambda:ca-central-1:918755190332:function:ACS-3DPointCloudObjectTracking
	//
	// 3D Point Cloud Semantic Segmentation - Use this task type when you want workers
	// to create a point-level semantic segmentation masks by painting objects in
	// a 3D point cloud using different colors where each color is assigned to one
	// of the classes you specify.
	//
	//    * arn:aws:lambda:us-east-1:432418664414:function:ACS-3DPointCloudSemanticSegmentation
	//
	//    * arn:aws:lambda:us-east-2:266458841044:function:ACS-3DPointCloudSemanticSegmentation
	//
	//    * arn:aws:lambda:us-west-2:081040173940:function:ACS-3DPointCloudSemanticSegmentation
	//
	//    * arn:aws:lambda:eu-west-1:568282634449:function:ACS-3DPointCloudSemanticSegmentation
	//
	//    * arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-3DPointCloudSemanticSegmentation
	//
	//    * arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-3DPointCloudSemanticSegmentation
	//
	//    * arn:aws:lambda:ap-south-1:565803892007:function:ACS-3DPointCloudSemanticSegmentation
	//
	//    * arn:aws:lambda:eu-central-1:203001061592:function:ACS-3DPointCloudSemanticSegmentation
	//
	//    * arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-3DPointCloudSemanticSegmentation
	//
	//    * arn:aws:lambda:eu-west-2:487402164563:function:ACS-3DPointCloudSemanticSegmentation
	//
	//    * arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-3DPointCloudSemanticSegmentation
	//
	//    * arn:aws:lambda:ca-central-1:918755190332:function:ACS-3DPointCloudSemanticSegmentation
	//
	// Use the following ARNs for Label Verification and Adjustment Jobs
	//
	// Use label verification and adjustment jobs to review and adjust labels. To
	// learn more, see Verify and Adjust Labels (https://docs.aws.amazon.com/sagemaker/latest/dg/sms-verification-data.html).
	//
	// Semantic Segmentation Adjustment - Treats each pixel in an image as a multi-class
	// classification and treats pixel adjusted annotations from workers as "votes"
	// for the correct label.
	//
	//    * arn:aws:lambda:us-east-1:432418664414:function:ACS-AdjustmentSemanticSegmentation
	//
	//    * arn:aws:lambda:us-east-2:266458841044:function:ACS-AdjustmentSemanticSegmentation
	//
	//    * arn:aws:lambda:us-west-2:081040173940:function:ACS-AdjustmentSemanticSegmentation
	//
	//    * arn:aws:lambda:eu-west-1:568282634449:function:ACS-AdjustmentSemanticSegmentation
	//
	//    * arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-AdjustmentSemanticSegmentation
	//
	//    * arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-AdjustmentSemanticSegmentation
	//
	//    * arn:aws:lambda:ap-south-1:565803892007:function:ACS-AdjustmentSemanticSegmentation
	//
	//    * arn:aws:lambda:eu-central-1:203001061592:function:ACS-AdjustmentSemanticSegmentation
	//
	//    * arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-AdjustmentSemanticSegmentation
	//
	//    * arn:aws:lambda:eu-west-2:487402164563:function:ACS-AdjustmentSemanticSegmentation
	//
	//    * arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-AdjustmentSemanticSegmentation
	//
	//    * arn:aws:lambda:ca-central-1:918755190332:function:ACS-AdjustmentSemanticSegmentation
	//
	// Semantic Segmentation Verification - Uses a variant of the Expectation Maximization
	// approach to estimate the true class of verification judgment for semantic
	// segmentation labels based on annotations from individual workers.
	//
	//    * arn:aws:lambda:us-east-1:432418664414:function:ACS-VerificationSemanticSegmentation
	//
	//    * arn:aws:lambda:us-east-2:266458841044:function:ACS-VerificationSemanticSegmentation
	//
	//    * arn:aws:lambda:us-west-2:081040173940:function:ACS-VerificationSemanticSegmentation
	//
	//    * arn:aws:lambda:eu-west-1:568282634449:function:ACS-VerificationSemanticSegmentation
	//
	//    * arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-VerificationSemanticSegmentation
	//
	//    * arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-VerificationSemanticSegmentation
	//
	//    * arn:aws:lambda:ap-south-1:565803892007:function:ACS-VerificationSemanticSegmentation
	//
	//    * arn:aws:lambda:eu-central-1:203001061592:function:ACS-VerificationSemanticSegmentation
	//
	//    * arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-VerificationSemanticSegmentation
	//
	//    * arn:aws:lambda:eu-west-2:487402164563:function:ACS-VerificationSemanticSegmentation
	//
	//    * arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-VerificationSemanticSegmentation
	//
	//    * arn:aws:lambda:ca-central-1:918755190332:function:ACS-VerificationSemanticSegmentation
	//
	// Bounding Box Adjustment - Finds the most similar boxes from different workers
	// based on the Jaccard index of the adjusted annotations.
	//
	//    * arn:aws:lambda:us-east-1:432418664414:function:ACS-AdjustmentBoundingBox
	//
	//    * arn:aws:lambda:us-east-2:266458841044:function:ACS-AdjustmentBoundingBox
	//
	//    * arn:aws:lambda:us-west-2:081040173940:function:ACS-AdjustmentBoundingBox
	//
	//    * arn:aws:lambda:eu-west-1:568282634449:function:ACS-AdjustmentBoundingBox
	//
	//    * arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-AdjustmentBoundingBox
	//
	//    * arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-AdjustmentBoundingBox
	//
	//    * arn:aws:lambda:ap-south-1:565803892007:function:ACS-AdjustmentBoundingBox
	//
	//    * arn:aws:lambda:eu-central-1:203001061592:function:ACS-AdjustmentBoundingBox
	//
	//    * arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-AdjustmentBoundingBox
	//
	//    * arn:aws:lambda:eu-west-2:487402164563:function:ACS-AdjustmentBoundingBox
	//
	//    * arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-AdjustmentBoundingBox
	//
	//    * arn:aws:lambda:ca-central-1:918755190332:function:ACS-AdjustmentBoundingBox
	//
	// Bounding Box Verification - Uses a variant of the Expectation Maximization
	// approach to estimate the true class of verification judgement for bounding
	// box labels based on annotations from individual workers.
	//
	//    * arn:aws:lambda:us-east-1:432418664414:function:ACS-VerificationBoundingBox
	//
	//    * arn:aws:lambda:us-east-2:266458841044:function:ACS-VerificationBoundingBox
	//
	//    * arn:aws:lambda:us-west-2:081040173940:function:ACS-VerificationBoundingBox
	//
	//    * arn:aws:lambda:eu-west-1:568282634449:function:ACS-VerificationBoundingBox
	//
	//    * arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-VerificationBoundingBox
	//
	//    * arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-VerificationBoundingBox
	//
	//    * arn:aws:lambda:ap-south-1:565803892007:function:ACS-VerificationBoundingBox
	//
	//    * arn:aws:lambda:eu-central-1:203001061592:function:ACS-VerificationBoundingBox
	//
	//    * arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-VerificationBoundingBox
	//
	//    * arn:aws:lambda:eu-west-2:487402164563:function:ACS-VerificationBoundingBox
	//
	//    * arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-VerificationBoundingBox
	//
	//    * arn:aws:lambda:ca-central-1:918755190332:function:ACS-VerificationBoundingBox
	//
	// Video Frame Object Detection Adjustment - Use this task type when you want
	// workers to adjust bounding boxes that workers have added to video frames
	// to classify and localize objects in a sequence of video frames.
	//
	//    * arn:aws:lambda:us-east-1:432418664414:function:ACS-AdjustmentVideoObjectDetection
	//
	//    * arn:aws:lambda:us-east-2:266458841044:function:ACS-AdjustmentVideoObjectDetection
	//
	//    * arn:aws:lambda:us-west-2:081040173940:function:ACS-AdjustmentVideoObjectDetection
	//
	//    * arn:aws:lambda:eu-west-1:568282634449:function:ACS-AdjustmentVideoObjectDetection
	//
	//    * arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-AdjustmentVideoObjectDetection
	//
	//    * arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-AdjustmentVideoObjectDetection
	//
	//    * arn:aws:lambda:ap-south-1:565803892007:function:ACS-AdjustmentVideoObjectDetection
	//
	//    * arn:aws:lambda:eu-central-1:203001061592:function:ACS-AdjustmentVideoObjectDetection
	//
	//    * arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-AdjustmentVideoObjectDetection
	//
	//    * arn:aws:lambda:eu-west-2:487402164563:function:ACS-AdjustmentVideoObjectDetection
	//
	//    * arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-AdjustmentVideoObjectDetection
	//
	//    * arn:aws:lambda:ca-central-1:918755190332:function:ACS-AdjustmentVideoObjectDetection
	//
	// Video Frame Object Tracking Adjustment - Use this task type when you want
	// workers to adjust bounding boxes that workers have added to video frames
	// to track object movement across a sequence of video frames.
	//
	//    * arn:aws:lambda:us-east-1:432418664414:function:ACS-AdjustmentVideoObjectTracking
	//
	//    * arn:aws:lambda:us-east-2:266458841044:function:ACS-AdjustmentVideoObjectTracking
	//
	//    * arn:aws:lambda:us-west-2:081040173940:function:ACS-AdjustmentVideoObjectTracking
	//
	//    * arn:aws:lambda:eu-west-1:568282634449:function:ACS-AdjustmentVideoObjectTracking
	//
	//    * arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-AdjustmentVideoObjectTracking
	//
	//    * arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-AdjustmentVideoObjectTracking
	//
	//    * arn:aws:lambda:ap-south-1:565803892007:function:ACS-AdjustmentVideoObjectTracking
	//
	//    * arn:aws:lambda:eu-central-1:203001061592:function:ACS-AdjustmentVideoObjectTracking
	//
	//    * arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-AdjustmentVideoObjectTracking
	//
	//    * arn:aws:lambda:eu-west-2:487402164563:function:ACS-AdjustmentVideoObjectTracking
	//
	//    * arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-AdjustmentVideoObjectTracking
	//
	//    * arn:aws:lambda:ca-central-1:918755190332:function:ACS-AdjustmentVideoObjectTracking
	//
	// 3D Point Cloud Object Detection Adjustment - Use this task type when you
	// want workers to adjust 3D cuboids around objects in a 3D point cloud.
	//
	//    * arn:aws:lambda:us-east-1:432418664414:function:ACS-Adjustment3DPointCloudObjectDetection
	//
	//    * arn:aws:lambda:us-east-2:266458841044:function:ACS-Adjustment3DPointCloudObjectDetection
	//
	//    * arn:aws:lambda:us-west-2:081040173940:function:ACS-Adjustment3DPointCloudObjectDetection
	//
	//    * arn:aws:lambda:eu-west-1:568282634449:function:ACS-Adjustment3DPointCloudObjectDetection
	//
	//    * arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-Adjustment3DPointCloudObjectDetection
	//
	//    * arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-Adjustment3DPointCloudObjectDetection
	//
	//    * arn:aws:lambda:ap-south-1:565803892007:function:ACS-Adjustment3DPointCloudObjectDetection
	//
	//    * arn:aws:lambda:eu-central-1:203001061592:function:ACS-Adjustment3DPointCloudObjectDetection
	//
	//    * arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-Adjustment3DPointCloudObjectDetection
	//
	//    * arn:aws:lambda:eu-west-2:487402164563:function:ACS-Adjustment3DPointCloudObjectDetection
	//
	//    * arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-Adjustment3DPointCloudObjectDetection
	//
	//    * arn:aws:lambda:ca-central-1:918755190332:function:ACS-Adjustment3DPointCloudObjectDetection
	//
	// 3D Point Cloud Object Tracking Adjustment - Use this task type when you want
	// workers to adjust 3D cuboids around objects that appear in a sequence of
	// 3D point cloud frames.
	//
	//    * arn:aws:lambda:us-east-1:432418664414:function:ACS-Adjustment3DPointCloudObjectTracking
	//
	//    * arn:aws:lambda:us-east-2:266458841044:function:ACS-Adjustment3DPointCloudObjectTracking
	//
	//    * arn:aws:lambda:us-west-2:081040173940:function:ACS-Adjustment3DPointCloudObjectTracking
	//
	//    * arn:aws:lambda:eu-west-1:568282634449:function:ACS-Adjustment3DPointCloudObjectTracking
	//
	//    * arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-Adjustment3DPointCloudObjectTracking
	//
	//    * arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-Adjustment3DPointCloudObjectTracking
	//
	//    * arn:aws:lambda:ap-south-1:565803892007:function:ACS-Adjustment3DPointCloudObjectTracking
	//
	//    * arn:aws:lambda:eu-central-1:203001061592:function:ACS-Adjustment3DPointCloudObjectTracking
	//
	//    * arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-Adjustment3DPointCloudObjectTracking
	//
	//    * arn:aws:lambda:eu-west-2:487402164563:function:ACS-Adjustment3DPointCloudObjectTracking
	//
	//    * arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-Adjustment3DPointCloudObjectTracking
	//
	//    * arn:aws:lambda:ca-central-1:918755190332:function:ACS-Adjustment3DPointCloudObjectTracking
	//
	// 3D Point Cloud Semantic Segmentation Adjustment - Use this task type when
	// you want workers to adjust a point-level semantic segmentation masks using
	// a paint tool.
	//
	//    * arn:aws:lambda:us-east-1:432418664414:function:ACS-3DPointCloudSemanticSegmentation
	//
	//    * arn:aws:lambda:us-east-1:432418664414:function:ACS-Adjustment3DPointCloudSemanticSegmentation
	//
	//    * arn:aws:lambda:us-east-2:266458841044:function:ACS-Adjustment3DPointCloudSemanticSegmentation
	//
	//    * arn:aws:lambda:us-west-2:081040173940:function:ACS-Adjustment3DPointCloudSemanticSegmentation
	//
	//    * arn:aws:lambda:eu-west-1:568282634449:function:ACS-Adjustment3DPointCloudSemanticSegmentation
	//
	//    * arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-Adjustment3DPointCloudSemanticSegmentation
	//
	//    * arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-Adjustment3DPointCloudSemanticSegmentation
	//
	//    * arn:aws:lambda:ap-south-1:565803892007:function:ACS-Adjustment3DPointCloudSemanticSegmentation
	//
	//    * arn:aws:lambda:eu-central-1:203001061592:function:ACS-Adjustment3DPointCloudSemanticSegmentation
	//
	//    * arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-Adjustment3DPointCloudSemanticSegmentation
	//
	//    * arn:aws:lambda:eu-west-2:487402164563:function:ACS-Adjustment3DPointCloudSemanticSegmentation
	//
	//    * arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-Adjustment3DPointCloudSemanticSegmentation
	//
	//    * arn:aws:lambda:ca-central-1:918755190332:function:ACS-Adjustment3DPointCloudSemanticSegmentation
	//
	// AnnotationConsolidationLambdaArn is a required field
	AnnotationConsolidationLambdaArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Configures how labels are consolidated across human workers and processes output data.

func (AnnotationConsolidationConfig) GoString added in v1.15.86

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AnnotationConsolidationConfig) SetAnnotationConsolidationLambdaArn added in v1.15.86

func (s *AnnotationConsolidationConfig) SetAnnotationConsolidationLambdaArn(v string) *AnnotationConsolidationConfig

SetAnnotationConsolidationLambdaArn sets the AnnotationConsolidationLambdaArn field's value.

func (AnnotationConsolidationConfig) String added in v1.15.86

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AnnotationConsolidationConfig) Validate added in v1.15.86

func (s *AnnotationConsolidationConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AppDetails added in v1.25.47

type AppDetails struct {

	// The name of the app.
	AppName *string `type:"string"`

	// The type of app.
	AppType *string `type:"string" enum:"AppType"`

	// The creation time.
	CreationTime *time.Time `type:"timestamp"`

	// The domain ID.
	DomainId *string `type:"string"`

	// The name of the space.
	SpaceName *string `type:"string"`

	// The status.
	Status *string `type:"string" enum:"AppStatus"`

	// The user profile name.
	UserProfileName *string `type:"string"`
	// contains filtered or unexported fields
}

Details about an Amazon SageMaker app.

func (AppDetails) GoString added in v1.25.47

func (s AppDetails) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AppDetails) SetAppName added in v1.25.47

func (s *AppDetails) SetAppName(v string) *AppDetails

SetAppName sets the AppName field's value.

func (*AppDetails) SetAppType added in v1.25.47

func (s *AppDetails) SetAppType(v string) *AppDetails

SetAppType sets the AppType field's value.

func (*AppDetails) SetCreationTime added in v1.25.47

func (s *AppDetails) SetCreationTime(v time.Time) *AppDetails

SetCreationTime sets the CreationTime field's value.

func (*AppDetails) SetDomainId added in v1.25.47

func (s *AppDetails) SetDomainId(v string) *AppDetails

SetDomainId sets the DomainId field's value.

func (*AppDetails) SetSpaceName added in v1.44.150

func (s *AppDetails) SetSpaceName(v string) *AppDetails

SetSpaceName sets the SpaceName field's value.

func (*AppDetails) SetStatus added in v1.25.47

func (s *AppDetails) SetStatus(v string) *AppDetails

SetStatus sets the Status field's value.

func (*AppDetails) SetUserProfileName added in v1.25.47

func (s *AppDetails) SetUserProfileName(v string) *AppDetails

SetUserProfileName sets the UserProfileName field's value.

func (AppDetails) String added in v1.25.47

func (s AppDetails) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AppImageConfigDetails added in v1.35.15

type AppImageConfigDetails struct {

	// The Amazon Resource Name (ARN) of the AppImageConfig.
	AppImageConfigArn *string `type:"string"`

	// The name of the AppImageConfig. Must be unique to your account.
	AppImageConfigName *string `type:"string"`

	// When the AppImageConfig was created.
	CreationTime *time.Time `type:"timestamp"`

	// The configuration for the file system and kernels in the SageMaker image.
	KernelGatewayImageConfig *KernelGatewayImageConfig `type:"structure"`

	// When the AppImageConfig was last modified.
	LastModifiedTime *time.Time `type:"timestamp"`
	// contains filtered or unexported fields
}

The configuration for running a SageMaker image as a KernelGateway app.

func (AppImageConfigDetails) GoString added in v1.35.15

func (s AppImageConfigDetails) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AppImageConfigDetails) SetAppImageConfigArn added in v1.35.15

func (s *AppImageConfigDetails) SetAppImageConfigArn(v string) *AppImageConfigDetails

SetAppImageConfigArn sets the AppImageConfigArn field's value.

func (*AppImageConfigDetails) SetAppImageConfigName added in v1.35.15

func (s *AppImageConfigDetails) SetAppImageConfigName(v string) *AppImageConfigDetails

SetAppImageConfigName sets the AppImageConfigName field's value.

func (*AppImageConfigDetails) SetCreationTime added in v1.35.15

func (s *AppImageConfigDetails) SetCreationTime(v time.Time) *AppImageConfigDetails

SetCreationTime sets the CreationTime field's value.

func (*AppImageConfigDetails) SetKernelGatewayImageConfig added in v1.35.15

func (s *AppImageConfigDetails) SetKernelGatewayImageConfig(v *KernelGatewayImageConfig) *AppImageConfigDetails

SetKernelGatewayImageConfig sets the KernelGatewayImageConfig field's value.

func (*AppImageConfigDetails) SetLastModifiedTime added in v1.35.15

func (s *AppImageConfigDetails) SetLastModifiedTime(v time.Time) *AppImageConfigDetails

SetLastModifiedTime sets the LastModifiedTime field's value.

func (AppImageConfigDetails) String added in v1.35.15

func (s AppImageConfigDetails) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AppSpecification added in v1.25.47

type AppSpecification struct {

	// The arguments for a container used to run a processing job.
	ContainerArguments []*string `min:"1" type:"list"`

	// The entrypoint for a container used to run a processing job.
	ContainerEntrypoint []*string `min:"1" type:"list"`

	// The container image to be run by the processing job.
	//
	// ImageUri is a required field
	ImageUri *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Configuration to run a processing job in a specified container image.

func (AppSpecification) GoString added in v1.25.47

func (s AppSpecification) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AppSpecification) SetContainerArguments added in v1.25.47

func (s *AppSpecification) SetContainerArguments(v []*string) *AppSpecification

SetContainerArguments sets the ContainerArguments field's value.

func (*AppSpecification) SetContainerEntrypoint added in v1.25.47

func (s *AppSpecification) SetContainerEntrypoint(v []*string) *AppSpecification

SetContainerEntrypoint sets the ContainerEntrypoint field's value.

func (*AppSpecification) SetImageUri added in v1.25.47

func (s *AppSpecification) SetImageUri(v string) *AppSpecification

SetImageUri sets the ImageUri field's value.

func (AppSpecification) String added in v1.25.47

func (s AppSpecification) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AppSpecification) Validate added in v1.25.47

func (s *AppSpecification) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ArtifactSource added in v1.35.37

type ArtifactSource struct {

	// A list of source types.
	SourceTypes []*ArtifactSourceType `type:"list"`

	// The URI of the source.
	//
	// SourceUri is a required field
	SourceUri *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

A structure describing the source of an artifact.

func (ArtifactSource) GoString added in v1.35.37

func (s ArtifactSource) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ArtifactSource) SetSourceTypes added in v1.35.37

func (s *ArtifactSource) SetSourceTypes(v []*ArtifactSourceType) *ArtifactSource

SetSourceTypes sets the SourceTypes field's value.

func (*ArtifactSource) SetSourceUri added in v1.35.37

func (s *ArtifactSource) SetSourceUri(v string) *ArtifactSource

SetSourceUri sets the SourceUri field's value.

func (ArtifactSource) String added in v1.35.37

func (s ArtifactSource) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ArtifactSource) Validate added in v1.35.37

func (s *ArtifactSource) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ArtifactSourceType added in v1.35.37

type ArtifactSourceType struct {

	// The type of ID.
	//
	// SourceIdType is a required field
	SourceIdType *string `type:"string" required:"true" enum:"ArtifactSourceIdType"`

	// The ID.
	//
	// Value is a required field
	Value *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

The ID and ID type of an artifact source.

func (ArtifactSourceType) GoString added in v1.35.37

func (s ArtifactSourceType) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ArtifactSourceType) SetSourceIdType added in v1.35.37

func (s *ArtifactSourceType) SetSourceIdType(v string) *ArtifactSourceType

SetSourceIdType sets the SourceIdType field's value.

func (*ArtifactSourceType) SetValue added in v1.35.37

SetValue sets the Value field's value.

func (ArtifactSourceType) String added in v1.35.37

func (s ArtifactSourceType) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ArtifactSourceType) Validate added in v1.35.37

func (s *ArtifactSourceType) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ArtifactSummary added in v1.35.37

type ArtifactSummary struct {

	// The Amazon Resource Name (ARN) of the artifact.
	ArtifactArn *string `type:"string"`

	// The name of the artifact.
	ArtifactName *string `min:"1" type:"string"`

	// The type of the artifact.
	ArtifactType *string `type:"string"`

	// When the artifact was created.
	CreationTime *time.Time `type:"timestamp"`

	// When the artifact was last modified.
	LastModifiedTime *time.Time `type:"timestamp"`

	// The source of the artifact.
	Source *ArtifactSource `type:"structure"`
	// contains filtered or unexported fields
}

Lists a summary of the properties of an artifact. An artifact represents a URI addressable object or data. Some examples are a dataset and a model.

func (ArtifactSummary) GoString added in v1.35.37

func (s ArtifactSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ArtifactSummary) SetArtifactArn added in v1.35.37

func (s *ArtifactSummary) SetArtifactArn(v string) *ArtifactSummary

SetArtifactArn sets the ArtifactArn field's value.

func (*ArtifactSummary) SetArtifactName added in v1.35.37

func (s *ArtifactSummary) SetArtifactName(v string) *ArtifactSummary

SetArtifactName sets the ArtifactName field's value.

func (*ArtifactSummary) SetArtifactType added in v1.35.37

func (s *ArtifactSummary) SetArtifactType(v string) *ArtifactSummary

SetArtifactType sets the ArtifactType field's value.

func (*ArtifactSummary) SetCreationTime added in v1.35.37

func (s *ArtifactSummary) SetCreationTime(v time.Time) *ArtifactSummary

SetCreationTime sets the CreationTime field's value.

func (*ArtifactSummary) SetLastModifiedTime added in v1.35.37

func (s *ArtifactSummary) SetLastModifiedTime(v time.Time) *ArtifactSummary

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*ArtifactSummary) SetSource added in v1.35.37

SetSource sets the Source field's value.

func (ArtifactSummary) String added in v1.35.37

func (s ArtifactSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AssociateTrialComponentInput added in v1.25.47

type AssociateTrialComponentInput struct {

	// The name of the component to associated with the trial.
	//
	// TrialComponentName is a required field
	TrialComponentName *string `min:"1" type:"string" required:"true"`

	// The name of the trial to associate with.
	//
	// TrialName is a required field
	TrialName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (AssociateTrialComponentInput) GoString added in v1.25.47

func (s AssociateTrialComponentInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssociateTrialComponentInput) SetTrialComponentName added in v1.25.47

SetTrialComponentName sets the TrialComponentName field's value.

func (*AssociateTrialComponentInput) SetTrialName added in v1.25.47

SetTrialName sets the TrialName field's value.

func (AssociateTrialComponentInput) String added in v1.25.47

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssociateTrialComponentInput) Validate added in v1.25.47

func (s *AssociateTrialComponentInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AssociateTrialComponentOutput added in v1.25.47

type AssociateTrialComponentOutput struct {

	// The Amazon Resource Name (ARN) of the trial.
	TrialArn *string `type:"string"`

	// The Amazon Resource Name (ARN) of the trial component.
	TrialComponentArn *string `type:"string"`
	// contains filtered or unexported fields
}

func (AssociateTrialComponentOutput) GoString added in v1.25.47

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssociateTrialComponentOutput) SetTrialArn added in v1.25.47

SetTrialArn sets the TrialArn field's value.

func (*AssociateTrialComponentOutput) SetTrialComponentArn added in v1.25.47

SetTrialComponentArn sets the TrialComponentArn field's value.

func (AssociateTrialComponentOutput) String added in v1.25.47

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AssociationSummary added in v1.35.37

type AssociationSummary struct {

	// The type of the association.
	AssociationType *string `type:"string" enum:"AssociationEdgeType"`

	// Information about the user who created or modified an experiment, trial,
	// trial component, lineage group, project, or model card.
	CreatedBy *UserContext `type:"structure"`

	// When the association was created.
	CreationTime *time.Time `type:"timestamp"`

	// The Amazon Resource Name (ARN) of the destination.
	DestinationArn *string `type:"string"`

	// The name of the destination.
	DestinationName *string `min:"1" type:"string"`

	// The destination type.
	DestinationType *string `type:"string"`

	// The ARN of the source.
	SourceArn *string `type:"string"`

	// The name of the source.
	SourceName *string `min:"1" type:"string"`

	// The source type.
	SourceType *string `type:"string"`
	// contains filtered or unexported fields
}

Lists a summary of the properties of an association. An association is an entity that links other lineage or experiment entities. An example would be an association between a training job and a model.

func (AssociationSummary) GoString added in v1.35.37

func (s AssociationSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssociationSummary) SetAssociationType added in v1.35.37

func (s *AssociationSummary) SetAssociationType(v string) *AssociationSummary

SetAssociationType sets the AssociationType field's value.

func (*AssociationSummary) SetCreatedBy added in v1.35.37

func (s *AssociationSummary) SetCreatedBy(v *UserContext) *AssociationSummary

SetCreatedBy sets the CreatedBy field's value.

func (*AssociationSummary) SetCreationTime added in v1.35.37

func (s *AssociationSummary) SetCreationTime(v time.Time) *AssociationSummary

SetCreationTime sets the CreationTime field's value.

func (*AssociationSummary) SetDestinationArn added in v1.35.37

func (s *AssociationSummary) SetDestinationArn(v string) *AssociationSummary

SetDestinationArn sets the DestinationArn field's value.

func (*AssociationSummary) SetDestinationName added in v1.35.37

func (s *AssociationSummary) SetDestinationName(v string) *AssociationSummary

SetDestinationName sets the DestinationName field's value.

func (*AssociationSummary) SetDestinationType added in v1.35.37

func (s *AssociationSummary) SetDestinationType(v string) *AssociationSummary

SetDestinationType sets the DestinationType field's value.

func (*AssociationSummary) SetSourceArn added in v1.35.37

func (s *AssociationSummary) SetSourceArn(v string) *AssociationSummary

SetSourceArn sets the SourceArn field's value.

func (*AssociationSummary) SetSourceName added in v1.35.37

func (s *AssociationSummary) SetSourceName(v string) *AssociationSummary

SetSourceName sets the SourceName field's value.

func (*AssociationSummary) SetSourceType added in v1.35.37

func (s *AssociationSummary) SetSourceType(v string) *AssociationSummary

SetSourceType sets the SourceType field's value.

func (AssociationSummary) String added in v1.35.37

func (s AssociationSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AsyncInferenceClientConfig added in v1.40.25

type AsyncInferenceClientConfig struct {

	// The maximum number of concurrent requests sent by the SageMaker client to
	// the model container. If no value is provided, SageMaker chooses an optimal
	// value.
	MaxConcurrentInvocationsPerInstance *int64 `min:"1" type:"integer"`
	// contains filtered or unexported fields
}

Configures the behavior of the client used by SageMaker to interact with the model container during asynchronous inference.

func (AsyncInferenceClientConfig) GoString added in v1.40.25

func (s AsyncInferenceClientConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AsyncInferenceClientConfig) SetMaxConcurrentInvocationsPerInstance added in v1.40.25

func (s *AsyncInferenceClientConfig) SetMaxConcurrentInvocationsPerInstance(v int64) *AsyncInferenceClientConfig

SetMaxConcurrentInvocationsPerInstance sets the MaxConcurrentInvocationsPerInstance field's value.

func (AsyncInferenceClientConfig) String added in v1.40.25

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AsyncInferenceClientConfig) Validate added in v1.40.25

func (s *AsyncInferenceClientConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AsyncInferenceConfig added in v1.40.25

type AsyncInferenceConfig struct {

	// Configures the behavior of the client used by SageMaker to interact with
	// the model container during asynchronous inference.
	ClientConfig *AsyncInferenceClientConfig `type:"structure"`

	// Specifies the configuration for asynchronous inference invocation outputs.
	//
	// OutputConfig is a required field
	OutputConfig *AsyncInferenceOutputConfig `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

Specifies configuration for how an endpoint performs asynchronous inference.

func (AsyncInferenceConfig) GoString added in v1.40.25

func (s AsyncInferenceConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AsyncInferenceConfig) SetClientConfig added in v1.40.25

SetClientConfig sets the ClientConfig field's value.

func (*AsyncInferenceConfig) SetOutputConfig added in v1.40.25

SetOutputConfig sets the OutputConfig field's value.

func (AsyncInferenceConfig) String added in v1.40.25

func (s AsyncInferenceConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AsyncInferenceConfig) Validate added in v1.40.25

func (s *AsyncInferenceConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AsyncInferenceNotificationConfig added in v1.40.25

type AsyncInferenceNotificationConfig struct {

	// Amazon SNS topic to post a notification to when inference fails. If no topic
	// is provided, no notification is sent on failure.
	ErrorTopic *string `type:"string"`

	// The Amazon SNS topics where you want the inference response to be included.
	//
	// The inference response is included only if the response size is less than
	// or equal to 128 KB.
	IncludeInferenceResponseIn []*string `type:"list" enum:"AsyncNotificationTopicTypes"`

	// Amazon SNS topic to post a notification to when inference completes successfully.
	// If no topic is provided, no notification is sent on success.
	SuccessTopic *string `type:"string"`
	// contains filtered or unexported fields
}

Specifies the configuration for notifications of inference results for asynchronous inference.

func (AsyncInferenceNotificationConfig) GoString added in v1.40.25

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AsyncInferenceNotificationConfig) SetErrorTopic added in v1.40.25

SetErrorTopic sets the ErrorTopic field's value.

func (*AsyncInferenceNotificationConfig) SetIncludeInferenceResponseIn added in v1.44.236

func (s *AsyncInferenceNotificationConfig) SetIncludeInferenceResponseIn(v []*string) *AsyncInferenceNotificationConfig

SetIncludeInferenceResponseIn sets the IncludeInferenceResponseIn field's value.

func (*AsyncInferenceNotificationConfig) SetSuccessTopic added in v1.40.25

SetSuccessTopic sets the SuccessTopic field's value.

func (AsyncInferenceNotificationConfig) String added in v1.40.25

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AsyncInferenceOutputConfig added in v1.40.25

type AsyncInferenceOutputConfig struct {

	// The Amazon Web Services Key Management Service (Amazon Web Services KMS)
	// key that SageMaker uses to encrypt the asynchronous inference output in Amazon
	// S3.
	KmsKeyId *string `type:"string"`

	// Specifies the configuration for notifications of inference results for asynchronous
	// inference.
	NotificationConfig *AsyncInferenceNotificationConfig `type:"structure"`

	// The Amazon S3 location to upload failure inference responses to.
	S3FailurePath *string `type:"string"`

	// The Amazon S3 location to upload inference responses to.
	S3OutputPath *string `type:"string"`
	// contains filtered or unexported fields
}

Specifies the configuration for asynchronous inference invocation outputs.

func (AsyncInferenceOutputConfig) GoString added in v1.40.25

func (s AsyncInferenceOutputConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AsyncInferenceOutputConfig) SetKmsKeyId added in v1.40.25

SetKmsKeyId sets the KmsKeyId field's value.

func (*AsyncInferenceOutputConfig) SetNotificationConfig added in v1.40.25

SetNotificationConfig sets the NotificationConfig field's value.

func (*AsyncInferenceOutputConfig) SetS3FailurePath added in v1.44.236

SetS3FailurePath sets the S3FailurePath field's value.

func (*AsyncInferenceOutputConfig) SetS3OutputPath added in v1.40.25

SetS3OutputPath sets the S3OutputPath field's value.

func (AsyncInferenceOutputConfig) String added in v1.40.25

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AthenaDatasetDefinition added in v1.35.37

type AthenaDatasetDefinition struct {

	// The name of the data catalog used in Athena query execution.
	//
	// Catalog is a required field
	Catalog *string `min:"1" type:"string" required:"true"`

	// The name of the database used in the Athena query execution.
	//
	// Database is a required field
	Database *string `min:"1" type:"string" required:"true"`

	// The Amazon Web Services Key Management Service (Amazon Web Services KMS)
	// key that Amazon SageMaker uses to encrypt data generated from an Athena query
	// execution.
	KmsKeyId *string `type:"string"`

	// The compression used for Athena query results.
	OutputCompression *string `type:"string" enum:"AthenaResultCompressionType"`

	// The data storage format for Athena query results.
	//
	// OutputFormat is a required field
	OutputFormat *string `type:"string" required:"true" enum:"AthenaResultFormat"`

	// The location in Amazon S3 where Athena query results are stored.
	//
	// OutputS3Uri is a required field
	OutputS3Uri *string `type:"string" required:"true"`

	// The SQL query statements, to be executed.
	//
	// QueryString is a required field
	QueryString *string `min:"1" type:"string" required:"true"`

	// The name of the workgroup in which the Athena query is being started.
	WorkGroup *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

Configuration for Athena Dataset Definition input.

func (AthenaDatasetDefinition) GoString added in v1.35.37

func (s AthenaDatasetDefinition) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AthenaDatasetDefinition) SetCatalog added in v1.35.37

SetCatalog sets the Catalog field's value.

func (*AthenaDatasetDefinition) SetDatabase added in v1.35.37

SetDatabase sets the Database field's value.

func (*AthenaDatasetDefinition) SetKmsKeyId added in v1.35.37

SetKmsKeyId sets the KmsKeyId field's value.

func (*AthenaDatasetDefinition) SetOutputCompression added in v1.35.37

func (s *AthenaDatasetDefinition) SetOutputCompression(v string) *AthenaDatasetDefinition

SetOutputCompression sets the OutputCompression field's value.

func (*AthenaDatasetDefinition) SetOutputFormat added in v1.35.37

SetOutputFormat sets the OutputFormat field's value.

func (*AthenaDatasetDefinition) SetOutputS3Uri added in v1.35.37

SetOutputS3Uri sets the OutputS3Uri field's value.

func (*AthenaDatasetDefinition) SetQueryString added in v1.35.37

SetQueryString sets the QueryString field's value.

func (*AthenaDatasetDefinition) SetWorkGroup added in v1.35.37

SetWorkGroup sets the WorkGroup field's value.

func (AthenaDatasetDefinition) String added in v1.35.37

func (s AthenaDatasetDefinition) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AthenaDatasetDefinition) Validate added in v1.35.37

func (s *AthenaDatasetDefinition) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AutoMLAlgorithmConfig added in v1.44.199

type AutoMLAlgorithmConfig struct {

	// The selection of algorithms run on a dataset to train the model candidates
	// of an Autopilot job.
	//
	// Selected algorithms must belong to the list corresponding to the training
	// mode set in AutoMLJobConfig.Mode (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_AutoMLJobConfig.html#sagemaker-Type-AutoMLJobConfig-Mode)
	// (ENSEMBLING or HYPERPARAMETER_TUNING). Choose a minimum of 1 algorithm.
	//
	//    * In ENSEMBLING mode: "catboost" "extra-trees" "fastai" "lightgbm" "linear-learner"
	//    "nn-torch" "randomforest" "xgboost"
	//
	//    * In HYPERPARAMETER_TUNING mode: "linear-learner" "mlp" "xgboost"
	//
	// AutoMLAlgorithms is a required field
	AutoMLAlgorithms []*string `type:"list" required:"true" enum:"AutoMLAlgorithm"`
	// contains filtered or unexported fields
}

The collection of algorithms run on a dataset for training the model candidates of an Autopilot job.

func (AutoMLAlgorithmConfig) GoString added in v1.44.199

func (s AutoMLAlgorithmConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutoMLAlgorithmConfig) SetAutoMLAlgorithms added in v1.44.199

func (s *AutoMLAlgorithmConfig) SetAutoMLAlgorithms(v []*string) *AutoMLAlgorithmConfig

SetAutoMLAlgorithms sets the AutoMLAlgorithms field's value.

func (AutoMLAlgorithmConfig) String added in v1.44.199

func (s AutoMLAlgorithmConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutoMLAlgorithmConfig) Validate added in v1.44.199

func (s *AutoMLAlgorithmConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AutoMLCandidate added in v1.25.47

type AutoMLCandidate struct {

	// The name of the candidate.
	//
	// CandidateName is a required field
	CandidateName *string `min:"1" type:"string" required:"true"`

	// The properties of an AutoML candidate job.
	CandidateProperties *CandidateProperties `type:"structure"`

	// The candidate's status.
	//
	// CandidateStatus is a required field
	CandidateStatus *string `type:"string" required:"true" enum:"CandidateStatus"`

	// Information about the candidate's steps.
	//
	// CandidateSteps is a required field
	CandidateSteps []*AutoMLCandidateStep `type:"list" required:"true"`

	// The creation time.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// The end time.
	EndTime *time.Time `type:"timestamp"`

	// The failure reason.
	FailureReason *string `type:"string"`

	// The best candidate result from an AutoML training job.
	FinalAutoMLJobObjectiveMetric *FinalAutoMLJobObjectiveMetric `type:"structure"`

	// The mapping of all supported processing unit (CPU, GPU, etc...) to inference
	// container definitions for the candidate. This field is populated for the
	// AutoML jobs V2 (for example, for jobs created by calling CreateAutoMLJobV2)
	// related to image or text classification problem types only.
	InferenceContainerDefinitions map[string][]*AutoMLContainerDefinition `type:"map"`

	// Information about the recommended inference container definitions.
	InferenceContainers []*AutoMLContainerDefinition `type:"list"`

	// The last modified time.
	//
	// LastModifiedTime is a required field
	LastModifiedTime *time.Time `type:"timestamp" required:"true"`

	// The objective's status.
	//
	// ObjectiveStatus is a required field
	ObjectiveStatus *string `type:"string" required:"true" enum:"ObjectiveStatus"`
	// contains filtered or unexported fields
}

Information about a candidate produced by an AutoML training job, including its status, steps, and other properties.

func (AutoMLCandidate) GoString added in v1.25.47

func (s AutoMLCandidate) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutoMLCandidate) SetCandidateName added in v1.25.47

func (s *AutoMLCandidate) SetCandidateName(v string) *AutoMLCandidate

SetCandidateName sets the CandidateName field's value.

func (*AutoMLCandidate) SetCandidateProperties added in v1.38.9

func (s *AutoMLCandidate) SetCandidateProperties(v *CandidateProperties) *AutoMLCandidate

SetCandidateProperties sets the CandidateProperties field's value.

func (*AutoMLCandidate) SetCandidateStatus added in v1.25.47

func (s *AutoMLCandidate) SetCandidateStatus(v string) *AutoMLCandidate

SetCandidateStatus sets the CandidateStatus field's value.

func (*AutoMLCandidate) SetCandidateSteps added in v1.25.47

func (s *AutoMLCandidate) SetCandidateSteps(v []*AutoMLCandidateStep) *AutoMLCandidate

SetCandidateSteps sets the CandidateSteps field's value.

func (*AutoMLCandidate) SetCreationTime added in v1.25.47

func (s *AutoMLCandidate) SetCreationTime(v time.Time) *AutoMLCandidate

SetCreationTime sets the CreationTime field's value.

func (*AutoMLCandidate) SetEndTime added in v1.25.47

func (s *AutoMLCandidate) SetEndTime(v time.Time) *AutoMLCandidate

SetEndTime sets the EndTime field's value.

func (*AutoMLCandidate) SetFailureReason added in v1.25.47

func (s *AutoMLCandidate) SetFailureReason(v string) *AutoMLCandidate

SetFailureReason sets the FailureReason field's value.

func (*AutoMLCandidate) SetFinalAutoMLJobObjectiveMetric added in v1.25.47

func (s *AutoMLCandidate) SetFinalAutoMLJobObjectiveMetric(v *FinalAutoMLJobObjectiveMetric) *AutoMLCandidate

SetFinalAutoMLJobObjectiveMetric sets the FinalAutoMLJobObjectiveMetric field's value.

func (*AutoMLCandidate) SetInferenceContainerDefinitions added in v1.44.228

func (s *AutoMLCandidate) SetInferenceContainerDefinitions(v map[string][]*AutoMLContainerDefinition) *AutoMLCandidate

SetInferenceContainerDefinitions sets the InferenceContainerDefinitions field's value.

func (*AutoMLCandidate) SetInferenceContainers added in v1.25.47

func (s *AutoMLCandidate) SetInferenceContainers(v []*AutoMLContainerDefinition) *AutoMLCandidate

SetInferenceContainers sets the InferenceContainers field's value.

func (*AutoMLCandidate) SetLastModifiedTime added in v1.25.47

func (s *AutoMLCandidate) SetLastModifiedTime(v time.Time) *AutoMLCandidate

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*AutoMLCandidate) SetObjectiveStatus added in v1.25.47

func (s *AutoMLCandidate) SetObjectiveStatus(v string) *AutoMLCandidate

SetObjectiveStatus sets the ObjectiveStatus field's value.

func (AutoMLCandidate) String added in v1.25.47

func (s AutoMLCandidate) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AutoMLCandidateGenerationConfig added in v1.44.22

type AutoMLCandidateGenerationConfig struct {

	// Stores the configuration information for the selection of algorithms used
	// to train the model candidates.
	//
	// The list of available algorithms to choose from depends on the training mode
	// set in AutoMLJobConfig.Mode (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_AutoMLJobConfig.html).
	//
	//    * AlgorithmsConfig should not be set in AUTO training mode.
	//
	//    * When AlgorithmsConfig is provided, one AutoMLAlgorithms attribute must
	//    be set and one only. If the list of algorithms provided as values for
	//    AutoMLAlgorithms is empty, AutoMLCandidateGenerationConfig uses the full
	//    set of algorithms for the given training mode.
	//
	//    * When AlgorithmsConfig is not provided, AutoMLCandidateGenerationConfig
	//    uses the full set of algorithms for the given training mode.
	//
	// For the list of all algorithms per training mode, see AutoMLAlgorithmConfig
	// (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_AutoMLAlgorithmConfig.html).
	//
	// For more information on each algorithm, see the Algorithm support (https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-model-support-validation.html#autopilot-algorithm-support)
	// section in Autopilot developer guide.
	AlgorithmsConfig []*AutoMLAlgorithmConfig `type:"list"`

	// A URL to the Amazon S3 data source containing selected features from the
	// input data source to run an Autopilot job. You can input FeatureAttributeNames
	// (optional) in JSON format as shown below:
	//
	// { "FeatureAttributeNames":["col1", "col2", ...] }.
	//
	// You can also specify the data type of the feature (optional) in the format
	// shown below:
	//
	// { "FeatureDataTypes":{"col1":"numeric", "col2":"categorical" ... } }
	//
	// These column keys may not include the target column.
	//
	// In ensembling mode, Autopilot only supports the following data types: numeric,
	// categorical, text, and datetime. In HPO mode, Autopilot can support numeric,
	// categorical, text, datetime, and sequence.
	//
	// If only FeatureDataTypes is provided, the column keys (col1, col2,..) should
	// be a subset of the column names in the input data.
	//
	// If both FeatureDataTypes and FeatureAttributeNames are provided, then the
	// column keys should be a subset of the column names provided in FeatureAttributeNames.
	//
	// The key name FeatureAttributeNames is fixed. The values listed in ["col1",
	// "col2", ...] are case sensitive and should be a list of strings containing
	// unique values that are a subset of the column names in the input data. The
	// list of columns provided must not include the target column.
	FeatureSpecificationS3Uri *string `type:"string"`
	// contains filtered or unexported fields
}

Stores the configuration information for how a candidate is generated (optional).

func (AutoMLCandidateGenerationConfig) GoString added in v1.44.22

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutoMLCandidateGenerationConfig) SetAlgorithmsConfig added in v1.44.199

SetAlgorithmsConfig sets the AlgorithmsConfig field's value.

func (*AutoMLCandidateGenerationConfig) SetFeatureSpecificationS3Uri added in v1.44.22

func (s *AutoMLCandidateGenerationConfig) SetFeatureSpecificationS3Uri(v string) *AutoMLCandidateGenerationConfig

SetFeatureSpecificationS3Uri sets the FeatureSpecificationS3Uri field's value.

func (AutoMLCandidateGenerationConfig) String added in v1.44.22

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutoMLCandidateGenerationConfig) Validate added in v1.44.199

func (s *AutoMLCandidateGenerationConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AutoMLCandidateStep added in v1.25.47

type AutoMLCandidateStep struct {

	// The ARN for the candidate's step.
	//
	// CandidateStepArn is a required field
	CandidateStepArn *string `min:"1" type:"string" required:"true"`

	// The name for the candidate's step.
	//
	// CandidateStepName is a required field
	CandidateStepName *string `min:"1" type:"string" required:"true"`

	// Whether the candidate is at the transform, training, or processing step.
	//
	// CandidateStepType is a required field
	CandidateStepType *string `type:"string" required:"true" enum:"CandidateStepType"`
	// contains filtered or unexported fields
}

Information about the steps for a candidate and what step it is working on.

func (AutoMLCandidateStep) GoString added in v1.25.47

func (s AutoMLCandidateStep) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutoMLCandidateStep) SetCandidateStepArn added in v1.25.47

func (s *AutoMLCandidateStep) SetCandidateStepArn(v string) *AutoMLCandidateStep

SetCandidateStepArn sets the CandidateStepArn field's value.

func (*AutoMLCandidateStep) SetCandidateStepName added in v1.25.47

func (s *AutoMLCandidateStep) SetCandidateStepName(v string) *AutoMLCandidateStep

SetCandidateStepName sets the CandidateStepName field's value.

func (*AutoMLCandidateStep) SetCandidateStepType added in v1.25.47

func (s *AutoMLCandidateStep) SetCandidateStepType(v string) *AutoMLCandidateStep

SetCandidateStepType sets the CandidateStepType field's value.

func (AutoMLCandidateStep) String added in v1.25.47

func (s AutoMLCandidateStep) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AutoMLChannel added in v1.25.47

type AutoMLChannel struct {

	// The channel type (optional) is an enum string. The default value is training.
	// Channels for training and validation must share the same ContentType and
	// TargetAttributeName. For information on specifying training and validation
	// channel types, see How to specify training and validation datasets (https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-datasets-problem-types.html#autopilot-data-sources-training-or-validation).
	ChannelType *string `type:"string" enum:"AutoMLChannelType"`

	// You can use Gzip or None. The default value is None.
	CompressionType *string `type:"string" enum:"CompressionType"`

	// The content type of the data from the input source. You can use text/csv;header=present
	// or x-application/vnd.amazon+parquet. The default value is text/csv;header=present.
	ContentType *string `type:"string"`

	// The data source for an AutoML channel.
	//
	// DataSource is a required field
	DataSource *AutoMLDataSource `type:"structure" required:"true"`

	// If specified, this column name indicates which column of the dataset should
	// be treated as sample weights for use by the objective metric during the training,
	// evaluation, and the selection of the best model. This column is not considered
	// as a predictive feature. For more information on Autopilot metrics, see Metrics
	// and validation (https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-metrics-validation.html).
	//
	// Sample weights should be numeric, non-negative, with larger values indicating
	// which rows are more important than others. Data points that have invalid
	// or no weight value are excluded.
	//
	// Support for sample weights is available in Ensembling (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_AutoMLAlgorithmConfig.html)
	// mode only.
	SampleWeightAttributeName *string `min:"1" type:"string"`

	// The name of the target variable in supervised learning, usually represented
	// by 'y'.
	//
	// TargetAttributeName is a required field
	TargetAttributeName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

A channel is a named input source that training algorithms can consume. The validation dataset size is limited to less than 2 GB. The training dataset size must be less than 100 GB. For more information, see Channel (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_Channel.html).

A validation dataset must contain the same headers as the training dataset.

func (AutoMLChannel) GoString added in v1.25.47

func (s AutoMLChannel) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutoMLChannel) SetChannelType added in v1.44.2

func (s *AutoMLChannel) SetChannelType(v string) *AutoMLChannel

SetChannelType sets the ChannelType field's value.

func (*AutoMLChannel) SetCompressionType added in v1.25.47

func (s *AutoMLChannel) SetCompressionType(v string) *AutoMLChannel

SetCompressionType sets the CompressionType field's value.

func (*AutoMLChannel) SetContentType added in v1.42.24

func (s *AutoMLChannel) SetContentType(v string) *AutoMLChannel

SetContentType sets the ContentType field's value.

func (*AutoMLChannel) SetDataSource added in v1.25.47

func (s *AutoMLChannel) SetDataSource(v *AutoMLDataSource) *AutoMLChannel

SetDataSource sets the DataSource field's value.

func (*AutoMLChannel) SetSampleWeightAttributeName added in v1.44.255

func (s *AutoMLChannel) SetSampleWeightAttributeName(v string) *AutoMLChannel

SetSampleWeightAttributeName sets the SampleWeightAttributeName field's value.

func (*AutoMLChannel) SetTargetAttributeName added in v1.25.47

func (s *AutoMLChannel) SetTargetAttributeName(v string) *AutoMLChannel

SetTargetAttributeName sets the TargetAttributeName field's value.

func (AutoMLChannel) String added in v1.25.47

func (s AutoMLChannel) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutoMLChannel) Validate added in v1.25.47

func (s *AutoMLChannel) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AutoMLContainerDefinition added in v1.25.47

type AutoMLContainerDefinition struct {

	// The environment variables to set in the container. For more information,
	// see ContainerDefinition (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ContainerDefinition.html).
	Environment map[string]*string `type:"map"`

	// The Amazon Elastic Container Registry (Amazon ECR) path of the container.
	// For more information, see ContainerDefinition (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ContainerDefinition.html).
	//
	// Image is a required field
	Image *string `type:"string" required:"true"`

	// The location of the model artifacts. For more information, see ContainerDefinition
	// (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ContainerDefinition.html).
	//
	// ModelDataUrl is a required field
	ModelDataUrl *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

A list of container definitions that describe the different containers that make up an AutoML candidate. For more information, see ContainerDefinition (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ContainerDefinition.html).

func (AutoMLContainerDefinition) GoString added in v1.25.47

func (s AutoMLContainerDefinition) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutoMLContainerDefinition) SetEnvironment added in v1.25.47

SetEnvironment sets the Environment field's value.

func (*AutoMLContainerDefinition) SetImage added in v1.25.47

SetImage sets the Image field's value.

func (*AutoMLContainerDefinition) SetModelDataUrl added in v1.25.47

SetModelDataUrl sets the ModelDataUrl field's value.

func (AutoMLContainerDefinition) String added in v1.25.47

func (s AutoMLContainerDefinition) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AutoMLDataSource added in v1.25.47

type AutoMLDataSource struct {

	// The Amazon S3 location of the input data.
	//
	// S3DataSource is a required field
	S3DataSource *AutoMLS3DataSource `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

The data source for the Autopilot job.

func (AutoMLDataSource) GoString added in v1.25.47

func (s AutoMLDataSource) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutoMLDataSource) SetS3DataSource added in v1.25.47

func (s *AutoMLDataSource) SetS3DataSource(v *AutoMLS3DataSource) *AutoMLDataSource

SetS3DataSource sets the S3DataSource field's value.

func (AutoMLDataSource) String added in v1.25.47

func (s AutoMLDataSource) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutoMLDataSource) Validate added in v1.25.47

func (s *AutoMLDataSource) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AutoMLDataSplitConfig added in v1.44.2

type AutoMLDataSplitConfig struct {

	// The validation fraction (optional) is a float that specifies the portion
	// of the training dataset to be used for validation. The default value is 0.2,
	// and values must be greater than 0 and less than 1. We recommend setting this
	// value to be less than 0.5.
	ValidationFraction *float64 `type:"float"`
	// contains filtered or unexported fields
}

This structure specifies how to split the data into train and validation datasets.

The validation and training datasets must contain the same headers. For jobs created by calling CreateAutoMLJob, the validation dataset must be less than 2 GB in size.

func (AutoMLDataSplitConfig) GoString added in v1.44.2

func (s AutoMLDataSplitConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutoMLDataSplitConfig) SetValidationFraction added in v1.44.2

func (s *AutoMLDataSplitConfig) SetValidationFraction(v float64) *AutoMLDataSplitConfig

SetValidationFraction sets the ValidationFraction field's value.

func (AutoMLDataSplitConfig) String added in v1.44.2

func (s AutoMLDataSplitConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AutoMLJobArtifacts added in v1.25.47

type AutoMLJobArtifacts struct {

	// The URL of the notebook location.
	CandidateDefinitionNotebookLocation *string `min:"1" type:"string"`

	// The URL of the notebook location.
	DataExplorationNotebookLocation *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

The artifacts that are generated during an AutoML job.

func (AutoMLJobArtifacts) GoString added in v1.25.47

func (s AutoMLJobArtifacts) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutoMLJobArtifacts) SetCandidateDefinitionNotebookLocation added in v1.25.47

func (s *AutoMLJobArtifacts) SetCandidateDefinitionNotebookLocation(v string) *AutoMLJobArtifacts

SetCandidateDefinitionNotebookLocation sets the CandidateDefinitionNotebookLocation field's value.

func (*AutoMLJobArtifacts) SetDataExplorationNotebookLocation added in v1.25.47

func (s *AutoMLJobArtifacts) SetDataExplorationNotebookLocation(v string) *AutoMLJobArtifacts

SetDataExplorationNotebookLocation sets the DataExplorationNotebookLocation field's value.

func (AutoMLJobArtifacts) String added in v1.25.47

func (s AutoMLJobArtifacts) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AutoMLJobChannel added in v1.44.228

type AutoMLJobChannel struct {

	// The type of channel. Defines whether the data are used for training or validation.
	// The default value is training. Channels for training and validation must
	// share the same ContentType
	//
	// The type of channel defaults to training for the time-series forecasting
	// problem type.
	ChannelType *string `type:"string" enum:"AutoMLChannelType"`

	// The allowed compression types depend on the input format and problem type.
	// We allow the compression type Gzip for S3Prefix inputs on tabular data only.
	// For all other inputs, the compression type should be None. If no compression
	// type is provided, we default to None.
	CompressionType *string `type:"string" enum:"CompressionType"`

	// The content type of the data from the input source. The following are the
	// allowed content types for different problems:
	//
	//    * For tabular problem types: text/csv;header=present or x-application/vnd.amazon+parquet.
	//    The default value is text/csv;header=present.
	//
	//    * For image classification: image/png, image/jpeg, or image/*. The default
	//    value is image/*.
	//
	//    * For text classification: text/csv;header=present or x-application/vnd.amazon+parquet.
	//    The default value is text/csv;header=present.
	//
	//    * For time-series forecasting: text/csv;header=present or x-application/vnd.amazon+parquet.
	//    The default value is text/csv;header=present.
	ContentType *string `type:"string"`

	// The data source for an AutoML channel (Required).
	DataSource *AutoMLDataSource `type:"structure"`
	// contains filtered or unexported fields
}

A channel is a named input source that training algorithms can consume. This channel is used for AutoML jobs V2 (jobs created by calling CreateAutoMLJobV2 (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateAutoMLJobV2.html)).

func (AutoMLJobChannel) GoString added in v1.44.228

func (s AutoMLJobChannel) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutoMLJobChannel) SetChannelType added in v1.44.228

func (s *AutoMLJobChannel) SetChannelType(v string) *AutoMLJobChannel

SetChannelType sets the ChannelType field's value.

func (*AutoMLJobChannel) SetCompressionType added in v1.44.228

func (s *AutoMLJobChannel) SetCompressionType(v string) *AutoMLJobChannel

SetCompressionType sets the CompressionType field's value.

func (*AutoMLJobChannel) SetContentType added in v1.44.228

func (s *AutoMLJobChannel) SetContentType(v string) *AutoMLJobChannel

SetContentType sets the ContentType field's value.

func (*AutoMLJobChannel) SetDataSource added in v1.44.228

func (s *AutoMLJobChannel) SetDataSource(v *AutoMLDataSource) *AutoMLJobChannel

SetDataSource sets the DataSource field's value.

func (AutoMLJobChannel) String added in v1.44.228

func (s AutoMLJobChannel) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutoMLJobChannel) Validate added in v1.44.228

func (s *AutoMLJobChannel) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AutoMLJobCompletionCriteria added in v1.25.47

type AutoMLJobCompletionCriteria struct {

	// The maximum runtime, in seconds, an AutoML job has to complete.
	//
	// If an AutoML job exceeds the maximum runtime, the job is stopped automatically
	// and its processing is ended gracefully. The AutoML job identifies the best
	// model whose training was completed and marks it as the best-performing model.
	// Any unfinished steps of the job, such as automatic one-click Autopilot model
	// deployment, are not completed.
	MaxAutoMLJobRuntimeInSeconds *int64 `min:"1" type:"integer"`

	// The maximum number of times a training job is allowed to run.
	//
	// For text and image classification, as well as time-series forecasting problem
	// types, the supported value is 1. For tabular problem types, the maximum value
	// is 750.
	MaxCandidates *int64 `min:"1" type:"integer"`

	// The maximum time, in seconds, that each training job executed inside hyperparameter
	// tuning is allowed to run as part of a hyperparameter tuning job. For more
	// information, see the StoppingCondition (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_StoppingCondition.html)
	// used by the CreateHyperParameterTuningJob (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateHyperParameterTuningJob.html)
	// action.
	//
	// For job V2s (jobs created by calling CreateAutoMLJobV2), this field controls
	// the runtime of the job candidate.
	MaxRuntimePerTrainingJobInSeconds *int64 `min:"1" type:"integer"`
	// contains filtered or unexported fields
}

How long a job is allowed to run, or how many candidates a job is allowed to generate.

func (AutoMLJobCompletionCriteria) GoString added in v1.25.47

func (s AutoMLJobCompletionCriteria) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutoMLJobCompletionCriteria) SetMaxAutoMLJobRuntimeInSeconds added in v1.25.47

func (s *AutoMLJobCompletionCriteria) SetMaxAutoMLJobRuntimeInSeconds(v int64) *AutoMLJobCompletionCriteria

SetMaxAutoMLJobRuntimeInSeconds sets the MaxAutoMLJobRuntimeInSeconds field's value.

func (*AutoMLJobCompletionCriteria) SetMaxCandidates added in v1.25.47

SetMaxCandidates sets the MaxCandidates field's value.

func (*AutoMLJobCompletionCriteria) SetMaxRuntimePerTrainingJobInSeconds added in v1.25.47

func (s *AutoMLJobCompletionCriteria) SetMaxRuntimePerTrainingJobInSeconds(v int64) *AutoMLJobCompletionCriteria

SetMaxRuntimePerTrainingJobInSeconds sets the MaxRuntimePerTrainingJobInSeconds field's value.

func (AutoMLJobCompletionCriteria) String added in v1.25.47

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutoMLJobCompletionCriteria) Validate added in v1.25.47

func (s *AutoMLJobCompletionCriteria) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AutoMLJobConfig added in v1.25.47

type AutoMLJobConfig struct {

	// The configuration for generating a candidate for an AutoML job (optional).
	CandidateGenerationConfig *AutoMLCandidateGenerationConfig `type:"structure"`

	// How long an AutoML job is allowed to run, or how many candidates a job is
	// allowed to generate.
	CompletionCriteria *AutoMLJobCompletionCriteria `type:"structure"`

	// The configuration for splitting the input training dataset.
	//
	// Type: AutoMLDataSplitConfig
	DataSplitConfig *AutoMLDataSplitConfig `type:"structure"`

	// The method that Autopilot uses to train the data. You can either specify
	// the mode manually or let Autopilot choose for you based on the dataset size
	// by selecting AUTO. In AUTO mode, Autopilot chooses ENSEMBLING for datasets
	// smaller than 100 MB, and HYPERPARAMETER_TUNING for larger ones.
	//
	// The ENSEMBLING mode uses a multi-stack ensemble model to predict classification
	// and regression tasks directly from your dataset. This machine learning mode
	// combines several base models to produce an optimal predictive model. It then
	// uses a stacking ensemble method to combine predictions from contributing
	// members. A multi-stack ensemble model can provide better performance over
	// a single model by combining the predictive capabilities of multiple models.
	// See Autopilot algorithm support (https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-model-support-validation.html#autopilot-algorithm-support)
	// for a list of algorithms supported by ENSEMBLING mode.
	//
	// The HYPERPARAMETER_TUNING (HPO) mode uses the best hyperparameters to train
	// the best version of a model. HPO automatically selects an algorithm for the
	// type of problem you want to solve. Then HPO finds the best hyperparameters
	// according to your objective metric. See Autopilot algorithm support (https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-model-support-validation.html#autopilot-algorithm-support)
	// for a list of algorithms supported by HYPERPARAMETER_TUNING mode.
	Mode *string `type:"string" enum:"AutoMLMode"`

	// The security configuration for traffic encryption or Amazon VPC settings.
	SecurityConfig *AutoMLSecurityConfig `type:"structure"`
	// contains filtered or unexported fields
}

A collection of settings used for an AutoML job.

func (AutoMLJobConfig) GoString added in v1.25.47

func (s AutoMLJobConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutoMLJobConfig) SetCandidateGenerationConfig added in v1.44.22

func (s *AutoMLJobConfig) SetCandidateGenerationConfig(v *AutoMLCandidateGenerationConfig) *AutoMLJobConfig

SetCandidateGenerationConfig sets the CandidateGenerationConfig field's value.

func (*AutoMLJobConfig) SetCompletionCriteria added in v1.25.47

func (s *AutoMLJobConfig) SetCompletionCriteria(v *AutoMLJobCompletionCriteria) *AutoMLJobConfig

SetCompletionCriteria sets the CompletionCriteria field's value.

func (*AutoMLJobConfig) SetDataSplitConfig added in v1.44.2

func (s *AutoMLJobConfig) SetDataSplitConfig(v *AutoMLDataSplitConfig) *AutoMLJobConfig

SetDataSplitConfig sets the DataSplitConfig field's value.

func (*AutoMLJobConfig) SetMode added in v1.44.94

func (s *AutoMLJobConfig) SetMode(v string) *AutoMLJobConfig

SetMode sets the Mode field's value.

func (*AutoMLJobConfig) SetSecurityConfig added in v1.25.47

func (s *AutoMLJobConfig) SetSecurityConfig(v *AutoMLSecurityConfig) *AutoMLJobConfig

SetSecurityConfig sets the SecurityConfig field's value.

func (AutoMLJobConfig) String added in v1.25.47

func (s AutoMLJobConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutoMLJobConfig) Validate added in v1.25.47

func (s *AutoMLJobConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AutoMLJobObjective added in v1.25.47

type AutoMLJobObjective struct {

	// The name of the objective metric used to measure the predictive quality of
	// a machine learning system. During training, the model's parameters are updated
	// iteratively to optimize its performance based on the feedback provided by
	// the objective metric when evaluating the model on the validation dataset.
	//
	// For the list of all available metrics supported by Autopilot, see Autopilot
	// metrics (https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-metrics-validation.html#autopilot-metrics).
	//
	// If you do not specify a metric explicitly, the default behavior is to automatically
	// use:
	//
	//    * For tabular problem types: Regression: MSE. Binary classification: F1.
	//    Multiclass classification: Accuracy.
	//
	//    * For image or text classification problem types: Accuracy
	//
	//    * For time-series forecasting problem types: AverageWeightedQuantileLoss
	//
	// MetricName is a required field
	MetricName *string `type:"string" required:"true" enum:"AutoMLMetricEnum"`
	// contains filtered or unexported fields
}

Specifies a metric to minimize or maximize as the objective of a job.

func (AutoMLJobObjective) GoString added in v1.25.47

func (s AutoMLJobObjective) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutoMLJobObjective) SetMetricName added in v1.25.47

func (s *AutoMLJobObjective) SetMetricName(v string) *AutoMLJobObjective

SetMetricName sets the MetricName field's value.

func (AutoMLJobObjective) String added in v1.25.47

func (s AutoMLJobObjective) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutoMLJobObjective) Validate added in v1.25.47

func (s *AutoMLJobObjective) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AutoMLJobStepMetadata added in v1.44.150

type AutoMLJobStepMetadata struct {

	// The Amazon Resource Name (ARN) of the AutoML job.
	Arn *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

Metadata for an AutoML job step.

func (AutoMLJobStepMetadata) GoString added in v1.44.150

func (s AutoMLJobStepMetadata) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutoMLJobStepMetadata) SetArn added in v1.44.150

SetArn sets the Arn field's value.

func (AutoMLJobStepMetadata) String added in v1.44.150

func (s AutoMLJobStepMetadata) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AutoMLJobSummary added in v1.25.47

type AutoMLJobSummary struct {

	// The ARN of the AutoML job.
	//
	// AutoMLJobArn is a required field
	AutoMLJobArn *string `min:"1" type:"string" required:"true"`

	// The name of the AutoML job you are requesting.
	//
	// AutoMLJobName is a required field
	AutoMLJobName *string `min:"1" type:"string" required:"true"`

	// The secondary status of the AutoML job.
	//
	// AutoMLJobSecondaryStatus is a required field
	AutoMLJobSecondaryStatus *string `type:"string" required:"true" enum:"AutoMLJobSecondaryStatus"`

	// The status of the AutoML job.
	//
	// AutoMLJobStatus is a required field
	AutoMLJobStatus *string `type:"string" required:"true" enum:"AutoMLJobStatus"`

	// When the AutoML job was created.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// The end time of an AutoML job.
	EndTime *time.Time `type:"timestamp"`

	// The failure reason of an AutoML job.
	FailureReason *string `type:"string"`

	// When the AutoML job was last modified.
	//
	// LastModifiedTime is a required field
	LastModifiedTime *time.Time `type:"timestamp" required:"true"`

	// The list of reasons for partial failures within an AutoML job.
	PartialFailureReasons []*AutoMLPartialFailureReason `min:"1" type:"list"`
	// contains filtered or unexported fields
}

Provides a summary about an AutoML job.

func (AutoMLJobSummary) GoString added in v1.25.47

func (s AutoMLJobSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutoMLJobSummary) SetAutoMLJobArn added in v1.25.47

func (s *AutoMLJobSummary) SetAutoMLJobArn(v string) *AutoMLJobSummary

SetAutoMLJobArn sets the AutoMLJobArn field's value.

func (*AutoMLJobSummary) SetAutoMLJobName added in v1.25.47

func (s *AutoMLJobSummary) SetAutoMLJobName(v string) *AutoMLJobSummary

SetAutoMLJobName sets the AutoMLJobName field's value.

func (*AutoMLJobSummary) SetAutoMLJobSecondaryStatus added in v1.25.47

func (s *AutoMLJobSummary) SetAutoMLJobSecondaryStatus(v string) *AutoMLJobSummary

SetAutoMLJobSecondaryStatus sets the AutoMLJobSecondaryStatus field's value.

func (*AutoMLJobSummary) SetAutoMLJobStatus added in v1.25.47

func (s *AutoMLJobSummary) SetAutoMLJobStatus(v string) *AutoMLJobSummary

SetAutoMLJobStatus sets the AutoMLJobStatus field's value.

func (*AutoMLJobSummary) SetCreationTime added in v1.25.47

func (s *AutoMLJobSummary) SetCreationTime(v time.Time) *AutoMLJobSummary

SetCreationTime sets the CreationTime field's value.

func (*AutoMLJobSummary) SetEndTime added in v1.25.47

func (s *AutoMLJobSummary) SetEndTime(v time.Time) *AutoMLJobSummary

SetEndTime sets the EndTime field's value.

func (*AutoMLJobSummary) SetFailureReason added in v1.25.47

func (s *AutoMLJobSummary) SetFailureReason(v string) *AutoMLJobSummary

SetFailureReason sets the FailureReason field's value.

func (*AutoMLJobSummary) SetLastModifiedTime added in v1.25.47

func (s *AutoMLJobSummary) SetLastModifiedTime(v time.Time) *AutoMLJobSummary

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*AutoMLJobSummary) SetPartialFailureReasons added in v1.38.9

func (s *AutoMLJobSummary) SetPartialFailureReasons(v []*AutoMLPartialFailureReason) *AutoMLJobSummary

SetPartialFailureReasons sets the PartialFailureReasons field's value.

func (AutoMLJobSummary) String added in v1.25.47

func (s AutoMLJobSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AutoMLOutputDataConfig added in v1.25.47

type AutoMLOutputDataConfig struct {

	// The Key Management Service (KMS) encryption key ID.
	KmsKeyId *string `type:"string"`

	// The Amazon S3 output path. Must be 128 characters or less.
	//
	// S3OutputPath is a required field
	S3OutputPath *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

The output data configuration.

func (AutoMLOutputDataConfig) GoString added in v1.25.47

func (s AutoMLOutputDataConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutoMLOutputDataConfig) SetKmsKeyId added in v1.25.47

SetKmsKeyId sets the KmsKeyId field's value.

func (*AutoMLOutputDataConfig) SetS3OutputPath added in v1.25.47

func (s *AutoMLOutputDataConfig) SetS3OutputPath(v string) *AutoMLOutputDataConfig

SetS3OutputPath sets the S3OutputPath field's value.

func (AutoMLOutputDataConfig) String added in v1.25.47

func (s AutoMLOutputDataConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutoMLOutputDataConfig) Validate added in v1.25.47

func (s *AutoMLOutputDataConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AutoMLPartialFailureReason added in v1.38.9

type AutoMLPartialFailureReason struct {

	// The message containing the reason for a partial failure of an AutoML job.
	PartialFailureMessage *string `type:"string"`
	// contains filtered or unexported fields
}

The reason for a partial failure of an AutoML job.

func (AutoMLPartialFailureReason) GoString added in v1.38.9

func (s AutoMLPartialFailureReason) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutoMLPartialFailureReason) SetPartialFailureMessage added in v1.38.9

func (s *AutoMLPartialFailureReason) SetPartialFailureMessage(v string) *AutoMLPartialFailureReason

SetPartialFailureMessage sets the PartialFailureMessage field's value.

func (AutoMLPartialFailureReason) String added in v1.38.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AutoMLProblemTypeConfig added in v1.44.228

type AutoMLProblemTypeConfig struct {

	// Settings used to configure an AutoML job V2 for the image classification
	// problem type.
	ImageClassificationJobConfig *ImageClassificationJobConfig `type:"structure"`

	// Settings used to configure an AutoML job V2 for a tabular problem type (regression,
	// classification).
	TabularJobConfig *TabularJobConfig `type:"structure"`

	// Settings used to configure an AutoML job V2 for the text classification problem
	// type.
	TextClassificationJobConfig *TextClassificationJobConfig `type:"structure"`

	// Settings used to configure an AutoML job V2 for a time-series forecasting
	// problem type.
	//
	// The TimeSeriesForecastingJobConfig problem type is only available in private
	// beta. Contact Amazon Web Services Support or your account manager to learn
	// more about access privileges.
	TimeSeriesForecastingJobConfig *TimeSeriesForecastingJobConfig `type:"structure"`
	// contains filtered or unexported fields
}

A collection of settings specific to the problem type used to configure an AutoML job V2. There must be one and only one config of the following type.

func (AutoMLProblemTypeConfig) GoString added in v1.44.228

func (s AutoMLProblemTypeConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutoMLProblemTypeConfig) SetImageClassificationJobConfig added in v1.44.228

func (s *AutoMLProblemTypeConfig) SetImageClassificationJobConfig(v *ImageClassificationJobConfig) *AutoMLProblemTypeConfig

SetImageClassificationJobConfig sets the ImageClassificationJobConfig field's value.

func (*AutoMLProblemTypeConfig) SetTabularJobConfig added in v1.44.285

SetTabularJobConfig sets the TabularJobConfig field's value.

func (*AutoMLProblemTypeConfig) SetTextClassificationJobConfig added in v1.44.228

func (s *AutoMLProblemTypeConfig) SetTextClassificationJobConfig(v *TextClassificationJobConfig) *AutoMLProblemTypeConfig

SetTextClassificationJobConfig sets the TextClassificationJobConfig field's value.

func (*AutoMLProblemTypeConfig) SetTimeSeriesForecastingJobConfig added in v1.44.293

func (s *AutoMLProblemTypeConfig) SetTimeSeriesForecastingJobConfig(v *TimeSeriesForecastingJobConfig) *AutoMLProblemTypeConfig

SetTimeSeriesForecastingJobConfig sets the TimeSeriesForecastingJobConfig field's value.

func (AutoMLProblemTypeConfig) String added in v1.44.228

func (s AutoMLProblemTypeConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutoMLProblemTypeConfig) Validate added in v1.44.228

func (s *AutoMLProblemTypeConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AutoMLProblemTypeResolvedAttributes added in v1.44.285

type AutoMLProblemTypeResolvedAttributes struct {

	// Defines the resolved attributes for the TABULAR problem type.
	TabularResolvedAttributes *TabularResolvedAttributes `type:"structure"`
	// contains filtered or unexported fields
}

The resolved attributes specific to the problem type of an AutoML job V2.

func (AutoMLProblemTypeResolvedAttributes) GoString added in v1.44.285

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutoMLProblemTypeResolvedAttributes) SetTabularResolvedAttributes added in v1.44.285

SetTabularResolvedAttributes sets the TabularResolvedAttributes field's value.

func (AutoMLProblemTypeResolvedAttributes) String added in v1.44.285

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AutoMLResolvedAttributes added in v1.44.285

type AutoMLResolvedAttributes struct {

	// Specifies a metric to minimize or maximize as the objective of a job.
	AutoMLJobObjective *AutoMLJobObjective `type:"structure"`

	// Defines the resolved attributes specific to a problem type.
	AutoMLProblemTypeResolvedAttributes *AutoMLProblemTypeResolvedAttributes `type:"structure"`

	// How long a job is allowed to run, or how many candidates a job is allowed
	// to generate.
	CompletionCriteria *AutoMLJobCompletionCriteria `type:"structure"`
	// contains filtered or unexported fields
}

The resolved attributes used to configure an AutoML job V2.

func (AutoMLResolvedAttributes) GoString added in v1.44.285

func (s AutoMLResolvedAttributes) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutoMLResolvedAttributes) SetAutoMLJobObjective added in v1.44.285

SetAutoMLJobObjective sets the AutoMLJobObjective field's value.

func (*AutoMLResolvedAttributes) SetAutoMLProblemTypeResolvedAttributes added in v1.44.285

func (s *AutoMLResolvedAttributes) SetAutoMLProblemTypeResolvedAttributes(v *AutoMLProblemTypeResolvedAttributes) *AutoMLResolvedAttributes

SetAutoMLProblemTypeResolvedAttributes sets the AutoMLProblemTypeResolvedAttributes field's value.

func (*AutoMLResolvedAttributes) SetCompletionCriteria added in v1.44.285

SetCompletionCriteria sets the CompletionCriteria field's value.

func (AutoMLResolvedAttributes) String added in v1.44.285

func (s AutoMLResolvedAttributes) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AutoMLS3DataSource added in v1.25.47

type AutoMLS3DataSource struct {

	// The data type.
	//
	//    * If you choose S3Prefix, S3Uri identifies a key name prefix. SageMaker
	//    uses all objects that match the specified key name prefix for model training.
	//    The S3Prefix should have the following format: s3://DOC-EXAMPLE-BUCKET/DOC-EXAMPLE-FOLDER-OR-FILE
	//
	//    * If you choose ManifestFile, S3Uri identifies an object that is a manifest
	//    file containing a list of object keys that you want SageMaker to use for
	//    model training. A ManifestFile should have the format shown below: [ {"prefix":
	//    "s3://DOC-EXAMPLE-BUCKET/DOC-EXAMPLE-FOLDER/DOC-EXAMPLE-PREFIX/"}, "DOC-EXAMPLE-RELATIVE-PATH/DOC-EXAMPLE-FOLDER/DATA-1",
	//    "DOC-EXAMPLE-RELATIVE-PATH/DOC-EXAMPLE-FOLDER/DATA-2", ... "DOC-EXAMPLE-RELATIVE-PATH/DOC-EXAMPLE-FOLDER/DATA-N"
	//    ]
	//
	//    * If you choose AugmentedManifestFile, S3Uri identifies an object that
	//    is an augmented manifest file in JSON lines format. This file contains
	//    the data you want to use for model training. AugmentedManifestFile is
	//    available for V2 API jobs only (for example, for jobs created by calling
	//    CreateAutoMLJobV2). Here is a minimal, single-record example of an AugmentedManifestFile:
	//    {"source-ref": "s3://DOC-EXAMPLE-BUCKET/DOC-EXAMPLE-FOLDER/cats/cat.jpg",
	//    "label-metadata": {"class-name": "cat" } For more information on AugmentedManifestFile,
	//    see Provide Dataset Metadata to Training Jobs with an Augmented Manifest
	//    File (https://docs.aws.amazon.com/sagemaker/latest/dg/augmented-manifest.html).
	//
	// S3DataType is a required field
	S3DataType *string `type:"string" required:"true" enum:"AutoMLS3DataType"`

	// The URL to the Amazon S3 data source. The Uri refers to the Amazon S3 prefix
	// or ManifestFile depending on the data type.
	//
	// S3Uri is a required field
	S3Uri *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Describes the Amazon S3 data source.

func (AutoMLS3DataSource) GoString added in v1.25.47

func (s AutoMLS3DataSource) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutoMLS3DataSource) SetS3DataType added in v1.25.47

func (s *AutoMLS3DataSource) SetS3DataType(v string) *AutoMLS3DataSource

SetS3DataType sets the S3DataType field's value.

func (*AutoMLS3DataSource) SetS3Uri added in v1.25.47

SetS3Uri sets the S3Uri field's value.

func (AutoMLS3DataSource) String added in v1.25.47

func (s AutoMLS3DataSource) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutoMLS3DataSource) Validate added in v1.25.47

func (s *AutoMLS3DataSource) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AutoMLSecurityConfig added in v1.25.47

type AutoMLSecurityConfig struct {

	// Whether to use traffic encryption between the container layers.
	EnableInterContainerTrafficEncryption *bool `type:"boolean"`

	// The key used to encrypt stored data.
	VolumeKmsKeyId *string `type:"string"`

	// The VPC configuration.
	VpcConfig *VpcConfig `type:"structure"`
	// contains filtered or unexported fields
}

Security options.

func (AutoMLSecurityConfig) GoString added in v1.25.47

func (s AutoMLSecurityConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutoMLSecurityConfig) SetEnableInterContainerTrafficEncryption added in v1.25.47

func (s *AutoMLSecurityConfig) SetEnableInterContainerTrafficEncryption(v bool) *AutoMLSecurityConfig

SetEnableInterContainerTrafficEncryption sets the EnableInterContainerTrafficEncryption field's value.

func (*AutoMLSecurityConfig) SetVolumeKmsKeyId added in v1.25.47

func (s *AutoMLSecurityConfig) SetVolumeKmsKeyId(v string) *AutoMLSecurityConfig

SetVolumeKmsKeyId sets the VolumeKmsKeyId field's value.

func (*AutoMLSecurityConfig) SetVpcConfig added in v1.25.47

SetVpcConfig sets the VpcConfig field's value.

func (AutoMLSecurityConfig) String added in v1.25.47

func (s AutoMLSecurityConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutoMLSecurityConfig) Validate added in v1.25.47

func (s *AutoMLSecurityConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AutoParameter added in v1.44.270

type AutoParameter struct {

	// The name of the hyperparameter to optimize using Autotune.
	//
	// Name is a required field
	Name *string `type:"string" required:"true"`

	// An example value of the hyperparameter to optimize using Autotune.
	//
	// ValueHint is a required field
	ValueHint *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

The name and an example value of the hyperparameter that you want to use in Autotune. If Automatic model tuning (AMT) determines that your hyperparameter is eligible for Autotune, an optimal hyperparameter range is selected for you.

func (AutoParameter) GoString added in v1.44.270

func (s AutoParameter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutoParameter) SetName added in v1.44.270

func (s *AutoParameter) SetName(v string) *AutoParameter

SetName sets the Name field's value.

func (*AutoParameter) SetValueHint added in v1.44.270

func (s *AutoParameter) SetValueHint(v string) *AutoParameter

SetValueHint sets the ValueHint field's value.

func (AutoParameter) String added in v1.44.270

func (s AutoParameter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutoParameter) Validate added in v1.44.270

func (s *AutoParameter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AutoRollbackConfig added in v1.35.37

type AutoRollbackConfig struct {

	// List of CloudWatch alarms in your account that are configured to monitor
	// metrics on an endpoint. If any alarms are tripped during a deployment, SageMaker
	// rolls back the deployment.
	Alarms []*Alarm `min:"1" type:"list"`
	// contains filtered or unexported fields
}

Automatic rollback configuration for handling endpoint deployment failures and recovery.

func (AutoRollbackConfig) GoString added in v1.35.37

func (s AutoRollbackConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutoRollbackConfig) SetAlarms added in v1.35.37

func (s *AutoRollbackConfig) SetAlarms(v []*Alarm) *AutoRollbackConfig

SetAlarms sets the Alarms field's value.

func (AutoRollbackConfig) String added in v1.35.37

func (s AutoRollbackConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutoRollbackConfig) Validate added in v1.35.37

func (s *AutoRollbackConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Autotune added in v1.44.270

type Autotune struct {

	// Set Mode to Enabled if you want to use Autotune.
	//
	// Mode is a required field
	Mode *string `type:"string" required:"true" enum:"AutotuneMode"`
	// contains filtered or unexported fields
}

A flag to indicate if you want to use Autotune to automatically find optimal values for the following fields:

func (Autotune) GoString added in v1.44.270

func (s Autotune) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Autotune) SetMode added in v1.44.270

func (s *Autotune) SetMode(v string) *Autotune

SetMode sets the Mode field's value.

func (Autotune) String added in v1.44.270

func (s Autotune) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Autotune) Validate added in v1.44.270

func (s *Autotune) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BatchDataCaptureConfig added in v1.44.118

type BatchDataCaptureConfig struct {

	// The Amazon S3 location being used to capture the data.
	//
	// DestinationS3Uri is a required field
	DestinationS3Uri *string `type:"string" required:"true"`

	// Flag that indicates whether to append inference id to the output.
	GenerateInferenceId *bool `type:"boolean"`

	// The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service
	// key that SageMaker uses to encrypt data on the storage volume attached to
	// the ML compute instance that hosts the batch transform job.
	//
	// The KmsKeyId can be any of the following formats:
	//
	//    * Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab
	//
	//    * Key ARN: arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
	//
	//    * Alias name: alias/ExampleAlias
	//
	//    * Alias name ARN: arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias
	KmsKeyId *string `type:"string"`
	// contains filtered or unexported fields
}

Configuration to control how SageMaker captures inference data for batch transform jobs.

func (BatchDataCaptureConfig) GoString added in v1.44.118

func (s BatchDataCaptureConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BatchDataCaptureConfig) SetDestinationS3Uri added in v1.44.118

func (s *BatchDataCaptureConfig) SetDestinationS3Uri(v string) *BatchDataCaptureConfig

SetDestinationS3Uri sets the DestinationS3Uri field's value.

func (*BatchDataCaptureConfig) SetGenerateInferenceId added in v1.44.118

func (s *BatchDataCaptureConfig) SetGenerateInferenceId(v bool) *BatchDataCaptureConfig

SetGenerateInferenceId sets the GenerateInferenceId field's value.

func (*BatchDataCaptureConfig) SetKmsKeyId added in v1.44.118

SetKmsKeyId sets the KmsKeyId field's value.

func (BatchDataCaptureConfig) String added in v1.44.118

func (s BatchDataCaptureConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BatchDataCaptureConfig) Validate added in v1.44.118

func (s *BatchDataCaptureConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BatchDescribeModelPackageError added in v1.41.12

type BatchDescribeModelPackageError struct {

	// ErrorCode is a required field
	ErrorCode *string `type:"string" required:"true"`

	// ErrorResponse is a required field
	ErrorResponse *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

The error code and error description associated with the resource.

func (BatchDescribeModelPackageError) GoString added in v1.41.12

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BatchDescribeModelPackageError) SetErrorCode added in v1.41.12

SetErrorCode sets the ErrorCode field's value.

func (*BatchDescribeModelPackageError) SetErrorResponse added in v1.41.12

SetErrorResponse sets the ErrorResponse field's value.

func (BatchDescribeModelPackageError) String added in v1.41.12

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type BatchDescribeModelPackageInput added in v1.41.12

type BatchDescribeModelPackageInput struct {

	// The list of Amazon Resource Name (ARN) of the model package groups.
	//
	// ModelPackageArnList is a required field
	ModelPackageArnList []*string `min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (BatchDescribeModelPackageInput) GoString added in v1.41.12

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BatchDescribeModelPackageInput) SetModelPackageArnList added in v1.41.12

func (s *BatchDescribeModelPackageInput) SetModelPackageArnList(v []*string) *BatchDescribeModelPackageInput

SetModelPackageArnList sets the ModelPackageArnList field's value.

func (BatchDescribeModelPackageInput) String added in v1.41.12

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BatchDescribeModelPackageInput) Validate added in v1.41.12

func (s *BatchDescribeModelPackageInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BatchDescribeModelPackageOutput added in v1.41.12

type BatchDescribeModelPackageOutput struct {

	// A map of the resource and BatchDescribeModelPackageError objects reporting
	// the error associated with describing the model package.
	BatchDescribeModelPackageErrorMap map[string]*BatchDescribeModelPackageError `type:"map"`

	// The summaries for the model package versions
	ModelPackageSummaries map[string]*BatchDescribeModelPackageSummary `type:"map"`
	// contains filtered or unexported fields
}

func (BatchDescribeModelPackageOutput) GoString added in v1.41.12

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BatchDescribeModelPackageOutput) SetBatchDescribeModelPackageErrorMap added in v1.41.12

SetBatchDescribeModelPackageErrorMap sets the BatchDescribeModelPackageErrorMap field's value.

func (*BatchDescribeModelPackageOutput) SetModelPackageSummaries added in v1.41.12

SetModelPackageSummaries sets the ModelPackageSummaries field's value.

func (BatchDescribeModelPackageOutput) String added in v1.41.12

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type BatchDescribeModelPackageSummary added in v1.41.12

type BatchDescribeModelPackageSummary struct {

	// The creation time of the mortgage package summary.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// Defines how to perform inference generation after a training job is run.
	//
	// InferenceSpecification is a required field
	InferenceSpecification *InferenceSpecification `type:"structure" required:"true"`

	// The approval status of the model.
	ModelApprovalStatus *string `type:"string" enum:"ModelApprovalStatus"`

	// The Amazon Resource Name (ARN) of the model package.
	//
	// ModelPackageArn is a required field
	ModelPackageArn *string `min:"1" type:"string" required:"true"`

	// The description of the model package.
	ModelPackageDescription *string `type:"string"`

	// The group name for the model package
	//
	// ModelPackageGroupName is a required field
	ModelPackageGroupName *string `min:"1" type:"string" required:"true"`

	// The status of the mortgage package.
	//
	// ModelPackageStatus is a required field
	ModelPackageStatus *string `type:"string" required:"true" enum:"ModelPackageStatus"`

	// The version number of a versioned model.
	ModelPackageVersion *int64 `min:"1" type:"integer"`
	// contains filtered or unexported fields
}

Provides summary information about the model package.

func (BatchDescribeModelPackageSummary) GoString added in v1.41.12

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BatchDescribeModelPackageSummary) SetCreationTime added in v1.41.12

SetCreationTime sets the CreationTime field's value.

func (*BatchDescribeModelPackageSummary) SetInferenceSpecification added in v1.41.12

SetInferenceSpecification sets the InferenceSpecification field's value.

func (*BatchDescribeModelPackageSummary) SetModelApprovalStatus added in v1.41.12

SetModelApprovalStatus sets the ModelApprovalStatus field's value.

func (*BatchDescribeModelPackageSummary) SetModelPackageArn added in v1.41.12

SetModelPackageArn sets the ModelPackageArn field's value.

func (*BatchDescribeModelPackageSummary) SetModelPackageDescription added in v1.41.12

SetModelPackageDescription sets the ModelPackageDescription field's value.

func (*BatchDescribeModelPackageSummary) SetModelPackageGroupName added in v1.41.12

SetModelPackageGroupName sets the ModelPackageGroupName field's value.

func (*BatchDescribeModelPackageSummary) SetModelPackageStatus added in v1.41.12

SetModelPackageStatus sets the ModelPackageStatus field's value.

func (*BatchDescribeModelPackageSummary) SetModelPackageVersion added in v1.41.12

SetModelPackageVersion sets the ModelPackageVersion field's value.

func (BatchDescribeModelPackageSummary) String added in v1.41.12

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type BatchTransformInput_ added in v1.44.118

type BatchTransformInput_ struct {

	// The Amazon S3 location being used to capture the data.
	//
	// DataCapturedDestinationS3Uri is a required field
	DataCapturedDestinationS3Uri *string `type:"string" required:"true"`

	// The dataset format for your batch transform job.
	//
	// DatasetFormat is a required field
	DatasetFormat *MonitoringDatasetFormat `type:"structure" required:"true"`

	// If specified, monitoring jobs subtract this time from the end time. For information
	// about using offsets for scheduling monitoring jobs, see Schedule Model Quality
	// Monitoring Jobs (https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor-model-quality-schedule.html).
	EndTimeOffset *string `min:"1" type:"string"`

	// The attributes of the input data that are the input features.
	FeaturesAttribute *string `type:"string"`

	// The attribute of the input data that represents the ground truth label.
	InferenceAttribute *string `type:"string"`

	// Path to the filesystem where the batch transform data is available to the
	// container.
	//
	// LocalPath is a required field
	LocalPath *string `type:"string" required:"true"`

	// In a classification problem, the attribute that represents the class probability.
	ProbabilityAttribute *string `type:"string"`

	// The threshold for the class probability to be evaluated as a positive result.
	ProbabilityThresholdAttribute *float64 `type:"double"`

	// Whether input data distributed in Amazon S3 is fully replicated or sharded
	// by an S3 key. Defaults to FullyReplicated
	S3DataDistributionType *string `type:"string" enum:"ProcessingS3DataDistributionType"`

	// Whether the Pipe or File is used as the input mode for transferring data
	// for the monitoring job. Pipe mode is recommended for large datasets. File
	// mode is useful for small files that fit in memory. Defaults to File.
	S3InputMode *string `type:"string" enum:"ProcessingS3InputMode"`

	// If specified, monitoring jobs substract this time from the start time. For
	// information about using offsets for scheduling monitoring jobs, see Schedule
	// Model Quality Monitoring Jobs (https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor-model-quality-schedule.html).
	StartTimeOffset *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

Input object for the batch transform job.

func (BatchTransformInput_) GoString added in v1.44.118

func (s BatchTransformInput_) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BatchTransformInput_) SetDataCapturedDestinationS3Uri added in v1.44.118

func (s *BatchTransformInput_) SetDataCapturedDestinationS3Uri(v string) *BatchTransformInput_

SetDataCapturedDestinationS3Uri sets the DataCapturedDestinationS3Uri field's value.

func (*BatchTransformInput_) SetDatasetFormat added in v1.44.118

SetDatasetFormat sets the DatasetFormat field's value.

func (*BatchTransformInput_) SetEndTimeOffset added in v1.44.118

func (s *BatchTransformInput_) SetEndTimeOffset(v string) *BatchTransformInput_

SetEndTimeOffset sets the EndTimeOffset field's value.

func (*BatchTransformInput_) SetFeaturesAttribute added in v1.44.118

func (s *BatchTransformInput_) SetFeaturesAttribute(v string) *BatchTransformInput_

SetFeaturesAttribute sets the FeaturesAttribute field's value.

func (*BatchTransformInput_) SetInferenceAttribute added in v1.44.118

func (s *BatchTransformInput_) SetInferenceAttribute(v string) *BatchTransformInput_

SetInferenceAttribute sets the InferenceAttribute field's value.

func (*BatchTransformInput_) SetLocalPath added in v1.44.118

func (s *BatchTransformInput_) SetLocalPath(v string) *BatchTransformInput_

SetLocalPath sets the LocalPath field's value.

func (*BatchTransformInput_) SetProbabilityAttribute added in v1.44.118

func (s *BatchTransformInput_) SetProbabilityAttribute(v string) *BatchTransformInput_

SetProbabilityAttribute sets the ProbabilityAttribute field's value.

func (*BatchTransformInput_) SetProbabilityThresholdAttribute added in v1.44.118

func (s *BatchTransformInput_) SetProbabilityThresholdAttribute(v float64) *BatchTransformInput_

SetProbabilityThresholdAttribute sets the ProbabilityThresholdAttribute field's value.

func (*BatchTransformInput_) SetS3DataDistributionType added in v1.44.118

func (s *BatchTransformInput_) SetS3DataDistributionType(v string) *BatchTransformInput_

SetS3DataDistributionType sets the S3DataDistributionType field's value.

func (*BatchTransformInput_) SetS3InputMode added in v1.44.118

func (s *BatchTransformInput_) SetS3InputMode(v string) *BatchTransformInput_

SetS3InputMode sets the S3InputMode field's value.

func (*BatchTransformInput_) SetStartTimeOffset added in v1.44.118

func (s *BatchTransformInput_) SetStartTimeOffset(v string) *BatchTransformInput_

SetStartTimeOffset sets the StartTimeOffset field's value.

func (BatchTransformInput_) String added in v1.44.118

func (s BatchTransformInput_) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BatchTransformInput_) Validate added in v1.44.118

func (s *BatchTransformInput_) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BestObjectiveNotImproving added in v1.44.191

type BestObjectiveNotImproving struct {

	// The number of training jobs that have failed to improve model performance
	// by 1% or greater over prior training jobs as evaluated against an objective
	// function.
	MaxNumberOfTrainingJobsNotImproving *int64 `min:"3" type:"integer"`
	// contains filtered or unexported fields
}

A structure that keeps track of which training jobs launched by your hyperparameter tuning job are not improving model performance as evaluated against an objective function.

func (BestObjectiveNotImproving) GoString added in v1.44.191

func (s BestObjectiveNotImproving) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BestObjectiveNotImproving) SetMaxNumberOfTrainingJobsNotImproving added in v1.44.191

func (s *BestObjectiveNotImproving) SetMaxNumberOfTrainingJobsNotImproving(v int64) *BestObjectiveNotImproving

SetMaxNumberOfTrainingJobsNotImproving sets the MaxNumberOfTrainingJobsNotImproving field's value.

func (BestObjectiveNotImproving) String added in v1.44.191

func (s BestObjectiveNotImproving) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BestObjectiveNotImproving) Validate added in v1.44.191

func (s *BestObjectiveNotImproving) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Bias added in v1.35.37

type Bias struct {

	// The post-training bias report for a model.
	PostTrainingReport *MetricsSource `type:"structure"`

	// The pre-training bias report for a model.
	PreTrainingReport *MetricsSource `type:"structure"`

	// The bias report for a model
	Report *MetricsSource `type:"structure"`
	// contains filtered or unexported fields
}

Contains bias metrics for a model.

func (Bias) GoString added in v1.35.37

func (s Bias) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Bias) SetPostTrainingReport added in v1.42.17

func (s *Bias) SetPostTrainingReport(v *MetricsSource) *Bias

SetPostTrainingReport sets the PostTrainingReport field's value.

func (*Bias) SetPreTrainingReport added in v1.42.17

func (s *Bias) SetPreTrainingReport(v *MetricsSource) *Bias

SetPreTrainingReport sets the PreTrainingReport field's value.

func (*Bias) SetReport added in v1.35.37

func (s *Bias) SetReport(v *MetricsSource) *Bias

SetReport sets the Report field's value.

func (Bias) String added in v1.35.37

func (s Bias) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Bias) Validate added in v1.35.37

func (s *Bias) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BlueGreenUpdatePolicy added in v1.35.37

type BlueGreenUpdatePolicy struct {

	// Maximum execution timeout for the deployment. Note that the timeout value
	// should be larger than the total waiting time specified in TerminationWaitInSeconds
	// and WaitIntervalInSeconds.
	MaximumExecutionTimeoutInSeconds *int64 `min:"600" type:"integer"`

	// Additional waiting time in seconds after the completion of an endpoint deployment
	// before terminating the old endpoint fleet. Default is 0.
	TerminationWaitInSeconds *int64 `type:"integer"`

	// Defines the traffic routing strategy to shift traffic from the old fleet
	// to the new fleet during an endpoint deployment.
	//
	// TrafficRoutingConfiguration is a required field
	TrafficRoutingConfiguration *TrafficRoutingConfig `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

Update policy for a blue/green deployment. If this update policy is specified, SageMaker creates a new fleet during the deployment while maintaining the old fleet. SageMaker flips traffic to the new fleet according to the specified traffic routing configuration. Only one update policy should be used in the deployment configuration. If no update policy is specified, SageMaker uses a blue/green deployment strategy with all at once traffic shifting by default.

func (BlueGreenUpdatePolicy) GoString added in v1.35.37

func (s BlueGreenUpdatePolicy) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BlueGreenUpdatePolicy) SetMaximumExecutionTimeoutInSeconds added in v1.35.37

func (s *BlueGreenUpdatePolicy) SetMaximumExecutionTimeoutInSeconds(v int64) *BlueGreenUpdatePolicy

SetMaximumExecutionTimeoutInSeconds sets the MaximumExecutionTimeoutInSeconds field's value.

func (*BlueGreenUpdatePolicy) SetTerminationWaitInSeconds added in v1.35.37

func (s *BlueGreenUpdatePolicy) SetTerminationWaitInSeconds(v int64) *BlueGreenUpdatePolicy

SetTerminationWaitInSeconds sets the TerminationWaitInSeconds field's value.

func (*BlueGreenUpdatePolicy) SetTrafficRoutingConfiguration added in v1.35.37

func (s *BlueGreenUpdatePolicy) SetTrafficRoutingConfiguration(v *TrafficRoutingConfig) *BlueGreenUpdatePolicy

SetTrafficRoutingConfiguration sets the TrafficRoutingConfiguration field's value.

func (BlueGreenUpdatePolicy) String added in v1.35.37

func (s BlueGreenUpdatePolicy) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BlueGreenUpdatePolicy) Validate added in v1.35.37

func (s *BlueGreenUpdatePolicy) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CacheHitResult added in v1.35.37

type CacheHitResult struct {

	// The Amazon Resource Name (ARN) of the pipeline execution.
	SourcePipelineExecutionArn *string `type:"string"`
	// contains filtered or unexported fields
}

Details on the cache hit of a pipeline execution step.

func (CacheHitResult) GoString added in v1.35.37

func (s CacheHitResult) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CacheHitResult) SetSourcePipelineExecutionArn added in v1.35.37

func (s *CacheHitResult) SetSourcePipelineExecutionArn(v string) *CacheHitResult

SetSourcePipelineExecutionArn sets the SourcePipelineExecutionArn field's value.

func (CacheHitResult) String added in v1.35.37

func (s CacheHitResult) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CallbackStepMetadata added in v1.38.56

type CallbackStepMetadata struct {

	// The pipeline generated token from the Amazon SQS queue.
	CallbackToken *string `min:"10" type:"string"`

	// A list of the output parameters of the callback step.
	OutputParameters []*OutputParameter `type:"list"`

	// The URL of the Amazon Simple Queue Service (Amazon SQS) queue used by the
	// callback step.
	SqsQueueUrl *string `type:"string"`
	// contains filtered or unexported fields
}

Metadata about a callback step.

func (CallbackStepMetadata) GoString added in v1.38.56

func (s CallbackStepMetadata) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CallbackStepMetadata) SetCallbackToken added in v1.38.56

func (s *CallbackStepMetadata) SetCallbackToken(v string) *CallbackStepMetadata

SetCallbackToken sets the CallbackToken field's value.

func (*CallbackStepMetadata) SetOutputParameters added in v1.38.56

func (s *CallbackStepMetadata) SetOutputParameters(v []*OutputParameter) *CallbackStepMetadata

SetOutputParameters sets the OutputParameters field's value.

func (*CallbackStepMetadata) SetSqsQueueUrl added in v1.38.56

func (s *CallbackStepMetadata) SetSqsQueueUrl(v string) *CallbackStepMetadata

SetSqsQueueUrl sets the SqsQueueUrl field's value.

func (CallbackStepMetadata) String added in v1.38.56

func (s CallbackStepMetadata) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CandidateArtifactLocations added in v1.38.9

type CandidateArtifactLocations struct {

	// The Amazon S3 prefix to the accuracy metrics and the inference results observed
	// over the testing window. Available only for the time-series forecasting problem
	// type.
	BacktestResults *string `min:"1" type:"string"`

	// The Amazon S3 prefix to the explainability artifacts generated for the AutoML
	// candidate.
	//
	// Explainability is a required field
	Explainability *string `min:"1" type:"string" required:"true"`

	// The Amazon S3 prefix to the model insight artifacts generated for the AutoML
	// candidate.
	ModelInsights *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

The location of artifacts for an AutoML candidate job.

func (CandidateArtifactLocations) GoString added in v1.38.9

func (s CandidateArtifactLocations) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CandidateArtifactLocations) SetBacktestResults added in v1.44.293

SetBacktestResults sets the BacktestResults field's value.

func (*CandidateArtifactLocations) SetExplainability added in v1.38.9

SetExplainability sets the Explainability field's value.

func (*CandidateArtifactLocations) SetModelInsights added in v1.42.49

SetModelInsights sets the ModelInsights field's value.

func (CandidateArtifactLocations) String added in v1.38.9

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CandidateGenerationConfig added in v1.44.285

type CandidateGenerationConfig struct {

	// Stores the configuration information for the selection of algorithms used
	// to train model candidates on tabular data.
	//
	// The list of available algorithms to choose from depends on the training mode
	// set in TabularJobConfig.Mode (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_TabularJobConfig.html).
	//
	//    * AlgorithmsConfig should not be set in AUTO training mode.
	//
	//    * When AlgorithmsConfig is provided, one AutoMLAlgorithms attribute must
	//    be set and one only. If the list of algorithms provided as values for
	//    AutoMLAlgorithms is empty, CandidateGenerationConfig uses the full set
	//    of algorithms for the given training mode.
	//
	//    * When AlgorithmsConfig is not provided, CandidateGenerationConfig uses
	//    the full set of algorithms for the given training mode.
	//
	// For the list of all algorithms per problem type and training mode, see AutoMLAlgorithmConfig
	// (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_AutoMLAlgorithmConfig.html).
	//
	// For more information on each algorithm, see the Algorithm support (https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-model-support-validation.html#autopilot-algorithm-support)
	// section in Autopilot developer guide.
	AlgorithmsConfig []*AutoMLAlgorithmConfig `type:"list"`
	// contains filtered or unexported fields
}

Stores the configuration information for how model candidates are generated using an AutoML job V2.

func (CandidateGenerationConfig) GoString added in v1.44.285

func (s CandidateGenerationConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CandidateGenerationConfig) SetAlgorithmsConfig added in v1.44.285

SetAlgorithmsConfig sets the AlgorithmsConfig field's value.

func (CandidateGenerationConfig) String added in v1.44.285

func (s CandidateGenerationConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CandidateGenerationConfig) Validate added in v1.44.285

func (s *CandidateGenerationConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CandidateProperties added in v1.38.9

type CandidateProperties struct {

	// The Amazon S3 prefix to the artifacts generated for an AutoML candidate.
	CandidateArtifactLocations *CandidateArtifactLocations `type:"structure"`

	// Information about the candidate metrics for an AutoML job.
	CandidateMetrics []*MetricDatum `type:"list"`
	// contains filtered or unexported fields
}

The properties of an AutoML candidate job.

func (CandidateProperties) GoString added in v1.38.9

func (s CandidateProperties) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CandidateProperties) SetCandidateArtifactLocations added in v1.38.9

func (s *CandidateProperties) SetCandidateArtifactLocations(v *CandidateArtifactLocations) *CandidateProperties

SetCandidateArtifactLocations sets the CandidateArtifactLocations field's value.

func (*CandidateProperties) SetCandidateMetrics added in v1.40.21

func (s *CandidateProperties) SetCandidateMetrics(v []*MetricDatum) *CandidateProperties

SetCandidateMetrics sets the CandidateMetrics field's value.

func (CandidateProperties) String added in v1.38.9

func (s CandidateProperties) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CanvasAppSettings added in v1.44.103

type CanvasAppSettings struct {

	// The model registry settings for the SageMaker Canvas application.
	ModelRegisterSettings *ModelRegisterSettings `type:"structure"`

	// Time series forecast settings for the Canvas application.
	TimeSeriesForecastingSettings *TimeSeriesForecastingSettings `type:"structure"`

	// The workspace settings for the SageMaker Canvas application.
	WorkspaceSettings *WorkspaceSettings `type:"structure"`
	// contains filtered or unexported fields
}

The SageMaker Canvas application settings.

func (CanvasAppSettings) GoString added in v1.44.103

func (s CanvasAppSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CanvasAppSettings) SetModelRegisterSettings added in v1.44.247

func (s *CanvasAppSettings) SetModelRegisterSettings(v *ModelRegisterSettings) *CanvasAppSettings

SetModelRegisterSettings sets the ModelRegisterSettings field's value.

func (*CanvasAppSettings) SetTimeSeriesForecastingSettings added in v1.44.103

func (s *CanvasAppSettings) SetTimeSeriesForecastingSettings(v *TimeSeriesForecastingSettings) *CanvasAppSettings

SetTimeSeriesForecastingSettings sets the TimeSeriesForecastingSettings field's value.

func (*CanvasAppSettings) SetWorkspaceSettings added in v1.44.300

func (s *CanvasAppSettings) SetWorkspaceSettings(v *WorkspaceSettings) *CanvasAppSettings

SetWorkspaceSettings sets the WorkspaceSettings field's value.

func (CanvasAppSettings) String added in v1.44.103

func (s CanvasAppSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CanvasAppSettings) Validate added in v1.44.103

func (s *CanvasAppSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CapacitySize added in v1.35.37

type CapacitySize struct {

	// Specifies the endpoint capacity type.
	//
	//    * INSTANCE_COUNT: The endpoint activates based on the number of instances.
	//
	//    * CAPACITY_PERCENT: The endpoint activates based on the specified percentage
	//    of capacity.
	//
	// Type is a required field
	Type *string `type:"string" required:"true" enum:"CapacitySizeType"`

	// Defines the capacity size, either as a number of instances or a capacity
	// percentage.
	//
	// Value is a required field
	Value *int64 `min:"1" type:"integer" required:"true"`
	// contains filtered or unexported fields
}

Specifies the type and size of the endpoint capacity to activate for a blue/green deployment, a rolling deployment, or a rollback strategy. You can specify your batches as either instance count or the overall percentage or your fleet.

For a rollback strategy, if you don't specify the fields in this object, or if you set the Value to 100%, then SageMaker uses a blue/green rollback strategy and rolls all traffic back to the blue fleet.

func (CapacitySize) GoString added in v1.35.37

func (s CapacitySize) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CapacitySize) SetType added in v1.35.37

func (s *CapacitySize) SetType(v string) *CapacitySize

SetType sets the Type field's value.

func (*CapacitySize) SetValue added in v1.35.37

func (s *CapacitySize) SetValue(v int64) *CapacitySize

SetValue sets the Value field's value.

func (CapacitySize) String added in v1.35.37

func (s CapacitySize) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CapacitySize) Validate added in v1.35.37

func (s *CapacitySize) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CaptureContentTypeHeader added in v1.25.47

type CaptureContentTypeHeader struct {

	// The list of all content type headers that SageMaker will treat as CSV and
	// capture accordingly.
	CsvContentTypes []*string `min:"1" type:"list"`

	// The list of all content type headers that SageMaker will treat as JSON and
	// capture accordingly.
	JsonContentTypes []*string `min:"1" type:"list"`
	// contains filtered or unexported fields
}

Configuration specifying how to treat different headers. If no headers are specified SageMaker will by default base64 encode when capturing the data.

func (CaptureContentTypeHeader) GoString added in v1.25.47

func (s CaptureContentTypeHeader) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CaptureContentTypeHeader) SetCsvContentTypes added in v1.25.47

func (s *CaptureContentTypeHeader) SetCsvContentTypes(v []*string) *CaptureContentTypeHeader

SetCsvContentTypes sets the CsvContentTypes field's value.

func (*CaptureContentTypeHeader) SetJsonContentTypes added in v1.25.47

func (s *CaptureContentTypeHeader) SetJsonContentTypes(v []*string) *CaptureContentTypeHeader

SetJsonContentTypes sets the JsonContentTypes field's value.

func (CaptureContentTypeHeader) String added in v1.25.47

func (s CaptureContentTypeHeader) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CaptureContentTypeHeader) Validate added in v1.25.47

func (s *CaptureContentTypeHeader) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CaptureOption added in v1.25.47

type CaptureOption struct {

	// Specify the boundary of data to capture.
	//
	// CaptureMode is a required field
	CaptureMode *string `type:"string" required:"true" enum:"CaptureMode"`
	// contains filtered or unexported fields
}

Specifies data Model Monitor will capture.

func (CaptureOption) GoString added in v1.25.47

func (s CaptureOption) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CaptureOption) SetCaptureMode added in v1.25.47

func (s *CaptureOption) SetCaptureMode(v string) *CaptureOption

SetCaptureMode sets the CaptureMode field's value.

func (CaptureOption) String added in v1.25.47

func (s CaptureOption) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CaptureOption) Validate added in v1.25.47

func (s *CaptureOption) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CategoricalParameter added in v1.42.17

type CategoricalParameter struct {

	// The Name of the environment variable.
	//
	// Name is a required field
	Name *string `type:"string" required:"true"`

	// The list of values you can pass.
	//
	// Value is a required field
	Value []*string `min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

Environment parameters you want to benchmark your load test against.

func (CategoricalParameter) GoString added in v1.42.17

func (s CategoricalParameter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CategoricalParameter) SetName added in v1.42.17

SetName sets the Name field's value.

func (*CategoricalParameter) SetValue added in v1.42.17

SetValue sets the Value field's value.

func (CategoricalParameter) String added in v1.42.17

func (s CategoricalParameter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CategoricalParameter) Validate added in v1.42.17

func (s *CategoricalParameter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CategoricalParameterRange added in v1.14.0

type CategoricalParameterRange struct {

	// The name of the categorical hyperparameter to tune.
	//
	// Name is a required field
	Name *string `type:"string" required:"true"`

	// A list of the categories for the hyperparameter.
	//
	// Values is a required field
	Values []*string `min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

A list of categorical hyperparameters to tune.

func (CategoricalParameterRange) GoString added in v1.14.0

func (s CategoricalParameterRange) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CategoricalParameterRange) SetName added in v1.14.0

SetName sets the Name field's value.

func (*CategoricalParameterRange) SetValues added in v1.14.0

SetValues sets the Values field's value.

func (CategoricalParameterRange) String added in v1.14.0

func (s CategoricalParameterRange) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CategoricalParameterRange) Validate added in v1.14.0

func (s *CategoricalParameterRange) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CategoricalParameterRangeSpecification added in v1.15.86

type CategoricalParameterRangeSpecification struct {

	// The allowed categories for the hyperparameter.
	//
	// Values is a required field
	Values []*string `min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

Defines the possible values for a categorical hyperparameter.

func (CategoricalParameterRangeSpecification) GoString added in v1.15.86

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CategoricalParameterRangeSpecification) SetValues added in v1.15.86

SetValues sets the Values field's value.

func (CategoricalParameterRangeSpecification) String added in v1.15.86

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CategoricalParameterRangeSpecification) Validate added in v1.15.86

Validate inspects the fields of the type to determine if they are valid.

type Channel

type Channel struct {

	// The name of the channel.
	//
	// ChannelName is a required field
	ChannelName *string `min:"1" type:"string" required:"true"`

	// If training data is compressed, the compression type. The default value is
	// None. CompressionType is used only in Pipe input mode. In File mode, leave
	// this field unset or set it to None.
	CompressionType *string `type:"string" enum:"CompressionType"`

	// The MIME type of the data.
	ContentType *string `type:"string"`

	// The location of the channel data.
	//
	// DataSource is a required field
	DataSource *DataSource `type:"structure" required:"true"`

	// (Optional) The input mode to use for the data channel in a training job.
	// If you don't set a value for InputMode, SageMaker uses the value set for
	// TrainingInputMode. Use this parameter to override the TrainingInputMode setting
	// in a AlgorithmSpecification (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_AlgorithmSpecification.html)
	// request when you have a channel that needs a different input mode from the
	// training job's general setting. To download the data from Amazon Simple Storage
	// Service (Amazon S3) to the provisioned ML storage volume, and mount the directory
	// to a Docker volume, use File input mode. To stream data directly from Amazon
	// S3 to the container, choose Pipe input mode.
	//
	// To use a model for incremental training, choose File input model.
	InputMode *string `type:"string" enum:"TrainingInputMode"`

	// Specify RecordIO as the value when input data is in raw format but the training
	// algorithm requires the RecordIO format. In this case, SageMaker wraps each
	// individual S3 object in a RecordIO record. If the input data is already in
	// RecordIO format, you don't need to set this attribute. For more information,
	// see Create a Dataset Using RecordIO (https://mxnet.apache.org/api/architecture/note_data_loading#data-format).
	//
	// In File mode, leave this field unset or set it to None.
	RecordWrapperType *string `type:"string" enum:"RecordWrapper"`

	// A configuration for a shuffle option for input data in a channel. If you
	// use S3Prefix for S3DataType, this shuffles the results of the S3 key prefix
	// matches. If you use ManifestFile, the order of the S3 object references in
	// the ManifestFile is shuffled. If you use AugmentedManifestFile, the order
	// of the JSON lines in the AugmentedManifestFile is shuffled. The shuffling
	// order is determined using the Seed value.
	//
	// For Pipe input mode, shuffling is done at the start of every epoch. With
	// large datasets this ensures that the order of the training data is different
	// for each epoch, it helps reduce bias and possible overfitting. In a multi-node
	// training job when ShuffleConfig is combined with S3DataDistributionType of
	// ShardedByS3Key, the data is shuffled across nodes so that the content sent
	// to a particular node on the first epoch might be sent to a different node
	// on the second epoch.
	ShuffleConfig *ShuffleConfig `type:"structure"`
	// contains filtered or unexported fields
}

A channel is a named input source that training algorithms can consume.

func (Channel) GoString

func (s Channel) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Channel) SetChannelName

func (s *Channel) SetChannelName(v string) *Channel

SetChannelName sets the ChannelName field's value.

func (*Channel) SetCompressionType

func (s *Channel) SetCompressionType(v string) *Channel

SetCompressionType sets the CompressionType field's value.

func (*Channel) SetContentType

func (s *Channel) SetContentType(v string) *Channel

SetContentType sets the ContentType field's value.

func (*Channel) SetDataSource

func (s *Channel) SetDataSource(v *DataSource) *Channel

SetDataSource sets the DataSource field's value.

func (*Channel) SetInputMode added in v1.15.64

func (s *Channel) SetInputMode(v string) *Channel

SetInputMode sets the InputMode field's value.

func (*Channel) SetRecordWrapperType

func (s *Channel) SetRecordWrapperType(v string) *Channel

SetRecordWrapperType sets the RecordWrapperType field's value.

func (*Channel) SetShuffleConfig added in v1.15.86

func (s *Channel) SetShuffleConfig(v *ShuffleConfig) *Channel

SetShuffleConfig sets the ShuffleConfig field's value.

func (Channel) String

func (s Channel) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Channel) Validate

func (s *Channel) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ChannelSpecification added in v1.15.86

type ChannelSpecification struct {

	// A brief description of the channel.
	Description *string `type:"string"`

	// Indicates whether the channel is required by the algorithm.
	IsRequired *bool `type:"boolean"`

	// The name of the channel.
	//
	// Name is a required field
	Name *string `min:"1" type:"string" required:"true"`

	// The allowed compression types, if data compression is used.
	SupportedCompressionTypes []*string `type:"list" enum:"CompressionType"`

	// The supported MIME types for the data.
	//
	// SupportedContentTypes is a required field
	SupportedContentTypes []*string `type:"list" required:"true"`

	// The allowed input mode, either FILE or PIPE.
	//
	// In FILE mode, Amazon SageMaker copies the data from the input source onto
	// the local Amazon Elastic Block Store (Amazon EBS) volumes before starting
	// your training algorithm. This is the most commonly used input mode.
	//
	// In PIPE mode, Amazon SageMaker streams input data from the source directly
	// to your algorithm without using the EBS volume.
	//
	// SupportedInputModes is a required field
	SupportedInputModes []*string `min:"1" type:"list" required:"true" enum:"TrainingInputMode"`
	// contains filtered or unexported fields
}

Defines a named input source, called a channel, to be used by an algorithm.

func (ChannelSpecification) GoString added in v1.15.86

func (s ChannelSpecification) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ChannelSpecification) SetDescription added in v1.15.86

func (s *ChannelSpecification) SetDescription(v string) *ChannelSpecification

SetDescription sets the Description field's value.

func (*ChannelSpecification) SetIsRequired added in v1.15.86

func (s *ChannelSpecification) SetIsRequired(v bool) *ChannelSpecification

SetIsRequired sets the IsRequired field's value.

func (*ChannelSpecification) SetName added in v1.15.86

SetName sets the Name field's value.

func (*ChannelSpecification) SetSupportedCompressionTypes added in v1.15.86

func (s *ChannelSpecification) SetSupportedCompressionTypes(v []*string) *ChannelSpecification

SetSupportedCompressionTypes sets the SupportedCompressionTypes field's value.

func (*ChannelSpecification) SetSupportedContentTypes added in v1.15.86

func (s *ChannelSpecification) SetSupportedContentTypes(v []*string) *ChannelSpecification

SetSupportedContentTypes sets the SupportedContentTypes field's value.

func (*ChannelSpecification) SetSupportedInputModes added in v1.15.86

func (s *ChannelSpecification) SetSupportedInputModes(v []*string) *ChannelSpecification

SetSupportedInputModes sets the SupportedInputModes field's value.

func (ChannelSpecification) String added in v1.15.86

func (s ChannelSpecification) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ChannelSpecification) Validate added in v1.15.86

func (s *ChannelSpecification) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CheckpointConfig added in v1.23.5

type CheckpointConfig struct {

	// (Optional) The local directory where checkpoints are written. The default
	// directory is /opt/ml/checkpoints/.
	LocalPath *string `type:"string"`

	// Identifies the S3 path where you want SageMaker to store checkpoints. For
	// example, s3://bucket-name/key-name-prefix.
	//
	// S3Uri is a required field
	S3Uri *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Contains information about the output location for managed spot training checkpoint data.

func (CheckpointConfig) GoString added in v1.23.5

func (s CheckpointConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CheckpointConfig) SetLocalPath added in v1.23.5

func (s *CheckpointConfig) SetLocalPath(v string) *CheckpointConfig

SetLocalPath sets the LocalPath field's value.

func (*CheckpointConfig) SetS3Uri added in v1.23.5

func (s *CheckpointConfig) SetS3Uri(v string) *CheckpointConfig

SetS3Uri sets the S3Uri field's value.

func (CheckpointConfig) String added in v1.23.5

func (s CheckpointConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CheckpointConfig) Validate added in v1.23.5

func (s *CheckpointConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ClarifyCheckStepMetadata added in v1.42.17

type ClarifyCheckStepMetadata struct {

	// The Amazon S3 URI of baseline constraints file to be used for the drift check.
	BaselineUsedForDriftCheckConstraints *string `type:"string"`

	// The Amazon S3 URI of the newly calculated baseline constraints file.
	CalculatedBaselineConstraints *string `type:"string"`

	// The Amazon Resource Name (ARN) of the check processing job that was run by
	// this step's execution.
	CheckJobArn *string `type:"string"`

	// The type of the Clarify Check step
	CheckType *string `type:"string"`

	// The model package group name.
	ModelPackageGroupName *string `type:"string"`

	// This flag indicates if a newly calculated baseline can be accessed through
	// step properties BaselineUsedForDriftCheckConstraints and BaselineUsedForDriftCheckStatistics.
	// If it is set to False, the previous baseline of the configured check type
	// must also be available. These can be accessed through the BaselineUsedForDriftCheckConstraints
	// property.
	RegisterNewBaseline *bool `type:"boolean"`

	// This flag indicates if the drift check against the previous baseline will
	// be skipped or not. If it is set to False, the previous baseline of the configured
	// check type must be available.
	SkipCheck *bool `type:"boolean"`

	// The Amazon S3 URI of the violation report if violations are detected.
	ViolationReport *string `type:"string"`
	// contains filtered or unexported fields
}

The container for the metadata for the ClarifyCheck step. For more information, see the topic on ClarifyCheck step (https://docs.aws.amazon.com/sagemaker/latest/dg/build-and-manage-steps.html#step-type-clarify-check) in the Amazon SageMaker Developer Guide.

func (ClarifyCheckStepMetadata) GoString added in v1.42.17

func (s ClarifyCheckStepMetadata) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ClarifyCheckStepMetadata) SetBaselineUsedForDriftCheckConstraints added in v1.42.17

func (s *ClarifyCheckStepMetadata) SetBaselineUsedForDriftCheckConstraints(v string) *ClarifyCheckStepMetadata

SetBaselineUsedForDriftCheckConstraints sets the BaselineUsedForDriftCheckConstraints field's value.

func (*ClarifyCheckStepMetadata) SetCalculatedBaselineConstraints added in v1.42.17

func (s *ClarifyCheckStepMetadata) SetCalculatedBaselineConstraints(v string) *ClarifyCheckStepMetadata

SetCalculatedBaselineConstraints sets the CalculatedBaselineConstraints field's value.

func (*ClarifyCheckStepMetadata) SetCheckJobArn added in v1.42.17

SetCheckJobArn sets the CheckJobArn field's value.

func (*ClarifyCheckStepMetadata) SetCheckType added in v1.42.17

SetCheckType sets the CheckType field's value.

func (*ClarifyCheckStepMetadata) SetModelPackageGroupName added in v1.42.17

func (s *ClarifyCheckStepMetadata) SetModelPackageGroupName(v string) *ClarifyCheckStepMetadata

SetModelPackageGroupName sets the ModelPackageGroupName field's value.

func (*ClarifyCheckStepMetadata) SetRegisterNewBaseline added in v1.42.17

func (s *ClarifyCheckStepMetadata) SetRegisterNewBaseline(v bool) *ClarifyCheckStepMetadata

SetRegisterNewBaseline sets the RegisterNewBaseline field's value.

func (*ClarifyCheckStepMetadata) SetSkipCheck added in v1.42.17

SetSkipCheck sets the SkipCheck field's value.

func (*ClarifyCheckStepMetadata) SetViolationReport added in v1.42.17

func (s *ClarifyCheckStepMetadata) SetViolationReport(v string) *ClarifyCheckStepMetadata

SetViolationReport sets the ViolationReport field's value.

func (ClarifyCheckStepMetadata) String added in v1.42.17

func (s ClarifyCheckStepMetadata) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ClarifyExplainerConfig added in v1.44.109

type ClarifyExplainerConfig struct {

	// A JMESPath boolean expression used to filter which records to explain. Explanations
	// are activated by default. See EnableExplanations (https://docs.aws.amazon.com/sagemaker/latest/dg/clarify-online-explainability-create-endpoint.html#clarify-online-explainability-create-endpoint-enable)for
	// additional information.
	EnableExplanations *string `min:"1" type:"string"`

	// The inference configuration parameter for the model container.
	InferenceConfig *ClarifyInferenceConfig `type:"structure"`

	// The configuration for SHAP analysis.
	//
	// ShapConfig is a required field
	ShapConfig *ClarifyShapConfig `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

The configuration parameters for the SageMaker Clarify explainer.

func (ClarifyExplainerConfig) GoString added in v1.44.109

func (s ClarifyExplainerConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ClarifyExplainerConfig) SetEnableExplanations added in v1.44.109

func (s *ClarifyExplainerConfig) SetEnableExplanations(v string) *ClarifyExplainerConfig

SetEnableExplanations sets the EnableExplanations field's value.

func (*ClarifyExplainerConfig) SetInferenceConfig added in v1.44.109

SetInferenceConfig sets the InferenceConfig field's value.

func (*ClarifyExplainerConfig) SetShapConfig added in v1.44.109

SetShapConfig sets the ShapConfig field's value.

func (ClarifyExplainerConfig) String added in v1.44.109

func (s ClarifyExplainerConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ClarifyExplainerConfig) Validate added in v1.44.109

func (s *ClarifyExplainerConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ClarifyInferenceConfig added in v1.44.109

type ClarifyInferenceConfig struct {

	// A template string used to format a JSON record into an acceptable model container
	// input. For example, a ContentTemplate string '{"myfeatures":$features}' will
	// format a list of features [1,2,3] into the record string '{"myfeatures":[1,2,3]}'.
	// Required only when the model container input is in JSON Lines format.
	ContentTemplate *string `min:"1" type:"string"`

	// The names of the features. If provided, these are included in the endpoint
	// response payload to help readability of the InvokeEndpoint output. See the
	// Response (https://docs.aws.amazon.com/sagemaker/latest/dg/clarify-online-explainability-invoke-endpoint.html#clarify-online-explainability-response)
	// section under Invoke the endpoint in the Developer Guide for more information.
	FeatureHeaders []*string `min:"1" type:"list"`

	// A list of data types of the features (optional). Applicable only to NLP explainability.
	// If provided, FeatureTypes must have at least one 'text' string (for example,
	// ['text']). If FeatureTypes is not provided, the explainer infers the feature
	// types based on the baseline data. The feature types are included in the endpoint
	// response payload. For additional information see the response (https://docs.aws.amazon.com/sagemaker/latest/dg/clarify-online-explainability-invoke-endpoint.html#clarify-online-explainability-response)
	// section under Invoke the endpoint in the Developer Guide for more information.
	FeatureTypes []*string `min:"1" type:"list" enum:"ClarifyFeatureType"`

	// Provides the JMESPath expression to extract the features from a model container
	// input in JSON Lines format. For example, if FeaturesAttribute is the JMESPath
	// expression 'myfeatures', it extracts a list of features [1,2,3] from request
	// data '{"myfeatures":[1,2,3]}'.
	FeaturesAttribute *string `min:"1" type:"string"`

	// A JMESPath expression used to locate the list of label headers in the model
	// container output.
	//
	// Example: If the model container output of a batch request is '{"labels":["cat","dog","fish"],"probability":[0.6,0.3,0.1]}',
	// then set LabelAttribute to 'labels' to extract the list of label headers
	// ["cat","dog","fish"]
	LabelAttribute *string `min:"1" type:"string"`

	// For multiclass classification problems, the label headers are the names of
	// the classes. Otherwise, the label header is the name of the predicted label.
	// These are used to help readability for the output of the InvokeEndpoint API.
	// See the response (https://docs.aws.amazon.com/sagemaker/latest/dg/clarify-online-explainability-invoke-endpoint.html#clarify-online-explainability-response)
	// section under Invoke the endpoint in the Developer Guide for more information.
	// If there are no label headers in the model container output, provide them
	// manually using this parameter.
	LabelHeaders []*string `min:"1" type:"list"`

	// A zero-based index used to extract a label header or list of label headers
	// from model container output in CSV format.
	//
	// Example for a multiclass model: If the model container output consists of
	// label headers followed by probabilities: '"[\'cat\',\'dog\',\'fish\']","[0.1,0.6,0.3]"',
	// set LabelIndex to 0 to select the label headers ['cat','dog','fish'].
	LabelIndex *int64 `type:"integer"`

	// The maximum payload size (MB) allowed of a request from the explainer to
	// the model container. Defaults to 6 MB.
	MaxPayloadInMB *int64 `min:"1" type:"integer"`

	// The maximum number of records in a request that the model container can process
	// when querying the model container for the predictions of a synthetic dataset
	// (https://docs.aws.amazon.com/sagemaker/latest/dg/clarify-online-explainability-create-endpoint.html#clarify-online-explainability-create-endpoint-synthetic).
	// A record is a unit of input data that inference can be made on, for example,
	// a single line in CSV data. If MaxRecordCount is 1, the model container expects
	// one record per request. A value of 2 or greater means that the model expects
	// batch requests, which can reduce overhead and speed up the inferencing process.
	// If this parameter is not provided, the explainer will tune the record count
	// per request according to the model container's capacity at runtime.
	MaxRecordCount *int64 `min:"1" type:"integer"`

	// A JMESPath expression used to extract the probability (or score) from the
	// model container output if the model container is in JSON Lines format.
	//
	// Example: If the model container output of a single request is '{"predicted_label":1,"probability":0.6}',
	// then set ProbabilityAttribute to 'probability'.
	ProbabilityAttribute *string `min:"1" type:"string"`

	// A zero-based index used to extract a probability value (score) or list from
	// model container output in CSV format. If this value is not provided, the
	// entire model container output will be treated as a probability value (score)
	// or list.
	//
	// Example for a single class model: If the model container output consists
	// of a string-formatted prediction label followed by its probability: '1,0.6',
	// set ProbabilityIndex to 1 to select the probability value 0.6.
	//
	// Example for a multiclass model: If the model container output consists of
	// a string-formatted prediction label followed by its probability: '"[\'cat\',\'dog\',\'fish\']","[0.1,0.6,0.3]"',
	// set ProbabilityIndex to 1 to select the probability values [0.1,0.6,0.3].
	ProbabilityIndex *int64 `type:"integer"`
	// contains filtered or unexported fields
}

The inference configuration parameter for the model container.

func (ClarifyInferenceConfig) GoString added in v1.44.109

func (s ClarifyInferenceConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ClarifyInferenceConfig) SetContentTemplate added in v1.44.109

func (s *ClarifyInferenceConfig) SetContentTemplate(v string) *ClarifyInferenceConfig

SetContentTemplate sets the ContentTemplate field's value.

func (*ClarifyInferenceConfig) SetFeatureHeaders added in v1.44.109

func (s *ClarifyInferenceConfig) SetFeatureHeaders(v []*string) *ClarifyInferenceConfig

SetFeatureHeaders sets the FeatureHeaders field's value.

func (*ClarifyInferenceConfig) SetFeatureTypes added in v1.44.109

func (s *ClarifyInferenceConfig) SetFeatureTypes(v []*string) *ClarifyInferenceConfig

SetFeatureTypes sets the FeatureTypes field's value.

func (*ClarifyInferenceConfig) SetFeaturesAttribute added in v1.44.109

func (s *ClarifyInferenceConfig) SetFeaturesAttribute(v string) *ClarifyInferenceConfig

SetFeaturesAttribute sets the FeaturesAttribute field's value.

func (*ClarifyInferenceConfig) SetLabelAttribute added in v1.44.109

func (s *ClarifyInferenceConfig) SetLabelAttribute(v string) *ClarifyInferenceConfig

SetLabelAttribute sets the LabelAttribute field's value.

func (*ClarifyInferenceConfig) SetLabelHeaders added in v1.44.109

func (s *ClarifyInferenceConfig) SetLabelHeaders(v []*string) *ClarifyInferenceConfig

SetLabelHeaders sets the LabelHeaders field's value.

func (*ClarifyInferenceConfig) SetLabelIndex added in v1.44.109

SetLabelIndex sets the LabelIndex field's value.

func (*ClarifyInferenceConfig) SetMaxPayloadInMB added in v1.44.109

func (s *ClarifyInferenceConfig) SetMaxPayloadInMB(v int64) *ClarifyInferenceConfig

SetMaxPayloadInMB sets the MaxPayloadInMB field's value.

func (*ClarifyInferenceConfig) SetMaxRecordCount added in v1.44.109

func (s *ClarifyInferenceConfig) SetMaxRecordCount(v int64) *ClarifyInferenceConfig

SetMaxRecordCount sets the MaxRecordCount field's value.

func (*ClarifyInferenceConfig) SetProbabilityAttribute added in v1.44.109

func (s *ClarifyInferenceConfig) SetProbabilityAttribute(v string) *ClarifyInferenceConfig

SetProbabilityAttribute sets the ProbabilityAttribute field's value.

func (*ClarifyInferenceConfig) SetProbabilityIndex added in v1.44.109

func (s *ClarifyInferenceConfig) SetProbabilityIndex(v int64) *ClarifyInferenceConfig

SetProbabilityIndex sets the ProbabilityIndex field's value.

func (ClarifyInferenceConfig) String added in v1.44.109

func (s ClarifyInferenceConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ClarifyInferenceConfig) Validate added in v1.44.109

func (s *ClarifyInferenceConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ClarifyShapBaselineConfig added in v1.44.109

type ClarifyShapBaselineConfig struct {

	// The MIME type of the baseline data. Choose from 'text/csv' or 'application/jsonlines'.
	// Defaults to 'text/csv'.
	MimeType *string `type:"string"`

	// The inline SHAP baseline data in string format. ShapBaseline can have one
	// or multiple records to be used as the baseline dataset. The format of the
	// SHAP baseline file should be the same format as the training dataset. For
	// example, if the training dataset is in CSV format and each record contains
	// four features, and all features are numerical, then the format of the baseline
	// data should also share these characteristics. For natural language processing
	// (NLP) of text columns, the baseline value should be the value used to replace
	// the unit of text specified by the Granularity of the TextConfig parameter.
	// The size limit for ShapBasline is 4 KB. Use the ShapBaselineUri parameter
	// if you want to provide more than 4 KB of baseline data.
	ShapBaseline *string `min:"1" type:"string"`

	// The uniform resource identifier (URI) of the S3 bucket where the SHAP baseline
	// file is stored. The format of the SHAP baseline file should be the same format
	// as the format of the training dataset. For example, if the training dataset
	// is in CSV format, and each record in the training dataset has four features,
	// and all features are numerical, then the baseline file should also have this
	// same format. Each record should contain only the features. If you are using
	// a virtual private cloud (VPC), the ShapBaselineUri should be accessible to
	// the VPC. For more information about setting up endpoints with Amazon Virtual
	// Private Cloud, see Give SageMaker access to Resources in your Amazon Virtual
	// Private Cloud (https://docs.aws.amazon.com/sagemaker/latest/dg/infrastructure-give-access.html).
	ShapBaselineUri *string `type:"string"`
	// contains filtered or unexported fields
}

The configuration for the SHAP baseline (https://docs.aws.amazon.com/sagemaker/latest/dg/clarify-feature-attribute-shap-baselines.html) (also called the background or reference dataset) of the Kernal SHAP algorithm.

func (ClarifyShapBaselineConfig) GoString added in v1.44.109

func (s ClarifyShapBaselineConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ClarifyShapBaselineConfig) SetMimeType added in v1.44.109

SetMimeType sets the MimeType field's value.

func (*ClarifyShapBaselineConfig) SetShapBaseline added in v1.44.109

SetShapBaseline sets the ShapBaseline field's value.

func (*ClarifyShapBaselineConfig) SetShapBaselineUri added in v1.44.109

SetShapBaselineUri sets the ShapBaselineUri field's value.

func (ClarifyShapBaselineConfig) String added in v1.44.109

func (s ClarifyShapBaselineConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ClarifyShapBaselineConfig) Validate added in v1.44.109

func (s *ClarifyShapBaselineConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ClarifyShapConfig added in v1.44.109

type ClarifyShapConfig struct {

	// The number of samples to be used for analysis by the Kernal SHAP algorithm.
	//
	// The number of samples determines the size of the synthetic dataset, which
	// has an impact on latency of explainability requests. For more information,
	// see the Synthetic data of Configure and create an endpoint (https://docs.aws.amazon.com/sagemaker/latest/dg/clarify-online-explainability-create-endpoint.html).
	NumberOfSamples *int64 `min:"1" type:"integer"`

	// The starting value used to initialize the random number generator in the
	// explainer. Provide a value for this parameter to obtain a deterministic SHAP
	// result.
	Seed *int64 `type:"integer"`

	// The configuration for the SHAP baseline of the Kernal SHAP algorithm.
	//
	// ShapBaselineConfig is a required field
	ShapBaselineConfig *ClarifyShapBaselineConfig `type:"structure" required:"true"`

	// A parameter that indicates if text features are treated as text and explanations
	// are provided for individual units of text. Required for natural language
	// processing (NLP) explainability only.
	TextConfig *ClarifyTextConfig `type:"structure"`

	// A Boolean toggle to indicate if you want to use the logit function (true)
	// or log-odds units (false) for model predictions. Defaults to false.
	UseLogit *bool `type:"boolean"`
	// contains filtered or unexported fields
}

The configuration for SHAP analysis using SageMaker Clarify Explainer.

func (ClarifyShapConfig) GoString added in v1.44.109

func (s ClarifyShapConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ClarifyShapConfig) SetNumberOfSamples added in v1.44.109

func (s *ClarifyShapConfig) SetNumberOfSamples(v int64) *ClarifyShapConfig

SetNumberOfSamples sets the NumberOfSamples field's value.

func (*ClarifyShapConfig) SetSeed added in v1.44.109

func (s *ClarifyShapConfig) SetSeed(v int64) *ClarifyShapConfig

SetSeed sets the Seed field's value.

func (*ClarifyShapConfig) SetShapBaselineConfig added in v1.44.109

func (s *ClarifyShapConfig) SetShapBaselineConfig(v *ClarifyShapBaselineConfig) *ClarifyShapConfig

SetShapBaselineConfig sets the ShapBaselineConfig field's value.

func (*ClarifyShapConfig) SetTextConfig added in v1.44.109

SetTextConfig sets the TextConfig field's value.

func (*ClarifyShapConfig) SetUseLogit added in v1.44.109

func (s *ClarifyShapConfig) SetUseLogit(v bool) *ClarifyShapConfig

SetUseLogit sets the UseLogit field's value.

func (ClarifyShapConfig) String added in v1.44.109

func (s ClarifyShapConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ClarifyShapConfig) Validate added in v1.44.109

func (s *ClarifyShapConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ClarifyTextConfig added in v1.44.109

type ClarifyTextConfig struct {

	// The unit of granularity for the analysis of text features. For example, if
	// the unit is 'token', then each token (like a word in English) of the text
	// is treated as a feature. SHAP values are computed for each unit/feature.
	//
	// Granularity is a required field
	Granularity *string `type:"string" required:"true" enum:"ClarifyTextGranularity"`

	// Specifies the language of the text features in ISO 639-1 (https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)
	// or ISO 639-3 (https://en.wikipedia.org/wiki/ISO_639-3) code of a supported
	// language.
	//
	// For a mix of multiple languages, use code 'xx'.
	//
	// Language is a required field
	Language *string `type:"string" required:"true" enum:"ClarifyTextLanguage"`
	// contains filtered or unexported fields
}

A parameter used to configure the SageMaker Clarify explainer to treat text features as text so that explanations are provided for individual units of text. Required only for natural language processing (NLP) explainability.

func (ClarifyTextConfig) GoString added in v1.44.109

func (s ClarifyTextConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ClarifyTextConfig) SetGranularity added in v1.44.109

func (s *ClarifyTextConfig) SetGranularity(v string) *ClarifyTextConfig

SetGranularity sets the Granularity field's value.

func (*ClarifyTextConfig) SetLanguage added in v1.44.109

func (s *ClarifyTextConfig) SetLanguage(v string) *ClarifyTextConfig

SetLanguage sets the Language field's value.

func (ClarifyTextConfig) String added in v1.44.109

func (s ClarifyTextConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ClarifyTextConfig) Validate added in v1.44.109

func (s *ClarifyTextConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CodeRepository added in v1.44.150

type CodeRepository struct {

	// The URL of the Git repository.
	//
	// RepositoryUrl is a required field
	RepositoryUrl *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

A Git repository that SageMaker automatically displays to users for cloning in the JupyterServer application.

func (CodeRepository) GoString added in v1.44.150

func (s CodeRepository) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CodeRepository) SetRepositoryUrl added in v1.44.150

func (s *CodeRepository) SetRepositoryUrl(v string) *CodeRepository

SetRepositoryUrl sets the RepositoryUrl field's value.

func (CodeRepository) String added in v1.44.150

func (s CodeRepository) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CodeRepository) Validate added in v1.44.150

func (s *CodeRepository) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CodeRepositorySummary added in v1.15.86

type CodeRepositorySummary struct {

	// The Amazon Resource Name (ARN) of the Git repository.
	//
	// CodeRepositoryArn is a required field
	CodeRepositoryArn *string `min:"1" type:"string" required:"true"`

	// The name of the Git repository.
	//
	// CodeRepositoryName is a required field
	CodeRepositoryName *string `min:"1" type:"string" required:"true"`

	// The date and time that the Git repository was created.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// Configuration details for the Git repository, including the URL where it
	// is located and the ARN of the Amazon Web Services Secrets Manager secret
	// that contains the credentials used to access the repository.
	GitConfig *GitConfig `type:"structure"`

	// The date and time that the Git repository was last modified.
	//
	// LastModifiedTime is a required field
	LastModifiedTime *time.Time `type:"timestamp" required:"true"`
	// contains filtered or unexported fields
}

Specifies summary information about a Git repository.

func (CodeRepositorySummary) GoString added in v1.15.86

func (s CodeRepositorySummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CodeRepositorySummary) SetCodeRepositoryArn added in v1.15.86

func (s *CodeRepositorySummary) SetCodeRepositoryArn(v string) *CodeRepositorySummary

SetCodeRepositoryArn sets the CodeRepositoryArn field's value.

func (*CodeRepositorySummary) SetCodeRepositoryName added in v1.15.86

func (s *CodeRepositorySummary) SetCodeRepositoryName(v string) *CodeRepositorySummary

SetCodeRepositoryName sets the CodeRepositoryName field's value.

func (*CodeRepositorySummary) SetCreationTime added in v1.15.86

func (s *CodeRepositorySummary) SetCreationTime(v time.Time) *CodeRepositorySummary

SetCreationTime sets the CreationTime field's value.

func (*CodeRepositorySummary) SetGitConfig added in v1.15.86

SetGitConfig sets the GitConfig field's value.

func (*CodeRepositorySummary) SetLastModifiedTime added in v1.15.86

func (s *CodeRepositorySummary) SetLastModifiedTime(v time.Time) *CodeRepositorySummary

SetLastModifiedTime sets the LastModifiedTime field's value.

func (CodeRepositorySummary) String added in v1.15.86

func (s CodeRepositorySummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CognitoConfig added in v1.33.12

type CognitoConfig struct {

	// The client ID for your Amazon Cognito user pool.
	//
	// ClientId is a required field
	ClientId *string `min:"1" type:"string" required:"true"`

	// A user pool (https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools.html)
	// is a user directory in Amazon Cognito. With a user pool, your users can sign
	// in to your web or mobile app through Amazon Cognito. Your users can also
	// sign in through social identity providers like Google, Facebook, Amazon,
	// or Apple, and through SAML identity providers.
	//
	// UserPool is a required field
	UserPool *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Use this parameter to configure your Amazon Cognito workforce. A single Cognito workforce is created using and corresponds to a single Amazon Cognito user pool (https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools.html).

func (CognitoConfig) GoString added in v1.33.12

func (s CognitoConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CognitoConfig) SetClientId added in v1.33.12

func (s *CognitoConfig) SetClientId(v string) *CognitoConfig

SetClientId sets the ClientId field's value.

func (*CognitoConfig) SetUserPool added in v1.33.12

func (s *CognitoConfig) SetUserPool(v string) *CognitoConfig

SetUserPool sets the UserPool field's value.

func (CognitoConfig) String added in v1.33.12

func (s CognitoConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CognitoConfig) Validate added in v1.33.12

func (s *CognitoConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CognitoMemberDefinition added in v1.15.86

type CognitoMemberDefinition struct {

	// An identifier for an application client. You must create the app client ID
	// using Amazon Cognito.
	//
	// ClientId is a required field
	ClientId *string `min:"1" type:"string" required:"true"`

	// An identifier for a user group.
	//
	// UserGroup is a required field
	UserGroup *string `min:"1" type:"string" required:"true"`

	// An identifier for a user pool. The user pool must be in the same region as
	// the service that you are calling.
	//
	// UserPool is a required field
	UserPool *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Identifies a Amazon Cognito user group. A user group can be used in on or more work teams.

func (CognitoMemberDefinition) GoString added in v1.15.86

func (s CognitoMemberDefinition) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CognitoMemberDefinition) SetClientId added in v1.15.86

SetClientId sets the ClientId field's value.

func (*CognitoMemberDefinition) SetUserGroup added in v1.15.86

SetUserGroup sets the UserGroup field's value.

func (*CognitoMemberDefinition) SetUserPool added in v1.15.86

SetUserPool sets the UserPool field's value.

func (CognitoMemberDefinition) String added in v1.15.86

func (s CognitoMemberDefinition) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CognitoMemberDefinition) Validate added in v1.15.86

func (s *CognitoMemberDefinition) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CollectionConfiguration added in v1.25.47

type CollectionConfiguration struct {

	// The name of the tensor collection. The name must be unique relative to other
	// rule configuration names.
	CollectionName *string `min:"1" type:"string"`

	// Parameter values for the tensor collection. The allowed parameters are "name",
	// "include_regex", "reduction_config", "save_config", "tensor_names", and "save_histogram".
	CollectionParameters map[string]*string `type:"map"`
	// contains filtered or unexported fields
}

Configuration information for the Amazon SageMaker Debugger output tensor collections.

func (CollectionConfiguration) GoString added in v1.25.47

func (s CollectionConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CollectionConfiguration) SetCollectionName added in v1.25.47

func (s *CollectionConfiguration) SetCollectionName(v string) *CollectionConfiguration

SetCollectionName sets the CollectionName field's value.

func (*CollectionConfiguration) SetCollectionParameters added in v1.25.47

func (s *CollectionConfiguration) SetCollectionParameters(v map[string]*string) *CollectionConfiguration

SetCollectionParameters sets the CollectionParameters field's value.

func (CollectionConfiguration) String added in v1.25.47

func (s CollectionConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CollectionConfiguration) Validate added in v1.25.47

func (s *CollectionConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CompilationJobSummary added in v1.15.86

type CompilationJobSummary struct {

	// The time when the model compilation job completed.
	CompilationEndTime *time.Time `type:"timestamp"`

	// The Amazon Resource Name (ARN) of the model compilation job.
	//
	// CompilationJobArn is a required field
	CompilationJobArn *string `type:"string" required:"true"`

	// The name of the model compilation job that you want a summary for.
	//
	// CompilationJobName is a required field
	CompilationJobName *string `min:"1" type:"string" required:"true"`

	// The status of the model compilation job.
	//
	// CompilationJobStatus is a required field
	CompilationJobStatus *string `type:"string" required:"true" enum:"CompilationJobStatus"`

	// The time when the model compilation job started.
	CompilationStartTime *time.Time `type:"timestamp"`

	// The type of device that the model will run on after the compilation job has
	// completed.
	CompilationTargetDevice *string `type:"string" enum:"TargetDevice"`

	// The type of accelerator that the model will run on after the compilation
	// job has completed.
	CompilationTargetPlatformAccelerator *string `type:"string" enum:"TargetPlatformAccelerator"`

	// The type of architecture that the model will run on after the compilation
	// job has completed.
	CompilationTargetPlatformArch *string `type:"string" enum:"TargetPlatformArch"`

	// The type of OS that the model will run on after the compilation job has completed.
	CompilationTargetPlatformOs *string `type:"string" enum:"TargetPlatformOs"`

	// The time when the model compilation job was created.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// The time when the model compilation job was last modified.
	LastModifiedTime *time.Time `type:"timestamp"`
	// contains filtered or unexported fields
}

A summary of a model compilation job.

func (CompilationJobSummary) GoString added in v1.15.86

func (s CompilationJobSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CompilationJobSummary) SetCompilationEndTime added in v1.15.86

func (s *CompilationJobSummary) SetCompilationEndTime(v time.Time) *CompilationJobSummary

SetCompilationEndTime sets the CompilationEndTime field's value.

func (*CompilationJobSummary) SetCompilationJobArn added in v1.15.86

func (s *CompilationJobSummary) SetCompilationJobArn(v string) *CompilationJobSummary

SetCompilationJobArn sets the CompilationJobArn field's value.

func (*CompilationJobSummary) SetCompilationJobName added in v1.15.86

func (s *CompilationJobSummary) SetCompilationJobName(v string) *CompilationJobSummary

SetCompilationJobName sets the CompilationJobName field's value.

func (*CompilationJobSummary) SetCompilationJobStatus added in v1.15.86

func (s *CompilationJobSummary) SetCompilationJobStatus(v string) *CompilationJobSummary

SetCompilationJobStatus sets the CompilationJobStatus field's value.

func (*CompilationJobSummary) SetCompilationStartTime added in v1.16.9

func (s *CompilationJobSummary) SetCompilationStartTime(v time.Time) *CompilationJobSummary

SetCompilationStartTime sets the CompilationStartTime field's value.

func (*CompilationJobSummary) SetCompilationTargetDevice added in v1.15.86

func (s *CompilationJobSummary) SetCompilationTargetDevice(v string) *CompilationJobSummary

SetCompilationTargetDevice sets the CompilationTargetDevice field's value.

func (*CompilationJobSummary) SetCompilationTargetPlatformAccelerator added in v1.33.12

func (s *CompilationJobSummary) SetCompilationTargetPlatformAccelerator(v string) *CompilationJobSummary

SetCompilationTargetPlatformAccelerator sets the CompilationTargetPlatformAccelerator field's value.

func (*CompilationJobSummary) SetCompilationTargetPlatformArch added in v1.33.12

func (s *CompilationJobSummary) SetCompilationTargetPlatformArch(v string) *CompilationJobSummary

SetCompilationTargetPlatformArch sets the CompilationTargetPlatformArch field's value.

func (*CompilationJobSummary) SetCompilationTargetPlatformOs added in v1.33.12

func (s *CompilationJobSummary) SetCompilationTargetPlatformOs(v string) *CompilationJobSummary

SetCompilationTargetPlatformOs sets the CompilationTargetPlatformOs field's value.

func (*CompilationJobSummary) SetCreationTime added in v1.15.86

func (s *CompilationJobSummary) SetCreationTime(v time.Time) *CompilationJobSummary

SetCreationTime sets the CreationTime field's value.

func (*CompilationJobSummary) SetLastModifiedTime added in v1.15.86

func (s *CompilationJobSummary) SetLastModifiedTime(v time.Time) *CompilationJobSummary

SetLastModifiedTime sets the LastModifiedTime field's value.

func (CompilationJobSummary) String added in v1.15.86

func (s CompilationJobSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ConditionStepMetadata added in v1.35.37

type ConditionStepMetadata struct {

	// The outcome of the Condition step evaluation.
	Outcome *string `type:"string" enum:"ConditionOutcome"`
	// contains filtered or unexported fields
}

Metadata for a Condition step.

func (ConditionStepMetadata) GoString added in v1.35.37

func (s ConditionStepMetadata) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConditionStepMetadata) SetOutcome added in v1.35.37

SetOutcome sets the Outcome field's value.

func (ConditionStepMetadata) String added in v1.35.37

func (s ConditionStepMetadata) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ConflictException added in v1.28.0

type ConflictException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"Message" type:"string"`
	// contains filtered or unexported fields
}

There was a conflict when you attempted to modify a SageMaker entity such as an Experiment or Artifact.

func (*ConflictException) Code added in v1.28.0

func (s *ConflictException) Code() string

Code returns the exception type name.

func (*ConflictException) Error added in v1.28.0

func (s *ConflictException) Error() string

func (ConflictException) GoString added in v1.28.0

func (s ConflictException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConflictException) Message added in v1.28.0

func (s *ConflictException) Message() string

Message returns the exception's message.

func (*ConflictException) OrigErr added in v1.28.0

func (s *ConflictException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ConflictException) RequestID added in v1.28.0

func (s *ConflictException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ConflictException) StatusCode added in v1.28.0

func (s *ConflictException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ConflictException) String added in v1.28.0

func (s ConflictException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ContainerDefinition

type ContainerDefinition struct {

	// This parameter is ignored for models that contain only a PrimaryContainer.
	//
	// When a ContainerDefinition is part of an inference pipeline, the value of
	// the parameter uniquely identifies the container for the purposes of logging
	// and metrics. For information, see Use Logs and Metrics to Monitor an Inference
	// Pipeline (https://docs.aws.amazon.com/sagemaker/latest/dg/inference-pipeline-logs-metrics.html).
	// If you don't specify a value for this parameter for a ContainerDefinition
	// that is part of an inference pipeline, a unique name is automatically assigned
	// based on the position of the ContainerDefinition in the pipeline. If you
	// specify a value for the ContainerHostName for any ContainerDefinition that
	// is part of an inference pipeline, you must specify a value for the ContainerHostName
	// parameter of every ContainerDefinition in that pipeline.
	ContainerHostname *string `type:"string"`

	// The environment variables to set in the Docker container. Each key and value
	// in the Environment string to string map can have length of up to 1024. We
	// support up to 16 entries in the map.
	Environment map[string]*string `type:"map"`

	// The path where inference code is stored. This can be either in Amazon EC2
	// Container Registry or in a Docker registry that is accessible from the same
	// VPC that you configure for your endpoint. If you are using your own custom
	// algorithm instead of an algorithm provided by SageMaker, the inference code
	// must meet SageMaker requirements. SageMaker supports both registry/repository[:tag]
	// and registry/repository[@digest] image path formats. For more information,
	// see Using Your Own Algorithms with Amazon SageMaker (https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms.html).
	//
	// The model artifacts in an Amazon S3 bucket and the Docker image for inference
	// container in Amazon EC2 Container Registry must be in the same region as
	// the model or endpoint you are creating.
	Image *string `type:"string"`

	// Specifies whether the model container is in Amazon ECR or a private Docker
	// registry accessible from your Amazon Virtual Private Cloud (VPC). For information
	// about storing containers in a private Docker registry, see Use a Private
	// Docker Registry for Real-Time Inference Containers (https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms-containers-inference-private.html).
	//
	// The model artifacts in an Amazon S3 bucket and the Docker image for inference
	// container in Amazon EC2 Container Registry must be in the same region as
	// the model or endpoint you are creating.
	ImageConfig *ImageConfig `type:"structure"`

	// The inference specification name in the model package version.
	InferenceSpecificationName *string `min:"1" type:"string"`

	// Whether the container hosts a single model or multiple models.
	Mode *string `type:"string" enum:"ContainerMode"`

	// Specifies the location of ML model data to deploy.
	//
	// Currently you cannot use ModelDataSource in conjunction with SageMaker batch
	// transform, SageMaker serverless endpoints, SageMaker multi-model endpoints,
	// and SageMaker Marketplace.
	ModelDataSource *ModelDataSource `type:"structure"`

	// The S3 path where the model artifacts, which result from model training,
	// are stored. This path must point to a single gzip compressed tar archive
	// (.tar.gz suffix). The S3 path is required for SageMaker built-in algorithms,
	// but not if you use your own algorithms. For more information on built-in
	// algorithms, see Common Parameters (https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-algo-docker-registry-paths.html).
	//
	// The model artifacts must be in an S3 bucket that is in the same region as
	// the model or endpoint you are creating.
	//
	// If you provide a value for this parameter, SageMaker uses Amazon Web Services
	// Security Token Service to download model artifacts from the S3 path you provide.
	// Amazon Web Services STS is activated in your Amazon Web Services account
	// by default. If you previously deactivated Amazon Web Services STS for a region,
	// you need to reactivate Amazon Web Services STS for that region. For more
	// information, see Activating and Deactivating Amazon Web Services STS in an
	// Amazon Web Services Region (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html)
	// in the Amazon Web Services Identity and Access Management User Guide.
	//
	// If you use a built-in algorithm to create a model, SageMaker requires that
	// you provide a S3 path to the model artifacts in ModelDataUrl.
	ModelDataUrl *string `type:"string"`

	// The name or Amazon Resource Name (ARN) of the model package to use to create
	// the model.
	ModelPackageName *string `min:"1" type:"string"`

	// Specifies additional configuration for multi-model endpoints.
	MultiModelConfig *MultiModelConfig `type:"structure"`
	// contains filtered or unexported fields
}

Describes the container, as part of model definition.

func (ContainerDefinition) GoString

func (s ContainerDefinition) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ContainerDefinition) SetContainerHostname

func (s *ContainerDefinition) SetContainerHostname(v string) *ContainerDefinition

SetContainerHostname sets the ContainerHostname field's value.

func (*ContainerDefinition) SetEnvironment

func (s *ContainerDefinition) SetEnvironment(v map[string]*string) *ContainerDefinition

SetEnvironment sets the Environment field's value.

func (*ContainerDefinition) SetImage

SetImage sets the Image field's value.

func (*ContainerDefinition) SetImageConfig added in v1.34.5

func (s *ContainerDefinition) SetImageConfig(v *ImageConfig) *ContainerDefinition

SetImageConfig sets the ImageConfig field's value.

func (*ContainerDefinition) SetInferenceSpecificationName added in v1.42.17

func (s *ContainerDefinition) SetInferenceSpecificationName(v string) *ContainerDefinition

SetInferenceSpecificationName sets the InferenceSpecificationName field's value.

func (*ContainerDefinition) SetMode added in v1.25.37

SetMode sets the Mode field's value.

func (*ContainerDefinition) SetModelDataSource added in v1.44.287

func (s *ContainerDefinition) SetModelDataSource(v *ModelDataSource) *ContainerDefinition

SetModelDataSource sets the ModelDataSource field's value.

func (*ContainerDefinition) SetModelDataUrl

func (s *ContainerDefinition) SetModelDataUrl(v string) *ContainerDefinition

SetModelDataUrl sets the ModelDataUrl field's value.

func (*ContainerDefinition) SetModelPackageName added in v1.15.86

func (s *ContainerDefinition) SetModelPackageName(v string) *ContainerDefinition

SetModelPackageName sets the ModelPackageName field's value.

func (*ContainerDefinition) SetMultiModelConfig added in v1.36.27

func (s *ContainerDefinition) SetMultiModelConfig(v *MultiModelConfig) *ContainerDefinition

SetMultiModelConfig sets the MultiModelConfig field's value.

func (ContainerDefinition) String

func (s ContainerDefinition) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ContainerDefinition) Validate

func (s *ContainerDefinition) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ContextSource added in v1.35.37

type ContextSource struct {

	// The ID of the source.
	SourceId *string `type:"string"`

	// The type of the source.
	SourceType *string `type:"string"`

	// The URI of the source.
	//
	// SourceUri is a required field
	SourceUri *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

A structure describing the source of a context.

func (ContextSource) GoString added in v1.35.37

func (s ContextSource) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ContextSource) SetSourceId added in v1.35.37

func (s *ContextSource) SetSourceId(v string) *ContextSource

SetSourceId sets the SourceId field's value.

func (*ContextSource) SetSourceType added in v1.35.37

func (s *ContextSource) SetSourceType(v string) *ContextSource

SetSourceType sets the SourceType field's value.

func (*ContextSource) SetSourceUri added in v1.35.37

func (s *ContextSource) SetSourceUri(v string) *ContextSource

SetSourceUri sets the SourceUri field's value.

func (ContextSource) String added in v1.35.37

func (s ContextSource) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ContextSource) Validate added in v1.35.37

func (s *ContextSource) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ContextSummary added in v1.35.37

type ContextSummary struct {

	// The Amazon Resource Name (ARN) of the context.
	ContextArn *string `type:"string"`

	// The name of the context.
	ContextName *string `min:"1" type:"string"`

	// The type of the context.
	ContextType *string `type:"string"`

	// When the context was created.
	CreationTime *time.Time `type:"timestamp"`

	// When the context was last modified.
	LastModifiedTime *time.Time `type:"timestamp"`

	// The source of the context.
	Source *ContextSource `type:"structure"`
	// contains filtered or unexported fields
}

Lists a summary of the properties of a context. A context provides a logical grouping of other entities.

func (ContextSummary) GoString added in v1.35.37

func (s ContextSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ContextSummary) SetContextArn added in v1.35.37

func (s *ContextSummary) SetContextArn(v string) *ContextSummary

SetContextArn sets the ContextArn field's value.

func (*ContextSummary) SetContextName added in v1.35.37

func (s *ContextSummary) SetContextName(v string) *ContextSummary

SetContextName sets the ContextName field's value.

func (*ContextSummary) SetContextType added in v1.35.37

func (s *ContextSummary) SetContextType(v string) *ContextSummary

SetContextType sets the ContextType field's value.

func (*ContextSummary) SetCreationTime added in v1.35.37

func (s *ContextSummary) SetCreationTime(v time.Time) *ContextSummary

SetCreationTime sets the CreationTime field's value.

func (*ContextSummary) SetLastModifiedTime added in v1.35.37

func (s *ContextSummary) SetLastModifiedTime(v time.Time) *ContextSummary

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*ContextSummary) SetSource added in v1.35.37

func (s *ContextSummary) SetSource(v *ContextSource) *ContextSummary

SetSource sets the Source field's value.

func (ContextSummary) String added in v1.35.37

func (s ContextSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ContinuousParameterRange added in v1.14.0

type ContinuousParameterRange struct {

	// The maximum value for the hyperparameter. The tuning job uses floating-point
	// values between MinValue value and this value for tuning.
	//
	// MaxValue is a required field
	MaxValue *string `type:"string" required:"true"`

	// The minimum value for the hyperparameter. The tuning job uses floating-point
	// values between this value and MaxValuefor tuning.
	//
	// MinValue is a required field
	MinValue *string `type:"string" required:"true"`

	// The name of the continuous hyperparameter to tune.
	//
	// Name is a required field
	Name *string `type:"string" required:"true"`

	// The scale that hyperparameter tuning uses to search the hyperparameter range.
	// For information about choosing a hyperparameter scale, see Hyperparameter
	// Scaling (https://docs.aws.amazon.com/sagemaker/latest/dg/automatic-model-tuning-define-ranges.html#scaling-type).
	// One of the following values:
	//
	// Auto
	//
	// SageMaker hyperparameter tuning chooses the best scale for the hyperparameter.
	//
	// Linear
	//
	// Hyperparameter tuning searches the values in the hyperparameter range by
	// using a linear scale.
	//
	// Logarithmic
	//
	// Hyperparameter tuning searches the values in the hyperparameter range by
	// using a logarithmic scale.
	//
	// Logarithmic scaling works only for ranges that have only values greater than
	// 0.
	//
	// ReverseLogarithmic
	//
	// Hyperparameter tuning searches the values in the hyperparameter range by
	// using a reverse logarithmic scale.
	//
	// Reverse logarithmic scaling works only for ranges that are entirely within
	// the range 0<=x<1.0.
	ScalingType *string `type:"string" enum:"HyperParameterScalingType"`
	// contains filtered or unexported fields
}

A list of continuous hyperparameters to tune.

func (ContinuousParameterRange) GoString added in v1.14.0

func (s ContinuousParameterRange) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ContinuousParameterRange) SetMaxValue added in v1.14.0

SetMaxValue sets the MaxValue field's value.

func (*ContinuousParameterRange) SetMinValue added in v1.14.0

SetMinValue sets the MinValue field's value.

func (*ContinuousParameterRange) SetName added in v1.14.0

SetName sets the Name field's value.

func (*ContinuousParameterRange) SetScalingType added in v1.18.3

SetScalingType sets the ScalingType field's value.

func (ContinuousParameterRange) String added in v1.14.0

func (s ContinuousParameterRange) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ContinuousParameterRange) Validate added in v1.14.0

func (s *ContinuousParameterRange) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ContinuousParameterRangeSpecification added in v1.15.86

type ContinuousParameterRangeSpecification struct {

	// The maximum floating-point value allowed.
	//
	// MaxValue is a required field
	MaxValue *string `type:"string" required:"true"`

	// The minimum floating-point value allowed.
	//
	// MinValue is a required field
	MinValue *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Defines the possible values for a continuous hyperparameter.

func (ContinuousParameterRangeSpecification) GoString added in v1.15.86

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ContinuousParameterRangeSpecification) SetMaxValue added in v1.15.86

SetMaxValue sets the MaxValue field's value.

func (*ContinuousParameterRangeSpecification) SetMinValue added in v1.15.86

SetMinValue sets the MinValue field's value.

func (ContinuousParameterRangeSpecification) String added in v1.15.86

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ContinuousParameterRangeSpecification) Validate added in v1.15.86

Validate inspects the fields of the type to determine if they are valid.

type ConvergenceDetected added in v1.44.191

type ConvergenceDetected struct {

	// A flag to stop a tuning job once AMT has detected that the job has converged.
	CompleteOnConvergence *string `type:"string" enum:"CompleteOnConvergence"`
	// contains filtered or unexported fields
}

A flag to indicating that automatic model tuning (AMT) has detected model convergence, defined as a lack of significant improvement (1% or less) against an objective metric.

func (ConvergenceDetected) GoString added in v1.44.191

func (s ConvergenceDetected) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConvergenceDetected) SetCompleteOnConvergence added in v1.44.191

func (s *ConvergenceDetected) SetCompleteOnConvergence(v string) *ConvergenceDetected

SetCompleteOnConvergence sets the CompleteOnConvergence field's value.

func (ConvergenceDetected) String added in v1.44.191

func (s ConvergenceDetected) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateActionInput added in v1.35.37

type CreateActionInput struct {

	// The name of the action. Must be unique to your account in an Amazon Web Services
	// Region.
	//
	// ActionName is a required field
	ActionName *string `min:"1" type:"string" required:"true"`

	// The action type.
	//
	// ActionType is a required field
	ActionType *string `type:"string" required:"true"`

	// The description of the action.
	Description *string `type:"string"`

	// Metadata properties of the tracking entity, trial, or trial component.
	MetadataProperties *MetadataProperties `type:"structure"`

	// A list of properties to add to the action.
	Properties map[string]*string `type:"map"`

	// The source type, ID, and URI.
	//
	// Source is a required field
	Source *ActionSource `type:"structure" required:"true"`

	// The status of the action.
	Status *string `type:"string" enum:"ActionStatus"`

	// A list of tags to apply to the action.
	Tags []*Tag `type:"list"`
	// contains filtered or unexported fields
}

func (CreateActionInput) GoString added in v1.35.37

func (s CreateActionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateActionInput) SetActionName added in v1.35.37

func (s *CreateActionInput) SetActionName(v string) *CreateActionInput

SetActionName sets the ActionName field's value.

func (*CreateActionInput) SetActionType added in v1.35.37

func (s *CreateActionInput) SetActionType(v string) *CreateActionInput

SetActionType sets the ActionType field's value.

func (*CreateActionInput) SetDescription added in v1.35.37

func (s *CreateActionInput) SetDescription(v string) *CreateActionInput

SetDescription sets the Description field's value.

func (*CreateActionInput) SetMetadataProperties added in v1.35.37

func (s *CreateActionInput) SetMetadataProperties(v *MetadataProperties) *CreateActionInput

SetMetadataProperties sets the MetadataProperties field's value.

func (*CreateActionInput) SetProperties added in v1.35.37

func (s *CreateActionInput) SetProperties(v map[string]*string) *CreateActionInput

SetProperties sets the Properties field's value.

func (*CreateActionInput) SetSource added in v1.35.37

SetSource sets the Source field's value.

func (*CreateActionInput) SetStatus added in v1.35.37

func (s *CreateActionInput) SetStatus(v string) *CreateActionInput

SetStatus sets the Status field's value.

func (*CreateActionInput) SetTags added in v1.35.37

func (s *CreateActionInput) SetTags(v []*Tag) *CreateActionInput

SetTags sets the Tags field's value.

func (CreateActionInput) String added in v1.35.37

func (s CreateActionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateActionInput) Validate added in v1.35.37

func (s *CreateActionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateActionOutput added in v1.35.37

type CreateActionOutput struct {

	// The Amazon Resource Name (ARN) of the action.
	ActionArn *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateActionOutput) GoString added in v1.35.37

func (s CreateActionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateActionOutput) SetActionArn added in v1.35.37

func (s *CreateActionOutput) SetActionArn(v string) *CreateActionOutput

SetActionArn sets the ActionArn field's value.

func (CreateActionOutput) String added in v1.35.37

func (s CreateActionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateAlgorithmInput added in v1.15.86

type CreateAlgorithmInput struct {

	// A description of the algorithm.
	AlgorithmDescription *string `type:"string"`

	// The name of the algorithm.
	//
	// AlgorithmName is a required field
	AlgorithmName *string `min:"1" type:"string" required:"true"`

	// Whether to certify the algorithm so that it can be listed in Amazon Web Services
	// Marketplace.
	CertifyForMarketplace *bool `type:"boolean"`

	// Specifies details about inference jobs that the algorithm runs, including
	// the following:
	//
	//    * The Amazon ECR paths of containers that contain the inference code and
	//    model artifacts.
	//
	//    * The instance types that the algorithm supports for transform jobs and
	//    real-time endpoints used for inference.
	//
	//    * The input and output content formats that the algorithm supports for
	//    inference.
	InferenceSpecification *InferenceSpecification `type:"structure"`

	// An array of key-value pairs. You can use tags to categorize your Amazon Web
	// Services resources in different ways, for example, by purpose, owner, or
	// environment. For more information, see Tagging Amazon Web Services Resources
	// (https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html).
	Tags []*Tag `type:"list"`

	// Specifies details about training jobs run by this algorithm, including the
	// following:
	//
	//    * The Amazon ECR path of the container and the version digest of the algorithm.
	//
	//    * The hyperparameters that the algorithm supports.
	//
	//    * The instance types that the algorithm supports for training.
	//
	//    * Whether the algorithm supports distributed training.
	//
	//    * The metrics that the algorithm emits to Amazon CloudWatch.
	//
	//    * Which metrics that the algorithm emits can be used as the objective
	//    metric for hyperparameter tuning jobs.
	//
	//    * The input channels that the algorithm supports for training data. For
	//    example, an algorithm might support train, validation, and test channels.
	//
	// TrainingSpecification is a required field
	TrainingSpecification *TrainingSpecification `type:"structure" required:"true"`

	// Specifies configurations for one or more training jobs and that SageMaker
	// runs to test the algorithm's training code and, optionally, one or more batch
	// transform jobs that SageMaker runs to test the algorithm's inference code.
	ValidationSpecification *AlgorithmValidationSpecification `type:"structure"`
	// contains filtered or unexported fields
}

func (CreateAlgorithmInput) GoString added in v1.15.86

func (s CreateAlgorithmInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAlgorithmInput) SetAlgorithmDescription added in v1.15.86

func (s *CreateAlgorithmInput) SetAlgorithmDescription(v string) *CreateAlgorithmInput

SetAlgorithmDescription sets the AlgorithmDescription field's value.

func (*CreateAlgorithmInput) SetAlgorithmName added in v1.15.86

func (s *CreateAlgorithmInput) SetAlgorithmName(v string) *CreateAlgorithmInput

SetAlgorithmName sets the AlgorithmName field's value.

func (*CreateAlgorithmInput) SetCertifyForMarketplace added in v1.15.86

func (s *CreateAlgorithmInput) SetCertifyForMarketplace(v bool) *CreateAlgorithmInput

SetCertifyForMarketplace sets the CertifyForMarketplace field's value.

func (*CreateAlgorithmInput) SetInferenceSpecification added in v1.15.86

func (s *CreateAlgorithmInput) SetInferenceSpecification(v *InferenceSpecification) *CreateAlgorithmInput

SetInferenceSpecification sets the InferenceSpecification field's value.

func (*CreateAlgorithmInput) SetTags added in v1.35.37

func (s *CreateAlgorithmInput) SetTags(v []*Tag) *CreateAlgorithmInput

SetTags sets the Tags field's value.

func (*CreateAlgorithmInput) SetTrainingSpecification added in v1.15.86

func (s *CreateAlgorithmInput) SetTrainingSpecification(v *TrainingSpecification) *CreateAlgorithmInput

SetTrainingSpecification sets the TrainingSpecification field's value.

func (*CreateAlgorithmInput) SetValidationSpecification added in v1.15.86

SetValidationSpecification sets the ValidationSpecification field's value.

func (CreateAlgorithmInput) String added in v1.15.86

func (s CreateAlgorithmInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAlgorithmInput) Validate added in v1.15.86

func (s *CreateAlgorithmInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateAlgorithmOutput added in v1.15.86

type CreateAlgorithmOutput struct {

	// The Amazon Resource Name (ARN) of the new algorithm.
	//
	// AlgorithmArn is a required field
	AlgorithmArn *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateAlgorithmOutput) GoString added in v1.15.86

func (s CreateAlgorithmOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAlgorithmOutput) SetAlgorithmArn added in v1.15.86

func (s *CreateAlgorithmOutput) SetAlgorithmArn(v string) *CreateAlgorithmOutput

SetAlgorithmArn sets the AlgorithmArn field's value.

func (CreateAlgorithmOutput) String added in v1.15.86

func (s CreateAlgorithmOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateAppImageConfigInput added in v1.35.15

type CreateAppImageConfigInput struct {

	// The name of the AppImageConfig. Must be unique to your account.
	//
	// AppImageConfigName is a required field
	AppImageConfigName *string `type:"string" required:"true"`

	// The KernelGatewayImageConfig. You can only specify one image kernel in the
	// AppImageConfig API. This kernel will be shown to users before the image starts.
	// Once the image runs, all kernels are visible in JupyterLab.
	KernelGatewayImageConfig *KernelGatewayImageConfig `type:"structure"`

	// A list of tags to apply to the AppImageConfig.
	Tags []*Tag `type:"list"`
	// contains filtered or unexported fields
}

func (CreateAppImageConfigInput) GoString added in v1.35.15

func (s CreateAppImageConfigInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAppImageConfigInput) SetAppImageConfigName added in v1.35.15

func (s *CreateAppImageConfigInput) SetAppImageConfigName(v string) *CreateAppImageConfigInput

SetAppImageConfigName sets the AppImageConfigName field's value.

func (*CreateAppImageConfigInput) SetKernelGatewayImageConfig added in v1.35.15

SetKernelGatewayImageConfig sets the KernelGatewayImageConfig field's value.

func (*CreateAppImageConfigInput) SetTags added in v1.35.15

SetTags sets the Tags field's value.

func (CreateAppImageConfigInput) String added in v1.35.15

func (s CreateAppImageConfigInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAppImageConfigInput) Validate added in v1.35.15

func (s *CreateAppImageConfigInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateAppImageConfigOutput added in v1.35.15

type CreateAppImageConfigOutput struct {

	// The Amazon Resource Name (ARN) of the AppImageConfig.
	AppImageConfigArn *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateAppImageConfigOutput) GoString added in v1.35.15

func (s CreateAppImageConfigOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAppImageConfigOutput) SetAppImageConfigArn added in v1.35.15

func (s *CreateAppImageConfigOutput) SetAppImageConfigArn(v string) *CreateAppImageConfigOutput

SetAppImageConfigArn sets the AppImageConfigArn field's value.

func (CreateAppImageConfigOutput) String added in v1.35.15

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateAppInput added in v1.25.47

type CreateAppInput struct {

	// The name of the app.
	//
	// AppName is a required field
	AppName *string `type:"string" required:"true"`

	// The type of app.
	//
	// AppType is a required field
	AppType *string `type:"string" required:"true" enum:"AppType"`

	// The domain ID.
	//
	// DomainId is a required field
	DomainId *string `type:"string" required:"true"`

	// The instance type and the Amazon Resource Name (ARN) of the SageMaker image
	// created on the instance.
	//
	// The value of InstanceType passed as part of the ResourceSpec in the CreateApp
	// call overrides the value passed as part of the ResourceSpec configured for
	// the user profile or the domain. If InstanceType is not specified in any of
	// those three ResourceSpec values for a KernelGateway app, the CreateApp call
	// fails with a request validation error.
	ResourceSpec *ResourceSpec `type:"structure"`

	// The name of the space. If this value is not set, then UserProfileName must
	// be set.
	SpaceName *string `type:"string"`

	// Each tag consists of a key and an optional value. Tag keys must be unique
	// per resource.
	Tags []*Tag `type:"list"`

	// The user profile name. If this value is not set, then SpaceName must be set.
	UserProfileName *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateAppInput) GoString added in v1.25.47

func (s CreateAppInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAppInput) SetAppName added in v1.25.47

func (s *CreateAppInput) SetAppName(v string) *CreateAppInput

SetAppName sets the AppName field's value.

func (*CreateAppInput) SetAppType added in v1.25.47

func (s *CreateAppInput) SetAppType(v string) *CreateAppInput

SetAppType sets the AppType field's value.

func (*CreateAppInput) SetDomainId added in v1.25.47

func (s *CreateAppInput) SetDomainId(v string) *CreateAppInput

SetDomainId sets the DomainId field's value.

func (*CreateAppInput) SetResourceSpec added in v1.25.47

func (s *CreateAppInput) SetResourceSpec(v *ResourceSpec) *CreateAppInput

SetResourceSpec sets the ResourceSpec field's value.

func (*CreateAppInput) SetSpaceName added in v1.44.150

func (s *CreateAppInput) SetSpaceName(v string) *CreateAppInput

SetSpaceName sets the SpaceName field's value.

func (*CreateAppInput) SetTags added in v1.25.47

func (s *CreateAppInput) SetTags(v []*Tag) *CreateAppInput

SetTags sets the Tags field's value.

func (*CreateAppInput) SetUserProfileName added in v1.25.47

func (s *CreateAppInput) SetUserProfileName(v string) *CreateAppInput

SetUserProfileName sets the UserProfileName field's value.

func (CreateAppInput) String added in v1.25.47

func (s CreateAppInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAppInput) Validate added in v1.25.47

func (s *CreateAppInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateAppOutput added in v1.25.47

type CreateAppOutput struct {

	// The Amazon Resource Name (ARN) of the app.
	AppArn *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateAppOutput) GoString added in v1.25.47

func (s CreateAppOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAppOutput) SetAppArn added in v1.25.47

func (s *CreateAppOutput) SetAppArn(v string) *CreateAppOutput

SetAppArn sets the AppArn field's value.

func (CreateAppOutput) String added in v1.25.47

func (s CreateAppOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateArtifactInput added in v1.35.37

type CreateArtifactInput struct {

	// The name of the artifact. Must be unique to your account in an Amazon Web
	// Services Region.
	ArtifactName *string `min:"1" type:"string"`

	// The artifact type.
	//
	// ArtifactType is a required field
	ArtifactType *string `type:"string" required:"true"`

	// Metadata properties of the tracking entity, trial, or trial component.
	MetadataProperties *MetadataProperties `type:"structure"`

	// A list of properties to add to the artifact.
	Properties map[string]*string `type:"map"`

	// The ID, ID type, and URI of the source.
	//
	// Source is a required field
	Source *ArtifactSource `type:"structure" required:"true"`

	// A list of tags to apply to the artifact.
	Tags []*Tag `type:"list"`
	// contains filtered or unexported fields
}

func (CreateArtifactInput) GoString added in v1.35.37

func (s CreateArtifactInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateArtifactInput) SetArtifactName added in v1.35.37

func (s *CreateArtifactInput) SetArtifactName(v string) *CreateArtifactInput

SetArtifactName sets the ArtifactName field's value.

func (*CreateArtifactInput) SetArtifactType added in v1.35.37

func (s *CreateArtifactInput) SetArtifactType(v string) *CreateArtifactInput

SetArtifactType sets the ArtifactType field's value.

func (*CreateArtifactInput) SetMetadataProperties added in v1.35.37

func (s *CreateArtifactInput) SetMetadataProperties(v *MetadataProperties) *CreateArtifactInput

SetMetadataProperties sets the MetadataProperties field's value.

func (*CreateArtifactInput) SetProperties added in v1.35.37

func (s *CreateArtifactInput) SetProperties(v map[string]*string) *CreateArtifactInput

SetProperties sets the Properties field's value.

func (*CreateArtifactInput) SetSource added in v1.35.37

SetSource sets the Source field's value.

func (*CreateArtifactInput) SetTags added in v1.35.37

func (s *CreateArtifactInput) SetTags(v []*Tag) *CreateArtifactInput

SetTags sets the Tags field's value.

func (CreateArtifactInput) String added in v1.35.37

func (s CreateArtifactInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateArtifactInput) Validate added in v1.35.37

func (s *CreateArtifactInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateArtifactOutput added in v1.35.37

type CreateArtifactOutput struct {

	// The Amazon Resource Name (ARN) of the artifact.
	ArtifactArn *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateArtifactOutput) GoString added in v1.35.37

func (s CreateArtifactOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateArtifactOutput) SetArtifactArn added in v1.35.37

func (s *CreateArtifactOutput) SetArtifactArn(v string) *CreateArtifactOutput

SetArtifactArn sets the ArtifactArn field's value.

func (CreateArtifactOutput) String added in v1.35.37

func (s CreateArtifactOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateAutoMLJobInput added in v1.25.47

type CreateAutoMLJobInput struct {

	// A collection of settings used to configure an AutoML job.
	AutoMLJobConfig *AutoMLJobConfig `type:"structure"`

	// Identifies an Autopilot job. The name must be unique to your account and
	// is case insensitive.
	//
	// AutoMLJobName is a required field
	AutoMLJobName *string `min:"1" type:"string" required:"true"`

	// Specifies a metric to minimize or maximize as the objective of a job. If
	// not specified, the default objective metric depends on the problem type.
	// See AutoMLJobObjective (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_AutoMLJobObjective.html)
	// for the default values.
	AutoMLJobObjective *AutoMLJobObjective `type:"structure"`

	// Generates possible candidates without training the models. A candidate is
	// a combination of data preprocessors, algorithms, and algorithm parameter
	// settings.
	GenerateCandidateDefinitionsOnly *bool `type:"boolean"`

	// An array of channel objects that describes the input data and its location.
	// Each channel is a named input source. Similar to InputDataConfig supported
	// by HyperParameterTrainingJobDefinition (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_HyperParameterTrainingJobDefinition.html).
	// Format(s) supported: CSV, Parquet. A minimum of 500 rows is required for
	// the training dataset. There is not a minimum number of rows required for
	// the validation dataset.
	//
	// InputDataConfig is a required field
	InputDataConfig []*AutoMLChannel `min:"1" type:"list" required:"true"`

	// Specifies how to generate the endpoint name for an automatic one-click Autopilot
	// model deployment.
	ModelDeployConfig *ModelDeployConfig `type:"structure"`

	// Provides information about encryption and the Amazon S3 output path needed
	// to store artifacts from an AutoML job. Format(s) supported: CSV.
	//
	// OutputDataConfig is a required field
	OutputDataConfig *AutoMLOutputDataConfig `type:"structure" required:"true"`

	// Defines the type of supervised learning problem available for the candidates.
	// For more information, see Amazon SageMaker Autopilot problem types (https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-datasets-problem-types.html#autopilot-problem-types).
	ProblemType *string `type:"string" enum:"ProblemType"`

	// The ARN of the role that is used to access the data.
	//
	// RoleArn is a required field
	RoleArn *string `min:"20" type:"string" required:"true"`

	// An array of key-value pairs. You can use tags to categorize your Amazon Web
	// Services resources in different ways, for example, by purpose, owner, or
	// environment. For more information, see Tagging Amazon Web ServicesResources
	// (https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html). Tag keys
	// must be unique per resource.
	Tags []*Tag `type:"list"`
	// contains filtered or unexported fields
}

func (CreateAutoMLJobInput) GoString added in v1.25.47

func (s CreateAutoMLJobInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAutoMLJobInput) SetAutoMLJobConfig added in v1.25.47

func (s *CreateAutoMLJobInput) SetAutoMLJobConfig(v *AutoMLJobConfig) *CreateAutoMLJobInput

SetAutoMLJobConfig sets the AutoMLJobConfig field's value.

func (*CreateAutoMLJobInput) SetAutoMLJobName added in v1.25.47

func (s *CreateAutoMLJobInput) SetAutoMLJobName(v string) *CreateAutoMLJobInput

SetAutoMLJobName sets the AutoMLJobName field's value.

func (*CreateAutoMLJobInput) SetAutoMLJobObjective added in v1.25.47

func (s *CreateAutoMLJobInput) SetAutoMLJobObjective(v *AutoMLJobObjective) *CreateAutoMLJobInput

SetAutoMLJobObjective sets the AutoMLJobObjective field's value.

func (*CreateAutoMLJobInput) SetGenerateCandidateDefinitionsOnly added in v1.25.47

func (s *CreateAutoMLJobInput) SetGenerateCandidateDefinitionsOnly(v bool) *CreateAutoMLJobInput

SetGenerateCandidateDefinitionsOnly sets the GenerateCandidateDefinitionsOnly field's value.

func (*CreateAutoMLJobInput) SetInputDataConfig added in v1.25.47

func (s *CreateAutoMLJobInput) SetInputDataConfig(v []*AutoMLChannel) *CreateAutoMLJobInput

SetInputDataConfig sets the InputDataConfig field's value.

func (*CreateAutoMLJobInput) SetModelDeployConfig added in v1.38.34

func (s *CreateAutoMLJobInput) SetModelDeployConfig(v *ModelDeployConfig) *CreateAutoMLJobInput

SetModelDeployConfig sets the ModelDeployConfig field's value.

func (*CreateAutoMLJobInput) SetOutputDataConfig added in v1.25.47

SetOutputDataConfig sets the OutputDataConfig field's value.

func (*CreateAutoMLJobInput) SetProblemType added in v1.25.47

func (s *CreateAutoMLJobInput) SetProblemType(v string) *CreateAutoMLJobInput

SetProblemType sets the ProblemType field's value.

func (*CreateAutoMLJobInput) SetRoleArn added in v1.25.47

SetRoleArn sets the RoleArn field's value.

func (*CreateAutoMLJobInput) SetTags added in v1.25.47

func (s *CreateAutoMLJobInput) SetTags(v []*Tag) *CreateAutoMLJobInput

SetTags sets the Tags field's value.

func (CreateAutoMLJobInput) String added in v1.25.47

func (s CreateAutoMLJobInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAutoMLJobInput) Validate added in v1.25.47

func (s *CreateAutoMLJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateAutoMLJobOutput added in v1.25.47

type CreateAutoMLJobOutput struct {

	// The unique ARN assigned to the AutoML job when it is created.
	//
	// AutoMLJobArn is a required field
	AutoMLJobArn *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateAutoMLJobOutput) GoString added in v1.25.47

func (s CreateAutoMLJobOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAutoMLJobOutput) SetAutoMLJobArn added in v1.25.47

func (s *CreateAutoMLJobOutput) SetAutoMLJobArn(v string) *CreateAutoMLJobOutput

SetAutoMLJobArn sets the AutoMLJobArn field's value.

func (CreateAutoMLJobOutput) String added in v1.25.47

func (s CreateAutoMLJobOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateAutoMLJobV2Input added in v1.44.228

type CreateAutoMLJobV2Input struct {

	// An array of channel objects describing the input data and their location.
	// Each channel is a named input source. Similar to the InputDataConfig (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateAutoMLJob.html#sagemaker-CreateAutoMLJob-request-InputDataConfig)
	// attribute in the CreateAutoMLJob input parameters. The supported formats
	// depend on the problem type:
	//
	//    * For tabular problem types: S3Prefix, ManifestFile.
	//
	//    * For image classification: S3Prefix, ManifestFile, AugmentedManifestFile.
	//
	//    * For text classification: S3Prefix.
	//
	//    * For time-series forecasting: S3Prefix.
	//
	// AutoMLJobInputDataConfig is a required field
	AutoMLJobInputDataConfig []*AutoMLJobChannel `min:"1" type:"list" required:"true"`

	// Identifies an Autopilot job. The name must be unique to your account and
	// is case insensitive.
	//
	// AutoMLJobName is a required field
	AutoMLJobName *string `min:"1" type:"string" required:"true"`

	// Specifies a metric to minimize or maximize as the objective of a job. If
	// not specified, the default objective metric depends on the problem type.
	// For the list of default values per problem type, see AutoMLJobObjective (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_AutoMLJobObjective.html).
	//
	// For tabular problem types, you must either provide both the AutoMLJobObjective
	// and indicate the type of supervised learning problem in AutoMLProblemTypeConfig
	// (TabularJobConfig.ProblemType), or none at all.
	AutoMLJobObjective *AutoMLJobObjective `type:"structure"`

	// Defines the configuration settings of one of the supported problem types.
	//
	// AutoMLProblemTypeConfig is a required field
	AutoMLProblemTypeConfig *AutoMLProblemTypeConfig `type:"structure" required:"true"`

	// This structure specifies how to split the data into train and validation
	// datasets.
	//
	// The validation and training datasets must contain the same headers. For jobs
	// created by calling CreateAutoMLJob, the validation dataset must be less than
	// 2 GB in size.
	//
	// This attribute must not be set for the time-series forecasting problem type,
	// as Autopilot automatically splits the input dataset into training and validation
	// sets.
	DataSplitConfig *AutoMLDataSplitConfig `type:"structure"`

	// Specifies how to generate the endpoint name for an automatic one-click Autopilot
	// model deployment.
	ModelDeployConfig *ModelDeployConfig `type:"structure"`

	// Provides information about encryption and the Amazon S3 output path needed
	// to store artifacts from an AutoML job.
	//
	// OutputDataConfig is a required field
	OutputDataConfig *AutoMLOutputDataConfig `type:"structure" required:"true"`

	// The ARN of the role that is used to access the data.
	//
	// RoleArn is a required field
	RoleArn *string `min:"20" type:"string" required:"true"`

	// The security configuration for traffic encryption or Amazon VPC settings.
	SecurityConfig *AutoMLSecurityConfig `type:"structure"`

	// An array of key-value pairs. You can use tags to categorize your Amazon Web
	// Services resources in different ways, such as by purpose, owner, or environment.
	// For more information, see Tagging Amazon Web ServicesResources (https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html).
	// Tag keys must be unique per resource.
	Tags []*Tag `type:"list"`
	// contains filtered or unexported fields
}

func (CreateAutoMLJobV2Input) GoString added in v1.44.228

func (s CreateAutoMLJobV2Input) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAutoMLJobV2Input) SetAutoMLJobInputDataConfig added in v1.44.228

func (s *CreateAutoMLJobV2Input) SetAutoMLJobInputDataConfig(v []*AutoMLJobChannel) *CreateAutoMLJobV2Input

SetAutoMLJobInputDataConfig sets the AutoMLJobInputDataConfig field's value.

func (*CreateAutoMLJobV2Input) SetAutoMLJobName added in v1.44.228

func (s *CreateAutoMLJobV2Input) SetAutoMLJobName(v string) *CreateAutoMLJobV2Input

SetAutoMLJobName sets the AutoMLJobName field's value.

func (*CreateAutoMLJobV2Input) SetAutoMLJobObjective added in v1.44.228

SetAutoMLJobObjective sets the AutoMLJobObjective field's value.

func (*CreateAutoMLJobV2Input) SetAutoMLProblemTypeConfig added in v1.44.228

func (s *CreateAutoMLJobV2Input) SetAutoMLProblemTypeConfig(v *AutoMLProblemTypeConfig) *CreateAutoMLJobV2Input

SetAutoMLProblemTypeConfig sets the AutoMLProblemTypeConfig field's value.

func (*CreateAutoMLJobV2Input) SetDataSplitConfig added in v1.44.228

SetDataSplitConfig sets the DataSplitConfig field's value.

func (*CreateAutoMLJobV2Input) SetModelDeployConfig added in v1.44.228

SetModelDeployConfig sets the ModelDeployConfig field's value.

func (*CreateAutoMLJobV2Input) SetOutputDataConfig added in v1.44.228

SetOutputDataConfig sets the OutputDataConfig field's value.

func (*CreateAutoMLJobV2Input) SetRoleArn added in v1.44.228

SetRoleArn sets the RoleArn field's value.

func (*CreateAutoMLJobV2Input) SetSecurityConfig added in v1.44.228

SetSecurityConfig sets the SecurityConfig field's value.

func (*CreateAutoMLJobV2Input) SetTags added in v1.44.228

SetTags sets the Tags field's value.

func (CreateAutoMLJobV2Input) String added in v1.44.228

func (s CreateAutoMLJobV2Input) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAutoMLJobV2Input) Validate added in v1.44.228

func (s *CreateAutoMLJobV2Input) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateAutoMLJobV2Output added in v1.44.228

type CreateAutoMLJobV2Output struct {

	// The unique ARN assigned to the AutoMLJob when it is created.
	//
	// AutoMLJobArn is a required field
	AutoMLJobArn *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateAutoMLJobV2Output) GoString added in v1.44.228

func (s CreateAutoMLJobV2Output) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAutoMLJobV2Output) SetAutoMLJobArn added in v1.44.228

SetAutoMLJobArn sets the AutoMLJobArn field's value.

func (CreateAutoMLJobV2Output) String added in v1.44.228

func (s CreateAutoMLJobV2Output) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateCodeRepositoryInput added in v1.15.86

type CreateCodeRepositoryInput struct {

	// The name of the Git repository. The name must have 1 to 63 characters. Valid
	// characters are a-z, A-Z, 0-9, and - (hyphen).
	//
	// CodeRepositoryName is a required field
	CodeRepositoryName *string `min:"1" type:"string" required:"true"`

	// Specifies details about the repository, including the URL where the repository
	// is located, the default branch, and credentials to use to access the repository.
	//
	// GitConfig is a required field
	GitConfig *GitConfig `type:"structure" required:"true"`

	// An array of key-value pairs. You can use tags to categorize your Amazon Web
	// Services resources in different ways, for example, by purpose, owner, or
	// environment. For more information, see Tagging Amazon Web Services Resources
	// (https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html).
	Tags []*Tag `type:"list"`
	// contains filtered or unexported fields
}

func (CreateCodeRepositoryInput) GoString added in v1.15.86

func (s CreateCodeRepositoryInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateCodeRepositoryInput) SetCodeRepositoryName added in v1.15.86

func (s *CreateCodeRepositoryInput) SetCodeRepositoryName(v string) *CreateCodeRepositoryInput

SetCodeRepositoryName sets the CodeRepositoryName field's value.

func (*CreateCodeRepositoryInput) SetGitConfig added in v1.15.86

SetGitConfig sets the GitConfig field's value.

func (*CreateCodeRepositoryInput) SetTags added in v1.35.37

SetTags sets the Tags field's value.

func (CreateCodeRepositoryInput) String added in v1.15.86

func (s CreateCodeRepositoryInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateCodeRepositoryInput) Validate added in v1.15.86

func (s *CreateCodeRepositoryInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateCodeRepositoryOutput added in v1.15.86

type CreateCodeRepositoryOutput struct {

	// The Amazon Resource Name (ARN) of the new repository.
	//
	// CodeRepositoryArn is a required field
	CodeRepositoryArn *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateCodeRepositoryOutput) GoString added in v1.15.86

func (s CreateCodeRepositoryOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateCodeRepositoryOutput) SetCodeRepositoryArn added in v1.15.86

func (s *CreateCodeRepositoryOutput) SetCodeRepositoryArn(v string) *CreateCodeRepositoryOutput

SetCodeRepositoryArn sets the CodeRepositoryArn field's value.

func (CreateCodeRepositoryOutput) String added in v1.15.86

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateCompilationJobInput added in v1.15.86

type CreateCompilationJobInput struct {

	// A name for the model compilation job. The name must be unique within the
	// Amazon Web Services Region and within your Amazon Web Services account.
	//
	// CompilationJobName is a required field
	CompilationJobName *string `min:"1" type:"string" required:"true"`

	// Provides information about the location of input model artifacts, the name
	// and shape of the expected data inputs, and the framework in which the model
	// was trained.
	InputConfig *InputConfig `type:"structure"`

	// The Amazon Resource Name (ARN) of a versioned model package. Provide either
	// a ModelPackageVersionArn or an InputConfig object in the request syntax.
	// The presence of both objects in the CreateCompilationJob request will return
	// an exception.
	ModelPackageVersionArn *string `min:"1" type:"string"`

	// Provides information about the output location for the compiled model and
	// the target device the model runs on.
	//
	// OutputConfig is a required field
	OutputConfig *OutputConfig `type:"structure" required:"true"`

	// The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker
	// to perform tasks on your behalf.
	//
	// During model compilation, Amazon SageMaker needs your permission to:
	//
	//    * Read input data from an S3 bucket
	//
	//    * Write model artifacts to an S3 bucket
	//
	//    * Write logs to Amazon CloudWatch Logs
	//
	//    * Publish metrics to Amazon CloudWatch
	//
	// You grant permissions for all of these tasks to an IAM role. To pass this
	// role to Amazon SageMaker, the caller of this API must have the iam:PassRole
	// permission. For more information, see Amazon SageMaker Roles. (https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-roles.html)
	//
	// RoleArn is a required field
	RoleArn *string `min:"20" type:"string" required:"true"`

	// Specifies a limit to how long a model compilation job can run. When the job
	// reaches the time limit, Amazon SageMaker ends the compilation job. Use this
	// API to cap model training costs.
	//
	// StoppingCondition is a required field
	StoppingCondition *StoppingCondition `type:"structure" required:"true"`

	// An array of key-value pairs. You can use tags to categorize your Amazon Web
	// Services resources in different ways, for example, by purpose, owner, or
	// environment. For more information, see Tagging Amazon Web Services Resources
	// (https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html).
	Tags []*Tag `type:"list"`

	// A VpcConfig (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_VpcConfig.html)
	// object that specifies the VPC that you want your compilation job to connect
	// to. Control access to your models by configuring the VPC. For more information,
	// see Protect Compilation Jobs by Using an Amazon Virtual Private Cloud (https://docs.aws.amazon.com/sagemaker/latest/dg/neo-vpc.html).
	VpcConfig *NeoVpcConfig `type:"structure"`
	// contains filtered or unexported fields
}

func (CreateCompilationJobInput) GoString added in v1.15.86

func (s CreateCompilationJobInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateCompilationJobInput) SetCompilationJobName added in v1.15.86

func (s *CreateCompilationJobInput) SetCompilationJobName(v string) *CreateCompilationJobInput

SetCompilationJobName sets the CompilationJobName field's value.

func (*CreateCompilationJobInput) SetInputConfig added in v1.15.86

SetInputConfig sets the InputConfig field's value.

func (*CreateCompilationJobInput) SetModelPackageVersionArn added in v1.42.17

func (s *CreateCompilationJobInput) SetModelPackageVersionArn(v string) *CreateCompilationJobInput

SetModelPackageVersionArn sets the ModelPackageVersionArn field's value.

func (*CreateCompilationJobInput) SetOutputConfig added in v1.15.86

SetOutputConfig sets the OutputConfig field's value.

func (*CreateCompilationJobInput) SetRoleArn added in v1.15.86

SetRoleArn sets the RoleArn field's value.

func (*CreateCompilationJobInput) SetStoppingCondition added in v1.15.86

SetStoppingCondition sets the StoppingCondition field's value.

func (*CreateCompilationJobInput) SetTags added in v1.35.15

SetTags sets the Tags field's value.

func (*CreateCompilationJobInput) SetVpcConfig added in v1.38.69

SetVpcConfig sets the VpcConfig field's value.

func (CreateCompilationJobInput) String added in v1.15.86

func (s CreateCompilationJobInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateCompilationJobInput) Validate added in v1.15.86

func (s *CreateCompilationJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateCompilationJobOutput added in v1.15.86

type CreateCompilationJobOutput struct {

	// If the action is successful, the service sends back an HTTP 200 response.
	// Amazon SageMaker returns the following data in JSON format:
	//
	//    * CompilationJobArn: The Amazon Resource Name (ARN) of the compiled job.
	//
	// CompilationJobArn is a required field
	CompilationJobArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateCompilationJobOutput) GoString added in v1.15.86

func (s CreateCompilationJobOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateCompilationJobOutput) SetCompilationJobArn added in v1.15.86

func (s *CreateCompilationJobOutput) SetCompilationJobArn(v string) *CreateCompilationJobOutput

SetCompilationJobArn sets the CompilationJobArn field's value.

func (CreateCompilationJobOutput) String added in v1.15.86

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateContextInput added in v1.35.37

type CreateContextInput struct {

	// The name of the context. Must be unique to your account in an Amazon Web
	// Services Region.
	//
	// ContextName is a required field
	ContextName *string `min:"1" type:"string" required:"true"`

	// The context type.
	//
	// ContextType is a required field
	ContextType *string `type:"string" required:"true"`

	// The description of the context.
	Description *string `type:"string"`

	// A list of properties to add to the context.
	Properties map[string]*string `type:"map"`

	// The source type, ID, and URI.
	//
	// Source is a required field
	Source *ContextSource `type:"structure" required:"true"`

	// A list of tags to apply to the context.
	Tags []*Tag `type:"list"`
	// contains filtered or unexported fields
}

func (CreateContextInput) GoString added in v1.35.37

func (s CreateContextInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateContextInput) SetContextName added in v1.35.37

func (s *CreateContextInput) SetContextName(v string) *CreateContextInput

SetContextName sets the ContextName field's value.

func (*CreateContextInput) SetContextType added in v1.35.37

func (s *CreateContextInput) SetContextType(v string) *CreateContextInput

SetContextType sets the ContextType field's value.

func (*CreateContextInput) SetDescription added in v1.35.37

func (s *CreateContextInput) SetDescription(v string) *CreateContextInput

SetDescription sets the Description field's value.

func (*CreateContextInput) SetProperties added in v1.35.37

func (s *CreateContextInput) SetProperties(v map[string]*string) *CreateContextInput

SetProperties sets the Properties field's value.

func (*CreateContextInput) SetSource added in v1.35.37

SetSource sets the Source field's value.

func (*CreateContextInput) SetTags added in v1.35.37

func (s *CreateContextInput) SetTags(v []*Tag) *CreateContextInput

SetTags sets the Tags field's value.

func (CreateContextInput) String added in v1.35.37

func (s CreateContextInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateContextInput) Validate added in v1.35.37

func (s *CreateContextInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateContextOutput added in v1.35.37

type CreateContextOutput struct {

	// The Amazon Resource Name (ARN) of the context.
	ContextArn *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateContextOutput) GoString added in v1.35.37

func (s CreateContextOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateContextOutput) SetContextArn added in v1.35.37

func (s *CreateContextOutput) SetContextArn(v string) *CreateContextOutput

SetContextArn sets the ContextArn field's value.

func (CreateContextOutput) String added in v1.35.37

func (s CreateContextOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateDataQualityJobDefinitionInput added in v1.36.4

type CreateDataQualityJobDefinitionInput struct {

	// Specifies the container that runs the monitoring job.
	//
	// DataQualityAppSpecification is a required field
	DataQualityAppSpecification *DataQualityAppSpecification `type:"structure" required:"true"`

	// Configures the constraints and baselines for the monitoring job.
	DataQualityBaselineConfig *DataQualityBaselineConfig `type:"structure"`

	// A list of inputs for the monitoring job. Currently endpoints are supported
	// as monitoring inputs.
	//
	// DataQualityJobInput is a required field
	DataQualityJobInput *DataQualityJobInput `type:"structure" required:"true"`

	// The output configuration for monitoring jobs.
	//
	// DataQualityJobOutputConfig is a required field
	DataQualityJobOutputConfig *MonitoringOutputConfig `type:"structure" required:"true"`

	// The name for the monitoring job definition.
	//
	// JobDefinitionName is a required field
	JobDefinitionName *string `min:"1" type:"string" required:"true"`

	// Identifies the resources to deploy for a monitoring job.
	//
	// JobResources is a required field
	JobResources *MonitoringResources `type:"structure" required:"true"`

	// Specifies networking configuration for the monitoring job.
	NetworkConfig *MonitoringNetworkConfig `type:"structure"`

	// The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume
	// to perform tasks on your behalf.
	//
	// RoleArn is a required field
	RoleArn *string `min:"20" type:"string" required:"true"`

	// A time limit for how long the monitoring job is allowed to run before stopping.
	StoppingCondition *MonitoringStoppingCondition `type:"structure"`

	// (Optional) An array of key-value pairs. For more information, see Using Cost
	// Allocation Tags (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-whatURL)
	// in the Amazon Web Services Billing and Cost Management User Guide.
	Tags []*Tag `type:"list"`
	// contains filtered or unexported fields
}

func (CreateDataQualityJobDefinitionInput) GoString added in v1.36.4

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateDataQualityJobDefinitionInput) SetDataQualityAppSpecification added in v1.36.4

SetDataQualityAppSpecification sets the DataQualityAppSpecification field's value.

func (*CreateDataQualityJobDefinitionInput) SetDataQualityBaselineConfig added in v1.36.4

SetDataQualityBaselineConfig sets the DataQualityBaselineConfig field's value.

func (*CreateDataQualityJobDefinitionInput) SetDataQualityJobInput added in v1.36.4

SetDataQualityJobInput sets the DataQualityJobInput field's value.

func (*CreateDataQualityJobDefinitionInput) SetDataQualityJobOutputConfig added in v1.36.4

SetDataQualityJobOutputConfig sets the DataQualityJobOutputConfig field's value.

func (*CreateDataQualityJobDefinitionInput) SetJobDefinitionName added in v1.36.4

SetJobDefinitionName sets the JobDefinitionName field's value.

func (*CreateDataQualityJobDefinitionInput) SetJobResources added in v1.36.4

SetJobResources sets the JobResources field's value.

func (*CreateDataQualityJobDefinitionInput) SetNetworkConfig added in v1.36.4

SetNetworkConfig sets the NetworkConfig field's value.

func (*CreateDataQualityJobDefinitionInput) SetRoleArn added in v1.36.4

SetRoleArn sets the RoleArn field's value.

func (*CreateDataQualityJobDefinitionInput) SetStoppingCondition added in v1.36.4

SetStoppingCondition sets the StoppingCondition field's value.

func (*CreateDataQualityJobDefinitionInput) SetTags added in v1.36.4

SetTags sets the Tags field's value.

func (CreateDataQualityJobDefinitionInput) String added in v1.36.4

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateDataQualityJobDefinitionInput) Validate added in v1.36.4

Validate inspects the fields of the type to determine if they are valid.

type CreateDataQualityJobDefinitionOutput added in v1.36.4

type CreateDataQualityJobDefinitionOutput struct {

	// The Amazon Resource Name (ARN) of the job definition.
	//
	// JobDefinitionArn is a required field
	JobDefinitionArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateDataQualityJobDefinitionOutput) GoString added in v1.36.4

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateDataQualityJobDefinitionOutput) SetJobDefinitionArn added in v1.36.4

SetJobDefinitionArn sets the JobDefinitionArn field's value.

func (CreateDataQualityJobDefinitionOutput) String added in v1.36.4

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateDeviceFleetInput added in v1.36.4

type CreateDeviceFleetInput struct {

	// A description of the fleet.
	Description *string `min:"1" type:"string"`

	// The name of the fleet that the device belongs to.
	//
	// DeviceFleetName is a required field
	DeviceFleetName *string `min:"1" type:"string" required:"true"`

	// Whether to create an Amazon Web Services IoT Role Alias during device fleet
	// creation. The name of the role alias generated will match this pattern: "SageMakerEdge-{DeviceFleetName}".
	//
	// For example, if your device fleet is called "demo-fleet", the name of the
	// role alias will be "SageMakerEdge-demo-fleet".
	EnableIotRoleAlias *bool `type:"boolean"`

	// The output configuration for storing sample data collected by the fleet.
	//
	// OutputConfig is a required field
	OutputConfig *EdgeOutputConfig `type:"structure" required:"true"`

	// The Amazon Resource Name (ARN) that has access to Amazon Web Services Internet
	// of Things (IoT).
	RoleArn *string `min:"20" type:"string"`

	// Creates tags for the specified fleet.
	Tags []*Tag `type:"list"`
	// contains filtered or unexported fields
}

func (CreateDeviceFleetInput) GoString added in v1.36.4

func (s CreateDeviceFleetInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateDeviceFleetInput) SetDescription added in v1.36.4

SetDescription sets the Description field's value.

func (*CreateDeviceFleetInput) SetDeviceFleetName added in v1.36.4

func (s *CreateDeviceFleetInput) SetDeviceFleetName(v string) *CreateDeviceFleetInput

SetDeviceFleetName sets the DeviceFleetName field's value.

func (*CreateDeviceFleetInput) SetEnableIotRoleAlias added in v1.38.59

func (s *CreateDeviceFleetInput) SetEnableIotRoleAlias(v bool) *CreateDeviceFleetInput

SetEnableIotRoleAlias sets the EnableIotRoleAlias field's value.

func (*CreateDeviceFleetInput) SetOutputConfig added in v1.36.4

SetOutputConfig sets the OutputConfig field's value.

func (*CreateDeviceFleetInput) SetRoleArn added in v1.36.4

SetRoleArn sets the RoleArn field's value.

func (*CreateDeviceFleetInput) SetTags added in v1.36.4

SetTags sets the Tags field's value.

func (CreateDeviceFleetInput) String added in v1.36.4

func (s CreateDeviceFleetInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateDeviceFleetInput) Validate added in v1.36.4

func (s *CreateDeviceFleetInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateDeviceFleetOutput added in v1.36.4

type CreateDeviceFleetOutput struct {
	// contains filtered or unexported fields
}

func (CreateDeviceFleetOutput) GoString added in v1.36.4

func (s CreateDeviceFleetOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (CreateDeviceFleetOutput) String added in v1.36.4

func (s CreateDeviceFleetOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateDomainInput added in v1.25.47

type CreateDomainInput struct {

	// Specifies the VPC used for non-EFS traffic. The default value is PublicInternetOnly.
	//
	//    * PublicInternetOnly - Non-EFS traffic is through a VPC managed by Amazon
	//    SageMaker, which allows direct internet access
	//
	//    * VpcOnly - All Studio traffic is through the specified VPC and subnets
	AppNetworkAccessType *string `type:"string" enum:"AppNetworkAccessType"`

	// The entity that creates and manages the required security groups for inter-app
	// communication in VPCOnly mode. Required when CreateDomain.AppNetworkAccessType
	// is VPCOnly and DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn
	// is provided. If setting up the domain for use with RStudio, this value must
	// be set to Service.
	AppSecurityGroupManagement *string `type:"string" enum:"AppSecurityGroupManagement"`

	// The mode of authentication that members use to access the domain.
	//
	// AuthMode is a required field
	AuthMode *string `type:"string" required:"true" enum:"AuthMode"`

	// The default settings used to create a space.
	DefaultSpaceSettings *DefaultSpaceSettings `type:"structure"`

	// The default settings to use to create a user profile when UserSettings isn't
	// specified in the call to the CreateUserProfile API.
	//
	// SecurityGroups is aggregated when specified in both calls. For all other
	// settings in UserSettings, the values specified in CreateUserProfile take
	// precedence over those specified in CreateDomain.
	//
	// DefaultUserSettings is a required field
	DefaultUserSettings *UserSettings `type:"structure" required:"true"`

	// A name for the domain.
	//
	// DomainName is a required field
	DomainName *string `type:"string" required:"true"`

	// A collection of Domain settings.
	DomainSettings *DomainSettings `type:"structure"`

	// Use KmsKeyId.
	//
	// Deprecated: This property is deprecated, use KmsKeyId instead.
	HomeEfsFileSystemKmsKeyId *string `deprecated:"true" type:"string"`

	// SageMaker uses Amazon Web Services KMS to encrypt the EFS volume attached
	// to the domain with an Amazon Web Services managed key by default. For more
	// control, specify a customer managed key.
	KmsKeyId *string `type:"string"`

	// The VPC subnets that Studio uses for communication.
	//
	// SubnetIds is a required field
	SubnetIds []*string `min:"1" type:"list" required:"true"`

	// Tags to associated with the Domain. Each tag consists of a key and an optional
	// value. Tag keys must be unique per resource. Tags are searchable using the
	// Search API.
	//
	// Tags that you specify for the Domain are also added to all Apps that the
	// Domain launches.
	Tags []*Tag `type:"list"`

	// The ID of the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
	//
	// VpcId is a required field
	VpcId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateDomainInput) GoString added in v1.25.47

func (s CreateDomainInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateDomainInput) SetAppNetworkAccessType added in v1.35.3

func (s *CreateDomainInput) SetAppNetworkAccessType(v string) *CreateDomainInput

SetAppNetworkAccessType sets the AppNetworkAccessType field's value.

func (*CreateDomainInput) SetAppSecurityGroupManagement added in v1.41.13

func (s *CreateDomainInput) SetAppSecurityGroupManagement(v string) *CreateDomainInput

SetAppSecurityGroupManagement sets the AppSecurityGroupManagement field's value.

func (*CreateDomainInput) SetAuthMode added in v1.25.47

func (s *CreateDomainInput) SetAuthMode(v string) *CreateDomainInput

SetAuthMode sets the AuthMode field's value.

func (*CreateDomainInput) SetDefaultSpaceSettings added in v1.44.150

func (s *CreateDomainInput) SetDefaultSpaceSettings(v *DefaultSpaceSettings) *CreateDomainInput

SetDefaultSpaceSettings sets the DefaultSpaceSettings field's value.

func (*CreateDomainInput) SetDefaultUserSettings added in v1.25.47

func (s *CreateDomainInput) SetDefaultUserSettings(v *UserSettings) *CreateDomainInput

SetDefaultUserSettings sets the DefaultUserSettings field's value.

func (*CreateDomainInput) SetDomainName added in v1.25.47

func (s *CreateDomainInput) SetDomainName(v string) *CreateDomainInput

SetDomainName sets the DomainName field's value.

func (*CreateDomainInput) SetDomainSettings added in v1.41.13

func (s *CreateDomainInput) SetDomainSettings(v *DomainSettings) *CreateDomainInput

SetDomainSettings sets the DomainSettings field's value.

func (*CreateDomainInput) SetHomeEfsFileSystemKmsKeyId added in v1.25.47

func (s *CreateDomainInput) SetHomeEfsFileSystemKmsKeyId(v string) *CreateDomainInput

SetHomeEfsFileSystemKmsKeyId sets the HomeEfsFileSystemKmsKeyId field's value.

func (*CreateDomainInput) SetKmsKeyId added in v1.35.29

func (s *CreateDomainInput) SetKmsKeyId(v string) *CreateDomainInput

SetKmsKeyId sets the KmsKeyId field's value.

func (*CreateDomainInput) SetSubnetIds added in v1.25.47

func (s *CreateDomainInput) SetSubnetIds(v []*string) *CreateDomainInput

SetSubnetIds sets the SubnetIds field's value.

func (*CreateDomainInput) SetTags added in v1.25.47

func (s *CreateDomainInput) SetTags(v []*Tag) *CreateDomainInput

SetTags sets the Tags field's value.

func (*CreateDomainInput) SetVpcId added in v1.25.47

func (s *CreateDomainInput) SetVpcId(v string) *CreateDomainInput

SetVpcId sets the VpcId field's value.

func (CreateDomainInput) String added in v1.25.47

func (s CreateDomainInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateDomainInput) Validate added in v1.25.47

func (s *CreateDomainInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateDomainOutput added in v1.25.47

type CreateDomainOutput struct {

	// The Amazon Resource Name (ARN) of the created domain.
	DomainArn *string `type:"string"`

	// The URL to the created domain.
	Url *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateDomainOutput) GoString added in v1.25.47

func (s CreateDomainOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateDomainOutput) SetDomainArn added in v1.25.47

func (s *CreateDomainOutput) SetDomainArn(v string) *CreateDomainOutput

SetDomainArn sets the DomainArn field's value.

func (*CreateDomainOutput) SetUrl added in v1.25.47

SetUrl sets the Url field's value.

func (CreateDomainOutput) String added in v1.25.47

func (s CreateDomainOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateEdgeDeploymentPlanInput added in v1.44.57

type CreateEdgeDeploymentPlanInput struct {

	// The device fleet used for this edge deployment plan.
	//
	// DeviceFleetName is a required field
	DeviceFleetName *string `min:"1" type:"string" required:"true"`

	// The name of the edge deployment plan.
	//
	// EdgeDeploymentPlanName is a required field
	EdgeDeploymentPlanName *string `min:"1" type:"string" required:"true"`

	// List of models associated with the edge deployment plan.
	//
	// ModelConfigs is a required field
	ModelConfigs []*EdgeDeploymentModelConfig `type:"list" required:"true"`

	// List of stages of the edge deployment plan. The number of stages is limited
	// to 10 per deployment.
	Stages []*DeploymentStage `type:"list"`

	// List of tags with which to tag the edge deployment plan.
	Tags []*Tag `type:"list"`
	// contains filtered or unexported fields
}

func (CreateEdgeDeploymentPlanInput) GoString added in v1.44.57

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateEdgeDeploymentPlanInput) SetDeviceFleetName added in v1.44.57

SetDeviceFleetName sets the DeviceFleetName field's value.

func (*CreateEdgeDeploymentPlanInput) SetEdgeDeploymentPlanName added in v1.44.57

func (s *CreateEdgeDeploymentPlanInput) SetEdgeDeploymentPlanName(v string) *CreateEdgeDeploymentPlanInput

SetEdgeDeploymentPlanName sets the EdgeDeploymentPlanName field's value.

func (*CreateEdgeDeploymentPlanInput) SetModelConfigs added in v1.44.57

SetModelConfigs sets the ModelConfigs field's value.

func (*CreateEdgeDeploymentPlanInput) SetStages added in v1.44.57

SetStages sets the Stages field's value.

func (*CreateEdgeDeploymentPlanInput) SetTags added in v1.44.57

SetTags sets the Tags field's value.

func (CreateEdgeDeploymentPlanInput) String added in v1.44.57

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateEdgeDeploymentPlanInput) Validate added in v1.44.57

func (s *CreateEdgeDeploymentPlanInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateEdgeDeploymentPlanOutput added in v1.44.57

type CreateEdgeDeploymentPlanOutput struct {

	// The ARN of the edge deployment plan.
	//
	// EdgeDeploymentPlanArn is a required field
	EdgeDeploymentPlanArn *string `min:"20" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateEdgeDeploymentPlanOutput) GoString added in v1.44.57

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateEdgeDeploymentPlanOutput) SetEdgeDeploymentPlanArn added in v1.44.57

SetEdgeDeploymentPlanArn sets the EdgeDeploymentPlanArn field's value.

func (CreateEdgeDeploymentPlanOutput) String added in v1.44.57

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateEdgeDeploymentStageInput added in v1.44.57

type CreateEdgeDeploymentStageInput struct {

	// The name of the edge deployment plan.
	//
	// EdgeDeploymentPlanName is a required field
	EdgeDeploymentPlanName *string `min:"1" type:"string" required:"true"`

	// List of stages to be added to the edge deployment plan.
	//
	// Stages is a required field
	Stages []*DeploymentStage `type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (CreateEdgeDeploymentStageInput) GoString added in v1.44.57

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateEdgeDeploymentStageInput) SetEdgeDeploymentPlanName added in v1.44.57

func (s *CreateEdgeDeploymentStageInput) SetEdgeDeploymentPlanName(v string) *CreateEdgeDeploymentStageInput

SetEdgeDeploymentPlanName sets the EdgeDeploymentPlanName field's value.

func (*CreateEdgeDeploymentStageInput) SetStages added in v1.44.57

SetStages sets the Stages field's value.

func (CreateEdgeDeploymentStageInput) String added in v1.44.57

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateEdgeDeploymentStageInput) Validate added in v1.44.57

func (s *CreateEdgeDeploymentStageInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateEdgeDeploymentStageOutput added in v1.44.57

type CreateEdgeDeploymentStageOutput struct {
	// contains filtered or unexported fields
}

func (CreateEdgeDeploymentStageOutput) GoString added in v1.44.57

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (CreateEdgeDeploymentStageOutput) String added in v1.44.57

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateEdgePackagingJobInput added in v1.36.4

type CreateEdgePackagingJobInput struct {

	// The name of the SageMaker Neo compilation job that will be used to locate
	// model artifacts for packaging.
	//
	// CompilationJobName is a required field
	CompilationJobName *string `min:"1" type:"string" required:"true"`

	// The name of the edge packaging job.
	//
	// EdgePackagingJobName is a required field
	EdgePackagingJobName *string `min:"1" type:"string" required:"true"`

	// The name of the model.
	//
	// ModelName is a required field
	ModelName *string `min:"1" type:"string" required:"true"`

	// The version of the model.
	//
	// ModelVersion is a required field
	ModelVersion *string `min:"1" type:"string" required:"true"`

	// Provides information about the output location for the packaged model.
	//
	// OutputConfig is a required field
	OutputConfig *EdgeOutputConfig `type:"structure" required:"true"`

	// The Amazon Web Services KMS key to use when encrypting the EBS volume the
	// edge packaging job runs on.
	ResourceKey *string `type:"string"`

	// The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker
	// to download and upload the model, and to contact SageMaker Neo.
	//
	// RoleArn is a required field
	RoleArn *string `min:"20" type:"string" required:"true"`

	// Creates tags for the packaging job.
	Tags []*Tag `type:"list"`
	// contains filtered or unexported fields
}

func (CreateEdgePackagingJobInput) GoString added in v1.36.4

func (s CreateEdgePackagingJobInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateEdgePackagingJobInput) SetCompilationJobName added in v1.36.4

func (s *CreateEdgePackagingJobInput) SetCompilationJobName(v string) *CreateEdgePackagingJobInput

SetCompilationJobName sets the CompilationJobName field's value.

func (*CreateEdgePackagingJobInput) SetEdgePackagingJobName added in v1.36.4

func (s *CreateEdgePackagingJobInput) SetEdgePackagingJobName(v string) *CreateEdgePackagingJobInput

SetEdgePackagingJobName sets the EdgePackagingJobName field's value.

func (*CreateEdgePackagingJobInput) SetModelName added in v1.36.4

SetModelName sets the ModelName field's value.

func (*CreateEdgePackagingJobInput) SetModelVersion added in v1.36.4

SetModelVersion sets the ModelVersion field's value.

func (*CreateEdgePackagingJobInput) SetOutputConfig added in v1.36.4

SetOutputConfig sets the OutputConfig field's value.

func (*CreateEdgePackagingJobInput) SetResourceKey added in v1.36.4

SetResourceKey sets the ResourceKey field's value.

func (*CreateEdgePackagingJobInput) SetRoleArn added in v1.36.4

SetRoleArn sets the RoleArn field's value.

func (*CreateEdgePackagingJobInput) SetTags added in v1.36.4

SetTags sets the Tags field's value.

func (CreateEdgePackagingJobInput) String added in v1.36.4

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateEdgePackagingJobInput) Validate added in v1.36.4

func (s *CreateEdgePackagingJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateEdgePackagingJobOutput added in v1.36.4

type CreateEdgePackagingJobOutput struct {
	// contains filtered or unexported fields
}

func (CreateEdgePackagingJobOutput) GoString added in v1.36.4

func (s CreateEdgePackagingJobOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (CreateEdgePackagingJobOutput) String added in v1.36.4

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateEndpointConfigInput

type CreateEndpointConfigInput struct {

	// Specifies configuration for how an endpoint performs asynchronous inference.
	// This is a required field in order for your Endpoint to be invoked using InvokeEndpointAsync
	// (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_runtime_InvokeEndpointAsync.html).
	AsyncInferenceConfig *AsyncInferenceConfig `type:"structure"`

	// Configuration to control how SageMaker captures inference data.
	DataCaptureConfig *DataCaptureConfig `type:"structure"`

	// The name of the endpoint configuration. You specify this name in a CreateEndpoint
	// (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateEndpoint.html)
	// request.
	//
	// EndpointConfigName is a required field
	EndpointConfigName *string `type:"string" required:"true"`

	// A member of CreateEndpointConfig that enables explainers.
	ExplainerConfig *ExplainerConfig `type:"structure"`

	// The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service
	// key that SageMaker uses to encrypt data on the storage volume attached to
	// the ML compute instance that hosts the endpoint.
	//
	// The KmsKeyId can be any of the following formats:
	//
	//    * Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab
	//
	//    * Key ARN: arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
	//
	//    * Alias name: alias/ExampleAlias
	//
	//    * Alias name ARN: arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias
	//
	// The KMS key policy must grant permission to the IAM role that you specify
	// in your CreateEndpoint, UpdateEndpoint requests. For more information, refer
	// to the Amazon Web Services Key Management Service section Using Key Policies
	// in Amazon Web Services KMS (https://docs.aws.amazon.com/kms/latest/developerguide/key-policies.html)
	//
	// Certain Nitro-based instances include local storage, dependent on the instance
	// type. Local storage volumes are encrypted using a hardware module on the
	// instance. You can't request a KmsKeyId when using an instance type with local
	// storage. If any of the models that you specify in the ProductionVariants
	// parameter use nitro-based instances with local storage, do not specify a
	// value for the KmsKeyId parameter. If you specify a value for KmsKeyId when
	// using any nitro-based instances with local storage, the call to CreateEndpointConfig
	// fails.
	//
	// For a list of instance types that support local instance storage, see Instance
	// Store Volumes (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html#instance-store-volumes).
	//
	// For more information about local instance storage encryption, see SSD Instance
	// Store Volumes (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ssd-instance-store.html).
	KmsKeyId *string `type:"string"`

	// An array of ProductionVariant objects, one for each model that you want to
	// host at this endpoint.
	//
	// ProductionVariants is a required field
	ProductionVariants []*ProductionVariant `min:"1" type:"list" required:"true"`

	// An array of ProductionVariant objects, one for each model that you want to
	// host at this endpoint in shadow mode with production traffic replicated from
	// the model specified on ProductionVariants. If you use this field, you can
	// only specify one variant for ProductionVariants and one variant for ShadowProductionVariants.
	ShadowProductionVariants []*ProductionVariant `min:"1" type:"list"`

	// An array of key-value pairs. You can use tags to categorize your Amazon Web
	// Services resources in different ways, for example, by purpose, owner, or
	// environment. For more information, see Tagging Amazon Web Services Resources
	// (https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html).
	Tags []*Tag `type:"list"`
	// contains filtered or unexported fields
}

func (CreateEndpointConfigInput) GoString

func (s CreateEndpointConfigInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateEndpointConfigInput) SetAsyncInferenceConfig added in v1.40.25

SetAsyncInferenceConfig sets the AsyncInferenceConfig field's value.

func (*CreateEndpointConfigInput) SetDataCaptureConfig added in v1.25.47

SetDataCaptureConfig sets the DataCaptureConfig field's value.

func (*CreateEndpointConfigInput) SetEndpointConfigName

func (s *CreateEndpointConfigInput) SetEndpointConfigName(v string) *CreateEndpointConfigInput

SetEndpointConfigName sets the EndpointConfigName field's value.

func (*CreateEndpointConfigInput) SetExplainerConfig added in v1.44.109

SetExplainerConfig sets the ExplainerConfig field's value.

func (*CreateEndpointConfigInput) SetKmsKeyId added in v1.12.65

SetKmsKeyId sets the KmsKeyId field's value.

func (*CreateEndpointConfigInput) SetProductionVariants

SetProductionVariants sets the ProductionVariants field's value.

func (*CreateEndpointConfigInput) SetShadowProductionVariants added in v1.44.150

func (s *CreateEndpointConfigInput) SetShadowProductionVariants(v []*ProductionVariant) *CreateEndpointConfigInput

SetShadowProductionVariants sets the ShadowProductionVariants field's value.

func (*CreateEndpointConfigInput) SetTags

SetTags sets the Tags field's value.

func (CreateEndpointConfigInput) String

func (s CreateEndpointConfigInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateEndpointConfigInput) Validate

func (s *CreateEndpointConfigInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateEndpointConfigOutput

type CreateEndpointConfigOutput struct {

	// The Amazon Resource Name (ARN) of the endpoint configuration.
	//
	// EndpointConfigArn is a required field
	EndpointConfigArn *string `min:"20" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateEndpointConfigOutput) GoString

func (s CreateEndpointConfigOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateEndpointConfigOutput) SetEndpointConfigArn

func (s *CreateEndpointConfigOutput) SetEndpointConfigArn(v string) *CreateEndpointConfigOutput

SetEndpointConfigArn sets the EndpointConfigArn field's value.

func (CreateEndpointConfigOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateEndpointInput

type CreateEndpointInput struct {

	// The deployment configuration for an endpoint, which contains the desired
	// deployment strategy and rollback configurations.
	DeploymentConfig *DeploymentConfig `type:"structure"`

	// The name of an endpoint configuration. For more information, see CreateEndpointConfig
	// (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateEndpointConfig.html).
	//
	// EndpointConfigName is a required field
	EndpointConfigName *string `type:"string" required:"true"`

	// The name of the endpoint.The name must be unique within an Amazon Web Services
	// Region in your Amazon Web Services account. The name is case-insensitive
	// in CreateEndpoint, but the case is preserved and must be matched in InvokeEndpoint
	// (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_runtime_InvokeEndpoint.html).
	//
	// EndpointName is a required field
	EndpointName *string `type:"string" required:"true"`

	// An array of key-value pairs. You can use tags to categorize your Amazon Web
	// Services resources in different ways, for example, by purpose, owner, or
	// environment. For more information, see Tagging Amazon Web Services Resources
	// (https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html).
	Tags []*Tag `type:"list"`
	// contains filtered or unexported fields
}

func (CreateEndpointInput) GoString

func (s CreateEndpointInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateEndpointInput) SetDeploymentConfig added in v1.42.0

func (s *CreateEndpointInput) SetDeploymentConfig(v *DeploymentConfig) *CreateEndpointInput

SetDeploymentConfig sets the DeploymentConfig field's value.

func (*CreateEndpointInput) SetEndpointConfigName

func (s *CreateEndpointInput) SetEndpointConfigName(v string) *CreateEndpointInput

SetEndpointConfigName sets the EndpointConfigName field's value.

func (*CreateEndpointInput) SetEndpointName

func (s *CreateEndpointInput) SetEndpointName(v string) *CreateEndpointInput

SetEndpointName sets the EndpointName field's value.

func (*CreateEndpointInput) SetTags

func (s *CreateEndpointInput) SetTags(v []*Tag) *CreateEndpointInput

SetTags sets the Tags field's value.

func (CreateEndpointInput) String

func (s CreateEndpointInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateEndpointInput) Validate

func (s *CreateEndpointInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateEndpointOutput

type CreateEndpointOutput struct {

	// The Amazon Resource Name (ARN) of the endpoint.
	//
	// EndpointArn is a required field
	EndpointArn *string `min:"20" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateEndpointOutput) GoString

func (s CreateEndpointOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateEndpointOutput) SetEndpointArn

func (s *CreateEndpointOutput) SetEndpointArn(v string) *CreateEndpointOutput

SetEndpointArn sets the EndpointArn field's value.

func (CreateEndpointOutput) String

func (s CreateEndpointOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateExperimentInput added in v1.25.47

type CreateExperimentInput struct {

	// The description of the experiment.
	Description *string `type:"string"`

	// The name of the experiment as displayed. The name doesn't need to be unique.
	// If you don't specify DisplayName, the value in ExperimentName is displayed.
	DisplayName *string `min:"1" type:"string"`

	// The name of the experiment. The name must be unique in your Amazon Web Services
	// account and is not case-sensitive.
	//
	// ExperimentName is a required field
	ExperimentName *string `min:"1" type:"string" required:"true"`

	// A list of tags to associate with the experiment. You can use Search (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_Search.html)
	// API to search on the tags.
	Tags []*Tag `type:"list"`
	// contains filtered or unexported fields
}

func (CreateExperimentInput) GoString added in v1.25.47

func (s CreateExperimentInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateExperimentInput) SetDescription added in v1.25.47

func (s *CreateExperimentInput) SetDescription(v string) *CreateExperimentInput

SetDescription sets the Description field's value.

func (*CreateExperimentInput) SetDisplayName added in v1.25.47

func (s *CreateExperimentInput) SetDisplayName(v string) *CreateExperimentInput

SetDisplayName sets the DisplayName field's value.

func (*CreateExperimentInput) SetExperimentName added in v1.25.47

func (s *CreateExperimentInput) SetExperimentName(v string) *CreateExperimentInput

SetExperimentName sets the ExperimentName field's value.

func (*CreateExperimentInput) SetTags added in v1.25.47

SetTags sets the Tags field's value.

func (CreateExperimentInput) String added in v1.25.47

func (s CreateExperimentInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateExperimentInput) Validate added in v1.25.47

func (s *CreateExperimentInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateExperimentOutput added in v1.25.47

type CreateExperimentOutput struct {

	// The Amazon Resource Name (ARN) of the experiment.
	ExperimentArn *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateExperimentOutput) GoString added in v1.25.47

func (s CreateExperimentOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateExperimentOutput) SetExperimentArn added in v1.25.47

func (s *CreateExperimentOutput) SetExperimentArn(v string) *CreateExperimentOutput

SetExperimentArn sets the ExperimentArn field's value.

func (CreateExperimentOutput) String added in v1.25.47

func (s CreateExperimentOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateFeatureGroupInput added in v1.35.37

type CreateFeatureGroupInput struct {

	// A free-form description of a FeatureGroup.
	Description *string `type:"string"`

	// The name of the feature that stores the EventTime of a Record in a FeatureGroup.
	//
	// An EventTime is a point in time when a new event occurs that corresponds
	// to the creation or update of a Record in a FeatureGroup. All Records in the
	// FeatureGroup must have a corresponding EventTime.
	//
	// An EventTime can be a String or Fractional.
	//
	//    * Fractional: EventTime feature values must be a Unix timestamp in seconds.
	//
	//    * String: EventTime feature values must be an ISO-8601 string in the format.
	//    The following formats are supported yyyy-MM-dd'T'HH:mm:ssZ and yyyy-MM-dd'T'HH:mm:ss.SSSZ
	//    where yyyy, MM, and dd represent the year, month, and day respectively
	//    and HH, mm, ss, and if applicable, SSS represent the hour, month, second
	//    and milliseconds respsectively. 'T' and Z are constants.
	//
	// EventTimeFeatureName is a required field
	EventTimeFeatureName *string `min:"1" type:"string" required:"true"`

	// A list of Feature names and types. Name and Type is compulsory per Feature.
	//
	// Valid feature FeatureTypes are Integral, Fractional and String.
	//
	// FeatureNames cannot be any of the following: is_deleted, write_time, api_invocation_time
	//
	// You can create up to 2,500 FeatureDefinitions per FeatureGroup.
	//
	// FeatureDefinitions is a required field
	FeatureDefinitions []*FeatureDefinition `min:"1" type:"list" required:"true"`

	// The name of the FeatureGroup. The name must be unique within an Amazon Web
	// Services Region in an Amazon Web Services account. The name:
	//
	//    * Must start and end with an alphanumeric character.
	//
	//    * Can only contain alphanumeric character and hyphens. Spaces are not
	//    allowed.
	//
	// FeatureGroupName is a required field
	FeatureGroupName *string `min:"1" type:"string" required:"true"`

	// Use this to configure an OfflineFeatureStore. This parameter allows you to
	// specify:
	//
	//    * The Amazon Simple Storage Service (Amazon S3) location of an OfflineStore.
	//
	//    * A configuration for an Amazon Web Services Glue or Amazon Web Services
	//    Hive data catalog.
	//
	//    * An KMS encryption key to encrypt the Amazon S3 location used for OfflineStore.
	//    If KMS encryption key is not specified, by default we encrypt all data
	//    at rest using Amazon Web Services KMS key. By defining your bucket-level
	//    key (https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucket-key.html)
	//    for SSE, you can reduce Amazon Web Services KMS requests costs by up to
	//    99 percent.
	//
	//    * Format for the offline store table. Supported formats are Glue (Default)
	//    and Apache Iceberg (https://iceberg.apache.org/).
	//
	// To learn more about this parameter, see OfflineStoreConfig (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_OfflineStoreConfig.html).
	OfflineStoreConfig *OfflineStoreConfig `type:"structure"`

	// You can turn the OnlineStore on or off by specifying True for the EnableOnlineStore
	// flag in OnlineStoreConfig.
	//
	// You can also include an Amazon Web Services KMS key ID (KMSKeyId) for at-rest
	// encryption of the OnlineStore.
	//
	// The default value is False.
	OnlineStoreConfig *OnlineStoreConfig `type:"structure"`

	// The name of the Feature whose value uniquely identifies a Record defined
	// in the FeatureStore. Only the latest record per identifier value will be
	// stored in the OnlineStore. RecordIdentifierFeatureName must be one of feature
	// definitions' names.
	//
	// You use the RecordIdentifierFeatureName to access data in a FeatureStore.
	//
	// This name:
	//
	//    * Must start and end with an alphanumeric character.
	//
	//    * Can only contains alphanumeric characters, hyphens, underscores. Spaces
	//    are not allowed.
	//
	// RecordIdentifierFeatureName is a required field
	RecordIdentifierFeatureName *string `min:"1" type:"string" required:"true"`

	// The Amazon Resource Name (ARN) of the IAM execution role used to persist
	// data into the OfflineStore if an OfflineStoreConfig is provided.
	RoleArn *string `min:"20" type:"string"`

	// Tags used to identify Features in each FeatureGroup.
	Tags []*Tag `type:"list"`
	// contains filtered or unexported fields
}

func (CreateFeatureGroupInput) GoString added in v1.35.37

func (s CreateFeatureGroupInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateFeatureGroupInput) SetDescription added in v1.35.37

SetDescription sets the Description field's value.

func (*CreateFeatureGroupInput) SetEventTimeFeatureName added in v1.35.37

func (s *CreateFeatureGroupInput) SetEventTimeFeatureName(v string) *CreateFeatureGroupInput

SetEventTimeFeatureName sets the EventTimeFeatureName field's value.

func (*CreateFeatureGroupInput) SetFeatureDefinitions added in v1.35.37

func (s *CreateFeatureGroupInput) SetFeatureDefinitions(v []*FeatureDefinition) *CreateFeatureGroupInput

SetFeatureDefinitions sets the FeatureDefinitions field's value.

func (*CreateFeatureGroupInput) SetFeatureGroupName added in v1.35.37

func (s *CreateFeatureGroupInput) SetFeatureGroupName(v string) *CreateFeatureGroupInput

SetFeatureGroupName sets the FeatureGroupName field's value.

func (*CreateFeatureGroupInput) SetOfflineStoreConfig added in v1.35.37

SetOfflineStoreConfig sets the OfflineStoreConfig field's value.

func (*CreateFeatureGroupInput) SetOnlineStoreConfig added in v1.35.37

SetOnlineStoreConfig sets the OnlineStoreConfig field's value.

func (*CreateFeatureGroupInput) SetRecordIdentifierFeatureName added in v1.35.37

func (s *CreateFeatureGroupInput) SetRecordIdentifierFeatureName(v string) *CreateFeatureGroupInput

SetRecordIdentifierFeatureName sets the RecordIdentifierFeatureName field's value.

func (*CreateFeatureGroupInput) SetRoleArn added in v1.35.37

SetRoleArn sets the RoleArn field's value.

func (*CreateFeatureGroupInput) SetTags added in v1.35.37

SetTags sets the Tags field's value.

func (CreateFeatureGroupInput) String added in v1.35.37

func (s CreateFeatureGroupInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateFeatureGroupInput) Validate added in v1.35.37

func (s *CreateFeatureGroupInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateFeatureGroupOutput added in v1.35.37

type CreateFeatureGroupOutput struct {

	// The Amazon Resource Name (ARN) of the FeatureGroup. This is a unique identifier
	// for the feature group.
	//
	// FeatureGroupArn is a required field
	FeatureGroupArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateFeatureGroupOutput) GoString added in v1.35.37

func (s CreateFeatureGroupOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateFeatureGroupOutput) SetFeatureGroupArn added in v1.35.37

func (s *CreateFeatureGroupOutput) SetFeatureGroupArn(v string) *CreateFeatureGroupOutput

SetFeatureGroupArn sets the FeatureGroupArn field's value.

func (CreateFeatureGroupOutput) String added in v1.35.37

func (s CreateFeatureGroupOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateFlowDefinitionInput added in v1.25.47

type CreateFlowDefinitionInput struct {

	// The name of your flow definition.
	//
	// FlowDefinitionName is a required field
	FlowDefinitionName *string `min:"1" type:"string" required:"true"`

	// An object containing information about the events that trigger a human workflow.
	HumanLoopActivationConfig *HumanLoopActivationConfig `type:"structure"`

	// An object containing information about the tasks the human reviewers will
	// perform.
	//
	// HumanLoopConfig is a required field
	HumanLoopConfig *HumanLoopConfig `type:"structure" required:"true"`

	// Container for configuring the source of human task requests. Use to specify
	// if Amazon Rekognition or Amazon Textract is used as an integration source.
	HumanLoopRequestSource *HumanLoopRequestSource `type:"structure"`

	// An object containing information about where the human review results will
	// be uploaded.
	//
	// OutputConfig is a required field
	OutputConfig *FlowDefinitionOutputConfig `type:"structure" required:"true"`

	// The Amazon Resource Name (ARN) of the role needed to call other services
	// on your behalf. For example, arn:aws:iam::1234567890:role/service-role/AmazonSageMaker-ExecutionRole-20180111T151298.
	//
	// RoleArn is a required field
	RoleArn *string `min:"20" type:"string" required:"true"`

	// An array of key-value pairs that contain metadata to help you categorize
	// and organize a flow definition. Each tag consists of a key and a value, both
	// of which you define.
	Tags []*Tag `type:"list"`
	// contains filtered or unexported fields
}

func (CreateFlowDefinitionInput) GoString added in v1.25.47

func (s CreateFlowDefinitionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateFlowDefinitionInput) SetFlowDefinitionName added in v1.25.47

func (s *CreateFlowDefinitionInput) SetFlowDefinitionName(v string) *CreateFlowDefinitionInput

SetFlowDefinitionName sets the FlowDefinitionName field's value.

func (*CreateFlowDefinitionInput) SetHumanLoopActivationConfig added in v1.25.47

SetHumanLoopActivationConfig sets the HumanLoopActivationConfig field's value.

func (*CreateFlowDefinitionInput) SetHumanLoopConfig added in v1.25.47

SetHumanLoopConfig sets the HumanLoopConfig field's value.

func (*CreateFlowDefinitionInput) SetHumanLoopRequestSource added in v1.29.33

SetHumanLoopRequestSource sets the HumanLoopRequestSource field's value.

func (*CreateFlowDefinitionInput) SetOutputConfig added in v1.25.47

SetOutputConfig sets the OutputConfig field's value.

func (*CreateFlowDefinitionInput) SetRoleArn added in v1.25.47

SetRoleArn sets the RoleArn field's value.

func (*CreateFlowDefinitionInput) SetTags added in v1.25.47

SetTags sets the Tags field's value.

func (CreateFlowDefinitionInput) String added in v1.25.47

func (s CreateFlowDefinitionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateFlowDefinitionInput) Validate added in v1.25.47

func (s *CreateFlowDefinitionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateFlowDefinitionOutput added in v1.25.47

type CreateFlowDefinitionOutput struct {

	// The Amazon Resource Name (ARN) of the flow definition you create.
	//
	// FlowDefinitionArn is a required field
	FlowDefinitionArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateFlowDefinitionOutput) GoString added in v1.25.47

func (s CreateFlowDefinitionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateFlowDefinitionOutput) SetFlowDefinitionArn added in v1.25.47

func (s *CreateFlowDefinitionOutput) SetFlowDefinitionArn(v string) *CreateFlowDefinitionOutput

SetFlowDefinitionArn sets the FlowDefinitionArn field's value.

func (CreateFlowDefinitionOutput) String added in v1.25.47

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateHubInput added in v1.44.150

type CreateHubInput struct {

	// A description of the hub.
	//
	// HubDescription is a required field
	HubDescription *string `type:"string" required:"true"`

	// The display name of the hub.
	HubDisplayName *string `type:"string"`

	// The name of the hub to create.
	//
	// HubName is a required field
	HubName *string `type:"string" required:"true"`

	// The searchable keywords for the hub.
	HubSearchKeywords []*string `type:"list"`

	// The Amazon S3 storage configuration for the hub.
	S3StorageConfig *HubS3StorageConfig `type:"structure"`

	// Any tags to associate with the hub.
	Tags []*Tag `type:"list"`
	// contains filtered or unexported fields
}

func (CreateHubInput) GoString added in v1.44.150

func (s CreateHubInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateHubInput) SetHubDescription added in v1.44.150

func (s *CreateHubInput) SetHubDescription(v string) *CreateHubInput

SetHubDescription sets the HubDescription field's value.

func (*CreateHubInput) SetHubDisplayName added in v1.44.150

func (s *CreateHubInput) SetHubDisplayName(v string) *CreateHubInput

SetHubDisplayName sets the HubDisplayName field's value.

func (*CreateHubInput) SetHubName added in v1.44.150

func (s *CreateHubInput) SetHubName(v string) *CreateHubInput

SetHubName sets the HubName field's value.

func (*CreateHubInput) SetHubSearchKeywords added in v1.44.150

func (s *CreateHubInput) SetHubSearchKeywords(v []*string) *CreateHubInput

SetHubSearchKeywords sets the HubSearchKeywords field's value.

func (*CreateHubInput) SetS3StorageConfig added in v1.44.150

func (s *CreateHubInput) SetS3StorageConfig(v *HubS3StorageConfig) *CreateHubInput

SetS3StorageConfig sets the S3StorageConfig field's value.

func (*CreateHubInput) SetTags added in v1.44.150

func (s *CreateHubInput) SetTags(v []*Tag) *CreateHubInput

SetTags sets the Tags field's value.

func (CreateHubInput) String added in v1.44.150

func (s CreateHubInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateHubInput) Validate added in v1.44.150

func (s *CreateHubInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateHubOutput added in v1.44.150

type CreateHubOutput struct {

	// The Amazon Resource Name (ARN) of the hub.
	//
	// HubArn is a required field
	HubArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateHubOutput) GoString added in v1.44.150

func (s CreateHubOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateHubOutput) SetHubArn added in v1.44.150

func (s *CreateHubOutput) SetHubArn(v string) *CreateHubOutput

SetHubArn sets the HubArn field's value.

func (CreateHubOutput) String added in v1.44.150

func (s CreateHubOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateHumanTaskUiInput added in v1.25.47

type CreateHumanTaskUiInput struct {

	// The name of the user interface you are creating.
	//
	// HumanTaskUiName is a required field
	HumanTaskUiName *string `min:"1" type:"string" required:"true"`

	// An array of key-value pairs that contain metadata to help you categorize
	// and organize a human review workflow user interface. Each tag consists of
	// a key and a value, both of which you define.
	Tags []*Tag `type:"list"`

	// The Liquid template for the worker user interface.
	//
	// UiTemplate is a required field
	UiTemplate *UiTemplate `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

func (CreateHumanTaskUiInput) GoString added in v1.25.47

func (s CreateHumanTaskUiInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateHumanTaskUiInput) SetHumanTaskUiName added in v1.25.47

func (s *CreateHumanTaskUiInput) SetHumanTaskUiName(v string) *CreateHumanTaskUiInput

SetHumanTaskUiName sets the HumanTaskUiName field's value.

func (*CreateHumanTaskUiInput) SetTags added in v1.25.47

SetTags sets the Tags field's value.

func (*CreateHumanTaskUiInput) SetUiTemplate added in v1.25.47

SetUiTemplate sets the UiTemplate field's value.

func (CreateHumanTaskUiInput) String added in v1.25.47

func (s CreateHumanTaskUiInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateHumanTaskUiInput) Validate added in v1.25.47

func (s *CreateHumanTaskUiInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateHumanTaskUiOutput added in v1.25.47

type CreateHumanTaskUiOutput struct {

	// The Amazon Resource Name (ARN) of the human review workflow user interface
	// you create.
	//
	// HumanTaskUiArn is a required field
	HumanTaskUiArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateHumanTaskUiOutput) GoString added in v1.25.47

func (s CreateHumanTaskUiOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateHumanTaskUiOutput) SetHumanTaskUiArn added in v1.25.47

func (s *CreateHumanTaskUiOutput) SetHumanTaskUiArn(v string) *CreateHumanTaskUiOutput

SetHumanTaskUiArn sets the HumanTaskUiArn field's value.

func (CreateHumanTaskUiOutput) String added in v1.25.47

func (s CreateHumanTaskUiOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateHyperParameterTuningJobInput added in v1.14.0

type CreateHyperParameterTuningJobInput struct {

	// Configures SageMaker Automatic model tuning (AMT) to automatically find optimal
	// parameters for the following fields:
	//
	//    * ParameterRanges (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_HyperParameterTuningJobConfig.html#sagemaker-Type-HyperParameterTuningJobConfig-ParameterRanges):
	//    The names and ranges of parameters that a hyperparameter tuning job can
	//    optimize.
	//
	//    * ResourceLimits (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ResourceLimits.html):
	//    The maximum resources that can be used for a training job. These resources
	//    include the maximum number of training jobs, the maximum runtime of a
	//    tuning job, and the maximum number of training jobs to run at the same
	//    time.
	//
	//    * TrainingJobEarlyStoppingType (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_HyperParameterTuningJobConfig.html#sagemaker-Type-HyperParameterTuningJobConfig-TrainingJobEarlyStoppingType):
	//    A flag that specifies whether or not to use early stopping for training
	//    jobs launched by a hyperparameter tuning job.
	//
	//    * RetryStrategy (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_HyperParameterTrainingJobDefinition.html#sagemaker-Type-HyperParameterTrainingJobDefinition-RetryStrategy):
	//    The number of times to retry a training job.
	//
	//    * Strategy (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_HyperParameterTuningJobConfig.html):
	//    Specifies how hyperparameter tuning chooses the combinations of hyperparameter
	//    values to use for the training jobs that it launches.
	//
	//    * ConvergenceDetected (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ConvergenceDetected.html):
	//    A flag to indicate that Automatic model tuning (AMT) has detected model
	//    convergence.
	Autotune *Autotune `type:"structure"`

	// The HyperParameterTuningJobConfig (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_HyperParameterTuningJobConfig.html)
	// object that describes the tuning job, including the search strategy, the
	// objective metric used to evaluate training jobs, ranges of parameters to
	// search, and resource limits for the tuning job. For more information, see
	// How Hyperparameter Tuning Works (https://docs.aws.amazon.com/sagemaker/latest/dg/automatic-model-tuning-how-it-works.html).
	//
	// HyperParameterTuningJobConfig is a required field
	HyperParameterTuningJobConfig *HyperParameterTuningJobConfig `type:"structure" required:"true"`

	// The name of the tuning job. This name is the prefix for the names of all
	// training jobs that this tuning job launches. The name must be unique within
	// the same Amazon Web Services account and Amazon Web Services Region. The
	// name must have 1 to 32 characters. Valid characters are a-z, A-Z, 0-9, and
	// : + = @ _ % - (hyphen). The name is not case sensitive.
	//
	// HyperParameterTuningJobName is a required field
	HyperParameterTuningJobName *string `min:"1" type:"string" required:"true"`

	// An array of key-value pairs. You can use tags to categorize your Amazon Web
	// Services resources in different ways, for example, by purpose, owner, or
	// environment. For more information, see Tagging Amazon Web Services Resources
	// (https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html).
	//
	// Tags that you specify for the tuning job are also added to all training jobs
	// that the tuning job launches.
	Tags []*Tag `type:"list"`

	// The HyperParameterTrainingJobDefinition (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_HyperParameterTrainingJobDefinition.html)
	// object that describes the training jobs that this tuning job launches, including
	// static hyperparameters, input data configuration, output data configuration,
	// resource configuration, and stopping condition.
	TrainingJobDefinition *HyperParameterTrainingJobDefinition `type:"structure"`

	// A list of the HyperParameterTrainingJobDefinition (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_HyperParameterTrainingJobDefinition.html)
	// objects launched for this tuning job.
	TrainingJobDefinitions []*HyperParameterTrainingJobDefinition `min:"1" type:"list"`

	// Specifies the configuration for starting the hyperparameter tuning job using
	// one or more previous tuning jobs as a starting point. The results of previous
	// tuning jobs are used to inform which combinations of hyperparameters to search
	// over in the new tuning job.
	//
	// All training jobs launched by the new hyperparameter tuning job are evaluated
	// by using the objective metric. If you specify IDENTICAL_DATA_AND_ALGORITHM
	// as the WarmStartType value for the warm start configuration, the training
	// job that performs the best in the new tuning job is compared to the best
	// training jobs from the parent tuning jobs. From these, the training job that
	// performs the best as measured by the objective metric is returned as the
	// overall best training job.
	//
	// All training jobs launched by parent hyperparameter tuning jobs and the new
	// hyperparameter tuning jobs count against the limit of training jobs for the
	// tuning job.
	WarmStartConfig *HyperParameterTuningJobWarmStartConfig `type:"structure"`
	// contains filtered or unexported fields
}

func (CreateHyperParameterTuningJobInput) GoString added in v1.14.0

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateHyperParameterTuningJobInput) SetAutotune added in v1.44.270

SetAutotune sets the Autotune field's value.

func (*CreateHyperParameterTuningJobInput) SetHyperParameterTuningJobConfig added in v1.14.0

SetHyperParameterTuningJobConfig sets the HyperParameterTuningJobConfig field's value.

func (*CreateHyperParameterTuningJobInput) SetHyperParameterTuningJobName added in v1.14.0

SetHyperParameterTuningJobName sets the HyperParameterTuningJobName field's value.

func (*CreateHyperParameterTuningJobInput) SetTags added in v1.14.0

SetTags sets the Tags field's value.

func (*CreateHyperParameterTuningJobInput) SetTrainingJobDefinition added in v1.14.0

SetTrainingJobDefinition sets the TrainingJobDefinition field's value.

func (*CreateHyperParameterTuningJobInput) SetTrainingJobDefinitions added in v1.25.47

SetTrainingJobDefinitions sets the TrainingJobDefinitions field's value.

func (*CreateHyperParameterTuningJobInput) SetWarmStartConfig added in v1.15.76

SetWarmStartConfig sets the WarmStartConfig field's value.

func (CreateHyperParameterTuningJobInput) String added in v1.14.0

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateHyperParameterTuningJobInput) Validate added in v1.14.0

Validate inspects the fields of the type to determine if they are valid.

type CreateHyperParameterTuningJobOutput added in v1.14.0

type CreateHyperParameterTuningJobOutput struct {

	// The Amazon Resource Name (ARN) of the tuning job. SageMaker assigns an ARN
	// to a hyperparameter tuning job when you create it.
	//
	// HyperParameterTuningJobArn is a required field
	HyperParameterTuningJobArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateHyperParameterTuningJobOutput) GoString added in v1.14.0

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateHyperParameterTuningJobOutput) SetHyperParameterTuningJobArn added in v1.14.0

SetHyperParameterTuningJobArn sets the HyperParameterTuningJobArn field's value.

func (CreateHyperParameterTuningJobOutput) String added in v1.14.0

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateImageInput added in v1.35.15

type CreateImageInput struct {

	// The description of the image.
	Description *string `min:"1" type:"string"`

	// The display name of the image. If not provided, ImageName is displayed.
	DisplayName *string `min:"1" type:"string"`

	// The name of the image. Must be unique to your account.
	//
	// ImageName is a required field
	ImageName *string `min:"1" type:"string" required:"true"`

	// The ARN of an IAM role that enables Amazon SageMaker to perform tasks on
	// your behalf.
	//
	// RoleArn is a required field
	RoleArn *string `min:"20" type:"string" required:"true"`

	// A list of tags to apply to the image.
	Tags []*Tag `type:"list"`
	// contains filtered or unexported fields
}

func (CreateImageInput) GoString added in v1.35.15

func (s CreateImageInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateImageInput) SetDescription added in v1.35.15

func (s *CreateImageInput) SetDescription(v string) *CreateImageInput

SetDescription sets the Description field's value.

func (*CreateImageInput) SetDisplayName added in v1.35.15

func (s *CreateImageInput) SetDisplayName(v string) *CreateImageInput

SetDisplayName sets the DisplayName field's value.

func (*CreateImageInput) SetImageName added in v1.35.15

func (s *CreateImageInput) SetImageName(v string) *CreateImageInput

SetImageName sets the ImageName field's value.

func (*CreateImageInput) SetRoleArn added in v1.35.15

func (s *CreateImageInput) SetRoleArn(v string) *CreateImageInput

SetRoleArn sets the RoleArn field's value.

func (*CreateImageInput) SetTags added in v1.35.15

func (s *CreateImageInput) SetTags(v []*Tag) *CreateImageInput

SetTags sets the Tags field's value.

func (CreateImageInput) String added in v1.35.15

func (s CreateImageInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateImageInput) Validate added in v1.35.15

func (s *CreateImageInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateImageOutput added in v1.35.15

type CreateImageOutput struct {

	// The ARN of the image.
	ImageArn *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateImageOutput) GoString added in v1.35.15

func (s CreateImageOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateImageOutput) SetImageArn added in v1.35.15

func (s *CreateImageOutput) SetImageArn(v string) *CreateImageOutput

SetImageArn sets the ImageArn field's value.

func (CreateImageOutput) String added in v1.35.15

func (s CreateImageOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateImageVersionInput added in v1.35.15

type CreateImageVersionInput struct {

	// A list of aliases created with the image version.
	Aliases []*string `type:"list"`

	// The registry path of the container image to use as the starting point for
	// this version. The path is an Amazon Elastic Container Registry (ECR) URI
	// in the following format:
	//
	// <acct-id>.dkr.ecr.<region>.amazonaws.com/<repo-name[:tag] or [@digest]>
	//
	// BaseImage is a required field
	BaseImage *string `min:"1" type:"string" required:"true"`

	// A unique ID. If not specified, the Amazon Web Services CLI and Amazon Web
	// Services SDKs, such as the SDK for Python (Boto3), add a unique value to
	// the call.
	ClientToken *string `min:"1" type:"string" idempotencyToken:"true"`

	// Indicates Horovod compatibility.
	Horovod *bool `type:"boolean"`

	// The ImageName of the Image to create a version of.
	//
	// ImageName is a required field
	ImageName *string `min:"1" type:"string" required:"true"`

	// Indicates SageMaker job type compatibility.
	//
	//    * TRAINING: The image version is compatible with SageMaker training jobs.
	//
	//    * INFERENCE: The image version is compatible with SageMaker inference
	//    jobs.
	//
	//    * NOTEBOOK_KERNEL: The image version is compatible with SageMaker notebook
	//    kernels.
	JobType *string `type:"string" enum:"JobType"`

	// The machine learning framework vended in the image version.
	MLFramework *string `min:"1" type:"string"`

	// Indicates CPU or GPU compatibility.
	//
	//    * CPU: The image version is compatible with CPU.
	//
	//    * GPU: The image version is compatible with GPU.
	Processor *string `type:"string" enum:"Processor"`

	// The supported programming language and its version.
	ProgrammingLang *string `min:"1" type:"string"`

	// The maintainer description of the image version.
	ReleaseNotes *string `min:"1" type:"string"`

	// The stability of the image version, specified by the maintainer.
	//
	//    * NOT_PROVIDED: The maintainers did not provide a status for image version
	//    stability.
	//
	//    * STABLE: The image version is stable.
	//
	//    * TO_BE_ARCHIVED: The image version is set to be archived. Custom image
	//    versions that are set to be archived are automatically archived after
	//    three months.
	//
	//    * ARCHIVED: The image version is archived. Archived image versions are
	//    not searchable and are no longer actively supported.
	VendorGuidance *string `type:"string" enum:"VendorGuidance"`
	// contains filtered or unexported fields
}

func (CreateImageVersionInput) GoString added in v1.35.15

func (s CreateImageVersionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateImageVersionInput) SetAliases added in v1.44.163

SetAliases sets the Aliases field's value.

func (*CreateImageVersionInput) SetBaseImage added in v1.35.15

SetBaseImage sets the BaseImage field's value.

func (*CreateImageVersionInput) SetClientToken added in v1.35.15

SetClientToken sets the ClientToken field's value.

func (*CreateImageVersionInput) SetHorovod added in v1.44.163

SetHorovod sets the Horovod field's value.

func (*CreateImageVersionInput) SetImageName added in v1.35.15

SetImageName sets the ImageName field's value.

func (*CreateImageVersionInput) SetJobType added in v1.44.163

SetJobType sets the JobType field's value.

func (*CreateImageVersionInput) SetMLFramework added in v1.44.163

SetMLFramework sets the MLFramework field's value.

func (*CreateImageVersionInput) SetProcessor added in v1.44.163

SetProcessor sets the Processor field's value.

func (*CreateImageVersionInput) SetProgrammingLang added in v1.44.163

func (s *CreateImageVersionInput) SetProgrammingLang(v string) *CreateImageVersionInput

SetProgrammingLang sets the ProgrammingLang field's value.

func (*CreateImageVersionInput) SetReleaseNotes added in v1.44.163

SetReleaseNotes sets the ReleaseNotes field's value.

func (*CreateImageVersionInput) SetVendorGuidance added in v1.44.163

func (s *CreateImageVersionInput) SetVendorGuidance(v string) *CreateImageVersionInput

SetVendorGuidance sets the VendorGuidance field's value.

func (CreateImageVersionInput) String added in v1.35.15

func (s CreateImageVersionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateImageVersionInput) Validate added in v1.35.15

func (s *CreateImageVersionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateImageVersionOutput added in v1.35.15

type CreateImageVersionOutput struct {

	// The ARN of the image version.
	ImageVersionArn *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateImageVersionOutput) GoString added in v1.35.15

func (s CreateImageVersionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateImageVersionOutput) SetImageVersionArn added in v1.35.15

func (s *CreateImageVersionOutput) SetImageVersionArn(v string) *CreateImageVersionOutput

SetImageVersionArn sets the ImageVersionArn field's value.

func (CreateImageVersionOutput) String added in v1.35.15

func (s CreateImageVersionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateInferenceExperimentInput added in v1.44.150

type CreateInferenceExperimentInput struct {

	// The Amazon S3 location and configuration for storing inference request and
	// response data.
	//
	// This is an optional parameter that you can use for data capture. For more
	// information, see Capture data (https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor-data-capture.html).
	DataStorageConfig *InferenceExperimentDataStorageConfig `type:"structure"`

	// A description for the inference experiment.
	Description *string `type:"string"`

	// The name of the Amazon SageMaker endpoint on which you want to run the inference
	// experiment.
	//
	// EndpointName is a required field
	EndpointName *string `type:"string" required:"true"`

	// The Amazon Web Services Key Management Service (Amazon Web Services KMS)
	// key that Amazon SageMaker uses to encrypt data on the storage volume attached
	// to the ML compute instance that hosts the endpoint. The KmsKey can be any
	// of the following formats:
	//
	//    * KMS key ID "1234abcd-12ab-34cd-56ef-1234567890ab"
	//
	//    * Amazon Resource Name (ARN) of a KMS key "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"
	//
	//    * KMS key Alias "alias/ExampleAlias"
	//
	//    * Amazon Resource Name (ARN) of a KMS key Alias "arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias"
	//
	// If you use a KMS key ID or an alias of your KMS key, the Amazon SageMaker
	// execution role must include permissions to call kms:Encrypt. If you don't
	// provide a KMS key ID, Amazon SageMaker uses the default KMS key for Amazon
	// S3 for your role's account. Amazon SageMaker uses server-side encryption
	// with KMS managed keys for OutputDataConfig. If you use a bucket policy with
	// an s3:PutObject permission that only allows objects with server-side encryption,
	// set the condition key of s3:x-amz-server-side-encryption to "aws:kms". For
	// more information, see KMS managed Encryption Keys (https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingKMSEncryption.html)
	// in the Amazon Simple Storage Service Developer Guide.
	//
	// The KMS key policy must grant permission to the IAM role that you specify
	// in your CreateEndpoint and UpdateEndpoint requests. For more information,
	// see Using Key Policies in Amazon Web Services KMS (https://docs.aws.amazon.com/kms/latest/developerguide/key-policies.html)
	// in the Amazon Web Services Key Management Service Developer Guide.
	KmsKey *string `type:"string"`

	// An array of ModelVariantConfig objects. There is one for each variant in
	// the inference experiment. Each ModelVariantConfig object in the array describes
	// the infrastructure configuration for the corresponding variant.
	//
	// ModelVariants is a required field
	ModelVariants []*ModelVariantConfig `min:"1" type:"list" required:"true"`

	// The name for the inference experiment.
	//
	// Name is a required field
	Name *string `min:"1" type:"string" required:"true"`

	// The ARN of the IAM role that Amazon SageMaker can assume to access model
	// artifacts and container images, and manage Amazon SageMaker Inference endpoints
	// for model deployment.
	//
	// RoleArn is a required field
	RoleArn *string `min:"20" type:"string" required:"true"`

	// The duration for which you want the inference experiment to run. If you don't
	// specify this field, the experiment automatically starts immediately upon
	// creation and concludes after 7 days.
	Schedule *InferenceExperimentSchedule `type:"structure"`

	// The configuration of ShadowMode inference experiment type. Use this field
	// to specify a production variant which takes all the inference requests, and
	// a shadow variant to which Amazon SageMaker replicates a percentage of the
	// inference requests. For the shadow variant also specify the percentage of
	// requests that Amazon SageMaker replicates.
	//
	// ShadowModeConfig is a required field
	ShadowModeConfig *ShadowModeConfig `type:"structure" required:"true"`

	// Array of key-value pairs. You can use tags to categorize your Amazon Web
	// Services resources in different ways, for example, by purpose, owner, or
	// environment. For more information, see Tagging your Amazon Web Services Resources
	// (https://docs.aws.amazon.com/ARG/latest/userguide/tagging.html).
	Tags []*Tag `type:"list"`

	// The type of the inference experiment that you want to run. The following
	// types of experiments are possible:
	//
	//    * ShadowMode: You can use this type to validate a shadow variant. For
	//    more information, see Shadow tests (https://docs.aws.amazon.com/sagemaker/latest/dg/shadow-tests.html).
	//
	// Type is a required field
	Type *string `type:"string" required:"true" enum:"InferenceExperimentType"`
	// contains filtered or unexported fields
}

func (CreateInferenceExperimentInput) GoString added in v1.44.150

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateInferenceExperimentInput) SetDataStorageConfig added in v1.44.150

SetDataStorageConfig sets the DataStorageConfig field's value.

func (*CreateInferenceExperimentInput) SetDescription added in v1.44.150

SetDescription sets the Description field's value.

func (*CreateInferenceExperimentInput) SetEndpointName added in v1.44.150

SetEndpointName sets the EndpointName field's value.

func (*CreateInferenceExperimentInput) SetKmsKey added in v1.44.150

SetKmsKey sets the KmsKey field's value.

func (*CreateInferenceExperimentInput) SetModelVariants added in v1.44.150

SetModelVariants sets the ModelVariants field's value.

func (*CreateInferenceExperimentInput) SetName added in v1.44.150

SetName sets the Name field's value.

func (*CreateInferenceExperimentInput) SetRoleArn added in v1.44.150

SetRoleArn sets the RoleArn field's value.

func (*CreateInferenceExperimentInput) SetSchedule added in v1.44.150

SetSchedule sets the Schedule field's value.

func (*CreateInferenceExperimentInput) SetShadowModeConfig added in v1.44.150

SetShadowModeConfig sets the ShadowModeConfig field's value.

func (*CreateInferenceExperimentInput) SetTags added in v1.44.150

SetTags sets the Tags field's value.

func (*CreateInferenceExperimentInput) SetType added in v1.44.150

SetType sets the Type field's value.

func (CreateInferenceExperimentInput) String added in v1.44.150

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateInferenceExperimentInput) Validate added in v1.44.150

func (s *CreateInferenceExperimentInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateInferenceExperimentOutput added in v1.44.150

type CreateInferenceExperimentOutput struct {

	// The ARN for your inference experiment.
	//
	// InferenceExperimentArn is a required field
	InferenceExperimentArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateInferenceExperimentOutput) GoString added in v1.44.150

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateInferenceExperimentOutput) SetInferenceExperimentArn added in v1.44.150

SetInferenceExperimentArn sets the InferenceExperimentArn field's value.

func (CreateInferenceExperimentOutput) String added in v1.44.150

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateInferenceRecommendationsJobInput added in v1.42.17

type CreateInferenceRecommendationsJobInput struct {

	// Provides information about the versioned model package Amazon Resource Name
	// (ARN), the traffic pattern, and endpoint configurations.
	//
	// InputConfig is a required field
	InputConfig *RecommendationJobInputConfig `type:"structure" required:"true"`

	// Description of the recommendation job.
	JobDescription *string `type:"string"`

	// A name for the recommendation job. The name must be unique within the Amazon
	// Web Services Region and within your Amazon Web Services account. The job
	// name is passed down to the resources created by the recommendation job. The
	// names of resources (such as the model, endpoint configuration, endpoint,
	// and compilation) that are prefixed with the job name are truncated at 40
	// characters.
	//
	// JobName is a required field
	JobName *string `min:"1" type:"string" required:"true"`

	// Defines the type of recommendation job. Specify Default to initiate an instance
	// recommendation and Advanced to initiate a load test. If left unspecified,
	// Amazon SageMaker Inference Recommender will run an instance recommendation
	// (DEFAULT) job.
	//
	// JobType is a required field
	JobType *string `type:"string" required:"true" enum:"RecommendationJobType"`

	// Provides information about the output artifacts and the KMS key to use for
	// Amazon S3 server-side encryption.
	OutputConfig *RecommendationJobOutputConfig `type:"structure"`

	// The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker
	// to perform tasks on your behalf.
	//
	// RoleArn is a required field
	RoleArn *string `min:"20" type:"string" required:"true"`

	// A set of conditions for stopping a recommendation job. If any of the conditions
	// are met, the job is automatically stopped.
	StoppingConditions *RecommendationJobStoppingConditions `type:"structure"`

	// The metadata that you apply to Amazon Web Services resources to help you
	// categorize and organize them. Each tag consists of a key and a value, both
	// of which you define. For more information, see Tagging Amazon Web Services
	// Resources (https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html)
	// in the Amazon Web Services General Reference.
	Tags []*Tag `type:"list"`
	// contains filtered or unexported fields
}

func (CreateInferenceRecommendationsJobInput) GoString added in v1.42.17

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateInferenceRecommendationsJobInput) SetInputConfig added in v1.42.17

SetInputConfig sets the InputConfig field's value.

func (*CreateInferenceRecommendationsJobInput) SetJobDescription added in v1.42.17

SetJobDescription sets the JobDescription field's value.

func (*CreateInferenceRecommendationsJobInput) SetJobName added in v1.42.17

SetJobName sets the JobName field's value.

func (*CreateInferenceRecommendationsJobInput) SetJobType added in v1.42.17

SetJobType sets the JobType field's value.

func (*CreateInferenceRecommendationsJobInput) SetOutputConfig added in v1.44.1

SetOutputConfig sets the OutputConfig field's value.

func (*CreateInferenceRecommendationsJobInput) SetRoleArn added in v1.42.17

SetRoleArn sets the RoleArn field's value.

func (*CreateInferenceRecommendationsJobInput) SetStoppingConditions added in v1.42.17

SetStoppingConditions sets the StoppingConditions field's value.

func (*CreateInferenceRecommendationsJobInput) SetTags added in v1.42.17

SetTags sets the Tags field's value.

func (CreateInferenceRecommendationsJobInput) String added in v1.42.17

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateInferenceRecommendationsJobInput) Validate added in v1.42.17

Validate inspects the fields of the type to determine if they are valid.

type CreateInferenceRecommendationsJobOutput added in v1.42.17

type CreateInferenceRecommendationsJobOutput struct {

	// The Amazon Resource Name (ARN) of the recommendation job.
	//
	// JobArn is a required field
	JobArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateInferenceRecommendationsJobOutput) GoString added in v1.42.17

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateInferenceRecommendationsJobOutput) SetJobArn added in v1.42.17

SetJobArn sets the JobArn field's value.

func (CreateInferenceRecommendationsJobOutput) String added in v1.42.17

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateLabelingJobInput added in v1.15.86

type CreateLabelingJobInput struct {

	// Configures the labeling task and how it is presented to workers; including,
	// but not limited to price, keywords, and batch size (task count).
	//
	// HumanTaskConfig is a required field
	HumanTaskConfig *HumanTaskConfig `type:"structure" required:"true"`

	// Input data for the labeling job, such as the Amazon S3 location of the data
	// objects and the location of the manifest file that describes the data objects.
	//
	// You must specify at least one of the following: S3DataSource or SnsDataSource.
	//
	//    * Use SnsDataSource to specify an SNS input topic for a streaming labeling
	//    job. If you do not specify and SNS input topic ARN, Ground Truth will
	//    create a one-time labeling job that stops after all data objects in the
	//    input manifest file have been labeled.
	//
	//    * Use S3DataSource to specify an input manifest file for both streaming
	//    and one-time labeling jobs. Adding an S3DataSource is optional if you
	//    use SnsDataSource to create a streaming labeling job.
	//
	// If you use the Amazon Mechanical Turk workforce, your input data should not
	// include confidential information, personal information or protected health
	// information. Use ContentClassifiers to specify that your data is free of
	// personally identifiable information and adult content.
	//
	// InputConfig is a required field
	InputConfig *LabelingJobInputConfig `type:"structure" required:"true"`

	// The attribute name to use for the label in the output manifest file. This
	// is the key for the key/value pair formed with the label that a worker assigns
	// to the object. The LabelAttributeName must meet the following requirements.
	//
	//    * The name can't end with "-metadata".
	//
	//    * If you are using one of the following built-in task types (https://docs.aws.amazon.com/sagemaker/latest/dg/sms-task-types.html),
	//    the attribute name must end with "-ref". If the task type you are using
	//    is not listed below, the attribute name must not end with "-ref". Image
	//    semantic segmentation (SemanticSegmentation), and adjustment (AdjustmentSemanticSegmentation)
	//    and verification (VerificationSemanticSegmentation) labeling jobs for
	//    this task type. Video frame object detection (VideoObjectDetection), and
	//    adjustment and verification (AdjustmentVideoObjectDetection) labeling
	//    jobs for this task type. Video frame object tracking (VideoObjectTracking),
	//    and adjustment and verification (AdjustmentVideoObjectTracking) labeling
	//    jobs for this task type. 3D point cloud semantic segmentation (3DPointCloudSemanticSegmentation),
	//    and adjustment and verification (Adjustment3DPointCloudSemanticSegmentation)
	//    labeling jobs for this task type. 3D point cloud object tracking (3DPointCloudObjectTracking),
	//    and adjustment and verification (Adjustment3DPointCloudObjectTracking)
	//    labeling jobs for this task type.
	//
	// If you are creating an adjustment or verification labeling job, you must
	// use a different LabelAttributeName than the one used in the original labeling
	// job. The original labeling job is the Ground Truth labeling job that produced
	// the labels that you want verified or adjusted. To learn more about adjustment
	// and verification labeling jobs, see Verify and Adjust Labels (https://docs.aws.amazon.com/sagemaker/latest/dg/sms-verification-data.html).
	//
	// LabelAttributeName is a required field
	LabelAttributeName *string `min:"1" type:"string" required:"true"`

	// The S3 URI of the file, referred to as a label category configuration file,
	// that defines the categories used to label the data objects.
	//
	// For 3D point cloud and video frame task types, you can add label category
	// attributes and frame attributes to your label category configuration file.
	// To learn how, see Create a Labeling Category Configuration File for 3D Point
	// Cloud Labeling Jobs (https://docs.aws.amazon.com/sagemaker/latest/dg/sms-point-cloud-label-category-config.html).
	//
	// For named entity recognition jobs, in addition to "labels", you must provide
	// worker instructions in the label category configuration file using the "instructions"
	// parameter: "instructions": {"shortInstruction":"<h1>Add header</h1><p>Add
	// Instructions</p>", "fullInstruction":"<p>Add additional instructions.</p>"}.
	// For details and an example, see Create a Named Entity Recognition Labeling
	// Job (API) (https://docs.aws.amazon.com/sagemaker/latest/dg/sms-named-entity-recg.html#sms-creating-ner-api).
	//
	// For all other built-in task types (https://docs.aws.amazon.com/sagemaker/latest/dg/sms-task-types.html)
	// and custom tasks (https://docs.aws.amazon.com/sagemaker/latest/dg/sms-custom-templates.html),
	// your label category configuration file must be a JSON file in the following
	// format. Identify the labels you want to use by replacing label_1, label_2,...,label_n
	// with your label categories.
	//
	// {
	//
	// "document-version": "2018-11-28",
	//
	// "labels": [{"label": "label_1"},{"label": "label_2"},...{"label": "label_n"}]
	//
	// }
	//
	// Note the following about the label category configuration file:
	//
	//    * For image classification and text classification (single and multi-label)
	//    you must specify at least two label categories. For all other task types,
	//    the minimum number of label categories required is one.
	//
	//    * Each label category must be unique, you cannot specify duplicate label
	//    categories.
	//
	//    * If you create a 3D point cloud or video frame adjustment or verification
	//    labeling job, you must include auditLabelAttributeName in the label category
	//    configuration. Use this parameter to enter the LabelAttributeName (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateLabelingJob.html#sagemaker-CreateLabelingJob-request-LabelAttributeName)
	//    of the labeling job you want to adjust or verify annotations of.
	LabelCategoryConfigS3Uri *string `type:"string"`

	// Configures the information required to perform automated data labeling.
	LabelingJobAlgorithmsConfig *LabelingJobAlgorithmsConfig `type:"structure"`

	// The name of the labeling job. This name is used to identify the job in a
	// list of labeling jobs. Labeling job names must be unique within an Amazon
	// Web Services account and region. LabelingJobName is not case sensitive. For
	// example, Example-job and example-job are considered the same labeling job
	// name by Ground Truth.
	//
	// LabelingJobName is a required field
	LabelingJobName *string `min:"1" type:"string" required:"true"`

	// The location of the output data and the Amazon Web Services Key Management
	// Service key ID for the key used to encrypt the output data, if any.
	//
	// OutputConfig is a required field
	OutputConfig *LabelingJobOutputConfig `type:"structure" required:"true"`

	// The Amazon Resource Number (ARN) that Amazon SageMaker assumes to perform
	// tasks on your behalf during data labeling. You must grant this role the necessary
	// permissions so that Amazon SageMaker can successfully complete data labeling.
	//
	// RoleArn is a required field
	RoleArn *string `min:"20" type:"string" required:"true"`

	// A set of conditions for stopping the labeling job. If any of the conditions
	// are met, the job is automatically stopped. You can use these conditions to
	// control the cost of data labeling.
	StoppingConditions *LabelingJobStoppingConditions `type:"structure"`

	// An array of key/value pairs. For more information, see Using Cost Allocation
	// Tags (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-what)
	// in the Amazon Web Services Billing and Cost Management User Guide.
	Tags []*Tag `type:"list"`
	// contains filtered or unexported fields
}

func (CreateLabelingJobInput) GoString added in v1.15.86

func (s CreateLabelingJobInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateLabelingJobInput) SetHumanTaskConfig added in v1.15.86

SetHumanTaskConfig sets the HumanTaskConfig field's value.

func (*CreateLabelingJobInput) SetInputConfig added in v1.15.86

SetInputConfig sets the InputConfig field's value.

func (*CreateLabelingJobInput) SetLabelAttributeName added in v1.15.86

func (s *CreateLabelingJobInput) SetLabelAttributeName(v string) *CreateLabelingJobInput

SetLabelAttributeName sets the LabelAttributeName field's value.

func (*CreateLabelingJobInput) SetLabelCategoryConfigS3Uri added in v1.15.86

func (s *CreateLabelingJobInput) SetLabelCategoryConfigS3Uri(v string) *CreateLabelingJobInput

SetLabelCategoryConfigS3Uri sets the LabelCategoryConfigS3Uri field's value.

func (*CreateLabelingJobInput) SetLabelingJobAlgorithmsConfig added in v1.15.86

func (s *CreateLabelingJobInput) SetLabelingJobAlgorithmsConfig(v *LabelingJobAlgorithmsConfig) *CreateLabelingJobInput

SetLabelingJobAlgorithmsConfig sets the LabelingJobAlgorithmsConfig field's value.

func (*CreateLabelingJobInput) SetLabelingJobName added in v1.15.86

func (s *CreateLabelingJobInput) SetLabelingJobName(v string) *CreateLabelingJobInput

SetLabelingJobName sets the LabelingJobName field's value.

func (*CreateLabelingJobInput) SetOutputConfig added in v1.15.86

SetOutputConfig sets the OutputConfig field's value.

func (*CreateLabelingJobInput) SetRoleArn added in v1.15.86

SetRoleArn sets the RoleArn field's value.

func (*CreateLabelingJobInput) SetStoppingConditions added in v1.15.86

SetStoppingConditions sets the StoppingConditions field's value.

func (*CreateLabelingJobInput) SetTags added in v1.15.86

SetTags sets the Tags field's value.

func (CreateLabelingJobInput) String added in v1.15.86

func (s CreateLabelingJobInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateLabelingJobInput) Validate added in v1.15.86

func (s *CreateLabelingJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateLabelingJobOutput added in v1.15.86

type CreateLabelingJobOutput struct {

	// The Amazon Resource Name (ARN) of the labeling job. You use this ARN to identify
	// the labeling job.
	//
	// LabelingJobArn is a required field
	LabelingJobArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateLabelingJobOutput) GoString added in v1.15.86

func (s CreateLabelingJobOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateLabelingJobOutput) SetLabelingJobArn added in v1.15.86

func (s *CreateLabelingJobOutput) SetLabelingJobArn(v string) *CreateLabelingJobOutput

SetLabelingJobArn sets the LabelingJobArn field's value.

func (CreateLabelingJobOutput) String added in v1.15.86

func (s CreateLabelingJobOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateModelBiasJobDefinitionInput added in v1.36.4

type CreateModelBiasJobDefinitionInput struct {

	// The name of the bias job definition. The name must be unique within an Amazon
	// Web Services Region in the Amazon Web Services account.
	//
	// JobDefinitionName is a required field
	JobDefinitionName *string `min:"1" type:"string" required:"true"`

	// Identifies the resources to deploy for a monitoring job.
	//
	// JobResources is a required field
	JobResources *MonitoringResources `type:"structure" required:"true"`

	// Configures the model bias job to run a specified Docker container image.
	//
	// ModelBiasAppSpecification is a required field
	ModelBiasAppSpecification *ModelBiasAppSpecification `type:"structure" required:"true"`

	// The baseline configuration for a model bias job.
	ModelBiasBaselineConfig *ModelBiasBaselineConfig `type:"structure"`

	// Inputs for the model bias job.
	//
	// ModelBiasJobInput is a required field
	ModelBiasJobInput *ModelBiasJobInput `type:"structure" required:"true"`

	// The output configuration for monitoring jobs.
	//
	// ModelBiasJobOutputConfig is a required field
	ModelBiasJobOutputConfig *MonitoringOutputConfig `type:"structure" required:"true"`

	// Networking options for a model bias job.
	NetworkConfig *MonitoringNetworkConfig `type:"structure"`

	// The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume
	// to perform tasks on your behalf.
	//
	// RoleArn is a required field
	RoleArn *string `min:"20" type:"string" required:"true"`

	// A time limit for how long the monitoring job is allowed to run before stopping.
	StoppingCondition *MonitoringStoppingCondition `type:"structure"`

	// (Optional) An array of key-value pairs. For more information, see Using Cost
	// Allocation Tags (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-whatURL)
	// in the Amazon Web Services Billing and Cost Management User Guide.
	Tags []*Tag `type:"list"`
	// contains filtered or unexported fields
}

func (CreateModelBiasJobDefinitionInput) GoString added in v1.36.4

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateModelBiasJobDefinitionInput) SetJobDefinitionName added in v1.36.4

SetJobDefinitionName sets the JobDefinitionName field's value.

func (*CreateModelBiasJobDefinitionInput) SetJobResources added in v1.36.4

SetJobResources sets the JobResources field's value.

func (*CreateModelBiasJobDefinitionInput) SetModelBiasAppSpecification added in v1.36.4

SetModelBiasAppSpecification sets the ModelBiasAppSpecification field's value.

func (*CreateModelBiasJobDefinitionInput) SetModelBiasBaselineConfig added in v1.36.4

SetModelBiasBaselineConfig sets the ModelBiasBaselineConfig field's value.

func (*CreateModelBiasJobDefinitionInput) SetModelBiasJobInput added in v1.36.4

SetModelBiasJobInput sets the ModelBiasJobInput field's value.

func (*CreateModelBiasJobDefinitionInput) SetModelBiasJobOutputConfig added in v1.36.4

SetModelBiasJobOutputConfig sets the ModelBiasJobOutputConfig field's value.

func (*CreateModelBiasJobDefinitionInput) SetNetworkConfig added in v1.36.4

SetNetworkConfig sets the NetworkConfig field's value.

func (*CreateModelBiasJobDefinitionInput) SetRoleArn added in v1.36.4

SetRoleArn sets the RoleArn field's value.

func (*CreateModelBiasJobDefinitionInput) SetStoppingCondition added in v1.36.4

SetStoppingCondition sets the StoppingCondition field's value.

func (*CreateModelBiasJobDefinitionInput) SetTags added in v1.36.4

SetTags sets the Tags field's value.

func (CreateModelBiasJobDefinitionInput) String added in v1.36.4

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateModelBiasJobDefinitionInput) Validate added in v1.36.4

Validate inspects the fields of the type to determine if they are valid.

type CreateModelBiasJobDefinitionOutput added in v1.36.4

type CreateModelBiasJobDefinitionOutput struct {

	// The Amazon Resource Name (ARN) of the model bias job.
	//
	// JobDefinitionArn is a required field
	JobDefinitionArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateModelBiasJobDefinitionOutput) GoString added in v1.36.4

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateModelBiasJobDefinitionOutput) SetJobDefinitionArn added in v1.36.4

SetJobDefinitionArn sets the JobDefinitionArn field's value.

func (CreateModelBiasJobDefinitionOutput) String added in v1.36.4

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateModelCardExportJobInput added in v1.44.150

type CreateModelCardExportJobInput struct {

	// The name of the model card export job.
	//
	// ModelCardExportJobName is a required field
	ModelCardExportJobName *string `min:"1" type:"string" required:"true"`

	// The name or Amazon Resource Name (ARN) of the model card to export.
	//
	// ModelCardName is a required field
	ModelCardName *string `min:"1" type:"string" required:"true"`

	// The version of the model card to export. If a version is not provided, then
	// the latest version of the model card is exported.
	ModelCardVersion *int64 `type:"integer"`

	// The model card output configuration that specifies the Amazon S3 path for
	// exporting.
	//
	// OutputConfig is a required field
	OutputConfig *ModelCardExportOutputConfig `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

func (CreateModelCardExportJobInput) GoString added in v1.44.150

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateModelCardExportJobInput) SetModelCardExportJobName added in v1.44.150

func (s *CreateModelCardExportJobInput) SetModelCardExportJobName(v string) *CreateModelCardExportJobInput

SetModelCardExportJobName sets the ModelCardExportJobName field's value.

func (*CreateModelCardExportJobInput) SetModelCardName added in v1.44.150

SetModelCardName sets the ModelCardName field's value.

func (*CreateModelCardExportJobInput) SetModelCardVersion added in v1.44.150

SetModelCardVersion sets the ModelCardVersion field's value.

func (*CreateModelCardExportJobInput) SetOutputConfig added in v1.44.150

SetOutputConfig sets the OutputConfig field's value.

func (CreateModelCardExportJobInput) String added in v1.44.150

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateModelCardExportJobInput) Validate added in v1.44.150

func (s *CreateModelCardExportJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateModelCardExportJobOutput added in v1.44.150

type CreateModelCardExportJobOutput struct {

	// The Amazon Resource Name (ARN) of the model card export job.
	//
	// ModelCardExportJobArn is a required field
	ModelCardExportJobArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateModelCardExportJobOutput) GoString added in v1.44.150

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateModelCardExportJobOutput) SetModelCardExportJobArn added in v1.44.150

SetModelCardExportJobArn sets the ModelCardExportJobArn field's value.

func (CreateModelCardExportJobOutput) String added in v1.44.150

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateModelCardInput added in v1.44.150

type CreateModelCardInput struct {

	// The content of the model card. Content must be in model card JSON schema
	// (https://docs.aws.amazon.com/sagemaker/latest/dg/model-cards.html#model-cards-json-schema)
	// and provided as a string.
	//
	// Content is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by CreateModelCardInput's
	// String and GoString methods.
	//
	// Content is a required field
	Content *string `type:"string" required:"true" sensitive:"true"`

	// The unique name of the model card.
	//
	// ModelCardName is a required field
	ModelCardName *string `min:"1" type:"string" required:"true"`

	// The approval status of the model card within your organization. Different
	// organizations might have different criteria for model card review and approval.
	//
	//    * Draft: The model card is a work in progress.
	//
	//    * PendingReview: The model card is pending review.
	//
	//    * Approved: The model card is approved.
	//
	//    * Archived: The model card is archived. No more updates should be made
	//    to the model card, but it can still be exported.
	//
	// ModelCardStatus is a required field
	ModelCardStatus *string `type:"string" required:"true" enum:"ModelCardStatus"`

	// An optional Key Management Service key to encrypt, decrypt, and re-encrypt
	// model card content for regulated workloads with highly sensitive data.
	SecurityConfig *ModelCardSecurityConfig `type:"structure"`

	// Key-value pairs used to manage metadata for model cards.
	Tags []*Tag `type:"list"`
	// contains filtered or unexported fields
}

func (CreateModelCardInput) GoString added in v1.44.150

func (s CreateModelCardInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateModelCardInput) SetContent added in v1.44.150

SetContent sets the Content field's value.

func (*CreateModelCardInput) SetModelCardName added in v1.44.150

func (s *CreateModelCardInput) SetModelCardName(v string) *CreateModelCardInput

SetModelCardName sets the ModelCardName field's value.

func (*CreateModelCardInput) SetModelCardStatus added in v1.44.150

func (s *CreateModelCardInput) SetModelCardStatus(v string) *CreateModelCardInput

SetModelCardStatus sets the ModelCardStatus field's value.

func (*CreateModelCardInput) SetSecurityConfig added in v1.44.150

SetSecurityConfig sets the SecurityConfig field's value.

func (*CreateModelCardInput) SetTags added in v1.44.150

func (s *CreateModelCardInput) SetTags(v []*Tag) *CreateModelCardInput

SetTags sets the Tags field's value.

func (CreateModelCardInput) String added in v1.44.150

func (s CreateModelCardInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateModelCardInput) Validate added in v1.44.150

func (s *CreateModelCardInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateModelCardOutput added in v1.44.150

type CreateModelCardOutput struct {

	// The Amazon Resource Name (ARN) of the successfully created model card.
	//
	// ModelCardArn is a required field
	ModelCardArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateModelCardOutput) GoString added in v1.44.150

func (s CreateModelCardOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateModelCardOutput) SetModelCardArn added in v1.44.150

func (s *CreateModelCardOutput) SetModelCardArn(v string) *CreateModelCardOutput

SetModelCardArn sets the ModelCardArn field's value.

func (CreateModelCardOutput) String added in v1.44.150

func (s CreateModelCardOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateModelExplainabilityJobDefinitionInput added in v1.36.4

type CreateModelExplainabilityJobDefinitionInput struct {

	// The name of the model explainability job definition. The name must be unique
	// within an Amazon Web Services Region in the Amazon Web Services account.
	//
	// JobDefinitionName is a required field
	JobDefinitionName *string `min:"1" type:"string" required:"true"`

	// Identifies the resources to deploy for a monitoring job.
	//
	// JobResources is a required field
	JobResources *MonitoringResources `type:"structure" required:"true"`

	// Configures the model explainability job to run a specified Docker container
	// image.
	//
	// ModelExplainabilityAppSpecification is a required field
	ModelExplainabilityAppSpecification *ModelExplainabilityAppSpecification `type:"structure" required:"true"`

	// The baseline configuration for a model explainability job.
	ModelExplainabilityBaselineConfig *ModelExplainabilityBaselineConfig `type:"structure"`

	// Inputs for the model explainability job.
	//
	// ModelExplainabilityJobInput is a required field
	ModelExplainabilityJobInput *ModelExplainabilityJobInput `type:"structure" required:"true"`

	// The output configuration for monitoring jobs.
	//
	// ModelExplainabilityJobOutputConfig is a required field
	ModelExplainabilityJobOutputConfig *MonitoringOutputConfig `type:"structure" required:"true"`

	// Networking options for a model explainability job.
	NetworkConfig *MonitoringNetworkConfig `type:"structure"`

	// The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume
	// to perform tasks on your behalf.
	//
	// RoleArn is a required field
	RoleArn *string `min:"20" type:"string" required:"true"`

	// A time limit for how long the monitoring job is allowed to run before stopping.
	StoppingCondition *MonitoringStoppingCondition `type:"structure"`

	// (Optional) An array of key-value pairs. For more information, see Using Cost
	// Allocation Tags (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-whatURL)
	// in the Amazon Web Services Billing and Cost Management User Guide.
	Tags []*Tag `type:"list"`
	// contains filtered or unexported fields
}

func (CreateModelExplainabilityJobDefinitionInput) GoString added in v1.36.4

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateModelExplainabilityJobDefinitionInput) SetJobDefinitionName added in v1.36.4

SetJobDefinitionName sets the JobDefinitionName field's value.

func (*CreateModelExplainabilityJobDefinitionInput) SetJobResources added in v1.36.4

SetJobResources sets the JobResources field's value.

func (*CreateModelExplainabilityJobDefinitionInput) SetModelExplainabilityAppSpecification added in v1.36.4

SetModelExplainabilityAppSpecification sets the ModelExplainabilityAppSpecification field's value.

func (*CreateModelExplainabilityJobDefinitionInput) SetModelExplainabilityBaselineConfig added in v1.36.4

SetModelExplainabilityBaselineConfig sets the ModelExplainabilityBaselineConfig field's value.

func (*CreateModelExplainabilityJobDefinitionInput) SetModelExplainabilityJobInput added in v1.36.4

SetModelExplainabilityJobInput sets the ModelExplainabilityJobInput field's value.

func (*CreateModelExplainabilityJobDefinitionInput) SetModelExplainabilityJobOutputConfig added in v1.36.4

SetModelExplainabilityJobOutputConfig sets the ModelExplainabilityJobOutputConfig field's value.

func (*CreateModelExplainabilityJobDefinitionInput) SetNetworkConfig added in v1.36.4

SetNetworkConfig sets the NetworkConfig field's value.

func (*CreateModelExplainabilityJobDefinitionInput) SetRoleArn added in v1.36.4

SetRoleArn sets the RoleArn field's value.

func (*CreateModelExplainabilityJobDefinitionInput) SetStoppingCondition added in v1.36.4

SetStoppingCondition sets the StoppingCondition field's value.

func (*CreateModelExplainabilityJobDefinitionInput) SetTags added in v1.36.4

SetTags sets the Tags field's value.

func (CreateModelExplainabilityJobDefinitionInput) String added in v1.36.4

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateModelExplainabilityJobDefinitionInput) Validate added in v1.36.4

Validate inspects the fields of the type to determine if they are valid.

type CreateModelExplainabilityJobDefinitionOutput added in v1.36.4

type CreateModelExplainabilityJobDefinitionOutput struct {

	// The Amazon Resource Name (ARN) of the model explainability job.
	//
	// JobDefinitionArn is a required field
	JobDefinitionArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateModelExplainabilityJobDefinitionOutput) GoString added in v1.36.4

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateModelExplainabilityJobDefinitionOutput) SetJobDefinitionArn added in v1.36.4

SetJobDefinitionArn sets the JobDefinitionArn field's value.

func (CreateModelExplainabilityJobDefinitionOutput) String added in v1.36.4

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateModelInput

type CreateModelInput struct {

	// Specifies the containers in the inference pipeline.
	Containers []*ContainerDefinition `type:"list"`

	// Isolates the model container. No inbound or outbound network calls can be
	// made to or from the model container.
	EnableNetworkIsolation *bool `type:"boolean"`

	// The Amazon Resource Name (ARN) of the IAM role that SageMaker can assume
	// to access model artifacts and docker image for deployment on ML compute instances
	// or for batch transform jobs. Deploying on ML compute instances is part of
	// model hosting. For more information, see SageMaker Roles (https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-roles.html).
	//
	// To be able to pass this role to SageMaker, the caller of this API must have
	// the iam:PassRole permission.
	//
	// ExecutionRoleArn is a required field
	ExecutionRoleArn *string `min:"20" type:"string" required:"true"`

	// Specifies details of how containers in a multi-container endpoint are called.
	InferenceExecutionConfig *InferenceExecutionConfig `type:"structure"`

	// The name of the new model.
	//
	// ModelName is a required field
	ModelName *string `type:"string" required:"true"`

	// The location of the primary docker image containing inference code, associated
	// artifacts, and custom environment map that the inference code uses when the
	// model is deployed for predictions.
	PrimaryContainer *ContainerDefinition `type:"structure"`

	// An array of key-value pairs. You can use tags to categorize your Amazon Web
	// Services resources in different ways, for example, by purpose, owner, or
	// environment. For more information, see Tagging Amazon Web Services Resources
	// (https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html).
	Tags []*Tag `type:"list"`

	// A VpcConfig (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_VpcConfig.html)
	// object that specifies the VPC that you want your model to connect to. Control
	// access to and from your model container by configuring the VPC. VpcConfig
	// is used in hosting services and in batch transform. For more information,
	// see Protect Endpoints by Using an Amazon Virtual Private Cloud (https://docs.aws.amazon.com/sagemaker/latest/dg/host-vpc.html)
	// and Protect Data in Batch Transform Jobs by Using an Amazon Virtual Private
	// Cloud (https://docs.aws.amazon.com/sagemaker/latest/dg/batch-vpc.html).
	VpcConfig *VpcConfig `type:"structure"`
	// contains filtered or unexported fields
}

func (CreateModelInput) GoString

func (s CreateModelInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateModelInput) SetContainers added in v1.15.86

func (s *CreateModelInput) SetContainers(v []*ContainerDefinition) *CreateModelInput

SetContainers sets the Containers field's value.

func (*CreateModelInput) SetEnableNetworkIsolation added in v1.15.86

func (s *CreateModelInput) SetEnableNetworkIsolation(v bool) *CreateModelInput

SetEnableNetworkIsolation sets the EnableNetworkIsolation field's value.

func (*CreateModelInput) SetExecutionRoleArn

func (s *CreateModelInput) SetExecutionRoleArn(v string) *CreateModelInput

SetExecutionRoleArn sets the ExecutionRoleArn field's value.

func (*CreateModelInput) SetInferenceExecutionConfig added in v1.37.16

func (s *CreateModelInput) SetInferenceExecutionConfig(v *InferenceExecutionConfig) *CreateModelInput

SetInferenceExecutionConfig sets the InferenceExecutionConfig field's value.

func (*CreateModelInput) SetModelName

func (s *CreateModelInput) SetModelName(v string) *CreateModelInput

SetModelName sets the ModelName field's value.

func (*CreateModelInput) SetPrimaryContainer

func (s *CreateModelInput) SetPrimaryContainer(v *ContainerDefinition) *CreateModelInput

SetPrimaryContainer sets the PrimaryContainer field's value.

func (*CreateModelInput) SetTags

func (s *CreateModelInput) SetTags(v []*Tag) *CreateModelInput

SetTags sets the Tags field's value.

func (*CreateModelInput) SetVpcConfig added in v1.13.39

func (s *CreateModelInput) SetVpcConfig(v *VpcConfig) *CreateModelInput

SetVpcConfig sets the VpcConfig field's value.

func (CreateModelInput) String

func (s CreateModelInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateModelInput) Validate

func (s *CreateModelInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateModelOutput

type CreateModelOutput struct {

	// The ARN of the model created in SageMaker.
	//
	// ModelArn is a required field
	ModelArn *string `min:"20" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateModelOutput) GoString

func (s CreateModelOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateModelOutput) SetModelArn

func (s *CreateModelOutput) SetModelArn(v string) *CreateModelOutput

SetModelArn sets the ModelArn field's value.

func (CreateModelOutput) String

func (s CreateModelOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateModelPackageGroupInput added in v1.35.37

type CreateModelPackageGroupInput struct {

	// A description for the model group.
	ModelPackageGroupDescription *string `type:"string"`

	// The name of the model group.
	//
	// ModelPackageGroupName is a required field
	ModelPackageGroupName *string `min:"1" type:"string" required:"true"`

	// A list of key value pairs associated with the model group. For more information,
	// see Tagging Amazon Web Services resources (https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html)
	// in the Amazon Web Services General Reference Guide.
	Tags []*Tag `type:"list"`
	// contains filtered or unexported fields
}

func (CreateModelPackageGroupInput) GoString added in v1.35.37

func (s CreateModelPackageGroupInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateModelPackageGroupInput) SetModelPackageGroupDescription added in v1.35.37

func (s *CreateModelPackageGroupInput) SetModelPackageGroupDescription(v string) *CreateModelPackageGroupInput

SetModelPackageGroupDescription sets the ModelPackageGroupDescription field's value.

func (*CreateModelPackageGroupInput) SetModelPackageGroupName added in v1.35.37

func (s *CreateModelPackageGroupInput) SetModelPackageGroupName(v string) *CreateModelPackageGroupInput

SetModelPackageGroupName sets the ModelPackageGroupName field's value.

func (*CreateModelPackageGroupInput) SetTags added in v1.35.37

SetTags sets the Tags field's value.

func (CreateModelPackageGroupInput) String added in v1.35.37

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateModelPackageGroupInput) Validate added in v1.35.37

func (s *CreateModelPackageGroupInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateModelPackageGroupOutput added in v1.35.37

type CreateModelPackageGroupOutput struct {

	// The Amazon Resource Name (ARN) of the model group.
	//
	// ModelPackageGroupArn is a required field
	ModelPackageGroupArn *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateModelPackageGroupOutput) GoString added in v1.35.37

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateModelPackageGroupOutput) SetModelPackageGroupArn added in v1.35.37

SetModelPackageGroupArn sets the ModelPackageGroupArn field's value.

func (CreateModelPackageGroupOutput) String added in v1.35.37

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateModelPackageInput added in v1.15.86

type CreateModelPackageInput struct {

	// An array of additional Inference Specification objects. Each additional Inference
	// Specification specifies artifacts based on this model package that can be
	// used on inference endpoints. Generally used with SageMaker Neo to store the
	// compiled artifacts.
	AdditionalInferenceSpecifications []*AdditionalInferenceSpecificationDefinition `min:"1" type:"list"`

	// Whether to certify the model package for listing on Amazon Web Services Marketplace.
	//
	// This parameter is optional for unversioned models, and does not apply to
	// versioned models.
	CertifyForMarketplace *bool `type:"boolean"`

	// A unique token that guarantees that the call to this API is idempotent.
	ClientToken *string `min:"1" type:"string" idempotencyToken:"true"`

	// The metadata properties associated with the model package versions.
	CustomerMetadataProperties map[string]*string `min:"1" type:"map"`

	// The machine learning domain of your model package and its components. Common
	// machine learning domains include computer vision and natural language processing.
	Domain *string `type:"string"`

	// Represents the drift check baselines that can be used when the model monitor
	// is set using the model package. For more information, see the topic on Drift
	// Detection against Previous Baselines in SageMaker Pipelines (https://docs.aws.amazon.com/sagemaker/latest/dg/pipelines-quality-clarify-baseline-lifecycle.html#pipelines-quality-clarify-baseline-drift-detection)
	// in the Amazon SageMaker Developer Guide.
	DriftCheckBaselines *DriftCheckBaselines `type:"structure"`

	// Specifies details about inference jobs that can be run with models based
	// on this model package, including the following:
	//
	//    * The Amazon ECR paths of containers that contain the inference code and
	//    model artifacts.
	//
	//    * The instance types that the model package supports for transform jobs
	//    and real-time endpoints used for inference.
	//
	//    * The input and output content formats that the model package supports
	//    for inference.
	InferenceSpecification *InferenceSpecification `type:"structure"`

	// Metadata properties of the tracking entity, trial, or trial component.
	MetadataProperties *MetadataProperties `type:"structure"`

	// Whether the model is approved for deployment.
	//
	// This parameter is optional for versioned models, and does not apply to unversioned
	// models.
	//
	// For versioned models, the value of this parameter must be set to Approved
	// to deploy the model.
	ModelApprovalStatus *string `type:"string" enum:"ModelApprovalStatus"`

	// A structure that contains model metrics reports.
	ModelMetrics *ModelMetrics `type:"structure"`

	// A description of the model package.
	ModelPackageDescription *string `type:"string"`

	// The name or Amazon Resource Name (ARN) of the model package group that this
	// model version belongs to.
	//
	// This parameter is required for versioned models, and does not apply to unversioned
	// models.
	ModelPackageGroupName *string `min:"1" type:"string"`

	// The name of the model package. The name must have 1 to 63 characters. Valid
	// characters are a-z, A-Z, 0-9, and - (hyphen).
	//
	// This parameter is required for unversioned models. It is not applicable to
	// versioned models.
	ModelPackageName *string `min:"1" type:"string"`

	// The Amazon Simple Storage Service (Amazon S3) path where the sample payload
	// is stored. This path must point to a single gzip compressed tar archive (.tar.gz
	// suffix). This archive can hold multiple files that are all equally used in
	// the load test. Each file in the archive must satisfy the size constraints
	// of the InvokeEndpoint (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_runtime_InvokeEndpoint.html#API_runtime_InvokeEndpoint_RequestSyntax)
	// call.
	SamplePayloadUrl *string `type:"string"`

	// Details about the algorithm that was used to create the model package.
	SourceAlgorithmSpecification *SourceAlgorithmSpecification `type:"structure"`

	// A list of key value pairs associated with the model. For more information,
	// see Tagging Amazon Web Services resources (https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html)
	// in the Amazon Web Services General Reference Guide.
	Tags []*Tag `type:"list"`

	// The machine learning task your model package accomplishes. Common machine
	// learning tasks include object detection and image classification. The following
	// tasks are supported by Inference Recommender: "IMAGE_CLASSIFICATION" | "OBJECT_DETECTION"
	// | "TEXT_GENERATION" |"IMAGE_SEGMENTATION" | "FILL_MASK" | "CLASSIFICATION"
	// | "REGRESSION" | "OTHER".
	//
	// Specify "OTHER" if none of the tasks listed fit your use case.
	Task *string `type:"string"`

	// Specifies configurations for one or more transform jobs that SageMaker runs
	// to test the model package.
	ValidationSpecification *ModelPackageValidationSpecification `type:"structure"`
	// contains filtered or unexported fields
}

func (CreateModelPackageInput) GoString added in v1.15.86

func (s CreateModelPackageInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateModelPackageInput) SetAdditionalInferenceSpecifications added in v1.42.17

SetAdditionalInferenceSpecifications sets the AdditionalInferenceSpecifications field's value.

func (*CreateModelPackageInput) SetCertifyForMarketplace added in v1.15.86

func (s *CreateModelPackageInput) SetCertifyForMarketplace(v bool) *CreateModelPackageInput

SetCertifyForMarketplace sets the CertifyForMarketplace field's value.

func (*CreateModelPackageInput) SetClientToken added in v1.35.37

SetClientToken sets the ClientToken field's value.

func (*CreateModelPackageInput) SetCustomerMetadataProperties added in v1.41.12

func (s *CreateModelPackageInput) SetCustomerMetadataProperties(v map[string]*string) *CreateModelPackageInput

SetCustomerMetadataProperties sets the CustomerMetadataProperties field's value.

func (*CreateModelPackageInput) SetDomain added in v1.42.17

SetDomain sets the Domain field's value.

func (*CreateModelPackageInput) SetDriftCheckBaselines added in v1.42.17

SetDriftCheckBaselines sets the DriftCheckBaselines field's value.

func (*CreateModelPackageInput) SetInferenceSpecification added in v1.15.86

SetInferenceSpecification sets the InferenceSpecification field's value.

func (*CreateModelPackageInput) SetMetadataProperties added in v1.35.37

SetMetadataProperties sets the MetadataProperties field's value.

func (*CreateModelPackageInput) SetModelApprovalStatus added in v1.35.37

func (s *CreateModelPackageInput) SetModelApprovalStatus(v string) *CreateModelPackageInput

SetModelApprovalStatus sets the ModelApprovalStatus field's value.

func (*CreateModelPackageInput) SetModelMetrics added in v1.35.37

SetModelMetrics sets the ModelMetrics field's value.

func (*CreateModelPackageInput) SetModelPackageDescription added in v1.15.86

func (s *CreateModelPackageInput) SetModelPackageDescription(v string) *CreateModelPackageInput

SetModelPackageDescription sets the ModelPackageDescription field's value.

func (*CreateModelPackageInput) SetModelPackageGroupName added in v1.35.37

func (s *CreateModelPackageInput) SetModelPackageGroupName(v string) *CreateModelPackageInput

SetModelPackageGroupName sets the ModelPackageGroupName field's value.

func (*CreateModelPackageInput) SetModelPackageName added in v1.15.86

func (s *CreateModelPackageInput) SetModelPackageName(v string) *CreateModelPackageInput

SetModelPackageName sets the ModelPackageName field's value.

func (*CreateModelPackageInput) SetSamplePayloadUrl added in v1.42.17

func (s *CreateModelPackageInput) SetSamplePayloadUrl(v string) *CreateModelPackageInput

SetSamplePayloadUrl sets the SamplePayloadUrl field's value.

func (*CreateModelPackageInput) SetSourceAlgorithmSpecification added in v1.15.86

func (s *CreateModelPackageInput) SetSourceAlgorithmSpecification(v *SourceAlgorithmSpecification) *CreateModelPackageInput

SetSourceAlgorithmSpecification sets the SourceAlgorithmSpecification field's value.

func (*CreateModelPackageInput) SetTags added in v1.35.37

SetTags sets the Tags field's value.

func (*CreateModelPackageInput) SetTask added in v1.42.17

SetTask sets the Task field's value.

func (*CreateModelPackageInput) SetValidationSpecification added in v1.15.86

SetValidationSpecification sets the ValidationSpecification field's value.

func (CreateModelPackageInput) String added in v1.15.86

func (s CreateModelPackageInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateModelPackageInput) Validate added in v1.15.86

func (s *CreateModelPackageInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateModelPackageOutput added in v1.15.86

type CreateModelPackageOutput struct {

	// The Amazon Resource Name (ARN) of the new model package.
	//
	// ModelPackageArn is a required field
	ModelPackageArn *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateModelPackageOutput) GoString added in v1.15.86

func (s CreateModelPackageOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateModelPackageOutput) SetModelPackageArn added in v1.15.86

func (s *CreateModelPackageOutput) SetModelPackageArn(v string) *CreateModelPackageOutput

SetModelPackageArn sets the ModelPackageArn field's value.

func (CreateModelPackageOutput) String added in v1.15.86

func (s CreateModelPackageOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateModelQualityJobDefinitionInput added in v1.36.4

type CreateModelQualityJobDefinitionInput struct {

	// The name of the monitoring job definition.
	//
	// JobDefinitionName is a required field
	JobDefinitionName *string `min:"1" type:"string" required:"true"`

	// Identifies the resources to deploy for a monitoring job.
	//
	// JobResources is a required field
	JobResources *MonitoringResources `type:"structure" required:"true"`

	// The container that runs the monitoring job.
	//
	// ModelQualityAppSpecification is a required field
	ModelQualityAppSpecification *ModelQualityAppSpecification `type:"structure" required:"true"`

	// Specifies the constraints and baselines for the monitoring job.
	ModelQualityBaselineConfig *ModelQualityBaselineConfig `type:"structure"`

	// A list of the inputs that are monitored. Currently endpoints are supported.
	//
	// ModelQualityJobInput is a required field
	ModelQualityJobInput *ModelQualityJobInput `type:"structure" required:"true"`

	// The output configuration for monitoring jobs.
	//
	// ModelQualityJobOutputConfig is a required field
	ModelQualityJobOutputConfig *MonitoringOutputConfig `type:"structure" required:"true"`

	// Specifies the network configuration for the monitoring job.
	NetworkConfig *MonitoringNetworkConfig `type:"structure"`

	// The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume
	// to perform tasks on your behalf.
	//
	// RoleArn is a required field
	RoleArn *string `min:"20" type:"string" required:"true"`

	// A time limit for how long the monitoring job is allowed to run before stopping.
	StoppingCondition *MonitoringStoppingCondition `type:"structure"`

	// (Optional) An array of key-value pairs. For more information, see Using Cost
	// Allocation Tags (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-whatURL)
	// in the Amazon Web Services Billing and Cost Management User Guide.
	Tags []*Tag `type:"list"`
	// contains filtered or unexported fields
}

func (CreateModelQualityJobDefinitionInput) GoString added in v1.36.4

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateModelQualityJobDefinitionInput) SetJobDefinitionName added in v1.36.4

SetJobDefinitionName sets the JobDefinitionName field's value.

func (*CreateModelQualityJobDefinitionInput) SetJobResources added in v1.36.4

SetJobResources sets the JobResources field's value.

func (*CreateModelQualityJobDefinitionInput) SetModelQualityAppSpecification added in v1.36.4

SetModelQualityAppSpecification sets the ModelQualityAppSpecification field's value.

func (*CreateModelQualityJobDefinitionInput) SetModelQualityBaselineConfig added in v1.36.4

SetModelQualityBaselineConfig sets the ModelQualityBaselineConfig field's value.

func (*CreateModelQualityJobDefinitionInput) SetModelQualityJobInput added in v1.36.4

SetModelQualityJobInput sets the ModelQualityJobInput field's value.

func (*CreateModelQualityJobDefinitionInput) SetModelQualityJobOutputConfig added in v1.36.4

SetModelQualityJobOutputConfig sets the ModelQualityJobOutputConfig field's value.

func (*CreateModelQualityJobDefinitionInput) SetNetworkConfig added in v1.36.4

SetNetworkConfig sets the NetworkConfig field's value.

func (*CreateModelQualityJobDefinitionInput) SetRoleArn added in v1.36.4

SetRoleArn sets the RoleArn field's value.

func (*CreateModelQualityJobDefinitionInput) SetStoppingCondition added in v1.36.4

SetStoppingCondition sets the StoppingCondition field's value.

func (*CreateModelQualityJobDefinitionInput) SetTags added in v1.36.4

SetTags sets the Tags field's value.

func (CreateModelQualityJobDefinitionInput) String added in v1.36.4

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateModelQualityJobDefinitionInput) Validate added in v1.36.4

Validate inspects the fields of the type to determine if they are valid.

type CreateModelQualityJobDefinitionOutput added in v1.36.4

type CreateModelQualityJobDefinitionOutput struct {

	// The Amazon Resource Name (ARN) of the model quality monitoring job.
	//
	// JobDefinitionArn is a required field
	JobDefinitionArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateModelQualityJobDefinitionOutput) GoString added in v1.36.4

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateModelQualityJobDefinitionOutput) SetJobDefinitionArn added in v1.36.4

SetJobDefinitionArn sets the JobDefinitionArn field's value.

func (CreateModelQualityJobDefinitionOutput) String added in v1.36.4

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateMonitoringScheduleInput added in v1.25.47

type CreateMonitoringScheduleInput struct {

	// The configuration object that specifies the monitoring schedule and defines
	// the monitoring job.
	//
	// MonitoringScheduleConfig is a required field
	MonitoringScheduleConfig *MonitoringScheduleConfig `type:"structure" required:"true"`

	// The name of the monitoring schedule. The name must be unique within an Amazon
	// Web Services Region within an Amazon Web Services account.
	//
	// MonitoringScheduleName is a required field
	MonitoringScheduleName *string `min:"1" type:"string" required:"true"`

	// (Optional) An array of key-value pairs. For more information, see Using Cost
	// Allocation Tags (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-whatURL)
	// in the Amazon Web Services Billing and Cost Management User Guide.
	Tags []*Tag `type:"list"`
	// contains filtered or unexported fields
}

func (CreateMonitoringScheduleInput) GoString added in v1.25.47

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateMonitoringScheduleInput) SetMonitoringScheduleConfig added in v1.25.47

SetMonitoringScheduleConfig sets the MonitoringScheduleConfig field's value.

func (*CreateMonitoringScheduleInput) SetMonitoringScheduleName added in v1.25.47

func (s *CreateMonitoringScheduleInput) SetMonitoringScheduleName(v string) *CreateMonitoringScheduleInput

SetMonitoringScheduleName sets the MonitoringScheduleName field's value.

func (*CreateMonitoringScheduleInput) SetTags added in v1.25.47

SetTags sets the Tags field's value.

func (CreateMonitoringScheduleInput) String added in v1.25.47

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateMonitoringScheduleInput) Validate added in v1.25.47

func (s *CreateMonitoringScheduleInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateMonitoringScheduleOutput added in v1.25.47

type CreateMonitoringScheduleOutput struct {

	// The Amazon Resource Name (ARN) of the monitoring schedule.
	//
	// MonitoringScheduleArn is a required field
	MonitoringScheduleArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateMonitoringScheduleOutput) GoString added in v1.25.47

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateMonitoringScheduleOutput) SetMonitoringScheduleArn added in v1.25.47

SetMonitoringScheduleArn sets the MonitoringScheduleArn field's value.

func (CreateMonitoringScheduleOutput) String added in v1.25.47

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateNotebookInstanceInput

type CreateNotebookInstanceInput struct {

	// A list of Elastic Inference (EI) instance types to associate with this notebook
	// instance. Currently, only one instance type can be associated with a notebook
	// instance. For more information, see Using Elastic Inference in Amazon SageMaker
	// (https://docs.aws.amazon.com/sagemaker/latest/dg/ei.html).
	AcceleratorTypes []*string `type:"list" enum:"NotebookInstanceAcceleratorType"`

	// An array of up to three Git repositories to associate with the notebook instance.
	// These can be either the names of Git repositories stored as resources in
	// your account, or the URL of Git repositories in Amazon Web Services CodeCommit
	// (https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html) or
	// in any other Git repository. These repositories are cloned at the same level
	// as the default repository of your notebook instance. For more information,
	// see Associating Git Repositories with SageMaker Notebook Instances (https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html).
	AdditionalCodeRepositories []*string `type:"list"`

	// A Git repository to associate with the notebook instance as its default code
	// repository. This can be either the name of a Git repository stored as a resource
	// in your account, or the URL of a Git repository in Amazon Web Services CodeCommit
	// (https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html) or
	// in any other Git repository. When you open a notebook instance, it opens
	// in the directory that contains this repository. For more information, see
	// Associating Git Repositories with SageMaker Notebook Instances (https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html).
	DefaultCodeRepository *string `min:"1" type:"string"`

	// Sets whether SageMaker provides internet access to the notebook instance.
	// If you set this to Disabled this notebook instance is able to access resources
	// only in your VPC, and is not be able to connect to SageMaker training and
	// endpoint services unless you configure a NAT Gateway in your VPC.
	//
	// For more information, see Notebook Instances Are Internet-Enabled by Default
	// (https://docs.aws.amazon.com/sagemaker/latest/dg/appendix-additional-considerations.html#appendix-notebook-and-internet-access).
	// You can set the value of this parameter to Disabled only if you set a value
	// for the SubnetId parameter.
	DirectInternetAccess *string `type:"string" enum:"DirectInternetAccess"`

	// Information on the IMDS configuration of the notebook instance
	InstanceMetadataServiceConfiguration *InstanceMetadataServiceConfiguration `type:"structure"`

	// The type of ML compute instance to launch for the notebook instance.
	//
	// InstanceType is a required field
	InstanceType *string `type:"string" required:"true" enum:"InstanceType"`

	// The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service
	// key that SageMaker uses to encrypt data on the storage volume attached to
	// your notebook instance. The KMS key you provide must be enabled. For information,
	// see Enabling and Disabling Keys (https://docs.aws.amazon.com/kms/latest/developerguide/enabling-keys.html)
	// in the Amazon Web Services Key Management Service Developer Guide.
	KmsKeyId *string `type:"string"`

	// The name of a lifecycle configuration to associate with the notebook instance.
	// For information about lifestyle configurations, see Step 2.1: (Optional)
	// Customize a Notebook Instance (https://docs.aws.amazon.com/sagemaker/latest/dg/notebook-lifecycle-config.html).
	LifecycleConfigName *string `type:"string"`

	// The name of the new notebook instance.
	//
	// NotebookInstanceName is a required field
	NotebookInstanceName *string `type:"string" required:"true"`

	// The platform identifier of the notebook instance runtime environment.
	PlatformIdentifier *string `type:"string"`

	// When you send any requests to Amazon Web Services resources from the notebook
	// instance, SageMaker assumes this role to perform tasks on your behalf. You
	// must grant this role necessary permissions so SageMaker can perform these
	// tasks. The policy must allow the SageMaker service principal (sagemaker.amazonaws.com)
	// permissions to assume this role. For more information, see SageMaker Roles
	// (https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-roles.html).
	//
	// To be able to pass this role to SageMaker, the caller of this API must have
	// the iam:PassRole permission.
	//
	// RoleArn is a required field
	RoleArn *string `min:"20" type:"string" required:"true"`

	// Whether root access is enabled or disabled for users of the notebook instance.
	// The default value is Enabled.
	//
	// Lifecycle configurations need root access to be able to set up a notebook
	// instance. Because of this, lifecycle configurations associated with a notebook
	// instance always run with root access even if you disable root access for
	// users.
	RootAccess *string `type:"string" enum:"RootAccess"`

	// The VPC security group IDs, in the form sg-xxxxxxxx. The security groups
	// must be for the same VPC as specified in the subnet.
	SecurityGroupIds []*string `type:"list"`

	// The ID of the subnet in a VPC to which you would like to have a connectivity
	// from your ML compute instance.
	SubnetId *string `type:"string"`

	// An array of key-value pairs. You can use tags to categorize your Amazon Web
	// Services resources in different ways, for example, by purpose, owner, or
	// environment. For more information, see Tagging Amazon Web Services Resources
	// (https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html).
	Tags []*Tag `type:"list"`

	// The size, in GB, of the ML storage volume to attach to the notebook instance.
	// The default value is 5 GB.
	VolumeSizeInGB *int64 `min:"5" type:"integer"`
	// contains filtered or unexported fields
}

func (CreateNotebookInstanceInput) GoString

func (s CreateNotebookInstanceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateNotebookInstanceInput) SetAcceleratorTypes added in v1.15.86

func (s *CreateNotebookInstanceInput) SetAcceleratorTypes(v []*string) *CreateNotebookInstanceInput

SetAcceleratorTypes sets the AcceleratorTypes field's value.

func (*CreateNotebookInstanceInput) SetAdditionalCodeRepositories added in v1.15.86

func (s *CreateNotebookInstanceInput) SetAdditionalCodeRepositories(v []*string) *CreateNotebookInstanceInput

SetAdditionalCodeRepositories sets the AdditionalCodeRepositories field's value.

func (*CreateNotebookInstanceInput) SetDefaultCodeRepository added in v1.15.86

func (s *CreateNotebookInstanceInput) SetDefaultCodeRepository(v string) *CreateNotebookInstanceInput

SetDefaultCodeRepository sets the DefaultCodeRepository field's value.

func (*CreateNotebookInstanceInput) SetDirectInternetAccess added in v1.13.15

func (s *CreateNotebookInstanceInput) SetDirectInternetAccess(v string) *CreateNotebookInstanceInput

SetDirectInternetAccess sets the DirectInternetAccess field's value.

func (*CreateNotebookInstanceInput) SetInstanceMetadataServiceConfiguration added in v1.44.24

SetInstanceMetadataServiceConfiguration sets the InstanceMetadataServiceConfiguration field's value.

func (*CreateNotebookInstanceInput) SetInstanceType

SetInstanceType sets the InstanceType field's value.

func (*CreateNotebookInstanceInput) SetKmsKeyId

SetKmsKeyId sets the KmsKeyId field's value.

func (*CreateNotebookInstanceInput) SetLifecycleConfigName added in v1.13.15

func (s *CreateNotebookInstanceInput) SetLifecycleConfigName(v string) *CreateNotebookInstanceInput

SetLifecycleConfigName sets the LifecycleConfigName field's value.

func (*CreateNotebookInstanceInput) SetNotebookInstanceName

func (s *CreateNotebookInstanceInput) SetNotebookInstanceName(v string) *CreateNotebookInstanceInput

SetNotebookInstanceName sets the NotebookInstanceName field's value.

func (*CreateNotebookInstanceInput) SetPlatformIdentifier added in v1.40.25

func (s *CreateNotebookInstanceInput) SetPlatformIdentifier(v string) *CreateNotebookInstanceInput

SetPlatformIdentifier sets the PlatformIdentifier field's value.

func (*CreateNotebookInstanceInput) SetRoleArn

SetRoleArn sets the RoleArn field's value.

func (*CreateNotebookInstanceInput) SetRootAccess added in v1.17.14

SetRootAccess sets the RootAccess field's value.

func (*CreateNotebookInstanceInput) SetSecurityGroupIds

func (s *CreateNotebookInstanceInput) SetSecurityGroupIds(v []*string) *CreateNotebookInstanceInput

SetSecurityGroupIds sets the SecurityGroupIds field's value.

func (*CreateNotebookInstanceInput) SetSubnetId

SetSubnetId sets the SubnetId field's value.

func (*CreateNotebookInstanceInput) SetTags

SetTags sets the Tags field's value.

func (*CreateNotebookInstanceInput) SetVolumeSizeInGB added in v1.15.64

SetVolumeSizeInGB sets the VolumeSizeInGB field's value.

func (CreateNotebookInstanceInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateNotebookInstanceInput) Validate

func (s *CreateNotebookInstanceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateNotebookInstanceLifecycleConfigInput added in v1.13.15

type CreateNotebookInstanceLifecycleConfigInput struct {

	// The name of the lifecycle configuration.
	//
	// NotebookInstanceLifecycleConfigName is a required field
	NotebookInstanceLifecycleConfigName *string `type:"string" required:"true"`

	// A shell script that runs only once, when you create a notebook instance.
	// The shell script must be a base64-encoded string.
	OnCreate []*NotebookInstanceLifecycleHook `type:"list"`

	// A shell script that runs every time you start a notebook instance, including
	// when you create the notebook instance. The shell script must be a base64-encoded
	// string.
	OnStart []*NotebookInstanceLifecycleHook `type:"list"`
	// contains filtered or unexported fields
}

func (CreateNotebookInstanceLifecycleConfigInput) GoString added in v1.13.15

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateNotebookInstanceLifecycleConfigInput) SetNotebookInstanceLifecycleConfigName added in v1.13.15

SetNotebookInstanceLifecycleConfigName sets the NotebookInstanceLifecycleConfigName field's value.

func (*CreateNotebookInstanceLifecycleConfigInput) SetOnCreate added in v1.13.15

SetOnCreate sets the OnCreate field's value.

func (*CreateNotebookInstanceLifecycleConfigInput) SetOnStart added in v1.13.15

SetOnStart sets the OnStart field's value.

func (CreateNotebookInstanceLifecycleConfigInput) String added in v1.13.15

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateNotebookInstanceLifecycleConfigInput) Validate added in v1.13.15

Validate inspects the fields of the type to determine if they are valid.

type CreateNotebookInstanceLifecycleConfigOutput added in v1.13.15

type CreateNotebookInstanceLifecycleConfigOutput struct {

	// The Amazon Resource Name (ARN) of the lifecycle configuration.
	NotebookInstanceLifecycleConfigArn *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateNotebookInstanceLifecycleConfigOutput) GoString added in v1.13.15

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateNotebookInstanceLifecycleConfigOutput) SetNotebookInstanceLifecycleConfigArn added in v1.13.15

SetNotebookInstanceLifecycleConfigArn sets the NotebookInstanceLifecycleConfigArn field's value.

func (CreateNotebookInstanceLifecycleConfigOutput) String added in v1.13.15

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateNotebookInstanceOutput

type CreateNotebookInstanceOutput struct {

	// The Amazon Resource Name (ARN) of the notebook instance.
	NotebookInstanceArn *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateNotebookInstanceOutput) GoString

func (s CreateNotebookInstanceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateNotebookInstanceOutput) SetNotebookInstanceArn

SetNotebookInstanceArn sets the NotebookInstanceArn field's value.

func (CreateNotebookInstanceOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreatePipelineInput added in v1.35.37

type CreatePipelineInput struct {

	// A unique, case-sensitive identifier that you provide to ensure the idempotency
	// of the operation. An idempotent operation completes no more than one time.
	ClientRequestToken *string `min:"32" type:"string" idempotencyToken:"true"`

	// This is the configuration that controls the parallelism of the pipeline.
	// If specified, it applies to all runs of this pipeline by default.
	ParallelismConfiguration *ParallelismConfiguration `type:"structure"`

	// The JSON pipeline definition (https://aws-sagemaker-mlops.github.io/sagemaker-model-building-pipeline-definition-JSON-schema/)
	// of the pipeline.
	PipelineDefinition *string `min:"1" type:"string"`

	// The location of the pipeline definition stored in Amazon S3. If specified,
	// SageMaker will retrieve the pipeline definition from this location.
	PipelineDefinitionS3Location *PipelineDefinitionS3Location `type:"structure"`

	// A description of the pipeline.
	PipelineDescription *string `type:"string"`

	// The display name of the pipeline.
	PipelineDisplayName *string `min:"1" type:"string"`

	// The name of the pipeline.
	//
	// PipelineName is a required field
	PipelineName *string `min:"1" type:"string" required:"true"`

	// The Amazon Resource Name (ARN) of the role used by the pipeline to access
	// and create resources.
	//
	// RoleArn is a required field
	RoleArn *string `min:"20" type:"string" required:"true"`

	// A list of tags to apply to the created pipeline.
	Tags []*Tag `type:"list"`
	// contains filtered or unexported fields
}

func (CreatePipelineInput) GoString added in v1.35.37

func (s CreatePipelineInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreatePipelineInput) SetClientRequestToken added in v1.35.37

func (s *CreatePipelineInput) SetClientRequestToken(v string) *CreatePipelineInput

SetClientRequestToken sets the ClientRequestToken field's value.

func (*CreatePipelineInput) SetParallelismConfiguration added in v1.42.26

func (s *CreatePipelineInput) SetParallelismConfiguration(v *ParallelismConfiguration) *CreatePipelineInput

SetParallelismConfiguration sets the ParallelismConfiguration field's value.

func (*CreatePipelineInput) SetPipelineDefinition added in v1.35.37

func (s *CreatePipelineInput) SetPipelineDefinition(v string) *CreatePipelineInput

SetPipelineDefinition sets the PipelineDefinition field's value.

func (*CreatePipelineInput) SetPipelineDefinitionS3Location added in v1.42.26

func (s *CreatePipelineInput) SetPipelineDefinitionS3Location(v *PipelineDefinitionS3Location) *CreatePipelineInput

SetPipelineDefinitionS3Location sets the PipelineDefinitionS3Location field's value.

func (*CreatePipelineInput) SetPipelineDescription added in v1.35.37

func (s *CreatePipelineInput) SetPipelineDescription(v string) *CreatePipelineInput

SetPipelineDescription sets the PipelineDescription field's value.

func (*CreatePipelineInput) SetPipelineDisplayName added in v1.35.37

func (s *CreatePipelineInput) SetPipelineDisplayName(v string) *CreatePipelineInput

SetPipelineDisplayName sets the PipelineDisplayName field's value.

func (*CreatePipelineInput) SetPipelineName added in v1.35.37

func (s *CreatePipelineInput) SetPipelineName(v string) *CreatePipelineInput

SetPipelineName sets the PipelineName field's value.

func (*CreatePipelineInput) SetRoleArn added in v1.35.37

SetRoleArn sets the RoleArn field's value.

func (*CreatePipelineInput) SetTags added in v1.35.37

func (s *CreatePipelineInput) SetTags(v []*Tag) *CreatePipelineInput

SetTags sets the Tags field's value.

func (CreatePipelineInput) String added in v1.35.37

func (s CreatePipelineInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreatePipelineInput) Validate added in v1.35.37

func (s *CreatePipelineInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreatePipelineOutput added in v1.35.37

type CreatePipelineOutput struct {

	// The Amazon Resource Name (ARN) of the created pipeline.
	PipelineArn *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreatePipelineOutput) GoString added in v1.35.37

func (s CreatePipelineOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreatePipelineOutput) SetPipelineArn added in v1.35.37

func (s *CreatePipelineOutput) SetPipelineArn(v string) *CreatePipelineOutput

SetPipelineArn sets the PipelineArn field's value.

func (CreatePipelineOutput) String added in v1.35.37

func (s CreatePipelineOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreatePresignedDomainUrlInput added in v1.25.47

type CreatePresignedDomainUrlInput struct {

	// The domain ID.
	//
	// DomainId is a required field
	DomainId *string `type:"string" required:"true"`

	// The number of seconds until the pre-signed URL expires. This value defaults
	// to 300.
	ExpiresInSeconds *int64 `min:"5" type:"integer"`

	// The session expiration duration in seconds. This value defaults to 43200.
	SessionExpirationDurationInSeconds *int64 `min:"1800" type:"integer"`

	// The name of the space.
	SpaceName *string `type:"string"`

	// The name of the UserProfile to sign-in as.
	//
	// UserProfileName is a required field
	UserProfileName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreatePresignedDomainUrlInput) GoString added in v1.25.47

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreatePresignedDomainUrlInput) SetDomainId added in v1.25.47

SetDomainId sets the DomainId field's value.

func (*CreatePresignedDomainUrlInput) SetExpiresInSeconds added in v1.37.14

SetExpiresInSeconds sets the ExpiresInSeconds field's value.

func (*CreatePresignedDomainUrlInput) SetSessionExpirationDurationInSeconds added in v1.25.47

func (s *CreatePresignedDomainUrlInput) SetSessionExpirationDurationInSeconds(v int64) *CreatePresignedDomainUrlInput

SetSessionExpirationDurationInSeconds sets the SessionExpirationDurationInSeconds field's value.

func (*CreatePresignedDomainUrlInput) SetSpaceName added in v1.44.150

SetSpaceName sets the SpaceName field's value.

func (*CreatePresignedDomainUrlInput) SetUserProfileName added in v1.25.47

SetUserProfileName sets the UserProfileName field's value.

func (CreatePresignedDomainUrlInput) String added in v1.25.47

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreatePresignedDomainUrlInput) Validate added in v1.25.47

func (s *CreatePresignedDomainUrlInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreatePresignedDomainUrlOutput added in v1.25.47

type CreatePresignedDomainUrlOutput struct {

	// The presigned URL.
	AuthorizedUrl *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreatePresignedDomainUrlOutput) GoString added in v1.25.47

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreatePresignedDomainUrlOutput) SetAuthorizedUrl added in v1.25.47

SetAuthorizedUrl sets the AuthorizedUrl field's value.

func (CreatePresignedDomainUrlOutput) String added in v1.25.47

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreatePresignedNotebookInstanceUrlInput

type CreatePresignedNotebookInstanceUrlInput struct {

	// The name of the notebook instance.
	//
	// NotebookInstanceName is a required field
	NotebookInstanceName *string `type:"string" required:"true"`

	// The duration of the session, in seconds. The default is 12 hours.
	SessionExpirationDurationInSeconds *int64 `min:"1800" type:"integer"`
	// contains filtered or unexported fields
}

func (CreatePresignedNotebookInstanceUrlInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreatePresignedNotebookInstanceUrlInput) SetNotebookInstanceName

SetNotebookInstanceName sets the NotebookInstanceName field's value.

func (*CreatePresignedNotebookInstanceUrlInput) SetSessionExpirationDurationInSeconds

func (s *CreatePresignedNotebookInstanceUrlInput) SetSessionExpirationDurationInSeconds(v int64) *CreatePresignedNotebookInstanceUrlInput

SetSessionExpirationDurationInSeconds sets the SessionExpirationDurationInSeconds field's value.

func (CreatePresignedNotebookInstanceUrlInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreatePresignedNotebookInstanceUrlInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type CreatePresignedNotebookInstanceUrlOutput

type CreatePresignedNotebookInstanceUrlOutput struct {

	// A JSON object that contains the URL string.
	AuthorizedUrl *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreatePresignedNotebookInstanceUrlOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreatePresignedNotebookInstanceUrlOutput) SetAuthorizedUrl

SetAuthorizedUrl sets the AuthorizedUrl field's value.

func (CreatePresignedNotebookInstanceUrlOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateProcessingJobInput added in v1.25.47

type CreateProcessingJobInput struct {

	// Configures the processing job to run a specified Docker container image.
	//
	// AppSpecification is a required field
	AppSpecification *AppSpecification `type:"structure" required:"true"`

	// The environment variables to set in the Docker container. Up to 100 key and
	// values entries in the map are supported.
	Environment map[string]*string `type:"map"`

	// Associates a SageMaker job as a trial component with an experiment and trial.
	// Specified when you call the following APIs:
	//
	//    * CreateProcessingJob (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateProcessingJob.html)
	//
	//    * CreateTrainingJob (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingJob.html)
	//
	//    * CreateTransformJob (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTransformJob.html)
	ExperimentConfig *ExperimentConfig `type:"structure"`

	// Networking options for a processing job, such as whether to allow inbound
	// and outbound network calls to and from processing containers, and the VPC
	// subnets and security groups to use for VPC-enabled processing jobs.
	NetworkConfig *NetworkConfig `type:"structure"`

	// An array of inputs configuring the data to download into the processing container.
	ProcessingInputs []*ProcessingInput `type:"list"`

	// The name of the processing job. The name must be unique within an Amazon
	// Web Services Region in the Amazon Web Services account.
	//
	// ProcessingJobName is a required field
	ProcessingJobName *string `min:"1" type:"string" required:"true"`

	// Output configuration for the processing job.
	ProcessingOutputConfig *ProcessingOutputConfig `type:"structure"`

	// Identifies the resources, ML compute instances, and ML storage volumes to
	// deploy for a processing job. In distributed training, you specify more than
	// one instance.
	//
	// ProcessingResources is a required field
	ProcessingResources *ProcessingResources `type:"structure" required:"true"`

	// The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume
	// to perform tasks on your behalf.
	//
	// RoleArn is a required field
	RoleArn *string `min:"20" type:"string" required:"true"`

	// The time limit for how long the processing job is allowed to run.
	StoppingCondition *ProcessingStoppingCondition `type:"structure"`

	// (Optional) An array of key-value pairs. For more information, see Using Cost
	// Allocation Tags (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-whatURL)
	// in the Amazon Web Services Billing and Cost Management User Guide.
	Tags []*Tag `type:"list"`
	// contains filtered or unexported fields
}

func (CreateProcessingJobInput) GoString added in v1.25.47

func (s CreateProcessingJobInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateProcessingJobInput) SetAppSpecification added in v1.25.47

SetAppSpecification sets the AppSpecification field's value.

func (*CreateProcessingJobInput) SetEnvironment added in v1.25.47

SetEnvironment sets the Environment field's value.

func (*CreateProcessingJobInput) SetExperimentConfig added in v1.25.47

SetExperimentConfig sets the ExperimentConfig field's value.

func (*CreateProcessingJobInput) SetNetworkConfig added in v1.25.47

SetNetworkConfig sets the NetworkConfig field's value.

func (*CreateProcessingJobInput) SetProcessingInputs added in v1.25.47

SetProcessingInputs sets the ProcessingInputs field's value.

func (*CreateProcessingJobInput) SetProcessingJobName added in v1.25.47

func (s *CreateProcessingJobInput) SetProcessingJobName(v string) *CreateProcessingJobInput

SetProcessingJobName sets the ProcessingJobName field's value.

func (*CreateProcessingJobInput) SetProcessingOutputConfig added in v1.25.47

SetProcessingOutputConfig sets the ProcessingOutputConfig field's value.

func (*CreateProcessingJobInput) SetProcessingResources added in v1.25.47

SetProcessingResources sets the ProcessingResources field's value.

func (*CreateProcessingJobInput) SetRoleArn added in v1.25.47

SetRoleArn sets the RoleArn field's value.

func (*CreateProcessingJobInput) SetStoppingCondition added in v1.25.47

SetStoppingCondition sets the StoppingCondition field's value.

func (*CreateProcessingJobInput) SetTags added in v1.25.47

SetTags sets the Tags field's value.

func (CreateProcessingJobInput) String added in v1.25.47

func (s CreateProcessingJobInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateProcessingJobInput) Validate added in v1.25.47

func (s *CreateProcessingJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateProcessingJobOutput added in v1.25.47

type CreateProcessingJobOutput struct {

	// The Amazon Resource Name (ARN) of the processing job.
	//
	// ProcessingJobArn is a required field
	ProcessingJobArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateProcessingJobOutput) GoString added in v1.25.47

func (s CreateProcessingJobOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateProcessingJobOutput) SetProcessingJobArn added in v1.25.47

func (s *CreateProcessingJobOutput) SetProcessingJobArn(v string) *CreateProcessingJobOutput

SetProcessingJobArn sets the ProcessingJobArn field's value.

func (CreateProcessingJobOutput) String added in v1.25.47

func (s CreateProcessingJobOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateProjectInput added in v1.35.37

type CreateProjectInput struct {

	// A description for the project.
	ProjectDescription *string `type:"string"`

	// The name of the project.
	//
	// ProjectName is a required field
	ProjectName *string `min:"1" type:"string" required:"true"`

	// The product ID and provisioning artifact ID to provision a service catalog.
	// The provisioning artifact ID will default to the latest provisioning artifact
	// ID of the product, if you don't provide the provisioning artifact ID. For
	// more information, see What is Amazon Web Services Service Catalog (https://docs.aws.amazon.com/servicecatalog/latest/adminguide/introduction.html).
	//
	// ServiceCatalogProvisioningDetails is a required field
	ServiceCatalogProvisioningDetails *ServiceCatalogProvisioningDetails `type:"structure" required:"true"`

	// An array of key-value pairs that you want to use to organize and track your
	// Amazon Web Services resource costs. For more information, see Tagging Amazon
	// Web Services resources (https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html)
	// in the Amazon Web Services General Reference Guide.
	Tags []*Tag `type:"list"`
	// contains filtered or unexported fields
}

func (CreateProjectInput) GoString added in v1.35.37

func (s CreateProjectInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateProjectInput) SetProjectDescription added in v1.35.37

func (s *CreateProjectInput) SetProjectDescription(v string) *CreateProjectInput

SetProjectDescription sets the ProjectDescription field's value.

func (*CreateProjectInput) SetProjectName added in v1.35.37

func (s *CreateProjectInput) SetProjectName(v string) *CreateProjectInput

SetProjectName sets the ProjectName field's value.

func (*CreateProjectInput) SetServiceCatalogProvisioningDetails added in v1.35.37

func (s *CreateProjectInput) SetServiceCatalogProvisioningDetails(v *ServiceCatalogProvisioningDetails) *CreateProjectInput

SetServiceCatalogProvisioningDetails sets the ServiceCatalogProvisioningDetails field's value.

func (*CreateProjectInput) SetTags added in v1.35.37

func (s *CreateProjectInput) SetTags(v []*Tag) *CreateProjectInput

SetTags sets the Tags field's value.

func (CreateProjectInput) String added in v1.35.37

func (s CreateProjectInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateProjectInput) Validate added in v1.35.37

func (s *CreateProjectInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateProjectOutput added in v1.35.37

type CreateProjectOutput struct {

	// The Amazon Resource Name (ARN) of the project.
	//
	// ProjectArn is a required field
	ProjectArn *string `min:"1" type:"string" required:"true"`

	// The ID of the new project.
	//
	// ProjectId is a required field
	ProjectId *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateProjectOutput) GoString added in v1.35.37

func (s CreateProjectOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateProjectOutput) SetProjectArn added in v1.35.37

func (s *CreateProjectOutput) SetProjectArn(v string) *CreateProjectOutput

SetProjectArn sets the ProjectArn field's value.

func (*CreateProjectOutput) SetProjectId added in v1.35.37

func (s *CreateProjectOutput) SetProjectId(v string) *CreateProjectOutput

SetProjectId sets the ProjectId field's value.

func (CreateProjectOutput) String added in v1.35.37

func (s CreateProjectOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateSpaceInput added in v1.44.150

type CreateSpaceInput struct {

	// The ID of the associated Domain.
	//
	// DomainId is a required field
	DomainId *string `type:"string" required:"true"`

	// The name of the space.
	//
	// SpaceName is a required field
	SpaceName *string `type:"string" required:"true"`

	// A collection of space settings.
	SpaceSettings *SpaceSettings `type:"structure"`

	// Tags to associated with the space. Each tag consists of a key and an optional
	// value. Tag keys must be unique for each resource. Tags are searchable using
	// the Search API.
	Tags []*Tag `type:"list"`
	// contains filtered or unexported fields
}

func (CreateSpaceInput) GoString added in v1.44.150

func (s CreateSpaceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateSpaceInput) SetDomainId added in v1.44.150

func (s *CreateSpaceInput) SetDomainId(v string) *CreateSpaceInput

SetDomainId sets the DomainId field's value.

func (*CreateSpaceInput) SetSpaceName added in v1.44.150

func (s *CreateSpaceInput) SetSpaceName(v string) *CreateSpaceInput

SetSpaceName sets the SpaceName field's value.

func (*CreateSpaceInput) SetSpaceSettings added in v1.44.150

func (s *CreateSpaceInput) SetSpaceSettings(v *SpaceSettings) *CreateSpaceInput

SetSpaceSettings sets the SpaceSettings field's value.

func (*CreateSpaceInput) SetTags added in v1.44.150

func (s *CreateSpaceInput) SetTags(v []*Tag) *CreateSpaceInput

SetTags sets the Tags field's value.

func (CreateSpaceInput) String added in v1.44.150

func (s CreateSpaceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateSpaceInput) Validate added in v1.44.150

func (s *CreateSpaceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateSpaceOutput added in v1.44.150

type CreateSpaceOutput struct {

	// The space's Amazon Resource Name (ARN).
	SpaceArn *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateSpaceOutput) GoString added in v1.44.150

func (s CreateSpaceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateSpaceOutput) SetSpaceArn added in v1.44.150

func (s *CreateSpaceOutput) SetSpaceArn(v string) *CreateSpaceOutput

SetSpaceArn sets the SpaceArn field's value.

func (CreateSpaceOutput) String added in v1.44.150

func (s CreateSpaceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateStudioLifecycleConfigInput added in v1.40.41

type CreateStudioLifecycleConfigInput struct {

	// The App type that the Lifecycle Configuration is attached to.
	//
	// StudioLifecycleConfigAppType is a required field
	StudioLifecycleConfigAppType *string `type:"string" required:"true" enum:"StudioLifecycleConfigAppType"`

	// The content of your Studio Lifecycle Configuration script. This content must
	// be base64 encoded.
	//
	// StudioLifecycleConfigContent is a required field
	StudioLifecycleConfigContent *string `min:"1" type:"string" required:"true"`

	// The name of the Studio Lifecycle Configuration to create.
	//
	// StudioLifecycleConfigName is a required field
	StudioLifecycleConfigName *string `type:"string" required:"true"`

	// Tags to be associated with the Lifecycle Configuration. Each tag consists
	// of a key and an optional value. Tag keys must be unique per resource. Tags
	// are searchable using the Search API.
	Tags []*Tag `type:"list"`
	// contains filtered or unexported fields
}

func (CreateStudioLifecycleConfigInput) GoString added in v1.40.41

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateStudioLifecycleConfigInput) SetStudioLifecycleConfigAppType added in v1.40.41

func (s *CreateStudioLifecycleConfigInput) SetStudioLifecycleConfigAppType(v string) *CreateStudioLifecycleConfigInput

SetStudioLifecycleConfigAppType sets the StudioLifecycleConfigAppType field's value.

func (*CreateStudioLifecycleConfigInput) SetStudioLifecycleConfigContent added in v1.40.41

func (s *CreateStudioLifecycleConfigInput) SetStudioLifecycleConfigContent(v string) *CreateStudioLifecycleConfigInput

SetStudioLifecycleConfigContent sets the StudioLifecycleConfigContent field's value.

func (*CreateStudioLifecycleConfigInput) SetStudioLifecycleConfigName added in v1.40.41

func (s *CreateStudioLifecycleConfigInput) SetStudioLifecycleConfigName(v string) *CreateStudioLifecycleConfigInput

SetStudioLifecycleConfigName sets the StudioLifecycleConfigName field's value.

func (*CreateStudioLifecycleConfigInput) SetTags added in v1.40.41

SetTags sets the Tags field's value.

func (CreateStudioLifecycleConfigInput) String added in v1.40.41

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateStudioLifecycleConfigInput) Validate added in v1.40.41

Validate inspects the fields of the type to determine if they are valid.

type CreateStudioLifecycleConfigOutput added in v1.40.41

type CreateStudioLifecycleConfigOutput struct {

	// The ARN of your created Lifecycle Configuration.
	StudioLifecycleConfigArn *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateStudioLifecycleConfigOutput) GoString added in v1.40.41

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateStudioLifecycleConfigOutput) SetStudioLifecycleConfigArn added in v1.40.41

SetStudioLifecycleConfigArn sets the StudioLifecycleConfigArn field's value.

func (CreateStudioLifecycleConfigOutput) String added in v1.40.41

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateTrainingJobInput

type CreateTrainingJobInput struct {

	// The registry path of the Docker image that contains the training algorithm
	// and algorithm-specific metadata, including the input mode. For more information
	// about algorithms provided by SageMaker, see Algorithms (https://docs.aws.amazon.com/sagemaker/latest/dg/algos.html).
	// For information about providing your own algorithms, see Using Your Own Algorithms
	// with Amazon SageMaker (https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms.html).
	//
	// AlgorithmSpecification is a required field
	AlgorithmSpecification *AlgorithmSpecification `type:"structure" required:"true"`

	// Contains information about the output location for managed spot training
	// checkpoint data.
	CheckpointConfig *CheckpointConfig `type:"structure"`

	// Configuration information for the Amazon SageMaker Debugger hook parameters,
	// metric and tensor collections, and storage paths. To learn more about how
	// to configure the DebugHookConfig parameter, see Use the SageMaker and Debugger
	// Configuration API Operations to Create, Update, and Debug Your Training Job
	// (https://docs.aws.amazon.com/sagemaker/latest/dg/debugger-createtrainingjob-api.html).
	DebugHookConfig *DebugHookConfig `type:"structure"`

	// Configuration information for Amazon SageMaker Debugger rules for debugging
	// output tensors.
	DebugRuleConfigurations []*DebugRuleConfiguration `type:"list"`

	// To encrypt all communications between ML compute instances in distributed
	// training, choose True. Encryption provides greater security for distributed
	// training, but training might take longer. How long it takes depends on the
	// amount of communication between compute instances, especially if you use
	// a deep learning algorithm in distributed training. For more information,
	// see Protect Communications Between ML Compute Instances in a Distributed
	// Training Job (https://docs.aws.amazon.com/sagemaker/latest/dg/train-encrypt.html).
	EnableInterContainerTrafficEncryption *bool `type:"boolean"`

	// To train models using managed spot training, choose True. Managed spot training
	// provides a fully managed and scalable infrastructure for training machine
	// learning models. this option is useful when training jobs can be interrupted
	// and when there is flexibility when the training job is run.
	//
	// The complete and intermediate results of jobs are stored in an Amazon S3
	// bucket, and can be used as a starting point to train models incrementally.
	// Amazon SageMaker provides metrics and logs in CloudWatch. They can be used
	// to see when managed spot training jobs are running, interrupted, resumed,
	// or completed.
	EnableManagedSpotTraining *bool `type:"boolean"`

	// Isolates the training container. No inbound or outbound network calls can
	// be made, except for calls between peers within a training cluster for distributed
	// training. If you enable network isolation for training jobs that are configured
	// to use a VPC, SageMaker downloads and uploads customer data and model artifacts
	// through the specified VPC, but the training container does not have network
	// access.
	EnableNetworkIsolation *bool `type:"boolean"`

	// The environment variables to set in the Docker container.
	Environment map[string]*string `type:"map"`

	// Associates a SageMaker job as a trial component with an experiment and trial.
	// Specified when you call the following APIs:
	//
	//    * CreateProcessingJob (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateProcessingJob.html)
	//
	//    * CreateTrainingJob (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingJob.html)
	//
	//    * CreateTransformJob (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTransformJob.html)
	ExperimentConfig *ExperimentConfig `type:"structure"`

	// Algorithm-specific parameters that influence the quality of the model. You
	// set hyperparameters before you start the learning process. For a list of
	// hyperparameters for each training algorithm provided by SageMaker, see Algorithms
	// (https://docs.aws.amazon.com/sagemaker/latest/dg/algos.html).
	//
	// You can specify a maximum of 100 hyperparameters. Each hyperparameter is
	// a key-value pair. Each key and value is limited to 256 characters, as specified
	// by the Length Constraint.
	//
	// Do not include any security-sensitive information including account access
	// IDs, secrets or tokens in any hyperparameter field. If the use of security-sensitive
	// credentials are detected, SageMaker will reject your training job request
	// and return an exception error.
	HyperParameters map[string]*string `type:"map"`

	// An array of Channel objects. Each channel is a named input source. InputDataConfig
	// describes the input data and its location.
	//
	// Algorithms can accept input data from one or more channels. For example,
	// an algorithm might have two channels of input data, training_data and validation_data.
	// The configuration for each channel provides the S3, EFS, or FSx location
	// where the input data is stored. It also provides information about the stored
	// data: the MIME type, compression method, and whether the data is wrapped
	// in RecordIO format.
	//
	// Depending on the input mode that the algorithm supports, SageMaker either
	// copies input data files from an S3 bucket to a local directory in the Docker
	// container, or makes it available as input streams. For example, if you specify
	// an EFS location, input data files are available as input streams. They do
	// not need to be downloaded.
	//
	// Your input must be in the same Amazon Web Services region as your training
	// job.
	InputDataConfig []*Channel `min:"1" type:"list"`

	// Specifies the path to the S3 location where you want to store model artifacts.
	// SageMaker creates subfolders for the artifacts.
	//
	// OutputDataConfig is a required field
	OutputDataConfig *OutputDataConfig `type:"structure" required:"true"`

	// Configuration information for Amazon SageMaker Debugger system monitoring,
	// framework profiling, and storage paths.
	ProfilerConfig *ProfilerConfig `type:"structure"`

	// Configuration information for Amazon SageMaker Debugger rules for profiling
	// system and framework metrics.
	ProfilerRuleConfigurations []*ProfilerRuleConfiguration `type:"list"`

	// The resources, including the ML compute instances and ML storage volumes,
	// to use for model training.
	//
	// ML storage volumes store model artifacts and incremental states. Training
	// algorithms might also use ML storage volumes for scratch space. If you want
	// SageMaker to use the ML storage volume to store the training data, choose
	// File as the TrainingInputMode in the algorithm specification. For distributed
	// training algorithms, specify an instance count greater than 1.
	//
	// ResourceConfig is a required field
	ResourceConfig *ResourceConfig `type:"structure" required:"true"`

	// The number of times to retry the job when the job fails due to an InternalServerError.
	RetryStrategy *RetryStrategy `type:"structure"`

	// The Amazon Resource Name (ARN) of an IAM role that SageMaker can assume to
	// perform tasks on your behalf.
	//
	// During model training, SageMaker needs your permission to read input data
	// from an S3 bucket, download a Docker image that contains training code, write
	// model artifacts to an S3 bucket, write logs to Amazon CloudWatch Logs, and
	// publish metrics to Amazon CloudWatch. You grant permissions for all of these
	// tasks to an IAM role. For more information, see SageMaker Roles (https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-roles.html).
	//
	// To be able to pass this role to SageMaker, the caller of this API must have
	// the iam:PassRole permission.
	//
	// RoleArn is a required field
	RoleArn *string `min:"20" type:"string" required:"true"`

	// Specifies a limit to how long a model training job can run. It also specifies
	// how long a managed Spot training job has to complete. When the job reaches
	// the time limit, SageMaker ends the training job. Use this API to cap model
	// training costs.
	//
	// To stop a job, SageMaker sends the algorithm the SIGTERM signal, which delays
	// job termination for 120 seconds. Algorithms can use this 120-second window
	// to save the model artifacts, so the results of training are not lost.
	//
	// StoppingCondition is a required field
	StoppingCondition *StoppingCondition `type:"structure" required:"true"`

	// An array of key-value pairs. You can use tags to categorize your Amazon Web
	// Services resources in different ways, for example, by purpose, owner, or
	// environment. For more information, see Tagging Amazon Web Services Resources
	// (https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html).
	Tags []*Tag `type:"list"`

	// Configuration of storage locations for the Amazon SageMaker Debugger TensorBoard
	// output data.
	TensorBoardOutputConfig *TensorBoardOutputConfig `type:"structure"`

	// The name of the training job. The name must be unique within an Amazon Web
	// Services Region in an Amazon Web Services account.
	//
	// TrainingJobName is a required field
	TrainingJobName *string `min:"1" type:"string" required:"true"`

	// A VpcConfig (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_VpcConfig.html)
	// object that specifies the VPC that you want your training job to connect
	// to. Control access to and from your training container by configuring the
	// VPC. For more information, see Protect Training Jobs by Using an Amazon Virtual
	// Private Cloud (https://docs.aws.amazon.com/sagemaker/latest/dg/train-vpc.html).
	VpcConfig *VpcConfig `type:"structure"`
	// contains filtered or unexported fields
}

func (CreateTrainingJobInput) GoString

func (s CreateTrainingJobInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateTrainingJobInput) SetAlgorithmSpecification

func (s *CreateTrainingJobInput) SetAlgorithmSpecification(v *AlgorithmSpecification) *CreateTrainingJobInput

SetAlgorithmSpecification sets the AlgorithmSpecification field's value.

func (*CreateTrainingJobInput) SetCheckpointConfig added in v1.23.5

SetCheckpointConfig sets the CheckpointConfig field's value.

func (*CreateTrainingJobInput) SetDebugHookConfig added in v1.25.47

SetDebugHookConfig sets the DebugHookConfig field's value.

func (*CreateTrainingJobInput) SetDebugRuleConfigurations added in v1.25.47

func (s *CreateTrainingJobInput) SetDebugRuleConfigurations(v []*DebugRuleConfiguration) *CreateTrainingJobInput

SetDebugRuleConfigurations sets the DebugRuleConfigurations field's value.

func (*CreateTrainingJobInput) SetEnableInterContainerTrafficEncryption added in v1.16.17

func (s *CreateTrainingJobInput) SetEnableInterContainerTrafficEncryption(v bool) *CreateTrainingJobInput

SetEnableInterContainerTrafficEncryption sets the EnableInterContainerTrafficEncryption field's value.

func (*CreateTrainingJobInput) SetEnableManagedSpotTraining added in v1.23.5

func (s *CreateTrainingJobInput) SetEnableManagedSpotTraining(v bool) *CreateTrainingJobInput

SetEnableManagedSpotTraining sets the EnableManagedSpotTraining field's value.

func (*CreateTrainingJobInput) SetEnableNetworkIsolation added in v1.15.86

func (s *CreateTrainingJobInput) SetEnableNetworkIsolation(v bool) *CreateTrainingJobInput

SetEnableNetworkIsolation sets the EnableNetworkIsolation field's value.

func (*CreateTrainingJobInput) SetEnvironment added in v1.38.5

func (s *CreateTrainingJobInput) SetEnvironment(v map[string]*string) *CreateTrainingJobInput

SetEnvironment sets the Environment field's value.

func (*CreateTrainingJobInput) SetExperimentConfig added in v1.25.47

SetExperimentConfig sets the ExperimentConfig field's value.

func (*CreateTrainingJobInput) SetHyperParameters

func (s *CreateTrainingJobInput) SetHyperParameters(v map[string]*string) *CreateTrainingJobInput

SetHyperParameters sets the HyperParameters field's value.

func (*CreateTrainingJobInput) SetInputDataConfig

func (s *CreateTrainingJobInput) SetInputDataConfig(v []*Channel) *CreateTrainingJobInput

SetInputDataConfig sets the InputDataConfig field's value.

func (*CreateTrainingJobInput) SetOutputDataConfig

SetOutputDataConfig sets the OutputDataConfig field's value.

func (*CreateTrainingJobInput) SetProfilerConfig added in v1.36.4

SetProfilerConfig sets the ProfilerConfig field's value.

func (*CreateTrainingJobInput) SetProfilerRuleConfigurations added in v1.36.4

func (s *CreateTrainingJobInput) SetProfilerRuleConfigurations(v []*ProfilerRuleConfiguration) *CreateTrainingJobInput

SetProfilerRuleConfigurations sets the ProfilerRuleConfigurations field's value.

func (*CreateTrainingJobInput) SetResourceConfig

SetResourceConfig sets the ResourceConfig field's value.

func (*CreateTrainingJobInput) SetRetryStrategy added in v1.38.32

SetRetryStrategy sets the RetryStrategy field's value.

func (*CreateTrainingJobInput) SetRoleArn

SetRoleArn sets the RoleArn field's value.

func (*CreateTrainingJobInput) SetStoppingCondition

SetStoppingCondition sets the StoppingCondition field's value.

func (*CreateTrainingJobInput) SetTags

SetTags sets the Tags field's value.

func (*CreateTrainingJobInput) SetTensorBoardOutputConfig added in v1.25.47

func (s *CreateTrainingJobInput) SetTensorBoardOutputConfig(v *TensorBoardOutputConfig) *CreateTrainingJobInput

SetTensorBoardOutputConfig sets the TensorBoardOutputConfig field's value.

func (*CreateTrainingJobInput) SetTrainingJobName

func (s *CreateTrainingJobInput) SetTrainingJobName(v string) *CreateTrainingJobInput

SetTrainingJobName sets the TrainingJobName field's value.

func (*CreateTrainingJobInput) SetVpcConfig added in v1.13.39

SetVpcConfig sets the VpcConfig field's value.

func (CreateTrainingJobInput) String

func (s CreateTrainingJobInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateTrainingJobInput) Validate

func (s *CreateTrainingJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateTrainingJobOutput

type CreateTrainingJobOutput struct {

	// The Amazon Resource Name (ARN) of the training job.
	//
	// TrainingJobArn is a required field
	TrainingJobArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateTrainingJobOutput) GoString

func (s CreateTrainingJobOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateTrainingJobOutput) SetTrainingJobArn

func (s *CreateTrainingJobOutput) SetTrainingJobArn(v string) *CreateTrainingJobOutput

SetTrainingJobArn sets the TrainingJobArn field's value.

func (CreateTrainingJobOutput) String

func (s CreateTrainingJobOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateTransformJobInput added in v1.14.28

type CreateTransformJobInput struct {

	// Specifies the number of records to include in a mini-batch for an HTTP inference
	// request. A record is a single unit of input data that inference can be made
	// on. For example, a single line in a CSV file is a record.
	//
	// To enable the batch strategy, you must set the SplitType property to Line,
	// RecordIO, or TFRecord.
	//
	// To use only one record when making an HTTP invocation request to a container,
	// set BatchStrategy to SingleRecord and SplitType to Line.
	//
	// To fit as many records in a mini-batch as can fit within the MaxPayloadInMB
	// limit, set BatchStrategy to MultiRecord and SplitType to Line.
	BatchStrategy *string `type:"string" enum:"BatchStrategy"`

	// Configuration to control how SageMaker captures inference data.
	DataCaptureConfig *BatchDataCaptureConfig `type:"structure"`

	// The data structure used to specify the data to be used for inference in a
	// batch transform job and to associate the data that is relevant to the prediction
	// results in the output. The input filter provided allows you to exclude input
	// data that is not needed for inference in a batch transform job. The output
	// filter provided allows you to include input data relevant to interpreting
	// the predictions in the output from the job. For more information, see Associate
	// Prediction Results with their Corresponding Input Records (https://docs.aws.amazon.com/sagemaker/latest/dg/batch-transform-data-processing.html).
	DataProcessing *DataProcessing `type:"structure"`

	// The environment variables to set in the Docker container. We support up to
	// 16 key and values entries in the map.
	Environment map[string]*string `type:"map"`

	// Associates a SageMaker job as a trial component with an experiment and trial.
	// Specified when you call the following APIs:
	//
	//    * CreateProcessingJob (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateProcessingJob.html)
	//
	//    * CreateTrainingJob (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingJob.html)
	//
	//    * CreateTransformJob (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTransformJob.html)
	ExperimentConfig *ExperimentConfig `type:"structure"`

	// The maximum number of parallel requests that can be sent to each instance
	// in a transform job. If MaxConcurrentTransforms is set to 0 or left unset,
	// Amazon SageMaker checks the optional execution-parameters to determine the
	// settings for your chosen algorithm. If the execution-parameters endpoint
	// is not enabled, the default value is 1. For more information on execution-parameters,
	// see How Containers Serve Requests (https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms-batch-code.html#your-algorithms-batch-code-how-containe-serves-requests).
	// For built-in algorithms, you don't need to set a value for MaxConcurrentTransforms.
	MaxConcurrentTransforms *int64 `type:"integer"`

	// The maximum allowed size of the payload, in MB. A payload is the data portion
	// of a record (without metadata). The value in MaxPayloadInMB must be greater
	// than, or equal to, the size of a single record. To estimate the size of a
	// record in MB, divide the size of your dataset by the number of records. To
	// ensure that the records fit within the maximum payload size, we recommend
	// using a slightly larger value. The default value is 6 MB.
	//
	// The value of MaxPayloadInMB cannot be greater than 100 MB. If you specify
	// the MaxConcurrentTransforms parameter, the value of (MaxConcurrentTransforms
	// * MaxPayloadInMB) also cannot exceed 100 MB.
	//
	// For cases where the payload might be arbitrarily large and is transmitted
	// using HTTP chunked encoding, set the value to 0. This feature works only
	// in supported algorithms. Currently, Amazon SageMaker built-in algorithms
	// do not support HTTP chunked encoding.
	MaxPayloadInMB *int64 `type:"integer"`

	// Configures the timeout and maximum number of retries for processing a transform
	// job invocation.
	ModelClientConfig *ModelClientConfig `type:"structure"`

	// The name of the model that you want to use for the transform job. ModelName
	// must be the name of an existing Amazon SageMaker model within an Amazon Web
	// Services Region in an Amazon Web Services account.
	//
	// ModelName is a required field
	ModelName *string `type:"string" required:"true"`

	// (Optional) An array of key-value pairs. For more information, see Using Cost
	// Allocation Tags (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-what)
	// in the Amazon Web Services Billing and Cost Management User Guide.
	Tags []*Tag `type:"list"`

	// Describes the input source and the way the transform job consumes it.
	//
	// TransformInput is a required field
	TransformInput *TransformInput `type:"structure" required:"true"`

	// The name of the transform job. The name must be unique within an Amazon Web
	// Services Region in an Amazon Web Services account.
	//
	// TransformJobName is a required field
	TransformJobName *string `min:"1" type:"string" required:"true"`

	// Describes the results of the transform job.
	//
	// TransformOutput is a required field
	TransformOutput *TransformOutput `type:"structure" required:"true"`

	// Describes the resources, including ML instance types and ML instance count,
	// to use for the transform job.
	//
	// TransformResources is a required field
	TransformResources *TransformResources `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

func (CreateTransformJobInput) GoString added in v1.14.28

func (s CreateTransformJobInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateTransformJobInput) SetBatchStrategy added in v1.14.28

func (s *CreateTransformJobInput) SetBatchStrategy(v string) *CreateTransformJobInput

SetBatchStrategy sets the BatchStrategy field's value.

func (*CreateTransformJobInput) SetDataCaptureConfig added in v1.44.118

SetDataCaptureConfig sets the DataCaptureConfig field's value.

func (*CreateTransformJobInput) SetDataProcessing added in v1.19.48

SetDataProcessing sets the DataProcessing field's value.

func (*CreateTransformJobInput) SetEnvironment added in v1.14.28

func (s *CreateTransformJobInput) SetEnvironment(v map[string]*string) *CreateTransformJobInput

SetEnvironment sets the Environment field's value.

func (*CreateTransformJobInput) SetExperimentConfig added in v1.25.47

SetExperimentConfig sets the ExperimentConfig field's value.

func (*CreateTransformJobInput) SetMaxConcurrentTransforms added in v1.14.28

func (s *CreateTransformJobInput) SetMaxConcurrentTransforms(v int64) *CreateTransformJobInput

SetMaxConcurrentTransforms sets the MaxConcurrentTransforms field's value.

func (*CreateTransformJobInput) SetMaxPayloadInMB added in v1.14.28

func (s *CreateTransformJobInput) SetMaxPayloadInMB(v int64) *CreateTransformJobInput

SetMaxPayloadInMB sets the MaxPayloadInMB field's value.

func (*CreateTransformJobInput) SetModelClientConfig added in v1.32.11

SetModelClientConfig sets the ModelClientConfig field's value.

func (*CreateTransformJobInput) SetModelName added in v1.14.28

SetModelName sets the ModelName field's value.

func (*CreateTransformJobInput) SetTags added in v1.14.28

SetTags sets the Tags field's value.

func (*CreateTransformJobInput) SetTransformInput added in v1.14.28

SetTransformInput sets the TransformInput field's value.

func (*CreateTransformJobInput) SetTransformJobName added in v1.14.28

func (s *CreateTransformJobInput) SetTransformJobName(v string) *CreateTransformJobInput

SetTransformJobName sets the TransformJobName field's value.

func (*CreateTransformJobInput) SetTransformOutput added in v1.14.28

SetTransformOutput sets the TransformOutput field's value.

func (*CreateTransformJobInput) SetTransformResources added in v1.14.28

SetTransformResources sets the TransformResources field's value.

func (CreateTransformJobInput) String added in v1.14.28

func (s CreateTransformJobInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateTransformJobInput) Validate added in v1.14.28

func (s *CreateTransformJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateTransformJobOutput added in v1.14.28

type CreateTransformJobOutput struct {

	// The Amazon Resource Name (ARN) of the transform job.
	//
	// TransformJobArn is a required field
	TransformJobArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateTransformJobOutput) GoString added in v1.14.28

func (s CreateTransformJobOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateTransformJobOutput) SetTransformJobArn added in v1.14.28

func (s *CreateTransformJobOutput) SetTransformJobArn(v string) *CreateTransformJobOutput

SetTransformJobArn sets the TransformJobArn field's value.

func (CreateTransformJobOutput) String added in v1.14.28

func (s CreateTransformJobOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateTrialComponentInput added in v1.25.47

type CreateTrialComponentInput struct {

	// The name of the component as displayed. The name doesn't need to be unique.
	// If DisplayName isn't specified, TrialComponentName is displayed.
	DisplayName *string `min:"1" type:"string"`

	// When the component ended.
	EndTime *time.Time `type:"timestamp"`

	// The input artifacts for the component. Examples of input artifacts are datasets,
	// algorithms, hyperparameters, source code, and instance types.
	InputArtifacts map[string]*TrialComponentArtifact `type:"map"`

	// Metadata properties of the tracking entity, trial, or trial component.
	MetadataProperties *MetadataProperties `type:"structure"`

	// The output artifacts for the component. Examples of output artifacts are
	// metrics, snapshots, logs, and images.
	OutputArtifacts map[string]*TrialComponentArtifact `type:"map"`

	// The hyperparameters for the component.
	Parameters map[string]*TrialComponentParameterValue `type:"map"`

	// When the component started.
	StartTime *time.Time `type:"timestamp"`

	// The status of the component. States include:
	//
	//    * InProgress
	//
	//    * Completed
	//
	//    * Failed
	Status *TrialComponentStatus `type:"structure"`

	// A list of tags to associate with the component. You can use Search (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_Search.html)
	// API to search on the tags.
	Tags []*Tag `type:"list"`

	// The name of the component. The name must be unique in your Amazon Web Services
	// account and is not case-sensitive.
	//
	// TrialComponentName is a required field
	TrialComponentName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateTrialComponentInput) GoString added in v1.25.47

func (s CreateTrialComponentInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateTrialComponentInput) SetDisplayName added in v1.25.47

SetDisplayName sets the DisplayName field's value.

func (*CreateTrialComponentInput) SetEndTime added in v1.25.47

SetEndTime sets the EndTime field's value.

func (*CreateTrialComponentInput) SetInputArtifacts added in v1.25.47

SetInputArtifacts sets the InputArtifacts field's value.

func (*CreateTrialComponentInput) SetMetadataProperties added in v1.35.37

SetMetadataProperties sets the MetadataProperties field's value.

func (*CreateTrialComponentInput) SetOutputArtifacts added in v1.25.47

SetOutputArtifacts sets the OutputArtifacts field's value.

func (*CreateTrialComponentInput) SetParameters added in v1.25.47

SetParameters sets the Parameters field's value.

func (*CreateTrialComponentInput) SetStartTime added in v1.25.47

SetStartTime sets the StartTime field's value.

func (*CreateTrialComponentInput) SetStatus added in v1.25.47

SetStatus sets the Status field's value.

func (*CreateTrialComponentInput) SetTags added in v1.25.47

SetTags sets the Tags field's value.

func (*CreateTrialComponentInput) SetTrialComponentName added in v1.25.47

func (s *CreateTrialComponentInput) SetTrialComponentName(v string) *CreateTrialComponentInput

SetTrialComponentName sets the TrialComponentName field's value.

func (CreateTrialComponentInput) String added in v1.25.47

func (s CreateTrialComponentInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateTrialComponentInput) Validate added in v1.25.47

func (s *CreateTrialComponentInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateTrialComponentOutput added in v1.25.47

type CreateTrialComponentOutput struct {

	// The Amazon Resource Name (ARN) of the trial component.
	TrialComponentArn *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateTrialComponentOutput) GoString added in v1.25.47

func (s CreateTrialComponentOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateTrialComponentOutput) SetTrialComponentArn added in v1.25.47

func (s *CreateTrialComponentOutput) SetTrialComponentArn(v string) *CreateTrialComponentOutput

SetTrialComponentArn sets the TrialComponentArn field's value.

func (CreateTrialComponentOutput) String added in v1.25.47

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateTrialInput added in v1.25.47

type CreateTrialInput struct {

	// The name of the trial as displayed. The name doesn't need to be unique. If
	// DisplayName isn't specified, TrialName is displayed.
	DisplayName *string `min:"1" type:"string"`

	// The name of the experiment to associate the trial with.
	//
	// ExperimentName is a required field
	ExperimentName *string `min:"1" type:"string" required:"true"`

	// Metadata properties of the tracking entity, trial, or trial component.
	MetadataProperties *MetadataProperties `type:"structure"`

	// A list of tags to associate with the trial. You can use Search (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_Search.html)
	// API to search on the tags.
	Tags []*Tag `type:"list"`

	// The name of the trial. The name must be unique in your Amazon Web Services
	// account and is not case-sensitive.
	//
	// TrialName is a required field
	TrialName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateTrialInput) GoString added in v1.25.47

func (s CreateTrialInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateTrialInput) SetDisplayName added in v1.25.47

func (s *CreateTrialInput) SetDisplayName(v string) *CreateTrialInput

SetDisplayName sets the DisplayName field's value.

func (*CreateTrialInput) SetExperimentName added in v1.25.47

func (s *CreateTrialInput) SetExperimentName(v string) *CreateTrialInput

SetExperimentName sets the ExperimentName field's value.

func (*CreateTrialInput) SetMetadataProperties added in v1.35.37

func (s *CreateTrialInput) SetMetadataProperties(v *MetadataProperties) *CreateTrialInput

SetMetadataProperties sets the MetadataProperties field's value.

func (*CreateTrialInput) SetTags added in v1.25.47

func (s *CreateTrialInput) SetTags(v []*Tag) *CreateTrialInput

SetTags sets the Tags field's value.

func (*CreateTrialInput) SetTrialName added in v1.25.47

func (s *CreateTrialInput) SetTrialName(v string) *CreateTrialInput

SetTrialName sets the TrialName field's value.

func (CreateTrialInput) String added in v1.25.47

func (s CreateTrialInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateTrialInput) Validate added in v1.25.47

func (s *CreateTrialInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateTrialOutput added in v1.25.47

type CreateTrialOutput struct {

	// The Amazon Resource Name (ARN) of the trial.
	TrialArn *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateTrialOutput) GoString added in v1.25.47

func (s CreateTrialOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateTrialOutput) SetTrialArn added in v1.25.47

func (s *CreateTrialOutput) SetTrialArn(v string) *CreateTrialOutput

SetTrialArn sets the TrialArn field's value.

func (CreateTrialOutput) String added in v1.25.47

func (s CreateTrialOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateUserProfileInput added in v1.25.47

type CreateUserProfileInput struct {

	// The ID of the associated Domain.
	//
	// DomainId is a required field
	DomainId *string `type:"string" required:"true"`

	// A specifier for the type of value specified in SingleSignOnUserValue. Currently,
	// the only supported value is "UserName". If the Domain's AuthMode is IAM Identity
	// Center, this field is required. If the Domain's AuthMode is not IAM Identity
	// Center, this field cannot be specified.
	SingleSignOnUserIdentifier *string `type:"string"`

	// The username of the associated Amazon Web Services Single Sign-On User for
	// this UserProfile. If the Domain's AuthMode is IAM Identity Center, this field
	// is required, and must match a valid username of a user in your directory.
	// If the Domain's AuthMode is not IAM Identity Center, this field cannot be
	// specified.
	SingleSignOnUserValue *string `type:"string"`

	// Each tag consists of a key and an optional value. Tag keys must be unique
	// per resource.
	//
	// Tags that you specify for the User Profile are also added to all Apps that
	// the User Profile launches.
	Tags []*Tag `type:"list"`

	// A name for the UserProfile. This value is not case sensitive.
	//
	// UserProfileName is a required field
	UserProfileName *string `type:"string" required:"true"`

	// A collection of settings.
	UserSettings *UserSettings `type:"structure"`
	// contains filtered or unexported fields
}

func (CreateUserProfileInput) GoString added in v1.25.47

func (s CreateUserProfileInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateUserProfileInput) SetDomainId added in v1.25.47

SetDomainId sets the DomainId field's value.

func (*CreateUserProfileInput) SetSingleSignOnUserIdentifier added in v1.25.47

func (s *CreateUserProfileInput) SetSingleSignOnUserIdentifier(v string) *CreateUserProfileInput

SetSingleSignOnUserIdentifier sets the SingleSignOnUserIdentifier field's value.

func (*CreateUserProfileInput) SetSingleSignOnUserValue added in v1.25.47

func (s *CreateUserProfileInput) SetSingleSignOnUserValue(v string) *CreateUserProfileInput

SetSingleSignOnUserValue sets the SingleSignOnUserValue field's value.

func (*CreateUserProfileInput) SetTags added in v1.25.47

SetTags sets the Tags field's value.

func (*CreateUserProfileInput) SetUserProfileName added in v1.25.47

func (s *CreateUserProfileInput) SetUserProfileName(v string) *CreateUserProfileInput

SetUserProfileName sets the UserProfileName field's value.

func (*CreateUserProfileInput) SetUserSettings added in v1.25.47

SetUserSettings sets the UserSettings field's value.

func (CreateUserProfileInput) String added in v1.25.47

func (s CreateUserProfileInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateUserProfileInput) Validate added in v1.25.47

func (s *CreateUserProfileInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateUserProfileOutput added in v1.25.47

type CreateUserProfileOutput struct {

	// The user profile Amazon Resource Name (ARN).
	UserProfileArn *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateUserProfileOutput) GoString added in v1.25.47

func (s CreateUserProfileOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateUserProfileOutput) SetUserProfileArn added in v1.25.47

func (s *CreateUserProfileOutput) SetUserProfileArn(v string) *CreateUserProfileOutput

SetUserProfileArn sets the UserProfileArn field's value.

func (CreateUserProfileOutput) String added in v1.25.47

func (s CreateUserProfileOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateWorkforceInput added in v1.33.12

type CreateWorkforceInput struct {

	// Use this parameter to configure an Amazon Cognito private workforce. A single
	// Cognito workforce is created using and corresponds to a single Amazon Cognito
	// user pool (https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools.html).
	//
	// Do not use OidcConfig if you specify values for CognitoConfig.
	CognitoConfig *CognitoConfig `type:"structure"`

	// Use this parameter to configure a private workforce using your own OIDC Identity
	// Provider.
	//
	// Do not use CognitoConfig if you specify values for OidcConfig.
	OidcConfig *OidcConfig `type:"structure"`

	// A list of IP address ranges (CIDRs (https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html)).
	// Used to create an allow list of IP addresses for a private workforce. Workers
	// will only be able to login to their worker portal from an IP address within
	// this range. By default, a workforce isn't restricted to specific IP addresses.
	SourceIpConfig *SourceIpConfig `type:"structure"`

	// An array of key-value pairs that contain metadata to help you categorize
	// and organize our workforce. Each tag consists of a key and a value, both
	// of which you define.
	Tags []*Tag `type:"list"`

	// The name of the private workforce.
	//
	// WorkforceName is a required field
	WorkforceName *string `min:"1" type:"string" required:"true"`

	// Use this parameter to configure a workforce using VPC.
	WorkforceVpcConfig *WorkforceVpcConfigRequest `type:"structure"`
	// contains filtered or unexported fields
}

func (CreateWorkforceInput) GoString added in v1.33.12

func (s CreateWorkforceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateWorkforceInput) SetCognitoConfig added in v1.33.12

func (s *CreateWorkforceInput) SetCognitoConfig(v *CognitoConfig) *CreateWorkforceInput

SetCognitoConfig sets the CognitoConfig field's value.

func (*CreateWorkforceInput) SetOidcConfig added in v1.33.12

SetOidcConfig sets the OidcConfig field's value.

func (*CreateWorkforceInput) SetSourceIpConfig added in v1.33.12

func (s *CreateWorkforceInput) SetSourceIpConfig(v *SourceIpConfig) *CreateWorkforceInput

SetSourceIpConfig sets the SourceIpConfig field's value.

func (*CreateWorkforceInput) SetTags added in v1.33.12

func (s *CreateWorkforceInput) SetTags(v []*Tag) *CreateWorkforceInput

SetTags sets the Tags field's value.

func (*CreateWorkforceInput) SetWorkforceName added in v1.33.12

func (s *CreateWorkforceInput) SetWorkforceName(v string) *CreateWorkforceInput

SetWorkforceName sets the WorkforceName field's value.

func (*CreateWorkforceInput) SetWorkforceVpcConfig added in v1.44.41

SetWorkforceVpcConfig sets the WorkforceVpcConfig field's value.

func (CreateWorkforceInput) String added in v1.33.12

func (s CreateWorkforceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateWorkforceInput) Validate added in v1.33.12

func (s *CreateWorkforceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateWorkforceOutput added in v1.33.12

type CreateWorkforceOutput struct {

	// The Amazon Resource Name (ARN) of the workforce.
	//
	// WorkforceArn is a required field
	WorkforceArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateWorkforceOutput) GoString added in v1.33.12

func (s CreateWorkforceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateWorkforceOutput) SetWorkforceArn added in v1.33.12

func (s *CreateWorkforceOutput) SetWorkforceArn(v string) *CreateWorkforceOutput

SetWorkforceArn sets the WorkforceArn field's value.

func (CreateWorkforceOutput) String added in v1.33.12

func (s CreateWorkforceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateWorkteamInput added in v1.15.86

type CreateWorkteamInput struct {

	// A description of the work team.
	//
	// Description is a required field
	Description *string `min:"1" type:"string" required:"true"`

	// A list of MemberDefinition objects that contains objects that identify the
	// workers that make up the work team.
	//
	// Workforces can be created using Amazon Cognito or your own OIDC Identity
	// Provider (IdP). For private workforces created using Amazon Cognito use CognitoMemberDefinition.
	// For workforces created using your own OIDC identity provider (IdP) use OidcMemberDefinition.
	// Do not provide input for both of these parameters in a single request.
	//
	// For workforces created using Amazon Cognito, private work teams correspond
	// to Amazon Cognito user groups within the user pool used to create a workforce.
	// All of the CognitoMemberDefinition objects that make up the member definition
	// must have the same ClientId and UserPool values. To add a Amazon Cognito
	// user group to an existing worker pool, see Adding groups to a User Pool.
	// For more information about user pools, see Amazon Cognito User Pools (https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools.html).
	//
	// For workforces created using your own OIDC IdP, specify the user groups that
	// you want to include in your private work team in OidcMemberDefinition by
	// listing those groups in Groups.
	//
	// MemberDefinitions is a required field
	MemberDefinitions []*MemberDefinition `min:"1" type:"list" required:"true"`

	// Configures notification of workers regarding available or expiring work items.
	NotificationConfiguration *NotificationConfiguration `type:"structure"`

	// An array of key-value pairs.
	//
	// For more information, see Resource Tag (https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html)
	// and Using Cost Allocation Tags (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-what)
	// in the Amazon Web Services Billing and Cost Management User Guide.
	Tags []*Tag `type:"list"`

	// The name of the workforce.
	WorkforceName *string `min:"1" type:"string"`

	// The name of the work team. Use this name to identify the work team.
	//
	// WorkteamName is a required field
	WorkteamName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateWorkteamInput) GoString added in v1.15.86

func (s CreateWorkteamInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateWorkteamInput) SetDescription added in v1.15.86

func (s *CreateWorkteamInput) SetDescription(v string) *CreateWorkteamInput

SetDescription sets the Description field's value.

func (*CreateWorkteamInput) SetMemberDefinitions added in v1.15.86

func (s *CreateWorkteamInput) SetMemberDefinitions(v []*MemberDefinition) *CreateWorkteamInput

SetMemberDefinitions sets the MemberDefinitions field's value.

func (*CreateWorkteamInput) SetNotificationConfiguration added in v1.19.27

func (s *CreateWorkteamInput) SetNotificationConfiguration(v *NotificationConfiguration) *CreateWorkteamInput

SetNotificationConfiguration sets the NotificationConfiguration field's value.

func (*CreateWorkteamInput) SetTags added in v1.15.86

func (s *CreateWorkteamInput) SetTags(v []*Tag) *CreateWorkteamInput

SetTags sets the Tags field's value.

func (*CreateWorkteamInput) SetWorkforceName added in v1.33.12

func (s *CreateWorkteamInput) SetWorkforceName(v string) *CreateWorkteamInput

SetWorkforceName sets the WorkforceName field's value.

func (*CreateWorkteamInput) SetWorkteamName added in v1.15.86

func (s *CreateWorkteamInput) SetWorkteamName(v string) *CreateWorkteamInput

SetWorkteamName sets the WorkteamName field's value.

func (CreateWorkteamInput) String added in v1.15.86

func (s CreateWorkteamInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateWorkteamInput) Validate added in v1.15.86

func (s *CreateWorkteamInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateWorkteamOutput added in v1.15.86

type CreateWorkteamOutput struct {

	// The Amazon Resource Name (ARN) of the work team. You can use this ARN to
	// identify the work team.
	WorkteamArn *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateWorkteamOutput) GoString added in v1.15.86

func (s CreateWorkteamOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateWorkteamOutput) SetWorkteamArn added in v1.15.86

func (s *CreateWorkteamOutput) SetWorkteamArn(v string) *CreateWorkteamOutput

SetWorkteamArn sets the WorkteamArn field's value.

func (CreateWorkteamOutput) String added in v1.15.86

func (s CreateWorkteamOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CustomImage added in v1.35.15

type CustomImage struct {

	// The name of the AppImageConfig.
	//
	// AppImageConfigName is a required field
	AppImageConfigName *string `type:"string" required:"true"`

	// The name of the CustomImage. Must be unique to your account.
	//
	// ImageName is a required field
	ImageName *string `min:"1" type:"string" required:"true"`

	// The version number of the CustomImage.
	ImageVersionNumber *int64 `type:"integer"`
	// contains filtered or unexported fields
}

A custom SageMaker image. For more information, see Bring your own SageMaker image (https://docs.aws.amazon.com/sagemaker/latest/dg/studio-byoi.html).

func (CustomImage) GoString added in v1.35.15

func (s CustomImage) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CustomImage) SetAppImageConfigName added in v1.35.15

func (s *CustomImage) SetAppImageConfigName(v string) *CustomImage

SetAppImageConfigName sets the AppImageConfigName field's value.

func (*CustomImage) SetImageName added in v1.35.15

func (s *CustomImage) SetImageName(v string) *CustomImage

SetImageName sets the ImageName field's value.

func (*CustomImage) SetImageVersionNumber added in v1.35.15

func (s *CustomImage) SetImageVersionNumber(v int64) *CustomImage

SetImageVersionNumber sets the ImageVersionNumber field's value.

func (CustomImage) String added in v1.35.15

func (s CustomImage) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CustomImage) Validate added in v1.35.15

func (s *CustomImage) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CustomizedMetricSpecification added in v1.44.315

type CustomizedMetricSpecification struct {

	// The name of the customized metric.
	MetricName *string `type:"string"`

	// The namespace of the customized metric.
	Namespace *string `type:"string"`

	// The statistic of the customized metric.
	Statistic *string `type:"string" enum:"Statistic"`
	// contains filtered or unexported fields
}

A customized metric.

func (CustomizedMetricSpecification) GoString added in v1.44.315

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CustomizedMetricSpecification) SetMetricName added in v1.44.315

SetMetricName sets the MetricName field's value.

func (*CustomizedMetricSpecification) SetNamespace added in v1.44.315

SetNamespace sets the Namespace field's value.

func (*CustomizedMetricSpecification) SetStatistic added in v1.44.315

SetStatistic sets the Statistic field's value.

func (CustomizedMetricSpecification) String added in v1.44.315

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DataCaptureConfig added in v1.25.47

type DataCaptureConfig struct {

	// Configuration specifying how to treat different headers. If no headers are
	// specified SageMaker will by default base64 encode when capturing the data.
	CaptureContentTypeHeader *CaptureContentTypeHeader `type:"structure"`

	// Specifies data Model Monitor will capture. You can configure whether to collect
	// only input, only output, or both
	//
	// CaptureOptions is a required field
	CaptureOptions []*CaptureOption `min:"1" type:"list" required:"true"`

	// The Amazon S3 location used to capture the data.
	//
	// DestinationS3Uri is a required field
	DestinationS3Uri *string `type:"string" required:"true"`

	// Whether data capture should be enabled or disabled (defaults to enabled).
	EnableCapture *bool `type:"boolean"`

	// The percentage of requests SageMaker will capture. A lower value is recommended
	// for Endpoints with high traffic.
	//
	// InitialSamplingPercentage is a required field
	InitialSamplingPercentage *int64 `type:"integer" required:"true"`

	// The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service
	// key that SageMaker uses to encrypt the captured data at rest using Amazon
	// S3 server-side encryption.
	//
	// The KmsKeyId can be any of the following formats:
	//
	//    * Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab
	//
	//    * Key ARN: arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
	//
	//    * Alias name: alias/ExampleAlias
	//
	//    * Alias name ARN: arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias
	KmsKeyId *string `type:"string"`
	// contains filtered or unexported fields
}

Configuration to control how SageMaker captures inference data.

func (DataCaptureConfig) GoString added in v1.25.47

func (s DataCaptureConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataCaptureConfig) SetCaptureContentTypeHeader added in v1.25.47

func (s *DataCaptureConfig) SetCaptureContentTypeHeader(v *CaptureContentTypeHeader) *DataCaptureConfig

SetCaptureContentTypeHeader sets the CaptureContentTypeHeader field's value.

func (*DataCaptureConfig) SetCaptureOptions added in v1.25.47

func (s *DataCaptureConfig) SetCaptureOptions(v []*CaptureOption) *DataCaptureConfig

SetCaptureOptions sets the CaptureOptions field's value.

func (*DataCaptureConfig) SetDestinationS3Uri added in v1.25.47

func (s *DataCaptureConfig) SetDestinationS3Uri(v string) *DataCaptureConfig

SetDestinationS3Uri sets the DestinationS3Uri field's value.

func (*DataCaptureConfig) SetEnableCapture added in v1.25.47

func (s *DataCaptureConfig) SetEnableCapture(v bool) *DataCaptureConfig

SetEnableCapture sets the EnableCapture field's value.

func (*DataCaptureConfig) SetInitialSamplingPercentage added in v1.25.47

func (s *DataCaptureConfig) SetInitialSamplingPercentage(v int64) *DataCaptureConfig

SetInitialSamplingPercentage sets the InitialSamplingPercentage field's value.

func (*DataCaptureConfig) SetKmsKeyId added in v1.25.47

func (s *DataCaptureConfig) SetKmsKeyId(v string) *DataCaptureConfig

SetKmsKeyId sets the KmsKeyId field's value.

func (DataCaptureConfig) String added in v1.25.47

func (s DataCaptureConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataCaptureConfig) Validate added in v1.25.47

func (s *DataCaptureConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DataCaptureConfigSummary added in v1.25.47

type DataCaptureConfigSummary struct {

	// Whether data capture is currently functional.
	//
	// CaptureStatus is a required field
	CaptureStatus *string `type:"string" required:"true" enum:"CaptureStatus"`

	// The percentage of requests being captured by your Endpoint.
	//
	// CurrentSamplingPercentage is a required field
	CurrentSamplingPercentage *int64 `type:"integer" required:"true"`

	// The Amazon S3 location being used to capture the data.
	//
	// DestinationS3Uri is a required field
	DestinationS3Uri *string `type:"string" required:"true"`

	// Whether data capture is enabled or disabled.
	//
	// EnableCapture is a required field
	EnableCapture *bool `type:"boolean" required:"true"`

	// The KMS key being used to encrypt the data in Amazon S3.
	//
	// KmsKeyId is a required field
	KmsKeyId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

The currently active data capture configuration used by your Endpoint.

func (DataCaptureConfigSummary) GoString added in v1.25.47

func (s DataCaptureConfigSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataCaptureConfigSummary) SetCaptureStatus added in v1.25.47

SetCaptureStatus sets the CaptureStatus field's value.

func (*DataCaptureConfigSummary) SetCurrentSamplingPercentage added in v1.25.47

func (s *DataCaptureConfigSummary) SetCurrentSamplingPercentage(v int64) *DataCaptureConfigSummary

SetCurrentSamplingPercentage sets the CurrentSamplingPercentage field's value.

func (*DataCaptureConfigSummary) SetDestinationS3Uri added in v1.25.47

func (s *DataCaptureConfigSummary) SetDestinationS3Uri(v string) *DataCaptureConfigSummary

SetDestinationS3Uri sets the DestinationS3Uri field's value.

func (*DataCaptureConfigSummary) SetEnableCapture added in v1.25.47

func (s *DataCaptureConfigSummary) SetEnableCapture(v bool) *DataCaptureConfigSummary

SetEnableCapture sets the EnableCapture field's value.

func (*DataCaptureConfigSummary) SetKmsKeyId added in v1.25.47

SetKmsKeyId sets the KmsKeyId field's value.

func (DataCaptureConfigSummary) String added in v1.25.47

func (s DataCaptureConfigSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DataCatalogConfig added in v1.35.37

type DataCatalogConfig struct {

	// The name of the Glue table catalog.
	//
	// Catalog is a required field
	Catalog *string `min:"1" type:"string" required:"true"`

	// The name of the Glue table database.
	//
	// Database is a required field
	Database *string `min:"1" type:"string" required:"true"`

	// The name of the Glue table.
	//
	// TableName is a required field
	TableName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The meta data of the Glue table which serves as data catalog for the OfflineStore.

func (DataCatalogConfig) GoString added in v1.35.37

func (s DataCatalogConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataCatalogConfig) SetCatalog added in v1.35.37

func (s *DataCatalogConfig) SetCatalog(v string) *DataCatalogConfig

SetCatalog sets the Catalog field's value.

func (*DataCatalogConfig) SetDatabase added in v1.35.37

func (s *DataCatalogConfig) SetDatabase(v string) *DataCatalogConfig

SetDatabase sets the Database field's value.

func (*DataCatalogConfig) SetTableName added in v1.35.37

func (s *DataCatalogConfig) SetTableName(v string) *DataCatalogConfig

SetTableName sets the TableName field's value.

func (DataCatalogConfig) String added in v1.35.37

func (s DataCatalogConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataCatalogConfig) Validate added in v1.35.37

func (s *DataCatalogConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DataProcessing added in v1.19.48

type DataProcessing struct {

	// A JSONPath (https://docs.aws.amazon.com/sagemaker/latest/dg/batch-transform-data-processing.html#data-processing-operators)
	// expression used to select a portion of the input data to pass to the algorithm.
	// Use the InputFilter parameter to exclude fields, such as an ID column, from
	// the input. If you want SageMaker to pass the entire input dataset to the
	// algorithm, accept the default value $.
	//
	// Examples: "$", "$[1:]", "$.features"
	InputFilter *string `type:"string"`

	// Specifies the source of the data to join with the transformed data. The valid
	// values are None and Input. The default value is None, which specifies not
	// to join the input with the transformed data. If you want the batch transform
	// job to join the original input data with the transformed data, set JoinSource
	// to Input. You can specify OutputFilter as an additional filter to select
	// a portion of the joined dataset and store it in the output file.
	//
	// For JSON or JSONLines objects, such as a JSON array, SageMaker adds the transformed
	// data to the input JSON object in an attribute called SageMakerOutput. The
	// joined result for JSON must be a key-value pair object. If the input is not
	// a key-value pair object, SageMaker creates a new JSON file. In the new JSON
	// file, and the input data is stored under the SageMakerInput key and the results
	// are stored in SageMakerOutput.
	//
	// For CSV data, SageMaker takes each row as a JSON array and joins the transformed
	// data with the input by appending each transformed row to the end of the input.
	// The joined data has the original input data followed by the transformed data
	// and the output is a CSV file.
	//
	// For information on how joining in applied, see Workflow for Associating Inferences
	// with Input Records (https://docs.aws.amazon.com/sagemaker/latest/dg/batch-transform-data-processing.html#batch-transform-data-processing-workflow).
	JoinSource *string `type:"string" enum:"JoinSource"`

	// A JSONPath (https://docs.aws.amazon.com/sagemaker/latest/dg/batch-transform-data-processing.html#data-processing-operators)
	// expression used to select a portion of the joined dataset to save in the
	// output file for a batch transform job. If you want SageMaker to store the
	// entire input dataset in the output file, leave the default value, $. If you
	// specify indexes that aren't within the dimension size of the joined dataset,
	// you get an error.
	//
	// Examples: "$", "$[0,5:]", "$['id','SageMakerOutput']"
	OutputFilter *string `type:"string"`
	// contains filtered or unexported fields
}

The data structure used to specify the data to be used for inference in a batch transform job and to associate the data that is relevant to the prediction results in the output. The input filter provided allows you to exclude input data that is not needed for inference in a batch transform job. The output filter provided allows you to include input data relevant to interpreting the predictions in the output from the job. For more information, see Associate Prediction Results with their Corresponding Input Records (https://docs.aws.amazon.com/sagemaker/latest/dg/batch-transform-data-processing.html).

func (DataProcessing) GoString added in v1.19.48

func (s DataProcessing) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataProcessing) SetInputFilter added in v1.19.48

func (s *DataProcessing) SetInputFilter(v string) *DataProcessing

SetInputFilter sets the InputFilter field's value.

func (*DataProcessing) SetJoinSource added in v1.19.48

func (s *DataProcessing) SetJoinSource(v string) *DataProcessing

SetJoinSource sets the JoinSource field's value.

func (*DataProcessing) SetOutputFilter added in v1.19.48

func (s *DataProcessing) SetOutputFilter(v string) *DataProcessing

SetOutputFilter sets the OutputFilter field's value.

func (DataProcessing) String added in v1.19.48

func (s DataProcessing) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DataQualityAppSpecification added in v1.36.4

type DataQualityAppSpecification struct {

	// The arguments to send to the container that the monitoring job runs.
	ContainerArguments []*string `min:"1" type:"list"`

	// The entrypoint for a container used to run a monitoring job.
	ContainerEntrypoint []*string `min:"1" type:"list"`

	// Sets the environment variables in the container that the monitoring job runs.
	Environment map[string]*string `type:"map"`

	// The container image that the data quality monitoring job runs.
	//
	// ImageUri is a required field
	ImageUri *string `type:"string" required:"true"`

	// An Amazon S3 URI to a script that is called after analysis has been performed.
	// Applicable only for the built-in (first party) containers.
	PostAnalyticsProcessorSourceUri *string `type:"string"`

	// An Amazon S3 URI to a script that is called per row prior to running analysis.
	// It can base64 decode the payload and convert it into a flatted json so that
	// the built-in container can use the converted data. Applicable only for the
	// built-in (first party) containers.
	RecordPreprocessorSourceUri *string `type:"string"`
	// contains filtered or unexported fields
}

Information about the container that a data quality monitoring job runs.

func (DataQualityAppSpecification) GoString added in v1.36.4

func (s DataQualityAppSpecification) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataQualityAppSpecification) SetContainerArguments added in v1.36.4

func (s *DataQualityAppSpecification) SetContainerArguments(v []*string) *DataQualityAppSpecification

SetContainerArguments sets the ContainerArguments field's value.

func (*DataQualityAppSpecification) SetContainerEntrypoint added in v1.36.4

func (s *DataQualityAppSpecification) SetContainerEntrypoint(v []*string) *DataQualityAppSpecification

SetContainerEntrypoint sets the ContainerEntrypoint field's value.

func (*DataQualityAppSpecification) SetEnvironment added in v1.36.4

SetEnvironment sets the Environment field's value.

func (*DataQualityAppSpecification) SetImageUri added in v1.36.4

SetImageUri sets the ImageUri field's value.

func (*DataQualityAppSpecification) SetPostAnalyticsProcessorSourceUri added in v1.36.4

func (s *DataQualityAppSpecification) SetPostAnalyticsProcessorSourceUri(v string) *DataQualityAppSpecification

SetPostAnalyticsProcessorSourceUri sets the PostAnalyticsProcessorSourceUri field's value.

func (*DataQualityAppSpecification) SetRecordPreprocessorSourceUri added in v1.36.4

func (s *DataQualityAppSpecification) SetRecordPreprocessorSourceUri(v string) *DataQualityAppSpecification

SetRecordPreprocessorSourceUri sets the RecordPreprocessorSourceUri field's value.

func (DataQualityAppSpecification) String added in v1.36.4

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataQualityAppSpecification) Validate added in v1.36.4

func (s *DataQualityAppSpecification) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DataQualityBaselineConfig added in v1.36.4

type DataQualityBaselineConfig struct {

	// The name of the job that performs baselining for the data quality monitoring
	// job.
	BaseliningJobName *string `min:"1" type:"string"`

	// The constraints resource for a monitoring job.
	ConstraintsResource *MonitoringConstraintsResource `type:"structure"`

	// The statistics resource for a monitoring job.
	StatisticsResource *MonitoringStatisticsResource `type:"structure"`
	// contains filtered or unexported fields
}

Configuration for monitoring constraints and monitoring statistics. These baseline resources are compared against the results of the current job from the series of jobs scheduled to collect data periodically.

func (DataQualityBaselineConfig) GoString added in v1.36.4

func (s DataQualityBaselineConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataQualityBaselineConfig) SetBaseliningJobName added in v1.36.4

func (s *DataQualityBaselineConfig) SetBaseliningJobName(v string) *DataQualityBaselineConfig

SetBaseliningJobName sets the BaseliningJobName field's value.

func (*DataQualityBaselineConfig) SetConstraintsResource added in v1.36.4

SetConstraintsResource sets the ConstraintsResource field's value.

func (*DataQualityBaselineConfig) SetStatisticsResource added in v1.36.4

SetStatisticsResource sets the StatisticsResource field's value.

func (DataQualityBaselineConfig) String added in v1.36.4

func (s DataQualityBaselineConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataQualityBaselineConfig) Validate added in v1.36.4

func (s *DataQualityBaselineConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DataQualityJobInput added in v1.36.4

type DataQualityJobInput struct {

	// Input object for the batch transform job.
	BatchTransformInput *BatchTransformInput_ `type:"structure"`

	// Input object for the endpoint
	EndpointInput *EndpointInput `type:"structure"`
	// contains filtered or unexported fields
}

The input for the data quality monitoring job. Currently endpoints are supported for input.

func (DataQualityJobInput) GoString added in v1.36.4

func (s DataQualityJobInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataQualityJobInput) SetBatchTransformInput added in v1.44.118

func (s *DataQualityJobInput) SetBatchTransformInput(v *BatchTransformInput_) *DataQualityJobInput

SetBatchTransformInput sets the BatchTransformInput field's value.

func (*DataQualityJobInput) SetEndpointInput added in v1.36.4

func (s *DataQualityJobInput) SetEndpointInput(v *EndpointInput) *DataQualityJobInput

SetEndpointInput sets the EndpointInput field's value.

func (DataQualityJobInput) String added in v1.36.4

func (s DataQualityJobInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataQualityJobInput) Validate added in v1.36.4

func (s *DataQualityJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DataSource

type DataSource struct {

	// The file system that is associated with a channel.
	FileSystemDataSource *FileSystemDataSource `type:"structure"`

	// The S3 location of the data source that is associated with a channel.
	S3DataSource *S3DataSource `type:"structure"`
	// contains filtered or unexported fields
}

Describes the location of the channel data.

func (DataSource) GoString

func (s DataSource) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataSource) SetFileSystemDataSource added in v1.23.6

func (s *DataSource) SetFileSystemDataSource(v *FileSystemDataSource) *DataSource

SetFileSystemDataSource sets the FileSystemDataSource field's value.

func (*DataSource) SetS3DataSource

func (s *DataSource) SetS3DataSource(v *S3DataSource) *DataSource

SetS3DataSource sets the S3DataSource field's value.

func (DataSource) String

func (s DataSource) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DataSource) Validate

func (s *DataSource) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DatasetDefinition added in v1.35.37

type DatasetDefinition struct {

	// Configuration for Athena Dataset Definition input.
	AthenaDatasetDefinition *AthenaDatasetDefinition `type:"structure"`

	// Whether the generated dataset is FullyReplicated or ShardedByS3Key (default).
	DataDistributionType *string `type:"string" enum:"DataDistributionType"`

	// Whether to use File or Pipe input mode. In File (default) mode, Amazon SageMaker
	// copies the data from the input source onto the local Amazon Elastic Block
	// Store (Amazon EBS) volumes before starting your training algorithm. This
	// is the most commonly used input mode. In Pipe mode, Amazon SageMaker streams
	// input data from the source directly to your algorithm without using the EBS
	// volume.
	InputMode *string `type:"string" enum:"InputMode"`

	// The local path where you want Amazon SageMaker to download the Dataset Definition
	// inputs to run a processing job. LocalPath is an absolute path to the input
	// data. This is a required parameter when AppManaged is False (default).
	LocalPath *string `type:"string"`

	// Configuration for Redshift Dataset Definition input.
	RedshiftDatasetDefinition *RedshiftDatasetDefinition `type:"structure"`
	// contains filtered or unexported fields
}

Configuration for Dataset Definition inputs. The Dataset Definition input must specify exactly one of either AthenaDatasetDefinition or RedshiftDatasetDefinition types.

func (DatasetDefinition) GoString added in v1.35.37

func (s DatasetDefinition) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DatasetDefinition) SetAthenaDatasetDefinition added in v1.35.37

func (s *DatasetDefinition) SetAthenaDatasetDefinition(v *AthenaDatasetDefinition) *DatasetDefinition

SetAthenaDatasetDefinition sets the AthenaDatasetDefinition field's value.

func (*DatasetDefinition) SetDataDistributionType added in v1.35.37

func (s *DatasetDefinition) SetDataDistributionType(v string) *DatasetDefinition

SetDataDistributionType sets the DataDistributionType field's value.

func (*DatasetDefinition) SetInputMode added in v1.35.37

func (s *DatasetDefinition) SetInputMode(v string) *DatasetDefinition

SetInputMode sets the InputMode field's value.

func (*DatasetDefinition) SetLocalPath added in v1.35.37

func (s *DatasetDefinition) SetLocalPath(v string) *DatasetDefinition

SetLocalPath sets the LocalPath field's value.

func (*DatasetDefinition) SetRedshiftDatasetDefinition added in v1.35.37

func (s *DatasetDefinition) SetRedshiftDatasetDefinition(v *RedshiftDatasetDefinition) *DatasetDefinition

SetRedshiftDatasetDefinition sets the RedshiftDatasetDefinition field's value.

func (DatasetDefinition) String added in v1.35.37

func (s DatasetDefinition) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DatasetDefinition) Validate added in v1.35.37

func (s *DatasetDefinition) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DebugHookConfig added in v1.25.47

type DebugHookConfig struct {

	// Configuration information for Amazon SageMaker Debugger tensor collections.
	// To learn more about how to configure the CollectionConfiguration parameter,
	// see Use the SageMaker and Debugger Configuration API Operations to Create,
	// Update, and Debug Your Training Job (https://docs.aws.amazon.com/sagemaker/latest/dg/debugger-createtrainingjob-api.html).
	CollectionConfigurations []*CollectionConfiguration `type:"list"`

	// Configuration information for the Amazon SageMaker Debugger hook parameters.
	HookParameters map[string]*string `type:"map"`

	// Path to local storage location for metrics and tensors. Defaults to /opt/ml/output/tensors/.
	LocalPath *string `type:"string"`

	// Path to Amazon S3 storage location for metrics and tensors.
	//
	// S3OutputPath is a required field
	S3OutputPath *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Configuration information for the Amazon SageMaker Debugger hook parameters, metric and tensor collections, and storage paths. To learn more about how to configure the DebugHookConfig parameter, see Use the SageMaker and Debugger Configuration API Operations to Create, Update, and Debug Your Training Job (https://docs.aws.amazon.com/sagemaker/latest/dg/debugger-createtrainingjob-api.html).

func (DebugHookConfig) GoString added in v1.25.47

func (s DebugHookConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DebugHookConfig) SetCollectionConfigurations added in v1.25.47

func (s *DebugHookConfig) SetCollectionConfigurations(v []*CollectionConfiguration) *DebugHookConfig

SetCollectionConfigurations sets the CollectionConfigurations field's value.

func (*DebugHookConfig) SetHookParameters added in v1.25.47

func (s *DebugHookConfig) SetHookParameters(v map[string]*string) *DebugHookConfig

SetHookParameters sets the HookParameters field's value.

func (*DebugHookConfig) SetLocalPath added in v1.25.47

func (s *DebugHookConfig) SetLocalPath(v string) *DebugHookConfig

SetLocalPath sets the LocalPath field's value.

func (*DebugHookConfig) SetS3OutputPath added in v1.25.47

func (s *DebugHookConfig) SetS3OutputPath(v string) *DebugHookConfig

SetS3OutputPath sets the S3OutputPath field's value.

func (DebugHookConfig) String added in v1.25.47

func (s DebugHookConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DebugHookConfig) Validate added in v1.25.47

func (s *DebugHookConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DebugRuleConfiguration added in v1.25.47

type DebugRuleConfiguration struct {

	// The instance type to deploy a custom rule for debugging a training job.
	InstanceType *string `type:"string" enum:"ProcessingInstanceType"`

	// Path to local storage location for output of rules. Defaults to /opt/ml/processing/output/rule/.
	LocalPath *string `type:"string"`

	// The name of the rule configuration. It must be unique relative to other rule
	// configuration names.
	//
	// RuleConfigurationName is a required field
	RuleConfigurationName *string `min:"1" type:"string" required:"true"`

	// The Amazon Elastic Container (ECR) Image for the managed rule evaluation.
	//
	// RuleEvaluatorImage is a required field
	RuleEvaluatorImage *string `type:"string" required:"true"`

	// Runtime configuration for rule container.
	RuleParameters map[string]*string `type:"map"`

	// Path to Amazon S3 storage location for rules.
	S3OutputPath *string `type:"string"`

	// The size, in GB, of the ML storage volume attached to the processing instance.
	VolumeSizeInGB *int64 `type:"integer"`
	// contains filtered or unexported fields
}

Configuration information for SageMaker Debugger rules for debugging. To learn more about how to configure the DebugRuleConfiguration parameter, see Use the SageMaker and Debugger Configuration API Operations to Create, Update, and Debug Your Training Job (https://docs.aws.amazon.com/sagemaker/latest/dg/debugger-createtrainingjob-api.html).

func (DebugRuleConfiguration) GoString added in v1.25.47

func (s DebugRuleConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DebugRuleConfiguration) SetInstanceType added in v1.25.47

func (s *DebugRuleConfiguration) SetInstanceType(v string) *DebugRuleConfiguration

SetInstanceType sets the InstanceType field's value.

func (*DebugRuleConfiguration) SetLocalPath added in v1.25.47

SetLocalPath sets the LocalPath field's value.

func (*DebugRuleConfiguration) SetRuleConfigurationName added in v1.25.47

func (s *DebugRuleConfiguration) SetRuleConfigurationName(v string) *DebugRuleConfiguration

SetRuleConfigurationName sets the RuleConfigurationName field's value.

func (*DebugRuleConfiguration) SetRuleEvaluatorImage added in v1.25.47

func (s *DebugRuleConfiguration) SetRuleEvaluatorImage(v string) *DebugRuleConfiguration

SetRuleEvaluatorImage sets the RuleEvaluatorImage field's value.

func (*DebugRuleConfiguration) SetRuleParameters added in v1.25.47

func (s *DebugRuleConfiguration) SetRuleParameters(v map[string]*string) *DebugRuleConfiguration

SetRuleParameters sets the RuleParameters field's value.

func (*DebugRuleConfiguration) SetS3OutputPath added in v1.25.47

func (s *DebugRuleConfiguration) SetS3OutputPath(v string) *DebugRuleConfiguration

SetS3OutputPath sets the S3OutputPath field's value.

func (*DebugRuleConfiguration) SetVolumeSizeInGB added in v1.25.47

func (s *DebugRuleConfiguration) SetVolumeSizeInGB(v int64) *DebugRuleConfiguration

SetVolumeSizeInGB sets the VolumeSizeInGB field's value.

func (DebugRuleConfiguration) String added in v1.25.47

func (s DebugRuleConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DebugRuleConfiguration) Validate added in v1.25.47

func (s *DebugRuleConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DebugRuleEvaluationStatus added in v1.25.47

type DebugRuleEvaluationStatus struct {

	// Timestamp when the rule evaluation status was last modified.
	LastModifiedTime *time.Time `type:"timestamp"`

	// The name of the rule configuration.
	RuleConfigurationName *string `min:"1" type:"string"`

	// The Amazon Resource Name (ARN) of the rule evaluation job.
	RuleEvaluationJobArn *string `type:"string"`

	// Status of the rule evaluation.
	RuleEvaluationStatus *string `type:"string" enum:"RuleEvaluationStatus"`

	// Details from the rule evaluation.
	StatusDetails *string `type:"string"`
	// contains filtered or unexported fields
}

Information about the status of the rule evaluation.

func (DebugRuleEvaluationStatus) GoString added in v1.25.47

func (s DebugRuleEvaluationStatus) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DebugRuleEvaluationStatus) SetLastModifiedTime added in v1.25.47

func (s *DebugRuleEvaluationStatus) SetLastModifiedTime(v time.Time) *DebugRuleEvaluationStatus

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*DebugRuleEvaluationStatus) SetRuleConfigurationName added in v1.25.47

func (s *DebugRuleEvaluationStatus) SetRuleConfigurationName(v string) *DebugRuleEvaluationStatus

SetRuleConfigurationName sets the RuleConfigurationName field's value.

func (*DebugRuleEvaluationStatus) SetRuleEvaluationJobArn added in v1.25.47

func (s *DebugRuleEvaluationStatus) SetRuleEvaluationJobArn(v string) *DebugRuleEvaluationStatus

SetRuleEvaluationJobArn sets the RuleEvaluationJobArn field's value.

func (*DebugRuleEvaluationStatus) SetRuleEvaluationStatus added in v1.25.47

func (s *DebugRuleEvaluationStatus) SetRuleEvaluationStatus(v string) *DebugRuleEvaluationStatus

SetRuleEvaluationStatus sets the RuleEvaluationStatus field's value.

func (*DebugRuleEvaluationStatus) SetStatusDetails added in v1.25.47

SetStatusDetails sets the StatusDetails field's value.

func (DebugRuleEvaluationStatus) String added in v1.25.47

func (s DebugRuleEvaluationStatus) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DefaultSpaceSettings added in v1.44.150

type DefaultSpaceSettings struct {

	// The ARN of the execution role for the space.
	ExecutionRole *string `min:"20" type:"string"`

	// The JupyterServer app settings.
	JupyterServerAppSettings *JupyterServerAppSettings `type:"structure"`

	// The KernelGateway app settings.
	KernelGatewayAppSettings *KernelGatewayAppSettings `type:"structure"`

	// The security group IDs for the Amazon Virtual Private Cloud that the space
	// uses for communication.
	SecurityGroups []*string `type:"list"`
	// contains filtered or unexported fields
}

A collection of settings that apply to spaces created in the Domain.

func (DefaultSpaceSettings) GoString added in v1.44.150

func (s DefaultSpaceSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DefaultSpaceSettings) SetExecutionRole added in v1.44.150

func (s *DefaultSpaceSettings) SetExecutionRole(v string) *DefaultSpaceSettings

SetExecutionRole sets the ExecutionRole field's value.

func (*DefaultSpaceSettings) SetJupyterServerAppSettings added in v1.44.150

func (s *DefaultSpaceSettings) SetJupyterServerAppSettings(v *JupyterServerAppSettings) *DefaultSpaceSettings

SetJupyterServerAppSettings sets the JupyterServerAppSettings field's value.

func (*DefaultSpaceSettings) SetKernelGatewayAppSettings added in v1.44.150

func (s *DefaultSpaceSettings) SetKernelGatewayAppSettings(v *KernelGatewayAppSettings) *DefaultSpaceSettings

SetKernelGatewayAppSettings sets the KernelGatewayAppSettings field's value.

func (*DefaultSpaceSettings) SetSecurityGroups added in v1.44.150

func (s *DefaultSpaceSettings) SetSecurityGroups(v []*string) *DefaultSpaceSettings

SetSecurityGroups sets the SecurityGroups field's value.

func (DefaultSpaceSettings) String added in v1.44.150

func (s DefaultSpaceSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DefaultSpaceSettings) Validate added in v1.44.150

func (s *DefaultSpaceSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteActionInput added in v1.35.37

type DeleteActionInput struct {

	// The name of the action to delete.
	//
	// ActionName is a required field
	ActionName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteActionInput) GoString added in v1.35.37

func (s DeleteActionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteActionInput) SetActionName added in v1.35.37

func (s *DeleteActionInput) SetActionName(v string) *DeleteActionInput

SetActionName sets the ActionName field's value.

func (DeleteActionInput) String added in v1.35.37

func (s DeleteActionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteActionInput) Validate added in v1.35.37

func (s *DeleteActionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteActionOutput added in v1.35.37

type DeleteActionOutput struct {

	// The Amazon Resource Name (ARN) of the action.
	ActionArn *string `type:"string"`
	// contains filtered or unexported fields
}

func (DeleteActionOutput) GoString added in v1.35.37

func (s DeleteActionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteActionOutput) SetActionArn added in v1.35.37

func (s *DeleteActionOutput) SetActionArn(v string) *DeleteActionOutput

SetActionArn sets the ActionArn field's value.

func (DeleteActionOutput) String added in v1.35.37

func (s DeleteActionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteAlgorithmInput added in v1.15.86

type DeleteAlgorithmInput struct {

	// The name of the algorithm to delete.
	//
	// AlgorithmName is a required field
	AlgorithmName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteAlgorithmInput) GoString added in v1.15.86

func (s DeleteAlgorithmInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteAlgorithmInput) SetAlgorithmName added in v1.15.86

func (s *DeleteAlgorithmInput) SetAlgorithmName(v string) *DeleteAlgorithmInput

SetAlgorithmName sets the AlgorithmName field's value.

func (DeleteAlgorithmInput) String added in v1.15.86

func (s DeleteAlgorithmInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteAlgorithmInput) Validate added in v1.15.86

func (s *DeleteAlgorithmInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteAlgorithmOutput added in v1.15.86

type DeleteAlgorithmOutput struct {
	// contains filtered or unexported fields
}

func (DeleteAlgorithmOutput) GoString added in v1.15.86

func (s DeleteAlgorithmOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteAlgorithmOutput) String added in v1.15.86

func (s DeleteAlgorithmOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteAppImageConfigInput added in v1.35.15

type DeleteAppImageConfigInput struct {

	// The name of the AppImageConfig to delete.
	//
	// AppImageConfigName is a required field
	AppImageConfigName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteAppImageConfigInput) GoString added in v1.35.15

func (s DeleteAppImageConfigInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteAppImageConfigInput) SetAppImageConfigName added in v1.35.15

func (s *DeleteAppImageConfigInput) SetAppImageConfigName(v string) *DeleteAppImageConfigInput

SetAppImageConfigName sets the AppImageConfigName field's value.

func (DeleteAppImageConfigInput) String added in v1.35.15

func (s DeleteAppImageConfigInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteAppImageConfigInput) Validate added in v1.35.15

func (s *DeleteAppImageConfigInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteAppImageConfigOutput added in v1.35.15

type DeleteAppImageConfigOutput struct {
	// contains filtered or unexported fields
}

func (DeleteAppImageConfigOutput) GoString added in v1.35.15

func (s DeleteAppImageConfigOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteAppImageConfigOutput) String added in v1.35.15

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteAppInput added in v1.25.47

type DeleteAppInput struct {

	// The name of the app.
	//
	// AppName is a required field
	AppName *string `type:"string" required:"true"`

	// The type of app.
	//
	// AppType is a required field
	AppType *string `type:"string" required:"true" enum:"AppType"`

	// The domain ID.
	//
	// DomainId is a required field
	DomainId *string `type:"string" required:"true"`

	// The name of the space. If this value is not set, then UserProfileName must
	// be set.
	SpaceName *string `type:"string"`

	// The user profile name. If this value is not set, then SpaceName must be set.
	UserProfileName *string `type:"string"`
	// contains filtered or unexported fields
}

func (DeleteAppInput) GoString added in v1.25.47

func (s DeleteAppInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteAppInput) SetAppName added in v1.25.47

func (s *DeleteAppInput) SetAppName(v string) *DeleteAppInput

SetAppName sets the AppName field's value.

func (*DeleteAppInput) SetAppType added in v1.25.47

func (s *DeleteAppInput) SetAppType(v string) *DeleteAppInput

SetAppType sets the AppType field's value.

func (*DeleteAppInput) SetDomainId added in v1.25.47

func (s *DeleteAppInput) SetDomainId(v string) *DeleteAppInput

SetDomainId sets the DomainId field's value.

func (*DeleteAppInput) SetSpaceName added in v1.44.150

func (s *DeleteAppInput) SetSpaceName(v string) *DeleteAppInput

SetSpaceName sets the SpaceName field's value.

func (*DeleteAppInput) SetUserProfileName added in v1.25.47

func (s *DeleteAppInput) SetUserProfileName(v string) *DeleteAppInput

SetUserProfileName sets the UserProfileName field's value.

func (DeleteAppInput) String added in v1.25.47

func (s DeleteAppInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteAppInput) Validate added in v1.25.47

func (s *DeleteAppInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteAppOutput added in v1.25.47

type DeleteAppOutput struct {
	// contains filtered or unexported fields
}

func (DeleteAppOutput) GoString added in v1.25.47

func (s DeleteAppOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteAppOutput) String added in v1.25.47

func (s DeleteAppOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteArtifactInput added in v1.35.37

type DeleteArtifactInput struct {

	// The Amazon Resource Name (ARN) of the artifact to delete.
	ArtifactArn *string `type:"string"`

	// The URI of the source.
	Source *ArtifactSource `type:"structure"`
	// contains filtered or unexported fields
}

func (DeleteArtifactInput) GoString added in v1.35.37

func (s DeleteArtifactInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteArtifactInput) SetArtifactArn added in v1.35.37

func (s *DeleteArtifactInput) SetArtifactArn(v string) *DeleteArtifactInput

SetArtifactArn sets the ArtifactArn field's value.

func (*DeleteArtifactInput) SetSource added in v1.35.37

SetSource sets the Source field's value.

func (DeleteArtifactInput) String added in v1.35.37

func (s DeleteArtifactInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteArtifactInput) Validate added in v1.35.37

func (s *DeleteArtifactInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteArtifactOutput added in v1.35.37

type DeleteArtifactOutput struct {

	// The Amazon Resource Name (ARN) of the artifact.
	ArtifactArn *string `type:"string"`
	// contains filtered or unexported fields
}

func (DeleteArtifactOutput) GoString added in v1.35.37

func (s DeleteArtifactOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteArtifactOutput) SetArtifactArn added in v1.35.37

func (s *DeleteArtifactOutput) SetArtifactArn(v string) *DeleteArtifactOutput

SetArtifactArn sets the ArtifactArn field's value.

func (DeleteArtifactOutput) String added in v1.35.37

func (s DeleteArtifactOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteAssociationInput added in v1.35.37

type DeleteAssociationInput struct {

	// The Amazon Resource Name (ARN) of the destination.
	//
	// DestinationArn is a required field
	DestinationArn *string `type:"string" required:"true"`

	// The ARN of the source.
	//
	// SourceArn is a required field
	SourceArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteAssociationInput) GoString added in v1.35.37

func (s DeleteAssociationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteAssociationInput) SetDestinationArn added in v1.35.37

func (s *DeleteAssociationInput) SetDestinationArn(v string) *DeleteAssociationInput

SetDestinationArn sets the DestinationArn field's value.

func (*DeleteAssociationInput) SetSourceArn added in v1.35.37

SetSourceArn sets the SourceArn field's value.

func (DeleteAssociationInput) String added in v1.35.37

func (s DeleteAssociationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteAssociationInput) Validate added in v1.35.37

func (s *DeleteAssociationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteAssociationOutput added in v1.35.37

type DeleteAssociationOutput struct {

	// The Amazon Resource Name (ARN) of the destination.
	DestinationArn *string `type:"string"`

	// The ARN of the source.
	SourceArn *string `type:"string"`
	// contains filtered or unexported fields
}

func (DeleteAssociationOutput) GoString added in v1.35.37

func (s DeleteAssociationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteAssociationOutput) SetDestinationArn added in v1.35.37

func (s *DeleteAssociationOutput) SetDestinationArn(v string) *DeleteAssociationOutput

SetDestinationArn sets the DestinationArn field's value.

func (*DeleteAssociationOutput) SetSourceArn added in v1.35.37

SetSourceArn sets the SourceArn field's value.

func (DeleteAssociationOutput) String added in v1.35.37

func (s DeleteAssociationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteCodeRepositoryInput added in v1.15.86

type DeleteCodeRepositoryInput struct {

	// The name of the Git repository to delete.
	//
	// CodeRepositoryName is a required field
	CodeRepositoryName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteCodeRepositoryInput) GoString added in v1.15.86

func (s DeleteCodeRepositoryInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteCodeRepositoryInput) SetCodeRepositoryName added in v1.15.86

func (s *DeleteCodeRepositoryInput) SetCodeRepositoryName(v string) *DeleteCodeRepositoryInput

SetCodeRepositoryName sets the CodeRepositoryName field's value.

func (DeleteCodeRepositoryInput) String added in v1.15.86

func (s DeleteCodeRepositoryInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteCodeRepositoryInput) Validate added in v1.15.86

func (s *DeleteCodeRepositoryInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteCodeRepositoryOutput added in v1.15.86

type DeleteCodeRepositoryOutput struct {
	// contains filtered or unexported fields
}

func (DeleteCodeRepositoryOutput) GoString added in v1.15.86

func (s DeleteCodeRepositoryOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteCodeRepositoryOutput) String added in v1.15.86

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteContextInput added in v1.35.37

type DeleteContextInput struct {

	// The name of the context to delete.
	//
	// ContextName is a required field
	ContextName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteContextInput) GoString added in v1.35.37

func (s DeleteContextInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteContextInput) SetContextName added in v1.35.37

func (s *DeleteContextInput) SetContextName(v string) *DeleteContextInput

SetContextName sets the ContextName field's value.

func (DeleteContextInput) String added in v1.35.37

func (s DeleteContextInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteContextInput) Validate added in v1.35.37

func (s *DeleteContextInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteContextOutput added in v1.35.37

type DeleteContextOutput struct {

	// The Amazon Resource Name (ARN) of the context.
	ContextArn *string `type:"string"`
	// contains filtered or unexported fields
}

func (DeleteContextOutput) GoString added in v1.35.37

func (s DeleteContextOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteContextOutput) SetContextArn added in v1.35.37

func (s *DeleteContextOutput) SetContextArn(v string) *DeleteContextOutput

SetContextArn sets the ContextArn field's value.

func (DeleteContextOutput) String added in v1.35.37

func (s DeleteContextOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteDataQualityJobDefinitionInput added in v1.36.4

type DeleteDataQualityJobDefinitionInput struct {

	// The name of the data quality monitoring job definition to delete.
	//
	// JobDefinitionName is a required field
	JobDefinitionName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteDataQualityJobDefinitionInput) GoString added in v1.36.4

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteDataQualityJobDefinitionInput) SetJobDefinitionName added in v1.36.4

SetJobDefinitionName sets the JobDefinitionName field's value.

func (DeleteDataQualityJobDefinitionInput) String added in v1.36.4

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteDataQualityJobDefinitionInput) Validate added in v1.36.4

Validate inspects the fields of the type to determine if they are valid.

type DeleteDataQualityJobDefinitionOutput added in v1.36.4

type DeleteDataQualityJobDefinitionOutput struct {
	// contains filtered or unexported fields
}

func (DeleteDataQualityJobDefinitionOutput) GoString added in v1.36.4

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteDataQualityJobDefinitionOutput) String added in v1.36.4

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteDeviceFleetInput added in v1.36.4

type DeleteDeviceFleetInput struct {

	// The name of the fleet to delete.
	//
	// DeviceFleetName is a required field
	DeviceFleetName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteDeviceFleetInput) GoString added in v1.36.4

func (s DeleteDeviceFleetInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteDeviceFleetInput) SetDeviceFleetName added in v1.36.4

func (s *DeleteDeviceFleetInput) SetDeviceFleetName(v string) *DeleteDeviceFleetInput

SetDeviceFleetName sets the DeviceFleetName field's value.

func (DeleteDeviceFleetInput) String added in v1.36.4

func (s DeleteDeviceFleetInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteDeviceFleetInput) Validate added in v1.36.4

func (s *DeleteDeviceFleetInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteDeviceFleetOutput added in v1.36.4

type DeleteDeviceFleetOutput struct {
	// contains filtered or unexported fields
}

func (DeleteDeviceFleetOutput) GoString added in v1.36.4

func (s DeleteDeviceFleetOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteDeviceFleetOutput) String added in v1.36.4

func (s DeleteDeviceFleetOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteDomainInput added in v1.25.47

type DeleteDomainInput struct {

	// The domain ID.
	//
	// DomainId is a required field
	DomainId *string `type:"string" required:"true"`

	// The retention policy for this domain, which specifies whether resources will
	// be retained after the Domain is deleted. By default, all resources are retained
	// (not automatically deleted).
	RetentionPolicy *RetentionPolicy `type:"structure"`
	// contains filtered or unexported fields
}

func (DeleteDomainInput) GoString added in v1.25.47

func (s DeleteDomainInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteDomainInput) SetDomainId added in v1.25.47

func (s *DeleteDomainInput) SetDomainId(v string) *DeleteDomainInput

SetDomainId sets the DomainId field's value.

func (*DeleteDomainInput) SetRetentionPolicy added in v1.25.47

func (s *DeleteDomainInput) SetRetentionPolicy(v *RetentionPolicy) *DeleteDomainInput

SetRetentionPolicy sets the RetentionPolicy field's value.

func (DeleteDomainInput) String added in v1.25.47

func (s DeleteDomainInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteDomainInput) Validate added in v1.25.47

func (s *DeleteDomainInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteDomainOutput added in v1.25.47

type DeleteDomainOutput struct {
	// contains filtered or unexported fields
}

func (DeleteDomainOutput) GoString added in v1.25.47

func (s DeleteDomainOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteDomainOutput) String added in v1.25.47

func (s DeleteDomainOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteEdgeDeploymentPlanInput added in v1.44.57

type DeleteEdgeDeploymentPlanInput struct {

	// The name of the edge deployment plan to delete.
	//
	// EdgeDeploymentPlanName is a required field
	EdgeDeploymentPlanName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteEdgeDeploymentPlanInput) GoString added in v1.44.57

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteEdgeDeploymentPlanInput) SetEdgeDeploymentPlanName added in v1.44.57

func (s *DeleteEdgeDeploymentPlanInput) SetEdgeDeploymentPlanName(v string) *DeleteEdgeDeploymentPlanInput

SetEdgeDeploymentPlanName sets the EdgeDeploymentPlanName field's value.

func (DeleteEdgeDeploymentPlanInput) String added in v1.44.57

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteEdgeDeploymentPlanInput) Validate added in v1.44.57

func (s *DeleteEdgeDeploymentPlanInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteEdgeDeploymentPlanOutput added in v1.44.57

type DeleteEdgeDeploymentPlanOutput struct {
	// contains filtered or unexported fields
}

func (DeleteEdgeDeploymentPlanOutput) GoString added in v1.44.57

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteEdgeDeploymentPlanOutput) String added in v1.44.57

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteEdgeDeploymentStageInput added in v1.44.57

type DeleteEdgeDeploymentStageInput struct {

	// The name of the edge deployment plan from which the stage will be deleted.
	//
	// EdgeDeploymentPlanName is a required field
	EdgeDeploymentPlanName *string `min:"1" type:"string" required:"true"`

	// The name of the stage.
	//
	// StageName is a required field
	StageName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteEdgeDeploymentStageInput) GoString added in v1.44.57

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteEdgeDeploymentStageInput) SetEdgeDeploymentPlanName added in v1.44.57

func (s *DeleteEdgeDeploymentStageInput) SetEdgeDeploymentPlanName(v string) *DeleteEdgeDeploymentStageInput

SetEdgeDeploymentPlanName sets the EdgeDeploymentPlanName field's value.

func (*DeleteEdgeDeploymentStageInput) SetStageName added in v1.44.57

SetStageName sets the StageName field's value.

func (DeleteEdgeDeploymentStageInput) String added in v1.44.57

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteEdgeDeploymentStageInput) Validate added in v1.44.57

func (s *DeleteEdgeDeploymentStageInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteEdgeDeploymentStageOutput added in v1.44.57

type DeleteEdgeDeploymentStageOutput struct {
	// contains filtered or unexported fields
}

func (DeleteEdgeDeploymentStageOutput) GoString added in v1.44.57

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteEdgeDeploymentStageOutput) String added in v1.44.57

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteEndpointConfigInput

type DeleteEndpointConfigInput struct {

	// The name of the endpoint configuration that you want to delete.
	//
	// EndpointConfigName is a required field
	EndpointConfigName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteEndpointConfigInput) GoString

func (s DeleteEndpointConfigInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteEndpointConfigInput) SetEndpointConfigName

func (s *DeleteEndpointConfigInput) SetEndpointConfigName(v string) *DeleteEndpointConfigInput

SetEndpointConfigName sets the EndpointConfigName field's value.

func (DeleteEndpointConfigInput) String

func (s DeleteEndpointConfigInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteEndpointConfigInput) Validate

func (s *DeleteEndpointConfigInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteEndpointConfigOutput

type DeleteEndpointConfigOutput struct {
	// contains filtered or unexported fields
}

func (DeleteEndpointConfigOutput) GoString

func (s DeleteEndpointConfigOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteEndpointConfigOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteEndpointInput

type DeleteEndpointInput struct {

	// The name of the endpoint that you want to delete.
	//
	// EndpointName is a required field
	EndpointName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteEndpointInput) GoString

func (s DeleteEndpointInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteEndpointInput) SetEndpointName

func (s *DeleteEndpointInput) SetEndpointName(v string) *DeleteEndpointInput

SetEndpointName sets the EndpointName field's value.

func (DeleteEndpointInput) String

func (s DeleteEndpointInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteEndpointInput) Validate

func (s *DeleteEndpointInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteEndpointOutput

type DeleteEndpointOutput struct {
	// contains filtered or unexported fields
}

func (DeleteEndpointOutput) GoString

func (s DeleteEndpointOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteEndpointOutput) String

func (s DeleteEndpointOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteExperimentInput added in v1.25.47

type DeleteExperimentInput struct {

	// The name of the experiment to delete.
	//
	// ExperimentName is a required field
	ExperimentName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteExperimentInput) GoString added in v1.25.47

func (s DeleteExperimentInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteExperimentInput) SetExperimentName added in v1.25.47

func (s *DeleteExperimentInput) SetExperimentName(v string) *DeleteExperimentInput

SetExperimentName sets the ExperimentName field's value.

func (DeleteExperimentInput) String added in v1.25.47

func (s DeleteExperimentInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteExperimentInput) Validate added in v1.25.47

func (s *DeleteExperimentInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteExperimentOutput added in v1.25.47

type DeleteExperimentOutput struct {

	// The Amazon Resource Name (ARN) of the experiment that is being deleted.
	ExperimentArn *string `type:"string"`
	// contains filtered or unexported fields
}

func (DeleteExperimentOutput) GoString added in v1.25.47

func (s DeleteExperimentOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteExperimentOutput) SetExperimentArn added in v1.25.47

func (s *DeleteExperimentOutput) SetExperimentArn(v string) *DeleteExperimentOutput

SetExperimentArn sets the ExperimentArn field's value.

func (DeleteExperimentOutput) String added in v1.25.47

func (s DeleteExperimentOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteFeatureGroupInput added in v1.35.37

type DeleteFeatureGroupInput struct {

	// The name of the FeatureGroup you want to delete. The name must be unique
	// within an Amazon Web Services Region in an Amazon Web Services account.
	//
	// FeatureGroupName is a required field
	FeatureGroupName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteFeatureGroupInput) GoString added in v1.35.37

func (s DeleteFeatureGroupInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteFeatureGroupInput) SetFeatureGroupName added in v1.35.37

func (s *DeleteFeatureGroupInput) SetFeatureGroupName(v string) *DeleteFeatureGroupInput

SetFeatureGroupName sets the FeatureGroupName field's value.

func (DeleteFeatureGroupInput) String added in v1.35.37

func (s DeleteFeatureGroupInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteFeatureGroupInput) Validate added in v1.35.37

func (s *DeleteFeatureGroupInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteFeatureGroupOutput added in v1.35.37

type DeleteFeatureGroupOutput struct {
	// contains filtered or unexported fields
}

func (DeleteFeatureGroupOutput) GoString added in v1.35.37

func (s DeleteFeatureGroupOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteFeatureGroupOutput) String added in v1.35.37

func (s DeleteFeatureGroupOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteFlowDefinitionInput added in v1.25.47

type DeleteFlowDefinitionInput struct {

	// The name of the flow definition you are deleting.
	//
	// FlowDefinitionName is a required field
	FlowDefinitionName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteFlowDefinitionInput) GoString added in v1.25.47

func (s DeleteFlowDefinitionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteFlowDefinitionInput) SetFlowDefinitionName added in v1.25.47

func (s *DeleteFlowDefinitionInput) SetFlowDefinitionName(v string) *DeleteFlowDefinitionInput

SetFlowDefinitionName sets the FlowDefinitionName field's value.

func (DeleteFlowDefinitionInput) String added in v1.25.47

func (s DeleteFlowDefinitionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteFlowDefinitionInput) Validate added in v1.25.47

func (s *DeleteFlowDefinitionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteFlowDefinitionOutput added in v1.25.47

type DeleteFlowDefinitionOutput struct {
	// contains filtered or unexported fields
}

func (DeleteFlowDefinitionOutput) GoString added in v1.25.47

func (s DeleteFlowDefinitionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteFlowDefinitionOutput) String added in v1.25.47

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteHubContentInput added in v1.44.150

type DeleteHubContentInput struct {

	// The name of the content that you want to delete from a hub.
	//
	// HubContentName is a required field
	HubContentName *string `type:"string" required:"true"`

	// The type of content that you want to delete from a hub.
	//
	// HubContentType is a required field
	HubContentType *string `type:"string" required:"true" enum:"HubContentType"`

	// The version of the content that you want to delete from a hub.
	//
	// HubContentVersion is a required field
	HubContentVersion *string `min:"5" type:"string" required:"true"`

	// The name of the hub that you want to delete content in.
	//
	// HubName is a required field
	HubName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteHubContentInput) GoString added in v1.44.150

func (s DeleteHubContentInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteHubContentInput) SetHubContentName added in v1.44.150

func (s *DeleteHubContentInput) SetHubContentName(v string) *DeleteHubContentInput

SetHubContentName sets the HubContentName field's value.

func (*DeleteHubContentInput) SetHubContentType added in v1.44.150

func (s *DeleteHubContentInput) SetHubContentType(v string) *DeleteHubContentInput

SetHubContentType sets the HubContentType field's value.

func (*DeleteHubContentInput) SetHubContentVersion added in v1.44.150

func (s *DeleteHubContentInput) SetHubContentVersion(v string) *DeleteHubContentInput

SetHubContentVersion sets the HubContentVersion field's value.

func (*DeleteHubContentInput) SetHubName added in v1.44.150

SetHubName sets the HubName field's value.

func (DeleteHubContentInput) String added in v1.44.150

func (s DeleteHubContentInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteHubContentInput) Validate added in v1.44.150

func (s *DeleteHubContentInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteHubContentOutput added in v1.44.150

type DeleteHubContentOutput struct {
	// contains filtered or unexported fields
}

func (DeleteHubContentOutput) GoString added in v1.44.150

func (s DeleteHubContentOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteHubContentOutput) String added in v1.44.150

func (s DeleteHubContentOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteHubInput added in v1.44.150

type DeleteHubInput struct {

	// The name of the hub to delete.
	//
	// HubName is a required field
	HubName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteHubInput) GoString added in v1.44.150

func (s DeleteHubInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteHubInput) SetHubName added in v1.44.150

func (s *DeleteHubInput) SetHubName(v string) *DeleteHubInput

SetHubName sets the HubName field's value.

func (DeleteHubInput) String added in v1.44.150

func (s DeleteHubInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteHubInput) Validate added in v1.44.150

func (s *DeleteHubInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteHubOutput added in v1.44.150

type DeleteHubOutput struct {
	// contains filtered or unexported fields
}

func (DeleteHubOutput) GoString added in v1.44.150

func (s DeleteHubOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteHubOutput) String added in v1.44.150

func (s DeleteHubOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteHumanTaskUiInput added in v1.33.5

type DeleteHumanTaskUiInput struct {

	// The name of the human task user interface (work task template) you want to
	// delete.
	//
	// HumanTaskUiName is a required field
	HumanTaskUiName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteHumanTaskUiInput) GoString added in v1.33.5

func (s DeleteHumanTaskUiInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteHumanTaskUiInput) SetHumanTaskUiName added in v1.33.5

func (s *DeleteHumanTaskUiInput) SetHumanTaskUiName(v string) *DeleteHumanTaskUiInput

SetHumanTaskUiName sets the HumanTaskUiName field's value.

func (DeleteHumanTaskUiInput) String added in v1.33.5

func (s DeleteHumanTaskUiInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteHumanTaskUiInput) Validate added in v1.33.5

func (s *DeleteHumanTaskUiInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteHumanTaskUiOutput added in v1.33.5

type DeleteHumanTaskUiOutput struct {
	// contains filtered or unexported fields
}

func (DeleteHumanTaskUiOutput) GoString added in v1.33.5

func (s DeleteHumanTaskUiOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteHumanTaskUiOutput) String added in v1.33.5

func (s DeleteHumanTaskUiOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteImageInput added in v1.35.15

type DeleteImageInput struct {

	// The name of the image to delete.
	//
	// ImageName is a required field
	ImageName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteImageInput) GoString added in v1.35.15

func (s DeleteImageInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteImageInput) SetImageName added in v1.35.15

func (s *DeleteImageInput) SetImageName(v string) *DeleteImageInput

SetImageName sets the ImageName field's value.

func (DeleteImageInput) String added in v1.35.15

func (s DeleteImageInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteImageInput) Validate added in v1.35.15

func (s *DeleteImageInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteImageOutput added in v1.35.15

type DeleteImageOutput struct {
	// contains filtered or unexported fields
}

func (DeleteImageOutput) GoString added in v1.35.15

func (s DeleteImageOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteImageOutput) String added in v1.35.15

func (s DeleteImageOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteImageVersionInput added in v1.35.15

type DeleteImageVersionInput struct {

	// The alias of the image to delete.
	Alias *string `min:"1" type:"string"`

	// The name of the image to delete.
	//
	// ImageName is a required field
	ImageName *string `min:"1" type:"string" required:"true"`

	// The version to delete.
	Version *int64 `type:"integer"`
	// contains filtered or unexported fields
}

func (DeleteImageVersionInput) GoString added in v1.35.15

func (s DeleteImageVersionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteImageVersionInput) SetAlias added in v1.44.163

SetAlias sets the Alias field's value.

func (*DeleteImageVersionInput) SetImageName added in v1.35.15

SetImageName sets the ImageName field's value.

func (*DeleteImageVersionInput) SetVersion added in v1.35.15

SetVersion sets the Version field's value.

func (DeleteImageVersionInput) String added in v1.35.15

func (s DeleteImageVersionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteImageVersionInput) Validate added in v1.35.15

func (s *DeleteImageVersionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteImageVersionOutput added in v1.35.15

type DeleteImageVersionOutput struct {
	// contains filtered or unexported fields
}

func (DeleteImageVersionOutput) GoString added in v1.35.15

func (s DeleteImageVersionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteImageVersionOutput) String added in v1.35.15

func (s DeleteImageVersionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteInferenceExperimentInput added in v1.44.150

type DeleteInferenceExperimentInput struct {

	// The name of the inference experiment you want to delete.
	//
	// Name is a required field
	Name *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteInferenceExperimentInput) GoString added in v1.44.150

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteInferenceExperimentInput) SetName added in v1.44.150

SetName sets the Name field's value.

func (DeleteInferenceExperimentInput) String added in v1.44.150

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteInferenceExperimentInput) Validate added in v1.44.150

func (s *DeleteInferenceExperimentInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteInferenceExperimentOutput added in v1.44.150

type DeleteInferenceExperimentOutput struct {

	// The ARN of the deleted inference experiment.
	//
	// InferenceExperimentArn is a required field
	InferenceExperimentArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteInferenceExperimentOutput) GoString added in v1.44.150

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteInferenceExperimentOutput) SetInferenceExperimentArn added in v1.44.150

SetInferenceExperimentArn sets the InferenceExperimentArn field's value.

func (DeleteInferenceExperimentOutput) String added in v1.44.150

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteModelBiasJobDefinitionInput added in v1.36.4

type DeleteModelBiasJobDefinitionInput struct {

	// The name of the model bias job definition to delete.
	//
	// JobDefinitionName is a required field
	JobDefinitionName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteModelBiasJobDefinitionInput) GoString added in v1.36.4

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteModelBiasJobDefinitionInput) SetJobDefinitionName added in v1.36.4

SetJobDefinitionName sets the JobDefinitionName field's value.

func (DeleteModelBiasJobDefinitionInput) String added in v1.36.4

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteModelBiasJobDefinitionInput) Validate added in v1.36.4

Validate inspects the fields of the type to determine if they are valid.

type DeleteModelBiasJobDefinitionOutput added in v1.36.4

type DeleteModelBiasJobDefinitionOutput struct {
	// contains filtered or unexported fields
}

func (DeleteModelBiasJobDefinitionOutput) GoString added in v1.36.4

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteModelBiasJobDefinitionOutput) String added in v1.36.4

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteModelCardInput added in v1.44.150

type DeleteModelCardInput struct {

	// The name of the model card to delete.
	//
	// ModelCardName is a required field
	ModelCardName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteModelCardInput) GoString added in v1.44.150

func (s DeleteModelCardInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteModelCardInput) SetModelCardName added in v1.44.150

func (s *DeleteModelCardInput) SetModelCardName(v string) *DeleteModelCardInput

SetModelCardName sets the ModelCardName field's value.

func (DeleteModelCardInput) String added in v1.44.150

func (s DeleteModelCardInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteModelCardInput) Validate added in v1.44.150

func (s *DeleteModelCardInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteModelCardOutput added in v1.44.150

type DeleteModelCardOutput struct {
	// contains filtered or unexported fields
}

func (DeleteModelCardOutput) GoString added in v1.44.150

func (s DeleteModelCardOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteModelCardOutput) String added in v1.44.150

func (s DeleteModelCardOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteModelExplainabilityJobDefinitionInput added in v1.36.4

type DeleteModelExplainabilityJobDefinitionInput struct {

	// The name of the model explainability job definition to delete.
	//
	// JobDefinitionName is a required field
	JobDefinitionName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteModelExplainabilityJobDefinitionInput) GoString added in v1.36.4

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteModelExplainabilityJobDefinitionInput) SetJobDefinitionName added in v1.36.4

SetJobDefinitionName sets the JobDefinitionName field's value.

func (DeleteModelExplainabilityJobDefinitionInput) String added in v1.36.4

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteModelExplainabilityJobDefinitionInput) Validate added in v1.36.4

Validate inspects the fields of the type to determine if they are valid.

type DeleteModelExplainabilityJobDefinitionOutput added in v1.36.4

type DeleteModelExplainabilityJobDefinitionOutput struct {
	// contains filtered or unexported fields
}

func (DeleteModelExplainabilityJobDefinitionOutput) GoString added in v1.36.4

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteModelExplainabilityJobDefinitionOutput) String added in v1.36.4

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteModelInput

type DeleteModelInput struct {

	// The name of the model to delete.
	//
	// ModelName is a required field
	ModelName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteModelInput) GoString

func (s DeleteModelInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteModelInput) SetModelName

func (s *DeleteModelInput) SetModelName(v string) *DeleteModelInput

SetModelName sets the ModelName field's value.

func (DeleteModelInput) String

func (s DeleteModelInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteModelInput) Validate

func (s *DeleteModelInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteModelOutput

type DeleteModelOutput struct {
	// contains filtered or unexported fields
}

func (DeleteModelOutput) GoString

func (s DeleteModelOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteModelOutput) String

func (s DeleteModelOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteModelPackageGroupInput added in v1.35.37

type DeleteModelPackageGroupInput struct {

	// The name of the model group to delete.
	//
	// ModelPackageGroupName is a required field
	ModelPackageGroupName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteModelPackageGroupInput) GoString added in v1.35.37

func (s DeleteModelPackageGroupInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteModelPackageGroupInput) SetModelPackageGroupName added in v1.35.37

func (s *DeleteModelPackageGroupInput) SetModelPackageGroupName(v string) *DeleteModelPackageGroupInput

SetModelPackageGroupName sets the ModelPackageGroupName field's value.

func (DeleteModelPackageGroupInput) String added in v1.35.37

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteModelPackageGroupInput) Validate added in v1.35.37

func (s *DeleteModelPackageGroupInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteModelPackageGroupOutput added in v1.35.37

type DeleteModelPackageGroupOutput struct {
	// contains filtered or unexported fields
}

func (DeleteModelPackageGroupOutput) GoString added in v1.35.37

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteModelPackageGroupOutput) String added in v1.35.37

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteModelPackageGroupPolicyInput added in v1.35.37

type DeleteModelPackageGroupPolicyInput struct {

	// The name of the model group for which to delete the policy.
	//
	// ModelPackageGroupName is a required field
	ModelPackageGroupName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteModelPackageGroupPolicyInput) GoString added in v1.35.37

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteModelPackageGroupPolicyInput) SetModelPackageGroupName added in v1.35.37

SetModelPackageGroupName sets the ModelPackageGroupName field's value.

func (DeleteModelPackageGroupPolicyInput) String added in v1.35.37

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteModelPackageGroupPolicyInput) Validate added in v1.35.37

Validate inspects the fields of the type to determine if they are valid.

type DeleteModelPackageGroupPolicyOutput added in v1.35.37

type DeleteModelPackageGroupPolicyOutput struct {
	// contains filtered or unexported fields
}

func (DeleteModelPackageGroupPolicyOutput) GoString added in v1.35.37

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteModelPackageGroupPolicyOutput) String added in v1.35.37

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteModelPackageInput added in v1.15.86

type DeleteModelPackageInput struct {

	// The name or Amazon Resource Name (ARN) of the model package to delete.
	//
	// When you specify a name, the name must have 1 to 63 characters. Valid characters
	// are a-z, A-Z, 0-9, and - (hyphen).
	//
	// ModelPackageName is a required field
	ModelPackageName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteModelPackageInput) GoString added in v1.15.86

func (s DeleteModelPackageInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteModelPackageInput) SetModelPackageName added in v1.15.86

func (s *DeleteModelPackageInput) SetModelPackageName(v string) *DeleteModelPackageInput

SetModelPackageName sets the ModelPackageName field's value.

func (DeleteModelPackageInput) String added in v1.15.86

func (s DeleteModelPackageInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteModelPackageInput) Validate added in v1.15.86

func (s *DeleteModelPackageInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteModelPackageOutput added in v1.15.86

type DeleteModelPackageOutput struct {
	// contains filtered or unexported fields
}

func (DeleteModelPackageOutput) GoString added in v1.15.86

func (s DeleteModelPackageOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteModelPackageOutput) String added in v1.15.86

func (s DeleteModelPackageOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteModelQualityJobDefinitionInput added in v1.36.4

type DeleteModelQualityJobDefinitionInput struct {

	// The name of the model quality monitoring job definition to delete.
	//
	// JobDefinitionName is a required field
	JobDefinitionName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteModelQualityJobDefinitionInput) GoString added in v1.36.4

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteModelQualityJobDefinitionInput) SetJobDefinitionName added in v1.36.4

SetJobDefinitionName sets the JobDefinitionName field's value.

func (DeleteModelQualityJobDefinitionInput) String added in v1.36.4

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteModelQualityJobDefinitionInput) Validate added in v1.36.4

Validate inspects the fields of the type to determine if they are valid.

type DeleteModelQualityJobDefinitionOutput added in v1.36.4

type DeleteModelQualityJobDefinitionOutput struct {
	// contains filtered or unexported fields
}

func (DeleteModelQualityJobDefinitionOutput) GoString added in v1.36.4

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteModelQualityJobDefinitionOutput) String added in v1.36.4

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteMonitoringScheduleInput added in v1.25.47

type DeleteMonitoringScheduleInput struct {

	// The name of the monitoring schedule to delete.
	//
	// MonitoringScheduleName is a required field
	MonitoringScheduleName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteMonitoringScheduleInput) GoString added in v1.25.47

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteMonitoringScheduleInput) SetMonitoringScheduleName added in v1.25.47

func (s *DeleteMonitoringScheduleInput) SetMonitoringScheduleName(v string) *DeleteMonitoringScheduleInput

SetMonitoringScheduleName sets the MonitoringScheduleName field's value.

func (DeleteMonitoringScheduleInput) String added in v1.25.47

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteMonitoringScheduleInput) Validate added in v1.25.47

func (s *DeleteMonitoringScheduleInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteMonitoringScheduleOutput added in v1.25.47

type DeleteMonitoringScheduleOutput struct {
	// contains filtered or unexported fields
}

func (DeleteMonitoringScheduleOutput) GoString added in v1.25.47

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteMonitoringScheduleOutput) String added in v1.25.47

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteNotebookInstanceInput

type DeleteNotebookInstanceInput struct {

	// The name of the SageMaker notebook instance to delete.
	//
	// NotebookInstanceName is a required field
	NotebookInstanceName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteNotebookInstanceInput) GoString

func (s DeleteNotebookInstanceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteNotebookInstanceInput) SetNotebookInstanceName

func (s *DeleteNotebookInstanceInput) SetNotebookInstanceName(v string) *DeleteNotebookInstanceInput

SetNotebookInstanceName sets the NotebookInstanceName field's value.

func (DeleteNotebookInstanceInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteNotebookInstanceInput) Validate

func (s *DeleteNotebookInstanceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteNotebookInstanceLifecycleConfigInput added in v1.13.15

type DeleteNotebookInstanceLifecycleConfigInput struct {

	// The name of the lifecycle configuration to delete.
	//
	// NotebookInstanceLifecycleConfigName is a required field
	NotebookInstanceLifecycleConfigName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteNotebookInstanceLifecycleConfigInput) GoString added in v1.13.15

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteNotebookInstanceLifecycleConfigInput) SetNotebookInstanceLifecycleConfigName added in v1.13.15

SetNotebookInstanceLifecycleConfigName sets the NotebookInstanceLifecycleConfigName field's value.

func (DeleteNotebookInstanceLifecycleConfigInput) String added in v1.13.15

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteNotebookInstanceLifecycleConfigInput) Validate added in v1.13.15

Validate inspects the fields of the type to determine if they are valid.

type DeleteNotebookInstanceLifecycleConfigOutput added in v1.13.15

type DeleteNotebookInstanceLifecycleConfigOutput struct {
	// contains filtered or unexported fields
}

func (DeleteNotebookInstanceLifecycleConfigOutput) GoString added in v1.13.15

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteNotebookInstanceLifecycleConfigOutput) String added in v1.13.15

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteNotebookInstanceOutput

type DeleteNotebookInstanceOutput struct {
	// contains filtered or unexported fields
}

func (DeleteNotebookInstanceOutput) GoString

func (s DeleteNotebookInstanceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteNotebookInstanceOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeletePipelineInput added in v1.35.37

type DeletePipelineInput struct {

	// A unique, case-sensitive identifier that you provide to ensure the idempotency
	// of the operation. An idempotent operation completes no more than one time.
	ClientRequestToken *string `min:"32" type:"string" idempotencyToken:"true"`

	// The name of the pipeline to delete.
	//
	// PipelineName is a required field
	PipelineName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeletePipelineInput) GoString added in v1.35.37

func (s DeletePipelineInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeletePipelineInput) SetClientRequestToken added in v1.35.37

func (s *DeletePipelineInput) SetClientRequestToken(v string) *DeletePipelineInput

SetClientRequestToken sets the ClientRequestToken field's value.

func (*DeletePipelineInput) SetPipelineName added in v1.35.37

func (s *DeletePipelineInput) SetPipelineName(v string) *DeletePipelineInput

SetPipelineName sets the PipelineName field's value.

func (DeletePipelineInput) String added in v1.35.37

func (s DeletePipelineInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeletePipelineInput) Validate added in v1.35.37

func (s *DeletePipelineInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeletePipelineOutput added in v1.35.37

type DeletePipelineOutput struct {

	// The Amazon Resource Name (ARN) of the pipeline to delete.
	PipelineArn *string `type:"string"`
	// contains filtered or unexported fields
}

func (DeletePipelineOutput) GoString added in v1.35.37

func (s DeletePipelineOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeletePipelineOutput) SetPipelineArn added in v1.35.37

func (s *DeletePipelineOutput) SetPipelineArn(v string) *DeletePipelineOutput

SetPipelineArn sets the PipelineArn field's value.

func (DeletePipelineOutput) String added in v1.35.37

func (s DeletePipelineOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteProjectInput added in v1.35.37

type DeleteProjectInput struct {

	// The name of the project to delete.
	//
	// ProjectName is a required field
	ProjectName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteProjectInput) GoString added in v1.35.37

func (s DeleteProjectInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteProjectInput) SetProjectName added in v1.35.37

func (s *DeleteProjectInput) SetProjectName(v string) *DeleteProjectInput

SetProjectName sets the ProjectName field's value.

func (DeleteProjectInput) String added in v1.35.37

func (s DeleteProjectInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteProjectInput) Validate added in v1.35.37

func (s *DeleteProjectInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteProjectOutput added in v1.35.37

type DeleteProjectOutput struct {
	// contains filtered or unexported fields
}

func (DeleteProjectOutput) GoString added in v1.35.37

func (s DeleteProjectOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteProjectOutput) String added in v1.35.37

func (s DeleteProjectOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteSpaceInput added in v1.44.150

type DeleteSpaceInput struct {

	// The ID of the associated Domain.
	//
	// DomainId is a required field
	DomainId *string `type:"string" required:"true"`

	// The name of the space.
	//
	// SpaceName is a required field
	SpaceName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteSpaceInput) GoString added in v1.44.150

func (s DeleteSpaceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteSpaceInput) SetDomainId added in v1.44.150

func (s *DeleteSpaceInput) SetDomainId(v string) *DeleteSpaceInput

SetDomainId sets the DomainId field's value.

func (*DeleteSpaceInput) SetSpaceName added in v1.44.150

func (s *DeleteSpaceInput) SetSpaceName(v string) *DeleteSpaceInput

SetSpaceName sets the SpaceName field's value.

func (DeleteSpaceInput) String added in v1.44.150

func (s DeleteSpaceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteSpaceInput) Validate added in v1.44.150

func (s *DeleteSpaceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteSpaceOutput added in v1.44.150

type DeleteSpaceOutput struct {
	// contains filtered or unexported fields
}

func (DeleteSpaceOutput) GoString added in v1.44.150

func (s DeleteSpaceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteSpaceOutput) String added in v1.44.150

func (s DeleteSpaceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteStudioLifecycleConfigInput added in v1.40.41

type DeleteStudioLifecycleConfigInput struct {

	// The name of the Studio Lifecycle Configuration to delete.
	//
	// StudioLifecycleConfigName is a required field
	StudioLifecycleConfigName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteStudioLifecycleConfigInput) GoString added in v1.40.41

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteStudioLifecycleConfigInput) SetStudioLifecycleConfigName added in v1.40.41

func (s *DeleteStudioLifecycleConfigInput) SetStudioLifecycleConfigName(v string) *DeleteStudioLifecycleConfigInput

SetStudioLifecycleConfigName sets the StudioLifecycleConfigName field's value.

func (DeleteStudioLifecycleConfigInput) String added in v1.40.41

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteStudioLifecycleConfigInput) Validate added in v1.40.41

Validate inspects the fields of the type to determine if they are valid.

type DeleteStudioLifecycleConfigOutput added in v1.40.41

type DeleteStudioLifecycleConfigOutput struct {
	// contains filtered or unexported fields
}

func (DeleteStudioLifecycleConfigOutput) GoString added in v1.40.41

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteStudioLifecycleConfigOutput) String added in v1.40.41

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteTagsInput

type DeleteTagsInput struct {

	// The Amazon Resource Name (ARN) of the resource whose tags you want to delete.
	//
	// ResourceArn is a required field
	ResourceArn *string `type:"string" required:"true"`

	// An array or one or more tag keys to delete.
	//
	// TagKeys is a required field
	TagKeys []*string `min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteTagsInput) GoString

func (s DeleteTagsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteTagsInput) SetResourceArn

func (s *DeleteTagsInput) SetResourceArn(v string) *DeleteTagsInput

SetResourceArn sets the ResourceArn field's value.

func (*DeleteTagsInput) SetTagKeys

func (s *DeleteTagsInput) SetTagKeys(v []*string) *DeleteTagsInput

SetTagKeys sets the TagKeys field's value.

func (DeleteTagsInput) String

func (s DeleteTagsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteTagsInput) Validate

func (s *DeleteTagsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteTagsOutput

type DeleteTagsOutput struct {
	// contains filtered or unexported fields
}

func (DeleteTagsOutput) GoString

func (s DeleteTagsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteTagsOutput) String

func (s DeleteTagsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteTrialComponentInput added in v1.25.47

type DeleteTrialComponentInput struct {

	// The name of the component to delete.
	//
	// TrialComponentName is a required field
	TrialComponentName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteTrialComponentInput) GoString added in v1.25.47

func (s DeleteTrialComponentInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteTrialComponentInput) SetTrialComponentName added in v1.25.47

func (s *DeleteTrialComponentInput) SetTrialComponentName(v string) *DeleteTrialComponentInput

SetTrialComponentName sets the TrialComponentName field's value.

func (DeleteTrialComponentInput) String added in v1.25.47

func (s DeleteTrialComponentInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteTrialComponentInput) Validate added in v1.25.47

func (s *DeleteTrialComponentInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteTrialComponentOutput added in v1.25.47

type DeleteTrialComponentOutput struct {

	// The Amazon Resource Name (ARN) of the component is being deleted.
	TrialComponentArn *string `type:"string"`
	// contains filtered or unexported fields
}

func (DeleteTrialComponentOutput) GoString added in v1.25.47

func (s DeleteTrialComponentOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteTrialComponentOutput) SetTrialComponentArn added in v1.25.47

func (s *DeleteTrialComponentOutput) SetTrialComponentArn(v string) *DeleteTrialComponentOutput

SetTrialComponentArn sets the TrialComponentArn field's value.

func (DeleteTrialComponentOutput) String added in v1.25.47

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteTrialInput added in v1.25.47

type DeleteTrialInput struct {

	// The name of the trial to delete.
	//
	// TrialName is a required field
	TrialName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteTrialInput) GoString added in v1.25.47

func (s DeleteTrialInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteTrialInput) SetTrialName added in v1.25.47

func (s *DeleteTrialInput) SetTrialName(v string) *DeleteTrialInput

SetTrialName sets the TrialName field's value.

func (DeleteTrialInput) String added in v1.25.47

func (s DeleteTrialInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteTrialInput) Validate added in v1.25.47

func (s *DeleteTrialInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteTrialOutput added in v1.25.47

type DeleteTrialOutput struct {

	// The Amazon Resource Name (ARN) of the trial that is being deleted.
	TrialArn *string `type:"string"`
	// contains filtered or unexported fields
}

func (DeleteTrialOutput) GoString added in v1.25.47

func (s DeleteTrialOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteTrialOutput) SetTrialArn added in v1.25.47

func (s *DeleteTrialOutput) SetTrialArn(v string) *DeleteTrialOutput

SetTrialArn sets the TrialArn field's value.

func (DeleteTrialOutput) String added in v1.25.47

func (s DeleteTrialOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteUserProfileInput added in v1.25.47

type DeleteUserProfileInput struct {

	// The domain ID.
	//
	// DomainId is a required field
	DomainId *string `type:"string" required:"true"`

	// The user profile name.
	//
	// UserProfileName is a required field
	UserProfileName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteUserProfileInput) GoString added in v1.25.47

func (s DeleteUserProfileInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteUserProfileInput) SetDomainId added in v1.25.47

SetDomainId sets the DomainId field's value.

func (*DeleteUserProfileInput) SetUserProfileName added in v1.25.47

func (s *DeleteUserProfileInput) SetUserProfileName(v string) *DeleteUserProfileInput

SetUserProfileName sets the UserProfileName field's value.

func (DeleteUserProfileInput) String added in v1.25.47

func (s DeleteUserProfileInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteUserProfileInput) Validate added in v1.25.47

func (s *DeleteUserProfileInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteUserProfileOutput added in v1.25.47

type DeleteUserProfileOutput struct {
	// contains filtered or unexported fields
}

func (DeleteUserProfileOutput) GoString added in v1.25.47

func (s DeleteUserProfileOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteUserProfileOutput) String added in v1.25.47

func (s DeleteUserProfileOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteWorkforceInput added in v1.33.12

type DeleteWorkforceInput struct {

	// The name of the workforce.
	//
	// WorkforceName is a required field
	WorkforceName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteWorkforceInput) GoString added in v1.33.12

func (s DeleteWorkforceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteWorkforceInput) SetWorkforceName added in v1.33.12

func (s *DeleteWorkforceInput) SetWorkforceName(v string) *DeleteWorkforceInput

SetWorkforceName sets the WorkforceName field's value.

func (DeleteWorkforceInput) String added in v1.33.12

func (s DeleteWorkforceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteWorkforceInput) Validate added in v1.33.12

func (s *DeleteWorkforceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteWorkforceOutput added in v1.33.12

type DeleteWorkforceOutput struct {
	// contains filtered or unexported fields
}

func (DeleteWorkforceOutput) GoString added in v1.33.12

func (s DeleteWorkforceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteWorkforceOutput) String added in v1.33.12

func (s DeleteWorkforceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteWorkteamInput added in v1.15.86

type DeleteWorkteamInput struct {

	// The name of the work team to delete.
	//
	// WorkteamName is a required field
	WorkteamName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteWorkteamInput) GoString added in v1.15.86

func (s DeleteWorkteamInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteWorkteamInput) SetWorkteamName added in v1.15.86

func (s *DeleteWorkteamInput) SetWorkteamName(v string) *DeleteWorkteamInput

SetWorkteamName sets the WorkteamName field's value.

func (DeleteWorkteamInput) String added in v1.15.86

func (s DeleteWorkteamInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteWorkteamInput) Validate added in v1.15.86

func (s *DeleteWorkteamInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteWorkteamOutput added in v1.15.86

type DeleteWorkteamOutput struct {

	// Returns true if the work team was successfully deleted; otherwise, returns
	// false.
	//
	// Success is a required field
	Success *bool `type:"boolean" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteWorkteamOutput) GoString added in v1.15.86

func (s DeleteWorkteamOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteWorkteamOutput) SetSuccess added in v1.15.86

SetSuccess sets the Success field's value.

func (DeleteWorkteamOutput) String added in v1.15.86

func (s DeleteWorkteamOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeployedImage added in v1.14.20

type DeployedImage struct {

	// The date and time when the image path for the model resolved to the ResolvedImage
	ResolutionTime *time.Time `type:"timestamp"`

	// The specific digest path of the image hosted in this ProductionVariant.
	ResolvedImage *string `type:"string"`

	// The image path you specified when you created the model.
	SpecifiedImage *string `type:"string"`
	// contains filtered or unexported fields
}

Gets the Amazon EC2 Container Registry path of the docker image of the model that is hosted in this ProductionVariant (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ProductionVariant.html).

If you used the registry/repository[:tag] form to specify the image path of the primary container when you created the model hosted in this ProductionVariant, the path resolves to a path of the form registry/repository[@digest]. A digest is a hash value that identifies a specific version of an image. For information about Amazon ECR paths, see Pulling an Image (https://docs.aws.amazon.com/AmazonECR/latest/userguide/docker-pull-ecr-image.html) in the Amazon ECR User Guide.

func (DeployedImage) GoString added in v1.14.20

func (s DeployedImage) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeployedImage) SetResolutionTime added in v1.14.20

func (s *DeployedImage) SetResolutionTime(v time.Time) *DeployedImage

SetResolutionTime sets the ResolutionTime field's value.

func (*DeployedImage) SetResolvedImage added in v1.14.20

func (s *DeployedImage) SetResolvedImage(v string) *DeployedImage

SetResolvedImage sets the ResolvedImage field's value.

func (*DeployedImage) SetSpecifiedImage added in v1.14.20

func (s *DeployedImage) SetSpecifiedImage(v string) *DeployedImage

SetSpecifiedImage sets the SpecifiedImage field's value.

func (DeployedImage) String added in v1.14.20

func (s DeployedImage) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeploymentConfig added in v1.35.37

type DeploymentConfig struct {

	// Automatic rollback configuration for handling endpoint deployment failures
	// and recovery.
	AutoRollbackConfiguration *AutoRollbackConfig `type:"structure"`

	// Update policy for a blue/green deployment. If this update policy is specified,
	// SageMaker creates a new fleet during the deployment while maintaining the
	// old fleet. SageMaker flips traffic to the new fleet according to the specified
	// traffic routing configuration. Only one update policy should be used in the
	// deployment configuration. If no update policy is specified, SageMaker uses
	// a blue/green deployment strategy with all at once traffic shifting by default.
	BlueGreenUpdatePolicy *BlueGreenUpdatePolicy `type:"structure"`

	// Specifies a rolling deployment strategy for updating a SageMaker endpoint.
	RollingUpdatePolicy *RollingUpdatePolicy `type:"structure"`
	// contains filtered or unexported fields
}

The deployment configuration for an endpoint, which contains the desired deployment strategy and rollback configurations.

func (DeploymentConfig) GoString added in v1.35.37

func (s DeploymentConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeploymentConfig) SetAutoRollbackConfiguration added in v1.35.37

func (s *DeploymentConfig) SetAutoRollbackConfiguration(v *AutoRollbackConfig) *DeploymentConfig

SetAutoRollbackConfiguration sets the AutoRollbackConfiguration field's value.

func (*DeploymentConfig) SetBlueGreenUpdatePolicy added in v1.35.37

func (s *DeploymentConfig) SetBlueGreenUpdatePolicy(v *BlueGreenUpdatePolicy) *DeploymentConfig

SetBlueGreenUpdatePolicy sets the BlueGreenUpdatePolicy field's value.

func (*DeploymentConfig) SetRollingUpdatePolicy added in v1.44.294

func (s *DeploymentConfig) SetRollingUpdatePolicy(v *RollingUpdatePolicy) *DeploymentConfig

SetRollingUpdatePolicy sets the RollingUpdatePolicy field's value.

func (DeploymentConfig) String added in v1.35.37

func (s DeploymentConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeploymentConfig) Validate added in v1.35.37

func (s *DeploymentConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeploymentRecommendation added in v1.44.269

type DeploymentRecommendation struct {

	// A list of RealTimeInferenceRecommendation (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_RealTimeInferenceRecommendation.html)
	// items.
	RealTimeInferenceRecommendations []*RealTimeInferenceRecommendation `type:"list"`

	// Status of the deployment recommendation. The status NOT_APPLICABLE means
	// that SageMaker is unable to provide a default recommendation for the model
	// using the information provided. If the deployment status is IN_PROGRESS,
	// retry your API call after a few seconds to get a COMPLETED deployment recommendation.
	//
	// RecommendationStatus is a required field
	RecommendationStatus *string `type:"string" required:"true" enum:"RecommendationStatus"`
	// contains filtered or unexported fields
}

A set of recommended deployment configurations for the model. To get more advanced recommendations, see CreateInferenceRecommendationsJob (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateInferenceRecommendationsJob.html) to create an inference recommendation job.

func (DeploymentRecommendation) GoString added in v1.44.269

func (s DeploymentRecommendation) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeploymentRecommendation) SetRealTimeInferenceRecommendations added in v1.44.269

func (s *DeploymentRecommendation) SetRealTimeInferenceRecommendations(v []*RealTimeInferenceRecommendation) *DeploymentRecommendation

SetRealTimeInferenceRecommendations sets the RealTimeInferenceRecommendations field's value.

func (*DeploymentRecommendation) SetRecommendationStatus added in v1.44.269

func (s *DeploymentRecommendation) SetRecommendationStatus(v string) *DeploymentRecommendation

SetRecommendationStatus sets the RecommendationStatus field's value.

func (DeploymentRecommendation) String added in v1.44.269

func (s DeploymentRecommendation) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeploymentStage added in v1.44.57

type DeploymentStage struct {

	// Configuration of the deployment details.
	DeploymentConfig *EdgeDeploymentConfig `type:"structure"`

	// Configuration of the devices in the stage.
	//
	// DeviceSelectionConfig is a required field
	DeviceSelectionConfig *DeviceSelectionConfig `type:"structure" required:"true"`

	// The name of the stage.
	//
	// StageName is a required field
	StageName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Contains information about a stage in an edge deployment plan.

func (DeploymentStage) GoString added in v1.44.57

func (s DeploymentStage) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeploymentStage) SetDeploymentConfig added in v1.44.57

func (s *DeploymentStage) SetDeploymentConfig(v *EdgeDeploymentConfig) *DeploymentStage

SetDeploymentConfig sets the DeploymentConfig field's value.

func (*DeploymentStage) SetDeviceSelectionConfig added in v1.44.57

func (s *DeploymentStage) SetDeviceSelectionConfig(v *DeviceSelectionConfig) *DeploymentStage

SetDeviceSelectionConfig sets the DeviceSelectionConfig field's value.

func (*DeploymentStage) SetStageName added in v1.44.57

func (s *DeploymentStage) SetStageName(v string) *DeploymentStage

SetStageName sets the StageName field's value.

func (DeploymentStage) String added in v1.44.57

func (s DeploymentStage) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeploymentStage) Validate added in v1.44.57

func (s *DeploymentStage) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeploymentStageStatusSummary added in v1.44.57

type DeploymentStageStatusSummary struct {

	// Configuration of the deployment details.
	//
	// DeploymentConfig is a required field
	DeploymentConfig *EdgeDeploymentConfig `type:"structure" required:"true"`

	// General status of the current state.
	//
	// DeploymentStatus is a required field
	DeploymentStatus *EdgeDeploymentStatus `type:"structure" required:"true"`

	// Configuration of the devices in the stage.
	//
	// DeviceSelectionConfig is a required field
	DeviceSelectionConfig *DeviceSelectionConfig `type:"structure" required:"true"`

	// The name of the stage.
	//
	// StageName is a required field
	StageName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Contains information summarizing the deployment stage results.

func (DeploymentStageStatusSummary) GoString added in v1.44.57

func (s DeploymentStageStatusSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeploymentStageStatusSummary) SetDeploymentConfig added in v1.44.57

SetDeploymentConfig sets the DeploymentConfig field's value.

func (*DeploymentStageStatusSummary) SetDeploymentStatus added in v1.44.57

SetDeploymentStatus sets the DeploymentStatus field's value.

func (*DeploymentStageStatusSummary) SetDeviceSelectionConfig added in v1.44.57

SetDeviceSelectionConfig sets the DeviceSelectionConfig field's value.

func (*DeploymentStageStatusSummary) SetStageName added in v1.44.57

SetStageName sets the StageName field's value.

func (DeploymentStageStatusSummary) String added in v1.44.57

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeregisterDevicesInput added in v1.36.4

type DeregisterDevicesInput struct {

	// The name of the fleet the devices belong to.
	//
	// DeviceFleetName is a required field
	DeviceFleetName *string `min:"1" type:"string" required:"true"`

	// The unique IDs of the devices.
	//
	// DeviceNames is a required field
	DeviceNames []*string `type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (DeregisterDevicesInput) GoString added in v1.36.4

func (s DeregisterDevicesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeregisterDevicesInput) SetDeviceFleetName added in v1.36.4

func (s *DeregisterDevicesInput) SetDeviceFleetName(v string) *DeregisterDevicesInput

SetDeviceFleetName sets the DeviceFleetName field's value.

func (*DeregisterDevicesInput) SetDeviceNames added in v1.36.4

func (s *DeregisterDevicesInput) SetDeviceNames(v []*string) *DeregisterDevicesInput

SetDeviceNames sets the DeviceNames field's value.

func (DeregisterDevicesInput) String added in v1.36.4

func (s DeregisterDevicesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeregisterDevicesInput) Validate added in v1.36.4

func (s *DeregisterDevicesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeregisterDevicesOutput added in v1.36.4

type DeregisterDevicesOutput struct {
	// contains filtered or unexported fields
}

func (DeregisterDevicesOutput) GoString added in v1.36.4

func (s DeregisterDevicesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeregisterDevicesOutput) String added in v1.36.4

func (s DeregisterDevicesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeActionInput added in v1.35.37

type DescribeActionInput struct {

	// The name of the action to describe.
	//
	// ActionName is a required field
	ActionName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeActionInput) GoString added in v1.35.37

func (s DescribeActionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeActionInput) SetActionName added in v1.35.37

func (s *DescribeActionInput) SetActionName(v string) *DescribeActionInput

SetActionName sets the ActionName field's value.

func (DescribeActionInput) String added in v1.35.37

func (s DescribeActionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeActionInput) Validate added in v1.35.37

func (s *DescribeActionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeActionOutput added in v1.35.37

type DescribeActionOutput struct {

	// The Amazon Resource Name (ARN) of the action.
	ActionArn *string `type:"string"`

	// The name of the action.
	ActionName *string `min:"1" type:"string"`

	// The type of the action.
	ActionType *string `type:"string"`

	// Information about the user who created or modified an experiment, trial,
	// trial component, lineage group, project, or model card.
	CreatedBy *UserContext `type:"structure"`

	// When the action was created.
	CreationTime *time.Time `type:"timestamp"`

	// The description of the action.
	Description *string `type:"string"`

	// Information about the user who created or modified an experiment, trial,
	// trial component, lineage group, project, or model card.
	LastModifiedBy *UserContext `type:"structure"`

	// When the action was last modified.
	LastModifiedTime *time.Time `type:"timestamp"`

	// The Amazon Resource Name (ARN) of the lineage group.
	LineageGroupArn *string `type:"string"`

	// Metadata properties of the tracking entity, trial, or trial component.
	MetadataProperties *MetadataProperties `type:"structure"`

	// A list of the action's properties.
	Properties map[string]*string `type:"map"`

	// The source of the action.
	Source *ActionSource `type:"structure"`

	// The status of the action.
	Status *string `type:"string" enum:"ActionStatus"`
	// contains filtered or unexported fields
}

func (DescribeActionOutput) GoString added in v1.35.37

func (s DescribeActionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeActionOutput) SetActionArn added in v1.35.37

func (s *DescribeActionOutput) SetActionArn(v string) *DescribeActionOutput

SetActionArn sets the ActionArn field's value.

func (*DescribeActionOutput) SetActionName added in v1.35.37

func (s *DescribeActionOutput) SetActionName(v string) *DescribeActionOutput

SetActionName sets the ActionName field's value.

func (*DescribeActionOutput) SetActionType added in v1.35.37

func (s *DescribeActionOutput) SetActionType(v string) *DescribeActionOutput

SetActionType sets the ActionType field's value.

func (*DescribeActionOutput) SetCreatedBy added in v1.35.37

SetCreatedBy sets the CreatedBy field's value.

func (*DescribeActionOutput) SetCreationTime added in v1.35.37

func (s *DescribeActionOutput) SetCreationTime(v time.Time) *DescribeActionOutput

SetCreationTime sets the CreationTime field's value.

func (*DescribeActionOutput) SetDescription added in v1.35.37

func (s *DescribeActionOutput) SetDescription(v string) *DescribeActionOutput

SetDescription sets the Description field's value.

func (*DescribeActionOutput) SetLastModifiedBy added in v1.35.37

func (s *DescribeActionOutput) SetLastModifiedBy(v *UserContext) *DescribeActionOutput

SetLastModifiedBy sets the LastModifiedBy field's value.

func (*DescribeActionOutput) SetLastModifiedTime added in v1.35.37

func (s *DescribeActionOutput) SetLastModifiedTime(v time.Time) *DescribeActionOutput

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*DescribeActionOutput) SetLineageGroupArn added in v1.42.17

func (s *DescribeActionOutput) SetLineageGroupArn(v string) *DescribeActionOutput

SetLineageGroupArn sets the LineageGroupArn field's value.

func (*DescribeActionOutput) SetMetadataProperties added in v1.35.37

func (s *DescribeActionOutput) SetMetadataProperties(v *MetadataProperties) *DescribeActionOutput

SetMetadataProperties sets the MetadataProperties field's value.

func (*DescribeActionOutput) SetProperties added in v1.35.37

func (s *DescribeActionOutput) SetProperties(v map[string]*string) *DescribeActionOutput

SetProperties sets the Properties field's value.

func (*DescribeActionOutput) SetSource added in v1.35.37

SetSource sets the Source field's value.

func (*DescribeActionOutput) SetStatus added in v1.35.37

SetStatus sets the Status field's value.

func (DescribeActionOutput) String added in v1.35.37

func (s DescribeActionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeAlgorithmInput added in v1.15.86

type DescribeAlgorithmInput struct {

	// The name of the algorithm to describe.
	//
	// AlgorithmName is a required field
	AlgorithmName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeAlgorithmInput) GoString added in v1.15.86

func (s DescribeAlgorithmInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAlgorithmInput) SetAlgorithmName added in v1.15.86

func (s *DescribeAlgorithmInput) SetAlgorithmName(v string) *DescribeAlgorithmInput

SetAlgorithmName sets the AlgorithmName field's value.

func (DescribeAlgorithmInput) String added in v1.15.86

func (s DescribeAlgorithmInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAlgorithmInput) Validate added in v1.15.86

func (s *DescribeAlgorithmInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeAlgorithmOutput added in v1.15.86

type DescribeAlgorithmOutput struct {

	// The Amazon Resource Name (ARN) of the algorithm.
	//
	// AlgorithmArn is a required field
	AlgorithmArn *string `min:"1" type:"string" required:"true"`

	// A brief summary about the algorithm.
	AlgorithmDescription *string `type:"string"`

	// The name of the algorithm being described.
	//
	// AlgorithmName is a required field
	AlgorithmName *string `min:"1" type:"string" required:"true"`

	// The current status of the algorithm.
	//
	// AlgorithmStatus is a required field
	AlgorithmStatus *string `type:"string" required:"true" enum:"AlgorithmStatus"`

	// Details about the current status of the algorithm.
	//
	// AlgorithmStatusDetails is a required field
	AlgorithmStatusDetails *AlgorithmStatusDetails `type:"structure" required:"true"`

	// Whether the algorithm is certified to be listed in Amazon Web Services Marketplace.
	CertifyForMarketplace *bool `type:"boolean"`

	// A timestamp specifying when the algorithm was created.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// Details about inference jobs that the algorithm runs.
	InferenceSpecification *InferenceSpecification `type:"structure"`

	// The product identifier of the algorithm.
	ProductId *string `type:"string"`

	// Details about training jobs run by this algorithm.
	//
	// TrainingSpecification is a required field
	TrainingSpecification *TrainingSpecification `type:"structure" required:"true"`

	// Details about configurations for one or more training jobs that SageMaker
	// runs to test the algorithm.
	ValidationSpecification *AlgorithmValidationSpecification `type:"structure"`
	// contains filtered or unexported fields
}

func (DescribeAlgorithmOutput) GoString added in v1.15.86

func (s DescribeAlgorithmOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAlgorithmOutput) SetAlgorithmArn added in v1.15.86

SetAlgorithmArn sets the AlgorithmArn field's value.

func (*DescribeAlgorithmOutput) SetAlgorithmDescription added in v1.15.86

func (s *DescribeAlgorithmOutput) SetAlgorithmDescription(v string) *DescribeAlgorithmOutput

SetAlgorithmDescription sets the AlgorithmDescription field's value.

func (*DescribeAlgorithmOutput) SetAlgorithmName added in v1.15.86

func (s *DescribeAlgorithmOutput) SetAlgorithmName(v string) *DescribeAlgorithmOutput

SetAlgorithmName sets the AlgorithmName field's value.

func (*DescribeAlgorithmOutput) SetAlgorithmStatus added in v1.15.86

func (s *DescribeAlgorithmOutput) SetAlgorithmStatus(v string) *DescribeAlgorithmOutput

SetAlgorithmStatus sets the AlgorithmStatus field's value.

func (*DescribeAlgorithmOutput) SetAlgorithmStatusDetails added in v1.15.86

SetAlgorithmStatusDetails sets the AlgorithmStatusDetails field's value.

func (*DescribeAlgorithmOutput) SetCertifyForMarketplace added in v1.15.86

func (s *DescribeAlgorithmOutput) SetCertifyForMarketplace(v bool) *DescribeAlgorithmOutput

SetCertifyForMarketplace sets the CertifyForMarketplace field's value.

func (*DescribeAlgorithmOutput) SetCreationTime added in v1.15.86

SetCreationTime sets the CreationTime field's value.

func (*DescribeAlgorithmOutput) SetInferenceSpecification added in v1.15.86

SetInferenceSpecification sets the InferenceSpecification field's value.

func (*DescribeAlgorithmOutput) SetProductId added in v1.15.86

SetProductId sets the ProductId field's value.

func (*DescribeAlgorithmOutput) SetTrainingSpecification added in v1.15.86

SetTrainingSpecification sets the TrainingSpecification field's value.

func (*DescribeAlgorithmOutput) SetValidationSpecification added in v1.15.86

SetValidationSpecification sets the ValidationSpecification field's value.

func (DescribeAlgorithmOutput) String added in v1.15.86

func (s DescribeAlgorithmOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeAppImageConfigInput added in v1.35.15

type DescribeAppImageConfigInput struct {

	// The name of the AppImageConfig to describe.
	//
	// AppImageConfigName is a required field
	AppImageConfigName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeAppImageConfigInput) GoString added in v1.35.15

func (s DescribeAppImageConfigInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAppImageConfigInput) SetAppImageConfigName added in v1.35.15

func (s *DescribeAppImageConfigInput) SetAppImageConfigName(v string) *DescribeAppImageConfigInput

SetAppImageConfigName sets the AppImageConfigName field's value.

func (DescribeAppImageConfigInput) String added in v1.35.15

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAppImageConfigInput) Validate added in v1.35.15

func (s *DescribeAppImageConfigInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeAppImageConfigOutput added in v1.35.15

type DescribeAppImageConfigOutput struct {

	// The Amazon Resource Name (ARN) of the AppImageConfig.
	AppImageConfigArn *string `type:"string"`

	// The name of the AppImageConfig.
	AppImageConfigName *string `type:"string"`

	// When the AppImageConfig was created.
	CreationTime *time.Time `type:"timestamp"`

	// The configuration of a KernelGateway app.
	KernelGatewayImageConfig *KernelGatewayImageConfig `type:"structure"`

	// When the AppImageConfig was last modified.
	LastModifiedTime *time.Time `type:"timestamp"`
	// contains filtered or unexported fields
}

func (DescribeAppImageConfigOutput) GoString added in v1.35.15

func (s DescribeAppImageConfigOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAppImageConfigOutput) SetAppImageConfigArn added in v1.35.15

SetAppImageConfigArn sets the AppImageConfigArn field's value.

func (*DescribeAppImageConfigOutput) SetAppImageConfigName added in v1.35.15

SetAppImageConfigName sets the AppImageConfigName field's value.

func (*DescribeAppImageConfigOutput) SetCreationTime added in v1.35.15

SetCreationTime sets the CreationTime field's value.

func (*DescribeAppImageConfigOutput) SetKernelGatewayImageConfig added in v1.35.15

SetKernelGatewayImageConfig sets the KernelGatewayImageConfig field's value.

func (*DescribeAppImageConfigOutput) SetLastModifiedTime added in v1.35.15

SetLastModifiedTime sets the LastModifiedTime field's value.

func (DescribeAppImageConfigOutput) String added in v1.35.15

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeAppInput added in v1.25.47

type DescribeAppInput struct {

	// The name of the app.
	//
	// AppName is a required field
	AppName *string `type:"string" required:"true"`

	// The type of app.
	//
	// AppType is a required field
	AppType *string `type:"string" required:"true" enum:"AppType"`

	// The domain ID.
	//
	// DomainId is a required field
	DomainId *string `type:"string" required:"true"`

	// The name of the space.
	SpaceName *string `type:"string"`

	// The user profile name. If this value is not set, then SpaceName must be set.
	UserProfileName *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeAppInput) GoString added in v1.25.47

func (s DescribeAppInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAppInput) SetAppName added in v1.25.47

func (s *DescribeAppInput) SetAppName(v string) *DescribeAppInput

SetAppName sets the AppName field's value.

func (*DescribeAppInput) SetAppType added in v1.25.47

func (s *DescribeAppInput) SetAppType(v string) *DescribeAppInput

SetAppType sets the AppType field's value.

func (*DescribeAppInput) SetDomainId added in v1.25.47

func (s *DescribeAppInput) SetDomainId(v string) *DescribeAppInput

SetDomainId sets the DomainId field's value.

func (*DescribeAppInput) SetSpaceName added in v1.44.150

func (s *DescribeAppInput) SetSpaceName(v string) *DescribeAppInput

SetSpaceName sets the SpaceName field's value.

func (*DescribeAppInput) SetUserProfileName added in v1.25.47

func (s *DescribeAppInput) SetUserProfileName(v string) *DescribeAppInput

SetUserProfileName sets the UserProfileName field's value.

func (DescribeAppInput) String added in v1.25.47

func (s DescribeAppInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAppInput) Validate added in v1.25.47

func (s *DescribeAppInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeAppOutput added in v1.25.47

type DescribeAppOutput struct {

	// The Amazon Resource Name (ARN) of the app.
	AppArn *string `type:"string"`

	// The name of the app.
	AppName *string `type:"string"`

	// The type of app.
	AppType *string `type:"string" enum:"AppType"`

	// The creation time.
	CreationTime *time.Time `type:"timestamp"`

	// The domain ID.
	DomainId *string `type:"string"`

	// The failure reason.
	FailureReason *string `type:"string"`

	// The timestamp of the last health check.
	LastHealthCheckTimestamp *time.Time `type:"timestamp"`

	// 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.
	LastUserActivityTimestamp *time.Time `type:"timestamp"`

	// The instance type and the Amazon Resource Name (ARN) of the SageMaker image
	// created on the instance.
	ResourceSpec *ResourceSpec `type:"structure"`

	// The name of the space. If this value is not set, then UserProfileName must
	// be set.
	SpaceName *string `type:"string"`

	// The status.
	Status *string `type:"string" enum:"AppStatus"`

	// The user profile name.
	UserProfileName *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeAppOutput) GoString added in v1.25.47

func (s DescribeAppOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAppOutput) SetAppArn added in v1.25.47

func (s *DescribeAppOutput) SetAppArn(v string) *DescribeAppOutput

SetAppArn sets the AppArn field's value.

func (*DescribeAppOutput) SetAppName added in v1.25.47

func (s *DescribeAppOutput) SetAppName(v string) *DescribeAppOutput

SetAppName sets the AppName field's value.

func (*DescribeAppOutput) SetAppType added in v1.25.47

func (s *DescribeAppOutput) SetAppType(v string) *DescribeAppOutput

SetAppType sets the AppType field's value.

func (*DescribeAppOutput) SetCreationTime added in v1.25.47

func (s *DescribeAppOutput) SetCreationTime(v time.Time) *DescribeAppOutput

SetCreationTime sets the CreationTime field's value.

func (*DescribeAppOutput) SetDomainId added in v1.25.47

func (s *DescribeAppOutput) SetDomainId(v string) *DescribeAppOutput

SetDomainId sets the DomainId field's value.

func (*DescribeAppOutput) SetFailureReason added in v1.25.47

func (s *DescribeAppOutput) SetFailureReason(v string) *DescribeAppOutput

SetFailureReason sets the FailureReason field's value.

func (*DescribeAppOutput) SetLastHealthCheckTimestamp added in v1.25.47

func (s *DescribeAppOutput) SetLastHealthCheckTimestamp(v time.Time) *DescribeAppOutput

SetLastHealthCheckTimestamp sets the LastHealthCheckTimestamp field's value.

func (*DescribeAppOutput) SetLastUserActivityTimestamp added in v1.25.47

func (s *DescribeAppOutput) SetLastUserActivityTimestamp(v time.Time) *DescribeAppOutput

SetLastUserActivityTimestamp sets the LastUserActivityTimestamp field's value.

func (*DescribeAppOutput) SetResourceSpec added in v1.25.47

func (s *DescribeAppOutput) SetResourceSpec(v *ResourceSpec) *DescribeAppOutput

SetResourceSpec sets the ResourceSpec field's value.

func (*DescribeAppOutput) SetSpaceName added in v1.44.150

func (s *DescribeAppOutput) SetSpaceName(v string) *DescribeAppOutput

SetSpaceName sets the SpaceName field's value.

func (*DescribeAppOutput) SetStatus added in v1.25.47

func (s *DescribeAppOutput) SetStatus(v string) *DescribeAppOutput

SetStatus sets the Status field's value.

func (*DescribeAppOutput) SetUserProfileName added in v1.25.47

func (s *DescribeAppOutput) SetUserProfileName(v string) *DescribeAppOutput

SetUserProfileName sets the UserProfileName field's value.

func (DescribeAppOutput) String added in v1.25.47

func (s DescribeAppOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeArtifactInput added in v1.35.37

type DescribeArtifactInput struct {

	// The Amazon Resource Name (ARN) of the artifact to describe.
	//
	// ArtifactArn is a required field
	ArtifactArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeArtifactInput) GoString added in v1.35.37

func (s DescribeArtifactInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeArtifactInput) SetArtifactArn added in v1.35.37

func (s *DescribeArtifactInput) SetArtifactArn(v string) *DescribeArtifactInput

SetArtifactArn sets the ArtifactArn field's value.

func (DescribeArtifactInput) String added in v1.35.37

func (s DescribeArtifactInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeArtifactInput) Validate added in v1.35.37

func (s *DescribeArtifactInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeArtifactOutput added in v1.35.37

type DescribeArtifactOutput struct {

	// The Amazon Resource Name (ARN) of the artifact.
	ArtifactArn *string `type:"string"`

	// The name of the artifact.
	ArtifactName *string `min:"1" type:"string"`

	// The type of the artifact.
	ArtifactType *string `type:"string"`

	// Information about the user who created or modified an experiment, trial,
	// trial component, lineage group, project, or model card.
	CreatedBy *UserContext `type:"structure"`

	// When the artifact was created.
	CreationTime *time.Time `type:"timestamp"`

	// Information about the user who created or modified an experiment, trial,
	// trial component, lineage group, project, or model card.
	LastModifiedBy *UserContext `type:"structure"`

	// When the artifact was last modified.
	LastModifiedTime *time.Time `type:"timestamp"`

	// The Amazon Resource Name (ARN) of the lineage group.
	LineageGroupArn *string `type:"string"`

	// Metadata properties of the tracking entity, trial, or trial component.
	MetadataProperties *MetadataProperties `type:"structure"`

	// A list of the artifact's properties.
	Properties map[string]*string `type:"map"`

	// The source of the artifact.
	Source *ArtifactSource `type:"structure"`
	// contains filtered or unexported fields
}

func (DescribeArtifactOutput) GoString added in v1.35.37

func (s DescribeArtifactOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeArtifactOutput) SetArtifactArn added in v1.35.37

SetArtifactArn sets the ArtifactArn field's value.

func (*DescribeArtifactOutput) SetArtifactName added in v1.35.37

func (s *DescribeArtifactOutput) SetArtifactName(v string) *DescribeArtifactOutput

SetArtifactName sets the ArtifactName field's value.

func (*DescribeArtifactOutput) SetArtifactType added in v1.35.37

func (s *DescribeArtifactOutput) SetArtifactType(v string) *DescribeArtifactOutput

SetArtifactType sets the ArtifactType field's value.

func (*DescribeArtifactOutput) SetCreatedBy added in v1.35.37

SetCreatedBy sets the CreatedBy field's value.

func (*DescribeArtifactOutput) SetCreationTime added in v1.35.37

func (s *DescribeArtifactOutput) SetCreationTime(v time.Time) *DescribeArtifactOutput

SetCreationTime sets the CreationTime field's value.

func (*DescribeArtifactOutput) SetLastModifiedBy added in v1.35.37

func (s *DescribeArtifactOutput) SetLastModifiedBy(v *UserContext) *DescribeArtifactOutput

SetLastModifiedBy sets the LastModifiedBy field's value.

func (*DescribeArtifactOutput) SetLastModifiedTime added in v1.35.37

func (s *DescribeArtifactOutput) SetLastModifiedTime(v time.Time) *DescribeArtifactOutput

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*DescribeArtifactOutput) SetLineageGroupArn added in v1.42.17

func (s *DescribeArtifactOutput) SetLineageGroupArn(v string) *DescribeArtifactOutput

SetLineageGroupArn sets the LineageGroupArn field's value.

func (*DescribeArtifactOutput) SetMetadataProperties added in v1.35.37

SetMetadataProperties sets the MetadataProperties field's value.

func (*DescribeArtifactOutput) SetProperties added in v1.35.37

func (s *DescribeArtifactOutput) SetProperties(v map[string]*string) *DescribeArtifactOutput

SetProperties sets the Properties field's value.

func (*DescribeArtifactOutput) SetSource added in v1.35.37

SetSource sets the Source field's value.

func (DescribeArtifactOutput) String added in v1.35.37

func (s DescribeArtifactOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeAutoMLJobInput added in v1.25.47

type DescribeAutoMLJobInput struct {

	// Requests information about an AutoML job using its unique name.
	//
	// AutoMLJobName is a required field
	AutoMLJobName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeAutoMLJobInput) GoString added in v1.25.47

func (s DescribeAutoMLJobInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAutoMLJobInput) SetAutoMLJobName added in v1.25.47

func (s *DescribeAutoMLJobInput) SetAutoMLJobName(v string) *DescribeAutoMLJobInput

SetAutoMLJobName sets the AutoMLJobName field's value.

func (DescribeAutoMLJobInput) String added in v1.25.47

func (s DescribeAutoMLJobInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAutoMLJobInput) Validate added in v1.25.47

func (s *DescribeAutoMLJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeAutoMLJobOutput added in v1.25.47

type DescribeAutoMLJobOutput struct {

	// Returns the ARN of the AutoML job.
	//
	// AutoMLJobArn is a required field
	AutoMLJobArn *string `min:"1" type:"string" required:"true"`

	// Returns information on the job's artifacts found in AutoMLJobArtifacts.
	AutoMLJobArtifacts *AutoMLJobArtifacts `type:"structure"`

	// Returns the configuration for the AutoML job.
	AutoMLJobConfig *AutoMLJobConfig `type:"structure"`

	// Returns the name of the AutoML job.
	//
	// AutoMLJobName is a required field
	AutoMLJobName *string `min:"1" type:"string" required:"true"`

	// Returns the job's objective.
	AutoMLJobObjective *AutoMLJobObjective `type:"structure"`

	// Returns the secondary status of the AutoML job.
	//
	// AutoMLJobSecondaryStatus is a required field
	AutoMLJobSecondaryStatus *string `type:"string" required:"true" enum:"AutoMLJobSecondaryStatus"`

	// Returns the status of the AutoML job.
	//
	// AutoMLJobStatus is a required field
	AutoMLJobStatus *string `type:"string" required:"true" enum:"AutoMLJobStatus"`

	// The best model candidate selected by SageMaker Autopilot using both the best
	// objective metric and lowest InferenceLatency (https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-metrics-validation.html)
	// for an experiment.
	BestCandidate *AutoMLCandidate `type:"structure"`

	// Returns the creation time of the AutoML job.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// Returns the end time of the AutoML job.
	EndTime *time.Time `type:"timestamp"`

	// Returns the failure reason for an AutoML job, when applicable.
	FailureReason *string `type:"string"`

	// Indicates whether the output for an AutoML job generates candidate definitions
	// only.
	GenerateCandidateDefinitionsOnly *bool `type:"boolean"`

	// Returns the input data configuration for the AutoML job.
	//
	// InputDataConfig is a required field
	InputDataConfig []*AutoMLChannel `min:"1" type:"list" required:"true"`

	// Returns the job's last modified time.
	//
	// LastModifiedTime is a required field
	LastModifiedTime *time.Time `type:"timestamp" required:"true"`

	// Indicates whether the model was deployed automatically to an endpoint and
	// the name of that endpoint if deployed automatically.
	ModelDeployConfig *ModelDeployConfig `type:"structure"`

	// Provides information about endpoint for the model deployment.
	ModelDeployResult *ModelDeployResult `type:"structure"`

	// Returns the job's output data config.
	//
	// OutputDataConfig is a required field
	OutputDataConfig *AutoMLOutputDataConfig `type:"structure" required:"true"`

	// Returns a list of reasons for partial failures within an AutoML job.
	PartialFailureReasons []*AutoMLPartialFailureReason `min:"1" type:"list"`

	// Returns the job's problem type.
	ProblemType *string `type:"string" enum:"ProblemType"`

	// Contains ProblemType, AutoMLJobObjective, and CompletionCriteria. If you
	// do not provide these values, they are inferred.
	ResolvedAttributes *ResolvedAttributes `type:"structure"`

	// The Amazon Resource Name (ARN) of the Identity and Access Management (IAM)
	// role that has read permission to the input data location and write permission
	// to the output data location in Amazon S3.
	//
	// RoleArn is a required field
	RoleArn *string `min:"20" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeAutoMLJobOutput) GoString added in v1.25.47

func (s DescribeAutoMLJobOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAutoMLJobOutput) SetAutoMLJobArn added in v1.25.47

SetAutoMLJobArn sets the AutoMLJobArn field's value.

func (*DescribeAutoMLJobOutput) SetAutoMLJobArtifacts added in v1.25.47

SetAutoMLJobArtifacts sets the AutoMLJobArtifacts field's value.

func (*DescribeAutoMLJobOutput) SetAutoMLJobConfig added in v1.25.47

SetAutoMLJobConfig sets the AutoMLJobConfig field's value.

func (*DescribeAutoMLJobOutput) SetAutoMLJobName added in v1.25.47

func (s *DescribeAutoMLJobOutput) SetAutoMLJobName(v string) *DescribeAutoMLJobOutput

SetAutoMLJobName sets the AutoMLJobName field's value.

func (*DescribeAutoMLJobOutput) SetAutoMLJobObjective added in v1.25.47

SetAutoMLJobObjective sets the AutoMLJobObjective field's value.

func (*DescribeAutoMLJobOutput) SetAutoMLJobSecondaryStatus added in v1.25.47

func (s *DescribeAutoMLJobOutput) SetAutoMLJobSecondaryStatus(v string) *DescribeAutoMLJobOutput

SetAutoMLJobSecondaryStatus sets the AutoMLJobSecondaryStatus field's value.

func (*DescribeAutoMLJobOutput) SetAutoMLJobStatus added in v1.25.47

func (s *DescribeAutoMLJobOutput) SetAutoMLJobStatus(v string) *DescribeAutoMLJobOutput

SetAutoMLJobStatus sets the AutoMLJobStatus field's value.

func (*DescribeAutoMLJobOutput) SetBestCandidate added in v1.25.47

SetBestCandidate sets the BestCandidate field's value.

func (*DescribeAutoMLJobOutput) SetCreationTime added in v1.25.47

SetCreationTime sets the CreationTime field's value.

func (*DescribeAutoMLJobOutput) SetEndTime added in v1.25.47

SetEndTime sets the EndTime field's value.

func (*DescribeAutoMLJobOutput) SetFailureReason added in v1.25.47

func (s *DescribeAutoMLJobOutput) SetFailureReason(v string) *DescribeAutoMLJobOutput

SetFailureReason sets the FailureReason field's value.

func (*DescribeAutoMLJobOutput) SetGenerateCandidateDefinitionsOnly added in v1.25.47

func (s *DescribeAutoMLJobOutput) SetGenerateCandidateDefinitionsOnly(v bool) *DescribeAutoMLJobOutput

SetGenerateCandidateDefinitionsOnly sets the GenerateCandidateDefinitionsOnly field's value.

func (*DescribeAutoMLJobOutput) SetInputDataConfig added in v1.25.47

func (s *DescribeAutoMLJobOutput) SetInputDataConfig(v []*AutoMLChannel) *DescribeAutoMLJobOutput

SetInputDataConfig sets the InputDataConfig field's value.

func (*DescribeAutoMLJobOutput) SetLastModifiedTime added in v1.25.47

func (s *DescribeAutoMLJobOutput) SetLastModifiedTime(v time.Time) *DescribeAutoMLJobOutput

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*DescribeAutoMLJobOutput) SetModelDeployConfig added in v1.38.34

SetModelDeployConfig sets the ModelDeployConfig field's value.

func (*DescribeAutoMLJobOutput) SetModelDeployResult added in v1.38.34

SetModelDeployResult sets the ModelDeployResult field's value.

func (*DescribeAutoMLJobOutput) SetOutputDataConfig added in v1.25.47

SetOutputDataConfig sets the OutputDataConfig field's value.

func (*DescribeAutoMLJobOutput) SetPartialFailureReasons added in v1.38.9

SetPartialFailureReasons sets the PartialFailureReasons field's value.

func (*DescribeAutoMLJobOutput) SetProblemType added in v1.25.47

SetProblemType sets the ProblemType field's value.

func (*DescribeAutoMLJobOutput) SetResolvedAttributes added in v1.25.47

SetResolvedAttributes sets the ResolvedAttributes field's value.

func (*DescribeAutoMLJobOutput) SetRoleArn added in v1.25.47

SetRoleArn sets the RoleArn field's value.

func (DescribeAutoMLJobOutput) String added in v1.25.47

func (s DescribeAutoMLJobOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeAutoMLJobV2Input added in v1.44.228

type DescribeAutoMLJobV2Input struct {

	// Requests information about an AutoML job V2 using its unique name.
	//
	// AutoMLJobName is a required field
	AutoMLJobName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeAutoMLJobV2Input) GoString added in v1.44.228

func (s DescribeAutoMLJobV2Input) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAutoMLJobV2Input) SetAutoMLJobName added in v1.44.228

SetAutoMLJobName sets the AutoMLJobName field's value.

func (DescribeAutoMLJobV2Input) String added in v1.44.228

func (s DescribeAutoMLJobV2Input) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAutoMLJobV2Input) Validate added in v1.44.228

func (s *DescribeAutoMLJobV2Input) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeAutoMLJobV2Output added in v1.44.228

type DescribeAutoMLJobV2Output struct {

	// Returns the Amazon Resource Name (ARN) of the AutoML job V2.
	//
	// AutoMLJobArn is a required field
	AutoMLJobArn *string `min:"1" type:"string" required:"true"`

	// The artifacts that are generated during an AutoML job.
	AutoMLJobArtifacts *AutoMLJobArtifacts `type:"structure"`

	// Returns an array of channel objects describing the input data and their location.
	//
	// AutoMLJobInputDataConfig is a required field
	AutoMLJobInputDataConfig []*AutoMLJobChannel `min:"1" type:"list" required:"true"`

	// Returns the name of the AutoML job V2.
	//
	// AutoMLJobName is a required field
	AutoMLJobName *string `min:"1" type:"string" required:"true"`

	// Returns the job's objective.
	AutoMLJobObjective *AutoMLJobObjective `type:"structure"`

	// Returns the secondary status of the AutoML job V2.
	//
	// AutoMLJobSecondaryStatus is a required field
	AutoMLJobSecondaryStatus *string `type:"string" required:"true" enum:"AutoMLJobSecondaryStatus"`

	// Returns the status of the AutoML job V2.
	//
	// AutoMLJobStatus is a required field
	AutoMLJobStatus *string `type:"string" required:"true" enum:"AutoMLJobStatus"`

	// Returns the configuration settings of the problem type set for the AutoML
	// job V2.
	AutoMLProblemTypeConfig *AutoMLProblemTypeConfig `type:"structure"`

	// Returns the name of the problem type configuration set for the AutoML job
	// V2.
	AutoMLProblemTypeConfigName *string `type:"string" enum:"AutoMLProblemTypeConfigName"`

	// Information about the candidate produced by an AutoML training job V2, including
	// its status, steps, and other properties.
	BestCandidate *AutoMLCandidate `type:"structure"`

	// Returns the creation time of the AutoML job V2.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// Returns the configuration settings of how the data are split into train and
	// validation datasets.
	DataSplitConfig *AutoMLDataSplitConfig `type:"structure"`

	// Returns the end time of the AutoML job V2.
	EndTime *time.Time `type:"timestamp"`

	// Returns the reason for the failure of the AutoML job V2, when applicable.
	FailureReason *string `type:"string"`

	// Returns the job's last modified time.
	//
	// LastModifiedTime is a required field
	LastModifiedTime *time.Time `type:"timestamp" required:"true"`

	// Indicates whether the model was deployed automatically to an endpoint and
	// the name of that endpoint if deployed automatically.
	ModelDeployConfig *ModelDeployConfig `type:"structure"`

	// Provides information about endpoint for the model deployment.
	ModelDeployResult *ModelDeployResult `type:"structure"`

	// Returns the job's output data config.
	//
	// OutputDataConfig is a required field
	OutputDataConfig *AutoMLOutputDataConfig `type:"structure" required:"true"`

	// Returns a list of reasons for partial failures within an AutoML job V2.
	PartialFailureReasons []*AutoMLPartialFailureReason `min:"1" type:"list"`

	// Returns the resolved attributes used by the AutoML job V2.
	ResolvedAttributes *AutoMLResolvedAttributes `type:"structure"`

	// The ARN of the Identity and Access Management role that has read permission
	// to the input data location and write permission to the output data location
	// in Amazon S3.
	//
	// RoleArn is a required field
	RoleArn *string `min:"20" type:"string" required:"true"`

	// Returns the security configuration for traffic encryption or Amazon VPC settings.
	SecurityConfig *AutoMLSecurityConfig `type:"structure"`
	// contains filtered or unexported fields
}

func (DescribeAutoMLJobV2Output) GoString added in v1.44.228

func (s DescribeAutoMLJobV2Output) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAutoMLJobV2Output) SetAutoMLJobArn added in v1.44.228

SetAutoMLJobArn sets the AutoMLJobArn field's value.

func (*DescribeAutoMLJobV2Output) SetAutoMLJobArtifacts added in v1.44.285

SetAutoMLJobArtifacts sets the AutoMLJobArtifacts field's value.

func (*DescribeAutoMLJobV2Output) SetAutoMLJobInputDataConfig added in v1.44.228

func (s *DescribeAutoMLJobV2Output) SetAutoMLJobInputDataConfig(v []*AutoMLJobChannel) *DescribeAutoMLJobV2Output

SetAutoMLJobInputDataConfig sets the AutoMLJobInputDataConfig field's value.

func (*DescribeAutoMLJobV2Output) SetAutoMLJobName added in v1.44.228

SetAutoMLJobName sets the AutoMLJobName field's value.

func (*DescribeAutoMLJobV2Output) SetAutoMLJobObjective added in v1.44.228

SetAutoMLJobObjective sets the AutoMLJobObjective field's value.

func (*DescribeAutoMLJobV2Output) SetAutoMLJobSecondaryStatus added in v1.44.228

func (s *DescribeAutoMLJobV2Output) SetAutoMLJobSecondaryStatus(v string) *DescribeAutoMLJobV2Output

SetAutoMLJobSecondaryStatus sets the AutoMLJobSecondaryStatus field's value.

func (*DescribeAutoMLJobV2Output) SetAutoMLJobStatus added in v1.44.228

SetAutoMLJobStatus sets the AutoMLJobStatus field's value.

func (*DescribeAutoMLJobV2Output) SetAutoMLProblemTypeConfig added in v1.44.228

SetAutoMLProblemTypeConfig sets the AutoMLProblemTypeConfig field's value.

func (*DescribeAutoMLJobV2Output) SetAutoMLProblemTypeConfigName added in v1.44.285

func (s *DescribeAutoMLJobV2Output) SetAutoMLProblemTypeConfigName(v string) *DescribeAutoMLJobV2Output

SetAutoMLProblemTypeConfigName sets the AutoMLProblemTypeConfigName field's value.

func (*DescribeAutoMLJobV2Output) SetBestCandidate added in v1.44.228

SetBestCandidate sets the BestCandidate field's value.

func (*DescribeAutoMLJobV2Output) SetCreationTime added in v1.44.228

SetCreationTime sets the CreationTime field's value.

func (*DescribeAutoMLJobV2Output) SetDataSplitConfig added in v1.44.228

SetDataSplitConfig sets the DataSplitConfig field's value.

func (*DescribeAutoMLJobV2Output) SetEndTime added in v1.44.228

SetEndTime sets the EndTime field's value.

func (*DescribeAutoMLJobV2Output) SetFailureReason added in v1.44.228

SetFailureReason sets the FailureReason field's value.

func (*DescribeAutoMLJobV2Output) SetLastModifiedTime added in v1.44.228

func (s *DescribeAutoMLJobV2Output) SetLastModifiedTime(v time.Time) *DescribeAutoMLJobV2Output

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*DescribeAutoMLJobV2Output) SetModelDeployConfig added in v1.44.228

SetModelDeployConfig sets the ModelDeployConfig field's value.

func (*DescribeAutoMLJobV2Output) SetModelDeployResult added in v1.44.228

SetModelDeployResult sets the ModelDeployResult field's value.

func (*DescribeAutoMLJobV2Output) SetOutputDataConfig added in v1.44.228

SetOutputDataConfig sets the OutputDataConfig field's value.

func (*DescribeAutoMLJobV2Output) SetPartialFailureReasons added in v1.44.228

SetPartialFailureReasons sets the PartialFailureReasons field's value.

func (*DescribeAutoMLJobV2Output) SetResolvedAttributes added in v1.44.285

SetResolvedAttributes sets the ResolvedAttributes field's value.

func (*DescribeAutoMLJobV2Output) SetRoleArn added in v1.44.228

SetRoleArn sets the RoleArn field's value.

func (*DescribeAutoMLJobV2Output) SetSecurityConfig added in v1.44.228

SetSecurityConfig sets the SecurityConfig field's value.

func (DescribeAutoMLJobV2Output) String added in v1.44.228

func (s DescribeAutoMLJobV2Output) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeCodeRepositoryInput added in v1.15.86

type DescribeCodeRepositoryInput struct {

	// The name of the Git repository to describe.
	//
	// CodeRepositoryName is a required field
	CodeRepositoryName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeCodeRepositoryInput) GoString added in v1.15.86

func (s DescribeCodeRepositoryInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeCodeRepositoryInput) SetCodeRepositoryName added in v1.15.86

func (s *DescribeCodeRepositoryInput) SetCodeRepositoryName(v string) *DescribeCodeRepositoryInput

SetCodeRepositoryName sets the CodeRepositoryName field's value.

func (DescribeCodeRepositoryInput) String added in v1.15.86

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeCodeRepositoryInput) Validate added in v1.15.86

func (s *DescribeCodeRepositoryInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeCodeRepositoryOutput added in v1.15.86

type DescribeCodeRepositoryOutput struct {

	// The Amazon Resource Name (ARN) of the Git repository.
	//
	// CodeRepositoryArn is a required field
	CodeRepositoryArn *string `min:"1" type:"string" required:"true"`

	// The name of the Git repository.
	//
	// CodeRepositoryName is a required field
	CodeRepositoryName *string `min:"1" type:"string" required:"true"`

	// The date and time that the repository was created.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// Configuration details about the repository, including the URL where the repository
	// is located, the default branch, and the Amazon Resource Name (ARN) of the
	// Amazon Web Services Secrets Manager secret that contains the credentials
	// used to access the repository.
	GitConfig *GitConfig `type:"structure"`

	// The date and time that the repository was last changed.
	//
	// LastModifiedTime is a required field
	LastModifiedTime *time.Time `type:"timestamp" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeCodeRepositoryOutput) GoString added in v1.15.86

func (s DescribeCodeRepositoryOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeCodeRepositoryOutput) SetCodeRepositoryArn added in v1.15.86

SetCodeRepositoryArn sets the CodeRepositoryArn field's value.

func (*DescribeCodeRepositoryOutput) SetCodeRepositoryName added in v1.15.86

SetCodeRepositoryName sets the CodeRepositoryName field's value.

func (*DescribeCodeRepositoryOutput) SetCreationTime added in v1.15.86

SetCreationTime sets the CreationTime field's value.

func (*DescribeCodeRepositoryOutput) SetGitConfig added in v1.15.86

SetGitConfig sets the GitConfig field's value.

func (*DescribeCodeRepositoryOutput) SetLastModifiedTime added in v1.15.86

SetLastModifiedTime sets the LastModifiedTime field's value.

func (DescribeCodeRepositoryOutput) String added in v1.15.86

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeCompilationJobInput added in v1.15.86

type DescribeCompilationJobInput struct {

	// The name of the model compilation job that you want information about.
	//
	// CompilationJobName is a required field
	CompilationJobName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeCompilationJobInput) GoString added in v1.15.86

func (s DescribeCompilationJobInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeCompilationJobInput) SetCompilationJobName added in v1.15.86

func (s *DescribeCompilationJobInput) SetCompilationJobName(v string) *DescribeCompilationJobInput

SetCompilationJobName sets the CompilationJobName field's value.

func (DescribeCompilationJobInput) String added in v1.15.86

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeCompilationJobInput) Validate added in v1.15.86

func (s *DescribeCompilationJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeCompilationJobOutput added in v1.15.86

type DescribeCompilationJobOutput struct {

	// The time when the model compilation job on a compilation job instance ended.
	// For a successful or stopped job, this is when the job's model artifacts have
	// finished uploading. For a failed job, this is when Amazon SageMaker detected
	// that the job failed.
	CompilationEndTime *time.Time `type:"timestamp"`

	// The Amazon Resource Name (ARN) of the model compilation job.
	//
	// CompilationJobArn is a required field
	CompilationJobArn *string `type:"string" required:"true"`

	// The name of the model compilation job.
	//
	// CompilationJobName is a required field
	CompilationJobName *string `min:"1" type:"string" required:"true"`

	// The status of the model compilation job.
	//
	// CompilationJobStatus is a required field
	CompilationJobStatus *string `type:"string" required:"true" enum:"CompilationJobStatus"`

	// The time when the model compilation job started the CompilationJob instances.
	//
	// You are billed for the time between this timestamp and the timestamp in the
	// CompilationEndTime field. In Amazon CloudWatch Logs, the start time might
	// be later than this time. That's because it takes time to download the compilation
	// job, which depends on the size of the compilation job container.
	CompilationStartTime *time.Time `type:"timestamp"`

	// The time that the model compilation job was created.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// If a model compilation job failed, the reason it failed.
	//
	// FailureReason is a required field
	FailureReason *string `type:"string" required:"true"`

	// The inference image to use when compiling a model. Specify an image only
	// if the target device is a cloud instance.
	InferenceImage *string `type:"string"`

	// Information about the location in Amazon S3 of the input model artifacts,
	// the name and shape of the expected data inputs, and the framework in which
	// the model was trained.
	//
	// InputConfig is a required field
	InputConfig *InputConfig `type:"structure" required:"true"`

	// The time that the status of the model compilation job was last modified.
	//
	// LastModifiedTime is a required field
	LastModifiedTime *time.Time `type:"timestamp" required:"true"`

	// Information about the location in Amazon S3 that has been configured for
	// storing the model artifacts used in the compilation job.
	//
	// ModelArtifacts is a required field
	ModelArtifacts *ModelArtifacts `type:"structure" required:"true"`

	// Provides a BLAKE2 hash value that identifies the compiled model artifacts
	// in Amazon S3.
	ModelDigests *ModelDigests `type:"structure"`

	// The Amazon Resource Name (ARN) of the versioned model package that was provided
	// to SageMaker Neo when you initiated a compilation job.
	ModelPackageVersionArn *string `min:"1" type:"string"`

	// Information about the output location for the compiled model and the target
	// device that the model runs on.
	//
	// OutputConfig is a required field
	OutputConfig *OutputConfig `type:"structure" required:"true"`

	// The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker assumes
	// to perform the model compilation job.
	//
	// RoleArn is a required field
	RoleArn *string `min:"20" type:"string" required:"true"`

	// Specifies a limit to how long a model compilation job can run. When the job
	// reaches the time limit, Amazon SageMaker ends the compilation job. Use this
	// API to cap model training costs.
	//
	// StoppingCondition is a required field
	StoppingCondition *StoppingCondition `type:"structure" required:"true"`

	// A VpcConfig (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_VpcConfig.html)
	// object that specifies the VPC that you want your compilation job to connect
	// to. Control access to your models by configuring the VPC. For more information,
	// see Protect Compilation Jobs by Using an Amazon Virtual Private Cloud (https://docs.aws.amazon.com/sagemaker/latest/dg/neo-vpc.html).
	VpcConfig *NeoVpcConfig `type:"structure"`
	// contains filtered or unexported fields
}

func (DescribeCompilationJobOutput) GoString added in v1.15.86

func (s DescribeCompilationJobOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeCompilationJobOutput) SetCompilationEndTime added in v1.15.86

SetCompilationEndTime sets the CompilationEndTime field's value.

func (*DescribeCompilationJobOutput) SetCompilationJobArn added in v1.15.86

SetCompilationJobArn sets the CompilationJobArn field's value.

func (*DescribeCompilationJobOutput) SetCompilationJobName added in v1.15.86

SetCompilationJobName sets the CompilationJobName field's value.

func (*DescribeCompilationJobOutput) SetCompilationJobStatus added in v1.15.86

func (s *DescribeCompilationJobOutput) SetCompilationJobStatus(v string) *DescribeCompilationJobOutput

SetCompilationJobStatus sets the CompilationJobStatus field's value.

func (*DescribeCompilationJobOutput) SetCompilationStartTime added in v1.15.86

func (s *DescribeCompilationJobOutput) SetCompilationStartTime(v time.Time) *DescribeCompilationJobOutput

SetCompilationStartTime sets the CompilationStartTime field's value.

func (*DescribeCompilationJobOutput) SetCreationTime added in v1.15.86

SetCreationTime sets the CreationTime field's value.

func (*DescribeCompilationJobOutput) SetFailureReason added in v1.15.86

SetFailureReason sets the FailureReason field's value.

func (*DescribeCompilationJobOutput) SetInferenceImage added in v1.38.69

SetInferenceImage sets the InferenceImage field's value.

func (*DescribeCompilationJobOutput) SetInputConfig added in v1.15.86

SetInputConfig sets the InputConfig field's value.

func (*DescribeCompilationJobOutput) SetLastModifiedTime added in v1.15.86

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*DescribeCompilationJobOutput) SetModelArtifacts added in v1.15.86

SetModelArtifacts sets the ModelArtifacts field's value.

func (*DescribeCompilationJobOutput) SetModelDigests added in v1.35.37

SetModelDigests sets the ModelDigests field's value.

func (*DescribeCompilationJobOutput) SetModelPackageVersionArn added in v1.42.17

func (s *DescribeCompilationJobOutput) SetModelPackageVersionArn(v string) *DescribeCompilationJobOutput

SetModelPackageVersionArn sets the ModelPackageVersionArn field's value.

func (*DescribeCompilationJobOutput) SetOutputConfig added in v1.15.86

SetOutputConfig sets the OutputConfig field's value.

func (*DescribeCompilationJobOutput) SetRoleArn added in v1.15.86

SetRoleArn sets the RoleArn field's value.

func (*DescribeCompilationJobOutput) SetStoppingCondition added in v1.15.86

SetStoppingCondition sets the StoppingCondition field's value.

func (*DescribeCompilationJobOutput) SetVpcConfig added in v1.38.69

SetVpcConfig sets the VpcConfig field's value.

func (DescribeCompilationJobOutput) String added in v1.15.86

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeContextInput added in v1.35.37

type DescribeContextInput struct {

	// The name of the context to describe.
	//
	// ContextName is a required field
	ContextName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeContextInput) GoString added in v1.35.37

func (s DescribeContextInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeContextInput) SetContextName added in v1.35.37

func (s *DescribeContextInput) SetContextName(v string) *DescribeContextInput

SetContextName sets the ContextName field's value.

func (DescribeContextInput) String added in v1.35.37

func (s DescribeContextInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeContextInput) Validate added in v1.35.37

func (s *DescribeContextInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeContextOutput added in v1.35.37

type DescribeContextOutput struct {

	// The Amazon Resource Name (ARN) of the context.
	ContextArn *string `type:"string"`

	// The name of the context.
	ContextName *string `min:"1" type:"string"`

	// The type of the context.
	ContextType *string `type:"string"`

	// Information about the user who created or modified an experiment, trial,
	// trial component, lineage group, project, or model card.
	CreatedBy *UserContext `type:"structure"`

	// When the context was created.
	CreationTime *time.Time `type:"timestamp"`

	// The description of the context.
	Description *string `type:"string"`

	// Information about the user who created or modified an experiment, trial,
	// trial component, lineage group, project, or model card.
	LastModifiedBy *UserContext `type:"structure"`

	// When the context was last modified.
	LastModifiedTime *time.Time `type:"timestamp"`

	// The Amazon Resource Name (ARN) of the lineage group.
	LineageGroupArn *string `type:"string"`

	// A list of the context's properties.
	Properties map[string]*string `type:"map"`

	// The source of the context.
	Source *ContextSource `type:"structure"`
	// contains filtered or unexported fields
}

func (DescribeContextOutput) GoString added in v1.35.37

func (s DescribeContextOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeContextOutput) SetContextArn added in v1.35.37

func (s *DescribeContextOutput) SetContextArn(v string) *DescribeContextOutput

SetContextArn sets the ContextArn field's value.

func (*DescribeContextOutput) SetContextName added in v1.35.37

func (s *DescribeContextOutput) SetContextName(v string) *DescribeContextOutput

SetContextName sets the ContextName field's value.

func (*DescribeContextOutput) SetContextType added in v1.35.37

func (s *DescribeContextOutput) SetContextType(v string) *DescribeContextOutput

SetContextType sets the ContextType field's value.

func (*DescribeContextOutput) SetCreatedBy added in v1.35.37

SetCreatedBy sets the CreatedBy field's value.

func (*DescribeContextOutput) SetCreationTime added in v1.35.37

func (s *DescribeContextOutput) SetCreationTime(v time.Time) *DescribeContextOutput

SetCreationTime sets the CreationTime field's value.

func (*DescribeContextOutput) SetDescription added in v1.35.37

func (s *DescribeContextOutput) SetDescription(v string) *DescribeContextOutput

SetDescription sets the Description field's value.

func (*DescribeContextOutput) SetLastModifiedBy added in v1.35.37

func (s *DescribeContextOutput) SetLastModifiedBy(v *UserContext) *DescribeContextOutput

SetLastModifiedBy sets the LastModifiedBy field's value.

func (*DescribeContextOutput) SetLastModifiedTime added in v1.35.37

func (s *DescribeContextOutput) SetLastModifiedTime(v time.Time) *DescribeContextOutput

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*DescribeContextOutput) SetLineageGroupArn added in v1.42.17

func (s *DescribeContextOutput) SetLineageGroupArn(v string) *DescribeContextOutput

SetLineageGroupArn sets the LineageGroupArn field's value.

func (*DescribeContextOutput) SetProperties added in v1.35.37

func (s *DescribeContextOutput) SetProperties(v map[string]*string) *DescribeContextOutput

SetProperties sets the Properties field's value.

func (*DescribeContextOutput) SetSource added in v1.35.37

SetSource sets the Source field's value.

func (DescribeContextOutput) String added in v1.35.37

func (s DescribeContextOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeDataQualityJobDefinitionInput added in v1.36.4

type DescribeDataQualityJobDefinitionInput struct {

	// The name of the data quality monitoring job definition to describe.
	//
	// JobDefinitionName is a required field
	JobDefinitionName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeDataQualityJobDefinitionInput) GoString added in v1.36.4

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDataQualityJobDefinitionInput) SetJobDefinitionName added in v1.36.4

SetJobDefinitionName sets the JobDefinitionName field's value.

func (DescribeDataQualityJobDefinitionInput) String added in v1.36.4

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDataQualityJobDefinitionInput) Validate added in v1.36.4

Validate inspects the fields of the type to determine if they are valid.

type DescribeDataQualityJobDefinitionOutput added in v1.36.4

type DescribeDataQualityJobDefinitionOutput struct {

	// The time that the data quality monitoring job definition was created.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// Information about the container that runs the data quality monitoring job.
	//
	// DataQualityAppSpecification is a required field
	DataQualityAppSpecification *DataQualityAppSpecification `type:"structure" required:"true"`

	// The constraints and baselines for the data quality monitoring job definition.
	DataQualityBaselineConfig *DataQualityBaselineConfig `type:"structure"`

	// The list of inputs for the data quality monitoring job. Currently endpoints
	// are supported.
	//
	// DataQualityJobInput is a required field
	DataQualityJobInput *DataQualityJobInput `type:"structure" required:"true"`

	// The output configuration for monitoring jobs.
	//
	// DataQualityJobOutputConfig is a required field
	DataQualityJobOutputConfig *MonitoringOutputConfig `type:"structure" required:"true"`

	// The Amazon Resource Name (ARN) of the data quality monitoring job definition.
	//
	// JobDefinitionArn is a required field
	JobDefinitionArn *string `type:"string" required:"true"`

	// The name of the data quality monitoring job definition.
	//
	// JobDefinitionName is a required field
	JobDefinitionName *string `min:"1" type:"string" required:"true"`

	// Identifies the resources to deploy for a monitoring job.
	//
	// JobResources is a required field
	JobResources *MonitoringResources `type:"structure" required:"true"`

	// The networking configuration for the data quality monitoring job.
	NetworkConfig *MonitoringNetworkConfig `type:"structure"`

	// The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume
	// to perform tasks on your behalf.
	//
	// RoleArn is a required field
	RoleArn *string `min:"20" type:"string" required:"true"`

	// A time limit for how long the monitoring job is allowed to run before stopping.
	StoppingCondition *MonitoringStoppingCondition `type:"structure"`
	// contains filtered or unexported fields
}

func (DescribeDataQualityJobDefinitionOutput) GoString added in v1.36.4

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDataQualityJobDefinitionOutput) SetCreationTime added in v1.36.4

SetCreationTime sets the CreationTime field's value.

func (*DescribeDataQualityJobDefinitionOutput) SetDataQualityAppSpecification added in v1.36.4

SetDataQualityAppSpecification sets the DataQualityAppSpecification field's value.

func (*DescribeDataQualityJobDefinitionOutput) SetDataQualityBaselineConfig added in v1.36.4

SetDataQualityBaselineConfig sets the DataQualityBaselineConfig field's value.

func (*DescribeDataQualityJobDefinitionOutput) SetDataQualityJobInput added in v1.36.4

SetDataQualityJobInput sets the DataQualityJobInput field's value.

func (*DescribeDataQualityJobDefinitionOutput) SetDataQualityJobOutputConfig added in v1.36.4

SetDataQualityJobOutputConfig sets the DataQualityJobOutputConfig field's value.

func (*DescribeDataQualityJobDefinitionOutput) SetJobDefinitionArn added in v1.36.4

SetJobDefinitionArn sets the JobDefinitionArn field's value.

func (*DescribeDataQualityJobDefinitionOutput) SetJobDefinitionName added in v1.36.4

SetJobDefinitionName sets the JobDefinitionName field's value.

func (*DescribeDataQualityJobDefinitionOutput) SetJobResources added in v1.36.4

SetJobResources sets the JobResources field's value.

func (*DescribeDataQualityJobDefinitionOutput) SetNetworkConfig added in v1.36.4

SetNetworkConfig sets the NetworkConfig field's value.

func (*DescribeDataQualityJobDefinitionOutput) SetRoleArn added in v1.36.4

SetRoleArn sets the RoleArn field's value.

func (*DescribeDataQualityJobDefinitionOutput) SetStoppingCondition added in v1.36.4

SetStoppingCondition sets the StoppingCondition field's value.

func (DescribeDataQualityJobDefinitionOutput) String added in v1.36.4

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeDeviceFleetInput added in v1.36.4

type DescribeDeviceFleetInput struct {

	// The name of the fleet.
	//
	// DeviceFleetName is a required field
	DeviceFleetName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeDeviceFleetInput) GoString added in v1.36.4

func (s DescribeDeviceFleetInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDeviceFleetInput) SetDeviceFleetName added in v1.36.4

func (s *DescribeDeviceFleetInput) SetDeviceFleetName(v string) *DescribeDeviceFleetInput

SetDeviceFleetName sets the DeviceFleetName field's value.

func (DescribeDeviceFleetInput) String added in v1.36.4

func (s DescribeDeviceFleetInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDeviceFleetInput) Validate added in v1.36.4

func (s *DescribeDeviceFleetInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeDeviceFleetOutput added in v1.36.4

type DescribeDeviceFleetOutput struct {

	// Timestamp of when the device fleet was created.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// A description of the fleet.
	Description *string `min:"1" type:"string"`

	// The The Amazon Resource Name (ARN) of the fleet.
	//
	// DeviceFleetArn is a required field
	DeviceFleetArn *string `type:"string" required:"true"`

	// The name of the fleet.
	//
	// DeviceFleetName is a required field
	DeviceFleetName *string `min:"1" type:"string" required:"true"`

	// The Amazon Resource Name (ARN) alias created in Amazon Web Services Internet
	// of Things (IoT).
	IotRoleAlias *string `type:"string"`

	// Timestamp of when the device fleet was last updated.
	//
	// LastModifiedTime is a required field
	LastModifiedTime *time.Time `type:"timestamp" required:"true"`

	// The output configuration for storing sampled data.
	//
	// OutputConfig is a required field
	OutputConfig *EdgeOutputConfig `type:"structure" required:"true"`

	// The Amazon Resource Name (ARN) that has access to Amazon Web Services Internet
	// of Things (IoT).
	RoleArn *string `min:"20" type:"string"`
	// contains filtered or unexported fields
}

func (DescribeDeviceFleetOutput) GoString added in v1.36.4

func (s DescribeDeviceFleetOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDeviceFleetOutput) SetCreationTime added in v1.36.4

SetCreationTime sets the CreationTime field's value.

func (*DescribeDeviceFleetOutput) SetDescription added in v1.36.4

SetDescription sets the Description field's value.

func (*DescribeDeviceFleetOutput) SetDeviceFleetArn added in v1.36.4

SetDeviceFleetArn sets the DeviceFleetArn field's value.

func (*DescribeDeviceFleetOutput) SetDeviceFleetName added in v1.36.4

SetDeviceFleetName sets the DeviceFleetName field's value.

func (*DescribeDeviceFleetOutput) SetIotRoleAlias added in v1.36.4

SetIotRoleAlias sets the IotRoleAlias field's value.

func (*DescribeDeviceFleetOutput) SetLastModifiedTime added in v1.36.4

func (s *DescribeDeviceFleetOutput) SetLastModifiedTime(v time.Time) *DescribeDeviceFleetOutput

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*DescribeDeviceFleetOutput) SetOutputConfig added in v1.36.4

SetOutputConfig sets the OutputConfig field's value.

func (*DescribeDeviceFleetOutput) SetRoleArn added in v1.36.4

SetRoleArn sets the RoleArn field's value.

func (DescribeDeviceFleetOutput) String added in v1.36.4

func (s DescribeDeviceFleetOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeDeviceInput added in v1.36.4

type DescribeDeviceInput struct {

	// The name of the fleet the devices belong to.
	//
	// DeviceFleetName is a required field
	DeviceFleetName *string `min:"1" type:"string" required:"true"`

	// The unique ID of the device.
	//
	// DeviceName is a required field
	DeviceName *string `min:"1" type:"string" required:"true"`

	// Next token of device description.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeDeviceInput) GoString added in v1.36.4

func (s DescribeDeviceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDeviceInput) SetDeviceFleetName added in v1.36.4

func (s *DescribeDeviceInput) SetDeviceFleetName(v string) *DescribeDeviceInput

SetDeviceFleetName sets the DeviceFleetName field's value.

func (*DescribeDeviceInput) SetDeviceName added in v1.36.4

func (s *DescribeDeviceInput) SetDeviceName(v string) *DescribeDeviceInput

SetDeviceName sets the DeviceName field's value.

func (*DescribeDeviceInput) SetNextToken added in v1.36.4

func (s *DescribeDeviceInput) SetNextToken(v string) *DescribeDeviceInput

SetNextToken sets the NextToken field's value.

func (DescribeDeviceInput) String added in v1.36.4

func (s DescribeDeviceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDeviceInput) Validate added in v1.36.4

func (s *DescribeDeviceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeDeviceOutput added in v1.36.4

type DescribeDeviceOutput struct {

	// Edge Manager agent version.
	AgentVersion *string `min:"1" type:"string"`

	// A description of the device.
	Description *string `min:"1" type:"string"`

	// The Amazon Resource Name (ARN) of the device.
	DeviceArn *string `min:"20" type:"string"`

	// The name of the fleet the device belongs to.
	//
	// DeviceFleetName is a required field
	DeviceFleetName *string `min:"1" type:"string" required:"true"`

	// The unique identifier of the device.
	//
	// DeviceName is a required field
	DeviceName *string `min:"1" type:"string" required:"true"`

	// The Amazon Web Services Internet of Things (IoT) object thing name associated
	// with the device.
	IotThingName *string `type:"string"`

	// The last heartbeat received from the device.
	LatestHeartbeat *time.Time `type:"timestamp"`

	// The maximum number of models.
	MaxModels *int64 `type:"integer"`

	// Models on the device.
	Models []*EdgeModel `type:"list"`

	// The response from the last list when returning a list large enough to need
	// tokening.
	NextToken *string `type:"string"`

	// The timestamp of the last registration or de-reregistration.
	//
	// RegistrationTime is a required field
	RegistrationTime *time.Time `type:"timestamp" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeDeviceOutput) GoString added in v1.36.4

func (s DescribeDeviceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDeviceOutput) SetAgentVersion added in v1.41.18

func (s *DescribeDeviceOutput) SetAgentVersion(v string) *DescribeDeviceOutput

SetAgentVersion sets the AgentVersion field's value.

func (*DescribeDeviceOutput) SetDescription added in v1.36.4

func (s *DescribeDeviceOutput) SetDescription(v string) *DescribeDeviceOutput

SetDescription sets the Description field's value.

func (*DescribeDeviceOutput) SetDeviceArn added in v1.36.4

func (s *DescribeDeviceOutput) SetDeviceArn(v string) *DescribeDeviceOutput

SetDeviceArn sets the DeviceArn field's value.

func (*DescribeDeviceOutput) SetDeviceFleetName added in v1.36.4

func (s *DescribeDeviceOutput) SetDeviceFleetName(v string) *DescribeDeviceOutput

SetDeviceFleetName sets the DeviceFleetName field's value.

func (*DescribeDeviceOutput) SetDeviceName added in v1.36.4

func (s *DescribeDeviceOutput) SetDeviceName(v string) *DescribeDeviceOutput

SetDeviceName sets the DeviceName field's value.

func (*DescribeDeviceOutput) SetIotThingName added in v1.36.4

func (s *DescribeDeviceOutput) SetIotThingName(v string) *DescribeDeviceOutput

SetIotThingName sets the IotThingName field's value.

func (*DescribeDeviceOutput) SetLatestHeartbeat added in v1.36.4

func (s *DescribeDeviceOutput) SetLatestHeartbeat(v time.Time) *DescribeDeviceOutput

SetLatestHeartbeat sets the LatestHeartbeat field's value.

func (*DescribeDeviceOutput) SetMaxModels added in v1.36.4

func (s *DescribeDeviceOutput) SetMaxModels(v int64) *DescribeDeviceOutput

SetMaxModels sets the MaxModels field's value.

func (*DescribeDeviceOutput) SetModels added in v1.36.4

SetModels sets the Models field's value.

func (*DescribeDeviceOutput) SetNextToken added in v1.36.4

func (s *DescribeDeviceOutput) SetNextToken(v string) *DescribeDeviceOutput

SetNextToken sets the NextToken field's value.

func (*DescribeDeviceOutput) SetRegistrationTime added in v1.36.4

func (s *DescribeDeviceOutput) SetRegistrationTime(v time.Time) *DescribeDeviceOutput

SetRegistrationTime sets the RegistrationTime field's value.

func (DescribeDeviceOutput) String added in v1.36.4

func (s DescribeDeviceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeDomainInput added in v1.25.47

type DescribeDomainInput struct {

	// The domain ID.
	//
	// DomainId is a required field
	DomainId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeDomainInput) GoString added in v1.25.47

func (s DescribeDomainInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDomainInput) SetDomainId added in v1.25.47

func (s *DescribeDomainInput) SetDomainId(v string) *DescribeDomainInput

SetDomainId sets the DomainId field's value.

func (DescribeDomainInput) String added in v1.25.47

func (s DescribeDomainInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDomainInput) Validate added in v1.25.47

func (s *DescribeDomainInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeDomainOutput added in v1.25.47

type DescribeDomainOutput struct {

	// Specifies the VPC used for non-EFS traffic. The default value is PublicInternetOnly.
	//
	//    * PublicInternetOnly - Non-EFS traffic is through a VPC managed by Amazon
	//    SageMaker, which allows direct internet access
	//
	//    * VpcOnly - All Studio traffic is through the specified VPC and subnets
	AppNetworkAccessType *string `type:"string" enum:"AppNetworkAccessType"`

	// The entity that creates and manages the required security groups for inter-app
	// communication in VPCOnly mode. Required when CreateDomain.AppNetworkAccessType
	// is VPCOnly and DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn
	// is provided.
	AppSecurityGroupManagement *string `type:"string" enum:"AppSecurityGroupManagement"`

	// The domain's authentication mode.
	AuthMode *string `type:"string" enum:"AuthMode"`

	// The creation time.
	CreationTime *time.Time `type:"timestamp"`

	// The default settings used to create a space.
	DefaultSpaceSettings *DefaultSpaceSettings `type:"structure"`

	// Settings which are applied to UserProfiles in this domain if settings are
	// not explicitly specified in a given UserProfile.
	DefaultUserSettings *UserSettings `type:"structure"`

	// The domain's Amazon Resource Name (ARN).
	DomainArn *string `type:"string"`

	// The domain ID.
	DomainId *string `type:"string"`

	// The domain name.
	DomainName *string `type:"string"`

	// A collection of Domain settings.
	DomainSettings *DomainSettings `type:"structure"`

	// The failure reason.
	FailureReason *string `type:"string"`

	// The ID of the Amazon Elastic File System (EFS) managed by this Domain.
	HomeEfsFileSystemId *string `type:"string"`

	// Use KmsKeyId.
	//
	// Deprecated: This property is deprecated, use KmsKeyId instead.
	HomeEfsFileSystemKmsKeyId *string `deprecated:"true" type:"string"`

	// The Amazon Web Services KMS customer managed key used to encrypt the EFS
	// volume attached to the domain.
	KmsKeyId *string `type:"string"`

	// The last modified time.
	LastModifiedTime *time.Time `type:"timestamp"`

	// The ID of the security group that authorizes traffic between the RSessionGateway
	// apps and the RStudioServerPro app.
	SecurityGroupIdForDomainBoundary *string `type:"string"`

	// The IAM Identity Center managed application instance ID.
	SingleSignOnManagedApplicationInstanceId *string `type:"string"`

	// The status.
	Status *string `type:"string" enum:"DomainStatus"`

	// The VPC subnets that Studio uses for communication.
	SubnetIds []*string `min:"1" type:"list"`

	// The domain's URL.
	Url *string `type:"string"`

	// The ID of the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
	VpcId *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeDomainOutput) GoString added in v1.25.47

func (s DescribeDomainOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeDomainOutput) SetAppNetworkAccessType added in v1.35.3

func (s *DescribeDomainOutput) SetAppNetworkAccessType(v string) *DescribeDomainOutput

SetAppNetworkAccessType sets the AppNetworkAccessType field's value.

func (*DescribeDomainOutput) SetAppSecurityGroupManagement added in v1.41.13

func (s *DescribeDomainOutput) SetAppSecurityGroupManagement(v string) *DescribeDomainOutput

SetAppSecurityGroupManagement sets the AppSecurityGroupManagement field's value.

func (*DescribeDomainOutput) SetAuthMode added in v1.25.47

SetAuthMode sets the AuthMode field's value.

func (*DescribeDomainOutput) SetCreationTime added in v1.25.47

func (s *DescribeDomainOutput) SetCreationTime(v time.Time) *DescribeDomainOutput

SetCreationTime sets the CreationTime field's value.

func (*DescribeDomainOutput) SetDefaultSpaceSettings added in v1.44.150

func (s *DescribeDomainOutput) SetDefaultSpaceSettings(v *DefaultSpaceSettings) *DescribeDomainOutput

SetDefaultSpaceSettings sets the DefaultSpaceSettings field's value.

func (*DescribeDomainOutput) SetDefaultUserSettings added in v1.25.47

func (s *DescribeDomainOutput) SetDefaultUserSettings(v *UserSettings) *DescribeDomainOutput

SetDefaultUserSettings sets the DefaultUserSettings field's value.

func (*DescribeDomainOutput) SetDomainArn added in v1.25.47

func (s *DescribeDomainOutput) SetDomainArn(v string) *DescribeDomainOutput

SetDomainArn sets the DomainArn field's value.

func (*DescribeDomainOutput) SetDomainId added in v1.25.47

SetDomainId sets the DomainId field's value.

func (*DescribeDomainOutput) SetDomainName added in v1.25.47

func (s *DescribeDomainOutput) SetDomainName(v string) *DescribeDomainOutput

SetDomainName sets the DomainName field's value.

func (*DescribeDomainOutput) SetDomainSettings added in v1.41.13

func (s *DescribeDomainOutput) SetDomainSettings(v *DomainSettings) *DescribeDomainOutput

SetDomainSettings sets the DomainSettings field's value.

func (*DescribeDomainOutput) SetFailureReason added in v1.25.47

func (s *DescribeDomainOutput) SetFailureReason(v string) *DescribeDomainOutput

SetFailureReason sets the FailureReason field's value.

func (*DescribeDomainOutput) SetHomeEfsFileSystemId added in v1.25.47

func (s *DescribeDomainOutput) SetHomeEfsFileSystemId(v string) *DescribeDomainOutput

SetHomeEfsFileSystemId sets the HomeEfsFileSystemId field's value.

func (*DescribeDomainOutput) SetHomeEfsFileSystemKmsKeyId added in v1.25.47

func (s *DescribeDomainOutput) SetHomeEfsFileSystemKmsKeyId(v string) *DescribeDomainOutput

SetHomeEfsFileSystemKmsKeyId sets the HomeEfsFileSystemKmsKeyId field's value.

func (*DescribeDomainOutput) SetKmsKeyId added in v1.35.29

SetKmsKeyId sets the KmsKeyId field's value.

func (*DescribeDomainOutput) SetLastModifiedTime added in v1.25.47

func (s *DescribeDomainOutput) SetLastModifiedTime(v time.Time) *DescribeDomainOutput

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*DescribeDomainOutput) SetSecurityGroupIdForDomainBoundary added in v1.41.13

func (s *DescribeDomainOutput) SetSecurityGroupIdForDomainBoundary(v string) *DescribeDomainOutput

SetSecurityGroupIdForDomainBoundary sets the SecurityGroupIdForDomainBoundary field's value.

func (*DescribeDomainOutput) SetSingleSignOnManagedApplicationInstanceId added in v1.25.47

func (s *DescribeDomainOutput) SetSingleSignOnManagedApplicationInstanceId(v string) *DescribeDomainOutput

SetSingleSignOnManagedApplicationInstanceId sets the SingleSignOnManagedApplicationInstanceId field's value.

func (*DescribeDomainOutput) SetStatus added in v1.25.47

SetStatus sets the Status field's value.

func (*DescribeDomainOutput) SetSubnetIds added in v1.25.47

func (s *DescribeDomainOutput) SetSubnetIds(v []*string) *DescribeDomainOutput

SetSubnetIds sets the SubnetIds field's value.

func (*DescribeDomainOutput) SetUrl added in v1.25.47

SetUrl sets the Url field's value.

func (*DescribeDomainOutput) SetVpcId added in v1.25.47

SetVpcId sets the VpcId field's value.

func (DescribeDomainOutput) String added in v1.25.47

func (s DescribeDomainOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeEdgeDeploymentPlanInput added in v1.44.57

type DescribeEdgeDeploymentPlanInput struct {

	// The name of the deployment plan to describe.
	//
	// EdgeDeploymentPlanName is a required field
	EdgeDeploymentPlanName *string `min:"1" type:"string" required:"true"`

	// The maximum number of results to select (50 by default).
	MaxResults *int64 `type:"integer"`

	// If the edge deployment plan has enough stages to require tokening, then this
	// is the response from the last list of stages returned.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeEdgeDeploymentPlanInput) GoString added in v1.44.57

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeEdgeDeploymentPlanInput) SetEdgeDeploymentPlanName added in v1.44.57

SetEdgeDeploymentPlanName sets the EdgeDeploymentPlanName field's value.

func (*DescribeEdgeDeploymentPlanInput) SetMaxResults added in v1.44.57

SetMaxResults sets the MaxResults field's value.

func (*DescribeEdgeDeploymentPlanInput) SetNextToken added in v1.44.57

SetNextToken sets the NextToken field's value.

func (DescribeEdgeDeploymentPlanInput) String added in v1.44.57

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeEdgeDeploymentPlanInput) Validate added in v1.44.57

func (s *DescribeEdgeDeploymentPlanInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeEdgeDeploymentPlanOutput added in v1.44.57

type DescribeEdgeDeploymentPlanOutput struct {

	// The time when the edge deployment plan was created.
	CreationTime *time.Time `type:"timestamp"`

	// The device fleet used for this edge deployment plan.
	//
	// DeviceFleetName is a required field
	DeviceFleetName *string `min:"1" type:"string" required:"true"`

	// The number of edge devices that failed the deployment.
	EdgeDeploymentFailed *int64 `type:"integer"`

	// The number of edge devices yet to pick up deployment, or in progress.
	EdgeDeploymentPending *int64 `type:"integer"`

	// The ARN of edge deployment plan.
	//
	// EdgeDeploymentPlanArn is a required field
	EdgeDeploymentPlanArn *string `min:"20" type:"string" required:"true"`

	// The name of the edge deployment plan.
	//
	// EdgeDeploymentPlanName is a required field
	EdgeDeploymentPlanName *string `min:"1" type:"string" required:"true"`

	// The number of edge devices with the successful deployment.
	EdgeDeploymentSuccess *int64 `type:"integer"`

	// The time when the edge deployment plan was last updated.
	LastModifiedTime *time.Time `type:"timestamp"`

	// List of models associated with the edge deployment plan.
	//
	// ModelConfigs is a required field
	ModelConfigs []*EdgeDeploymentModelConfig `type:"list" required:"true"`

	// Token to use when calling the next set of stages in the edge deployment plan.
	NextToken *string `type:"string"`

	// List of stages in the edge deployment plan.
	//
	// Stages is a required field
	Stages []*DeploymentStageStatusSummary `type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeEdgeDeploymentPlanOutput) GoString added in v1.44.57

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeEdgeDeploymentPlanOutput) SetCreationTime added in v1.44.57

SetCreationTime sets the CreationTime field's value.

func (*DescribeEdgeDeploymentPlanOutput) SetDeviceFleetName added in v1.44.57

SetDeviceFleetName sets the DeviceFleetName field's value.

func (*DescribeEdgeDeploymentPlanOutput) SetEdgeDeploymentFailed added in v1.44.57

SetEdgeDeploymentFailed sets the EdgeDeploymentFailed field's value.

func (*DescribeEdgeDeploymentPlanOutput) SetEdgeDeploymentPending added in v1.44.57

SetEdgeDeploymentPending sets the EdgeDeploymentPending field's value.

func (*DescribeEdgeDeploymentPlanOutput) SetEdgeDeploymentPlanArn added in v1.44.57

SetEdgeDeploymentPlanArn sets the EdgeDeploymentPlanArn field's value.

func (*DescribeEdgeDeploymentPlanOutput) SetEdgeDeploymentPlanName added in v1.44.57

SetEdgeDeploymentPlanName sets the EdgeDeploymentPlanName field's value.

func (*DescribeEdgeDeploymentPlanOutput) SetEdgeDeploymentSuccess added in v1.44.57

SetEdgeDeploymentSuccess sets the EdgeDeploymentSuccess field's value.

func (*DescribeEdgeDeploymentPlanOutput) SetLastModifiedTime added in v1.44.57

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*DescribeEdgeDeploymentPlanOutput) SetModelConfigs added in v1.44.57

SetModelConfigs sets the ModelConfigs field's value.

func (*DescribeEdgeDeploymentPlanOutput) SetNextToken added in v1.44.57

SetNextToken sets the NextToken field's value.

func (*DescribeEdgeDeploymentPlanOutput) SetStages added in v1.44.57

SetStages sets the Stages field's value.

func (DescribeEdgeDeploymentPlanOutput) String added in v1.44.57

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeEdgePackagingJobInput added in v1.36.4

type DescribeEdgePackagingJobInput struct {

	// The name of the edge packaging job.
	//
	// EdgePackagingJobName is a required field
	EdgePackagingJobName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeEdgePackagingJobInput) GoString added in v1.36.4

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeEdgePackagingJobInput) SetEdgePackagingJobName added in v1.36.4

SetEdgePackagingJobName sets the EdgePackagingJobName field's value.

func (DescribeEdgePackagingJobInput) String added in v1.36.4

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeEdgePackagingJobInput) Validate added in v1.36.4

func (s *DescribeEdgePackagingJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeEdgePackagingJobOutput added in v1.36.4

type DescribeEdgePackagingJobOutput struct {

	// The name of the SageMaker Neo compilation job that is used to locate model
	// artifacts that are being packaged.
	CompilationJobName *string `min:"1" type:"string"`

	// The timestamp of when the packaging job was created.
	CreationTime *time.Time `type:"timestamp"`

	// The Amazon Resource Name (ARN) of the edge packaging job.
	//
	// EdgePackagingJobArn is a required field
	EdgePackagingJobArn *string `min:"20" type:"string" required:"true"`

	// The name of the edge packaging job.
	//
	// EdgePackagingJobName is a required field
	EdgePackagingJobName *string `min:"1" type:"string" required:"true"`

	// The current status of the packaging job.
	//
	// EdgePackagingJobStatus is a required field
	EdgePackagingJobStatus *string `type:"string" required:"true" enum:"EdgePackagingJobStatus"`

	// Returns a message describing the job status and error messages.
	EdgePackagingJobStatusMessage *string `type:"string"`

	// The timestamp of when the job was last updated.
	LastModifiedTime *time.Time `type:"timestamp"`

	// The Amazon Simple Storage (S3) URI where model artifacts ares stored.
	ModelArtifact *string `type:"string"`

	// The name of the model.
	ModelName *string `min:"1" type:"string"`

	// The signature document of files in the model artifact.
	ModelSignature *string `type:"string"`

	// The version of the model.
	ModelVersion *string `min:"1" type:"string"`

	// The output configuration for the edge packaging job.
	OutputConfig *EdgeOutputConfig `type:"structure"`

	// The output of a SageMaker Edge Manager deployable resource.
	PresetDeploymentOutput *EdgePresetDeploymentOutput `type:"structure"`

	// The Amazon Web Services KMS key to use when encrypting the EBS volume the
	// job run on.
	ResourceKey *string `type:"string"`

	// The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker
	// to download and upload the model, and to contact Neo.
	RoleArn *string `min:"20" type:"string"`
	// contains filtered or unexported fields
}

func (DescribeEdgePackagingJobOutput) GoString added in v1.36.4

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeEdgePackagingJobOutput) SetCompilationJobName added in v1.36.4

SetCompilationJobName sets the CompilationJobName field's value.

func (*DescribeEdgePackagingJobOutput) SetCreationTime added in v1.36.4

SetCreationTime sets the CreationTime field's value.

func (*DescribeEdgePackagingJobOutput) SetEdgePackagingJobArn added in v1.36.4

SetEdgePackagingJobArn sets the EdgePackagingJobArn field's value.

func (*DescribeEdgePackagingJobOutput) SetEdgePackagingJobName added in v1.36.4

SetEdgePackagingJobName sets the EdgePackagingJobName field's value.

func (*DescribeEdgePackagingJobOutput) SetEdgePackagingJobStatus added in v1.36.4

func (s *DescribeEdgePackagingJobOutput) SetEdgePackagingJobStatus(v string) *DescribeEdgePackagingJobOutput

SetEdgePackagingJobStatus sets the EdgePackagingJobStatus field's value.

func (*DescribeEdgePackagingJobOutput) SetEdgePackagingJobStatusMessage added in v1.36.4

func (s *DescribeEdgePackagingJobOutput) SetEdgePackagingJobStatusMessage(v string) *DescribeEdgePackagingJobOutput

SetEdgePackagingJobStatusMessage sets the EdgePackagingJobStatusMessage field's value.

func (*DescribeEdgePackagingJobOutput) SetLastModifiedTime added in v1.36.4

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*DescribeEdgePackagingJobOutput) SetModelArtifact added in v1.36.4

SetModelArtifact sets the ModelArtifact field's value.

func (*DescribeEdgePackagingJobOutput) SetModelName added in v1.36.4

SetModelName sets the ModelName field's value.

func (*DescribeEdgePackagingJobOutput) SetModelSignature added in v1.36.4

SetModelSignature sets the ModelSignature field's value.

func (*DescribeEdgePackagingJobOutput) SetModelVersion added in v1.36.4

SetModelVersion sets the ModelVersion field's value.

func (*DescribeEdgePackagingJobOutput) SetOutputConfig added in v1.36.4

SetOutputConfig sets the OutputConfig field's value.

func (*DescribeEdgePackagingJobOutput) SetPresetDeploymentOutput added in v1.38.59

SetPresetDeploymentOutput sets the PresetDeploymentOutput field's value.

func (*DescribeEdgePackagingJobOutput) SetResourceKey added in v1.36.4

SetResourceKey sets the ResourceKey field's value.

func (*DescribeEdgePackagingJobOutput) SetRoleArn added in v1.36.4

SetRoleArn sets the RoleArn field's value.

func (DescribeEdgePackagingJobOutput) String added in v1.36.4

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeEndpointConfigInput

type DescribeEndpointConfigInput struct {

	// The name of the endpoint configuration.
	//
	// EndpointConfigName is a required field
	EndpointConfigName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeEndpointConfigInput) GoString

func (s DescribeEndpointConfigInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeEndpointConfigInput) SetEndpointConfigName

func (s *DescribeEndpointConfigInput) SetEndpointConfigName(v string) *DescribeEndpointConfigInput

SetEndpointConfigName sets the EndpointConfigName field's value.

func (DescribeEndpointConfigInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeEndpointConfigInput) Validate

func (s *DescribeEndpointConfigInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeEndpointConfigOutput

type DescribeEndpointConfigOutput struct {

	// Returns the description of an endpoint configuration created using the CreateEndpointConfig
	// (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateEndpointConfig.html)
	// API.
	AsyncInferenceConfig *AsyncInferenceConfig `type:"structure"`

	// A timestamp that shows when the endpoint configuration was created.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// Configuration to control how SageMaker captures inference data.
	DataCaptureConfig *DataCaptureConfig `type:"structure"`

	// The Amazon Resource Name (ARN) of the endpoint configuration.
	//
	// EndpointConfigArn is a required field
	EndpointConfigArn *string `min:"20" type:"string" required:"true"`

	// Name of the SageMaker endpoint configuration.
	//
	// EndpointConfigName is a required field
	EndpointConfigName *string `type:"string" required:"true"`

	// The configuration parameters for an explainer.
	ExplainerConfig *ExplainerConfig `type:"structure"`

	// Amazon Web Services KMS key ID Amazon SageMaker uses to encrypt data when
	// storing it on the ML storage volume attached to the instance.
	KmsKeyId *string `type:"string"`

	// An array of ProductionVariant objects, one for each model that you want to
	// host at this endpoint.
	//
	// ProductionVariants is a required field
	ProductionVariants []*ProductionVariant `min:"1" type:"list" required:"true"`

	// An array of ProductionVariant objects, one for each model that you want to
	// host at this endpoint in shadow mode with production traffic replicated from
	// the model specified on ProductionVariants.
	ShadowProductionVariants []*ProductionVariant `min:"1" type:"list"`
	// contains filtered or unexported fields
}

func (DescribeEndpointConfigOutput) GoString

func (s DescribeEndpointConfigOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeEndpointConfigOutput) SetAsyncInferenceConfig added in v1.40.25

SetAsyncInferenceConfig sets the AsyncInferenceConfig field's value.

func (*DescribeEndpointConfigOutput) SetCreationTime

SetCreationTime sets the CreationTime field's value.

func (*DescribeEndpointConfigOutput) SetDataCaptureConfig added in v1.25.47

SetDataCaptureConfig sets the DataCaptureConfig field's value.

func (*DescribeEndpointConfigOutput) SetEndpointConfigArn

SetEndpointConfigArn sets the EndpointConfigArn field's value.

func (*DescribeEndpointConfigOutput) SetEndpointConfigName

SetEndpointConfigName sets the EndpointConfigName field's value.

func (*DescribeEndpointConfigOutput) SetExplainerConfig added in v1.44.109

SetExplainerConfig sets the ExplainerConfig field's value.

func (*DescribeEndpointConfigOutput) SetKmsKeyId added in v1.12.65

SetKmsKeyId sets the KmsKeyId field's value.

func (*DescribeEndpointConfigOutput) SetProductionVariants

SetProductionVariants sets the ProductionVariants field's value.

func (*DescribeEndpointConfigOutput) SetShadowProductionVariants added in v1.44.150

func (s *DescribeEndpointConfigOutput) SetShadowProductionVariants(v []*ProductionVariant) *DescribeEndpointConfigOutput

SetShadowProductionVariants sets the ShadowProductionVariants field's value.

func (DescribeEndpointConfigOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeEndpointInput

type DescribeEndpointInput struct {

	// The name of the endpoint.
	//
	// EndpointName is a required field
	EndpointName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeEndpointInput) GoString

func (s DescribeEndpointInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeEndpointInput) SetEndpointName

func (s *DescribeEndpointInput) SetEndpointName(v string) *DescribeEndpointInput

SetEndpointName sets the EndpointName field's value.

func (DescribeEndpointInput) String

func (s DescribeEndpointInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeEndpointInput) Validate

func (s *DescribeEndpointInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeEndpointOutput

type DescribeEndpointOutput struct {

	// Returns the description of an endpoint configuration created using the CreateEndpointConfig
	// (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateEndpointConfig.html)
	// API.
	AsyncInferenceConfig *AsyncInferenceConfig `type:"structure"`

	// A timestamp that shows when the endpoint was created.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// The currently active data capture configuration used by your Endpoint.
	DataCaptureConfig *DataCaptureConfigSummary `type:"structure"`

	// The Amazon Resource Name (ARN) of the endpoint.
	//
	// EndpointArn is a required field
	EndpointArn *string `min:"20" type:"string" required:"true"`

	// The name of the endpoint configuration associated with this endpoint.
	//
	// EndpointConfigName is a required field
	EndpointConfigName *string `type:"string" required:"true"`

	// Name of the endpoint.
	//
	// EndpointName is a required field
	EndpointName *string `type:"string" required:"true"`

	// The status of the endpoint.
	//
	//    * OutOfService: Endpoint is not available to take incoming requests.
	//
	//    * Creating: CreateEndpoint (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateEndpoint.html)
	//    is executing.
	//
	//    * Updating: UpdateEndpoint (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_UpdateEndpoint.html)
	//    or UpdateEndpointWeightsAndCapacities (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_UpdateEndpointWeightsAndCapacities.html)
	//    is executing.
	//
	//    * SystemUpdating: Endpoint is undergoing maintenance and cannot be updated
	//    or deleted or re-scaled until it has completed. This maintenance operation
	//    does not change any customer-specified values such as VPC config, KMS
	//    encryption, model, instance type, or instance count.
	//
	//    * RollingBack: Endpoint fails to scale up or down or change its variant
	//    weight and is in the process of rolling back to its previous configuration.
	//    Once the rollback completes, endpoint returns to an InService status.
	//    This transitional status only applies to an endpoint that has autoscaling
	//    enabled and is undergoing variant weight or capacity changes as part of
	//    an UpdateEndpointWeightsAndCapacities (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_UpdateEndpointWeightsAndCapacities.html)
	//    call or when the UpdateEndpointWeightsAndCapacities (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_UpdateEndpointWeightsAndCapacities.html)
	//    operation is called explicitly.
	//
	//    * InService: Endpoint is available to process incoming requests.
	//
	//    * Deleting: DeleteEndpoint (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteEndpoint.html)
	//    is executing.
	//
	//    * Failed: Endpoint could not be created, updated, or re-scaled. Use the
	//    FailureReason value returned by DescribeEndpoint (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeEndpoint.html)
	//    for information about the failure. DeleteEndpoint (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteEndpoint.html)
	//    is the only operation that can be performed on a failed endpoint.
	//
	//    * UpdateRollbackFailed: Both the rolling deployment and auto-rollback
	//    failed. Your endpoint is in service with a mix of the old and new endpoint
	//    configurations. For information about how to remedy this issue and restore
	//    the endpoint's status to InService, see Rolling Deployments (https://docs.aws.amazon.com/sagemaker/latest/dg/deployment-guardrails-rolling.html).
	//
	// EndpointStatus is a required field
	EndpointStatus *string `type:"string" required:"true" enum:"EndpointStatus"`

	// The configuration parameters for an explainer.
	ExplainerConfig *ExplainerConfig `type:"structure"`

	// If the status of the endpoint is Failed, the reason why it failed.
	FailureReason *string `type:"string"`

	// The most recent deployment configuration for the endpoint.
	LastDeploymentConfig *DeploymentConfig `type:"structure"`

	// A timestamp that shows when the endpoint was last modified.
	//
	// LastModifiedTime is a required field
	LastModifiedTime *time.Time `type:"timestamp" required:"true"`

	// Returns the summary of an in-progress deployment. This field is only returned
	// when the endpoint is creating or updating with a new endpoint configuration.
	PendingDeploymentSummary *PendingDeploymentSummary `type:"structure"`

	// An array of ProductionVariantSummary (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ProductionVariantSummary.html)
	// objects, one for each model hosted behind this endpoint.
	ProductionVariants []*ProductionVariantSummary `min:"1" type:"list"`

	// An array of ProductionVariantSummary (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ProductionVariantSummary.html)
	// objects, one for each model that you want to host at this endpoint in shadow
	// mode with production traffic replicated from the model specified on ProductionVariants.
	ShadowProductionVariants []*ProductionVariantSummary `min:"1" type:"list"`
	// contains filtered or unexported fields
}

func (DescribeEndpointOutput) GoString

func (s DescribeEndpointOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeEndpointOutput) SetAsyncInferenceConfig added in v1.40.25

func (s *DescribeEndpointOutput) SetAsyncInferenceConfig(v *AsyncInferenceConfig) *DescribeEndpointOutput

SetAsyncInferenceConfig sets the AsyncInferenceConfig field's value.

func (*DescribeEndpointOutput) SetCreationTime

func (s *DescribeEndpointOutput) SetCreationTime(v time.Time) *DescribeEndpointOutput

SetCreationTime sets the CreationTime field's value.

func (*DescribeEndpointOutput) SetDataCaptureConfig added in v1.25.47

SetDataCaptureConfig sets the DataCaptureConfig field's value.

func (*DescribeEndpointOutput) SetEndpointArn

SetEndpointArn sets the EndpointArn field's value.

func (*DescribeEndpointOutput) SetEndpointConfigName

func (s *DescribeEndpointOutput) SetEndpointConfigName(v string) *DescribeEndpointOutput

SetEndpointConfigName sets the EndpointConfigName field's value.

func (*DescribeEndpointOutput) SetEndpointName

func (s *DescribeEndpointOutput) SetEndpointName(v string) *DescribeEndpointOutput

SetEndpointName sets the EndpointName field's value.

func (*DescribeEndpointOutput) SetEndpointStatus

func (s *DescribeEndpointOutput) SetEndpointStatus(v string) *DescribeEndpointOutput

SetEndpointStatus sets the EndpointStatus field's value.

func (*DescribeEndpointOutput) SetExplainerConfig added in v1.44.109

SetExplainerConfig sets the ExplainerConfig field's value.

func (*DescribeEndpointOutput) SetFailureReason

func (s *DescribeEndpointOutput) SetFailureReason(v string) *DescribeEndpointOutput

SetFailureReason sets the FailureReason field's value.

func (*DescribeEndpointOutput) SetLastDeploymentConfig added in v1.35.37

func (s *DescribeEndpointOutput) SetLastDeploymentConfig(v *DeploymentConfig) *DescribeEndpointOutput

SetLastDeploymentConfig sets the LastDeploymentConfig field's value.

func (*DescribeEndpointOutput) SetLastModifiedTime

func (s *DescribeEndpointOutput) SetLastModifiedTime(v time.Time) *DescribeEndpointOutput

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*DescribeEndpointOutput) SetPendingDeploymentSummary added in v1.42.0

func (s *DescribeEndpointOutput) SetPendingDeploymentSummary(v *PendingDeploymentSummary) *DescribeEndpointOutput

SetPendingDeploymentSummary sets the PendingDeploymentSummary field's value.

func (*DescribeEndpointOutput) SetProductionVariants

SetProductionVariants sets the ProductionVariants field's value.

func (*DescribeEndpointOutput) SetShadowProductionVariants added in v1.44.150

func (s *DescribeEndpointOutput) SetShadowProductionVariants(v []*ProductionVariantSummary) *DescribeEndpointOutput

SetShadowProductionVariants sets the ShadowProductionVariants field's value.

func (DescribeEndpointOutput) String

func (s DescribeEndpointOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeExperimentInput added in v1.25.47

type DescribeExperimentInput struct {

	// The name of the experiment to describe.
	//
	// ExperimentName is a required field
	ExperimentName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeExperimentInput) GoString added in v1.25.47

func (s DescribeExperimentInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeExperimentInput) SetExperimentName added in v1.25.47

func (s *DescribeExperimentInput) SetExperimentName(v string) *DescribeExperimentInput

SetExperimentName sets the ExperimentName field's value.

func (DescribeExperimentInput) String added in v1.25.47

func (s DescribeExperimentInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeExperimentInput) Validate added in v1.25.47

func (s *DescribeExperimentInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeExperimentOutput added in v1.25.47

type DescribeExperimentOutput struct {

	// Who created the experiment.
	CreatedBy *UserContext `type:"structure"`

	// When the experiment was created.
	CreationTime *time.Time `type:"timestamp"`

	// The description of the experiment.
	Description *string `type:"string"`

	// The name of the experiment as displayed. If DisplayName isn't specified,
	// ExperimentName is displayed.
	DisplayName *string `min:"1" type:"string"`

	// The Amazon Resource Name (ARN) of the experiment.
	ExperimentArn *string `type:"string"`

	// The name of the experiment.
	ExperimentName *string `min:"1" type:"string"`

	// Who last modified the experiment.
	LastModifiedBy *UserContext `type:"structure"`

	// When the experiment was last modified.
	LastModifiedTime *time.Time `type:"timestamp"`

	// The Amazon Resource Name (ARN) of the source and, optionally, the type.
	Source *ExperimentSource `type:"structure"`
	// contains filtered or unexported fields
}

func (DescribeExperimentOutput) GoString added in v1.25.47

func (s DescribeExperimentOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeExperimentOutput) SetCreatedBy added in v1.25.47

SetCreatedBy sets the CreatedBy field's value.

func (*DescribeExperimentOutput) SetCreationTime added in v1.25.47

SetCreationTime sets the CreationTime field's value.

func (*DescribeExperimentOutput) SetDescription added in v1.25.47

SetDescription sets the Description field's value.

func (*DescribeExperimentOutput) SetDisplayName added in v1.25.47

SetDisplayName sets the DisplayName field's value.

func (*DescribeExperimentOutput) SetExperimentArn added in v1.25.47

SetExperimentArn sets the ExperimentArn field's value.

func (*DescribeExperimentOutput) SetExperimentName added in v1.25.47

func (s *DescribeExperimentOutput) SetExperimentName(v string) *DescribeExperimentOutput

SetExperimentName sets the ExperimentName field's value.

func (*DescribeExperimentOutput) SetLastModifiedBy added in v1.25.47

SetLastModifiedBy sets the LastModifiedBy field's value.

func (*DescribeExperimentOutput) SetLastModifiedTime added in v1.25.47

func (s *DescribeExperimentOutput) SetLastModifiedTime(v time.Time) *DescribeExperimentOutput

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*DescribeExperimentOutput) SetSource added in v1.25.47

SetSource sets the Source field's value.

func (DescribeExperimentOutput) String added in v1.25.47

func (s DescribeExperimentOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeFeatureGroupInput added in v1.35.37

type DescribeFeatureGroupInput struct {

	// The name or Amazon Resource Name (ARN) of the FeatureGroup you want described.
	//
	// FeatureGroupName is a required field
	FeatureGroupName *string `min:"1" type:"string" required:"true"`

	// A token to resume pagination of the list of Features (FeatureDefinitions).
	// 2,500 Features are returned by default.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeFeatureGroupInput) GoString added in v1.35.37

func (s DescribeFeatureGroupInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeFeatureGroupInput) SetFeatureGroupName added in v1.35.37

func (s *DescribeFeatureGroupInput) SetFeatureGroupName(v string) *DescribeFeatureGroupInput

SetFeatureGroupName sets the FeatureGroupName field's value.

func (*DescribeFeatureGroupInput) SetNextToken added in v1.35.37

SetNextToken sets the NextToken field's value.

func (DescribeFeatureGroupInput) String added in v1.35.37

func (s DescribeFeatureGroupInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeFeatureGroupInput) Validate added in v1.35.37

func (s *DescribeFeatureGroupInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeFeatureGroupOutput added in v1.35.37

type DescribeFeatureGroupOutput struct {

	// A timestamp indicating when SageMaker created the FeatureGroup.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// A free form description of the feature group.
	Description *string `type:"string"`

	// The name of the feature that stores the EventTime of a Record in a FeatureGroup.
	//
	// An EventTime is a point in time when a new event occurs that corresponds
	// to the creation or update of a Record in a FeatureGroup. All Records in the
	// FeatureGroup have a corresponding EventTime.
	//
	// EventTimeFeatureName is a required field
	EventTimeFeatureName *string `min:"1" type:"string" required:"true"`

	// The reason that the FeatureGroup failed to be replicated in the OfflineStore.
	// This is failure can occur because:
	//
	//    * The FeatureGroup could not be created in the OfflineStore.
	//
	//    * The FeatureGroup could not be deleted from the OfflineStore.
	FailureReason *string `type:"string"`

	// A list of the Features in the FeatureGroup. Each feature is defined by a
	// FeatureName and FeatureType.
	//
	// FeatureDefinitions is a required field
	FeatureDefinitions []*FeatureDefinition `min:"1" type:"list" required:"true"`

	// The Amazon Resource Name (ARN) of the FeatureGroup.
	//
	// FeatureGroupArn is a required field
	FeatureGroupArn *string `type:"string" required:"true"`

	// he name of the FeatureGroup.
	//
	// FeatureGroupName is a required field
	FeatureGroupName *string `min:"1" type:"string" required:"true"`

	// The status of the feature group.
	FeatureGroupStatus *string `type:"string" enum:"FeatureGroupStatus"`

	// A timestamp indicating when the feature group was last updated.
	LastModifiedTime *time.Time `type:"timestamp"`

	// A value indicating whether the update made to the feature group was successful.
	LastUpdateStatus *LastUpdateStatus `type:"structure"`

	// A token to resume pagination of the list of Features (FeatureDefinitions).
	//
	// NextToken is a required field
	NextToken *string `type:"string" required:"true"`

	// The configuration of the offline store. It includes the following configurations:
	//
	//    * Amazon S3 location of the offline store.
	//
	//    * Configuration of the Glue data catalog.
	//
	//    * Table format of the offline store.
	//
	//    * Option to disable the automatic creation of a Glue table for the offline
	//    store.
	//
	//    * Encryption configuration.
	OfflineStoreConfig *OfflineStoreConfig `type:"structure"`

	// The status of the OfflineStore. Notifies you if replicating data into the
	// OfflineStore has failed. Returns either: Active or Blocked
	OfflineStoreStatus *OfflineStoreStatus `type:"structure"`

	// The configuration for the OnlineStore.
	OnlineStoreConfig *OnlineStoreConfig `type:"structure"`

	// The size of the OnlineStore in bytes.
	OnlineStoreTotalSizeBytes *int64 `type:"long"`

	// The name of the Feature used for RecordIdentifier, whose value uniquely identifies
	// a record stored in the feature store.
	//
	// RecordIdentifierFeatureName is a required field
	RecordIdentifierFeatureName *string `min:"1" type:"string" required:"true"`

	// The Amazon Resource Name (ARN) of the IAM execution role used to persist
	// data into the OfflineStore if an OfflineStoreConfig is provided.
	RoleArn *string `min:"20" type:"string"`
	// contains filtered or unexported fields
}

func (DescribeFeatureGroupOutput) GoString added in v1.35.37

func (s DescribeFeatureGroupOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeFeatureGroupOutput) SetCreationTime added in v1.35.37

SetCreationTime sets the CreationTime field's value.

func (*DescribeFeatureGroupOutput) SetDescription added in v1.35.37

SetDescription sets the Description field's value.

func (*DescribeFeatureGroupOutput) SetEventTimeFeatureName added in v1.35.37

func (s *DescribeFeatureGroupOutput) SetEventTimeFeatureName(v string) *DescribeFeatureGroupOutput

SetEventTimeFeatureName sets the EventTimeFeatureName field's value.

func (*DescribeFeatureGroupOutput) SetFailureReason added in v1.35.37

SetFailureReason sets the FailureReason field's value.

func (*DescribeFeatureGroupOutput) SetFeatureDefinitions added in v1.35.37

SetFeatureDefinitions sets the FeatureDefinitions field's value.

func (*DescribeFeatureGroupOutput) SetFeatureGroupArn added in v1.35.37

SetFeatureGroupArn sets the FeatureGroupArn field's value.

func (*DescribeFeatureGroupOutput) SetFeatureGroupName added in v1.35.37

SetFeatureGroupName sets the FeatureGroupName field's value.

func (*DescribeFeatureGroupOutput) SetFeatureGroupStatus added in v1.35.37

func (s *DescribeFeatureGroupOutput) SetFeatureGroupStatus(v string) *DescribeFeatureGroupOutput

SetFeatureGroupStatus sets the FeatureGroupStatus field's value.

func (*DescribeFeatureGroupOutput) SetLastModifiedTime added in v1.44.45

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*DescribeFeatureGroupOutput) SetLastUpdateStatus added in v1.44.45

SetLastUpdateStatus sets the LastUpdateStatus field's value.

func (*DescribeFeatureGroupOutput) SetNextToken added in v1.35.37

SetNextToken sets the NextToken field's value.

func (*DescribeFeatureGroupOutput) SetOfflineStoreConfig added in v1.35.37

SetOfflineStoreConfig sets the OfflineStoreConfig field's value.

func (*DescribeFeatureGroupOutput) SetOfflineStoreStatus added in v1.35.37

SetOfflineStoreStatus sets the OfflineStoreStatus field's value.

func (*DescribeFeatureGroupOutput) SetOnlineStoreConfig added in v1.35.37

SetOnlineStoreConfig sets the OnlineStoreConfig field's value.

func (*DescribeFeatureGroupOutput) SetOnlineStoreTotalSizeBytes added in v1.44.45

func (s *DescribeFeatureGroupOutput) SetOnlineStoreTotalSizeBytes(v int64) *DescribeFeatureGroupOutput

SetOnlineStoreTotalSizeBytes sets the OnlineStoreTotalSizeBytes field's value.

func (*DescribeFeatureGroupOutput) SetRecordIdentifierFeatureName added in v1.35.37

func (s *DescribeFeatureGroupOutput) SetRecordIdentifierFeatureName(v string) *DescribeFeatureGroupOutput

SetRecordIdentifierFeatureName sets the RecordIdentifierFeatureName field's value.

func (*DescribeFeatureGroupOutput) SetRoleArn added in v1.35.37

SetRoleArn sets the RoleArn field's value.

func (DescribeFeatureGroupOutput) String added in v1.35.37

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeFeatureMetadataInput added in v1.44.45

type DescribeFeatureMetadataInput struct {

	// The name or Amazon Resource Name (ARN) of the feature group containing the
	// feature.
	//
	// FeatureGroupName is a required field
	FeatureGroupName *string `min:"1" type:"string" required:"true"`

	// The name of the feature.
	//
	// FeatureName is a required field
	FeatureName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeFeatureMetadataInput) GoString added in v1.44.45

func (s DescribeFeatureMetadataInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeFeatureMetadataInput) SetFeatureGroupName added in v1.44.45

SetFeatureGroupName sets the FeatureGroupName field's value.

func (*DescribeFeatureMetadataInput) SetFeatureName added in v1.44.45

SetFeatureName sets the FeatureName field's value.

func (DescribeFeatureMetadataInput) String added in v1.44.45

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeFeatureMetadataInput) Validate added in v1.44.45

func (s *DescribeFeatureMetadataInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeFeatureMetadataOutput added in v1.44.45

type DescribeFeatureMetadataOutput struct {

	// A timestamp indicating when the feature was created.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// The description you added to describe the feature.
	Description *string `type:"string"`

	// The Amazon Resource Number (ARN) of the feature group that contains the feature.
	//
	// FeatureGroupArn is a required field
	FeatureGroupArn *string `type:"string" required:"true"`

	// The name of the feature group that you've specified.
	//
	// FeatureGroupName is a required field
	FeatureGroupName *string `min:"1" type:"string" required:"true"`

	// The name of the feature that you've specified.
	//
	// FeatureName is a required field
	FeatureName *string `min:"1" type:"string" required:"true"`

	// The data type of the feature.
	//
	// FeatureType is a required field
	FeatureType *string `type:"string" required:"true" enum:"FeatureType"`

	// A timestamp indicating when the metadata for the feature group was modified.
	// For example, if you add a parameter describing the feature, the timestamp
	// changes to reflect the last time you
	//
	// LastModifiedTime is a required field
	LastModifiedTime *time.Time `type:"timestamp" required:"true"`

	// The key-value pairs that you added to describe the feature.
	Parameters []*FeatureParameter `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeFeatureMetadataOutput) GoString added in v1.44.45

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeFeatureMetadataOutput) SetCreationTime added in v1.44.45

SetCreationTime sets the CreationTime field's value.

func (*DescribeFeatureMetadataOutput) SetDescription added in v1.44.45

SetDescription sets the Description field's value.

func (*DescribeFeatureMetadataOutput) SetFeatureGroupArn added in v1.44.45

SetFeatureGroupArn sets the FeatureGroupArn field's value.

func (*DescribeFeatureMetadataOutput) SetFeatureGroupName added in v1.44.45

SetFeatureGroupName sets the FeatureGroupName field's value.

func (*DescribeFeatureMetadataOutput) SetFeatureName added in v1.44.45

SetFeatureName sets the FeatureName field's value.

func (*DescribeFeatureMetadataOutput) SetFeatureType added in v1.44.45

SetFeatureType sets the FeatureType field's value.

func (*DescribeFeatureMetadataOutput) SetLastModifiedTime added in v1.44.45

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*DescribeFeatureMetadataOutput) SetParameters added in v1.44.45

SetParameters sets the Parameters field's value.

func (DescribeFeatureMetadataOutput) String added in v1.44.45

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeFlowDefinitionInput added in v1.25.47

type DescribeFlowDefinitionInput struct {

	// The name of the flow definition.
	//
	// FlowDefinitionName is a required field
	FlowDefinitionName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeFlowDefinitionInput) GoString added in v1.25.47

func (s DescribeFlowDefinitionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeFlowDefinitionInput) SetFlowDefinitionName added in v1.25.47

func (s *DescribeFlowDefinitionInput) SetFlowDefinitionName(v string) *DescribeFlowDefinitionInput

SetFlowDefinitionName sets the FlowDefinitionName field's value.

func (DescribeFlowDefinitionInput) String added in v1.25.47

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeFlowDefinitionInput) Validate added in v1.25.47

func (s *DescribeFlowDefinitionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeFlowDefinitionOutput added in v1.25.47

type DescribeFlowDefinitionOutput struct {

	// The timestamp when the flow definition was created.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// The reason your flow definition failed.
	FailureReason *string `type:"string"`

	// The Amazon Resource Name (ARN) of the flow defintion.
	//
	// FlowDefinitionArn is a required field
	FlowDefinitionArn *string `type:"string" required:"true"`

	// The Amazon Resource Name (ARN) of the flow definition.
	//
	// FlowDefinitionName is a required field
	FlowDefinitionName *string `min:"1" type:"string" required:"true"`

	// The status of the flow definition. Valid values are listed below.
	//
	// FlowDefinitionStatus is a required field
	FlowDefinitionStatus *string `type:"string" required:"true" enum:"FlowDefinitionStatus"`

	// An object containing information about what triggers a human review workflow.
	HumanLoopActivationConfig *HumanLoopActivationConfig `type:"structure"`

	// An object containing information about who works on the task, the workforce
	// task price, and other task details.
	//
	// HumanLoopConfig is a required field
	HumanLoopConfig *HumanLoopConfig `type:"structure" required:"true"`

	// Container for configuring the source of human task requests. Used to specify
	// if Amazon Rekognition or Amazon Textract is used as an integration source.
	HumanLoopRequestSource *HumanLoopRequestSource `type:"structure"`

	// An object containing information about the output file.
	//
	// OutputConfig is a required field
	OutputConfig *FlowDefinitionOutputConfig `type:"structure" required:"true"`

	// The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access
	// Management (IAM) execution role for the flow definition.
	//
	// RoleArn is a required field
	RoleArn *string `min:"20" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeFlowDefinitionOutput) GoString added in v1.25.47

func (s DescribeFlowDefinitionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeFlowDefinitionOutput) SetCreationTime added in v1.25.47

SetCreationTime sets the CreationTime field's value.

func (*DescribeFlowDefinitionOutput) SetFailureReason added in v1.25.47

SetFailureReason sets the FailureReason field's value.

func (*DescribeFlowDefinitionOutput) SetFlowDefinitionArn added in v1.25.47

SetFlowDefinitionArn sets the FlowDefinitionArn field's value.

func (*DescribeFlowDefinitionOutput) SetFlowDefinitionName added in v1.25.47

SetFlowDefinitionName sets the FlowDefinitionName field's value.

func (*DescribeFlowDefinitionOutput) SetFlowDefinitionStatus added in v1.25.47

func (s *DescribeFlowDefinitionOutput) SetFlowDefinitionStatus(v string) *DescribeFlowDefinitionOutput

SetFlowDefinitionStatus sets the FlowDefinitionStatus field's value.

func (*DescribeFlowDefinitionOutput) SetHumanLoopActivationConfig added in v1.25.47

SetHumanLoopActivationConfig sets the HumanLoopActivationConfig field's value.

func (*DescribeFlowDefinitionOutput) SetHumanLoopConfig added in v1.25.47

SetHumanLoopConfig sets the HumanLoopConfig field's value.

func (*DescribeFlowDefinitionOutput) SetHumanLoopRequestSource added in v1.29.33

SetHumanLoopRequestSource sets the HumanLoopRequestSource field's value.

func (*DescribeFlowDefinitionOutput) SetOutputConfig added in v1.25.47

SetOutputConfig sets the OutputConfig field's value.

func (*DescribeFlowDefinitionOutput) SetRoleArn added in v1.25.47

SetRoleArn sets the RoleArn field's value.

func (DescribeFlowDefinitionOutput) String added in v1.25.47

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeHubContentInput added in v1.44.150

type DescribeHubContentInput struct {

	// The name of the content to describe.
	//
	// HubContentName is a required field
	HubContentName *string `type:"string" required:"true"`

	// The type of content in the hub.
	//
	// HubContentType is a required field
	HubContentType *string `type:"string" required:"true" enum:"HubContentType"`

	// The version of the content to describe.
	HubContentVersion *string `min:"5" type:"string"`

	// The name of the hub that contains the content to describe.
	//
	// HubName is a required field
	HubName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeHubContentInput) GoString added in v1.44.150

func (s DescribeHubContentInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeHubContentInput) SetHubContentName added in v1.44.150

func (s *DescribeHubContentInput) SetHubContentName(v string) *DescribeHubContentInput

SetHubContentName sets the HubContentName field's value.

func (*DescribeHubContentInput) SetHubContentType added in v1.44.150

func (s *DescribeHubContentInput) SetHubContentType(v string) *DescribeHubContentInput

SetHubContentType sets the HubContentType field's value.

func (*DescribeHubContentInput) SetHubContentVersion added in v1.44.150

func (s *DescribeHubContentInput) SetHubContentVersion(v string) *DescribeHubContentInput

SetHubContentVersion sets the HubContentVersion field's value.

func (*DescribeHubContentInput) SetHubName added in v1.44.150

SetHubName sets the HubName field's value.

func (DescribeHubContentInput) String added in v1.44.150

func (s DescribeHubContentInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeHubContentInput) Validate added in v1.44.150

func (s *DescribeHubContentInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeHubContentOutput added in v1.44.150

type DescribeHubContentOutput struct {

	// The date and time that hub content was created.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// The document schema version for the hub content.
	//
	// DocumentSchemaVersion is a required field
	DocumentSchemaVersion *string `min:"5" type:"string" required:"true"`

	// The failure reason if importing hub content failed.
	FailureReason *string `type:"string"`

	// The Amazon Resource Name (ARN) of the hub that contains the content.
	//
	// HubArn is a required field
	HubArn *string `type:"string" required:"true"`

	// The Amazon Resource Name (ARN) of the hub content.
	//
	// HubContentArn is a required field
	HubContentArn *string `type:"string" required:"true"`

	// The location of any dependencies that the hub content has, such as scripts,
	// model artifacts, datasets, or notebooks.
	HubContentDependencies []*HubContentDependency `type:"list"`

	// A description of the hub content.
	HubContentDescription *string `type:"string"`

	// The display name of the hub content.
	HubContentDisplayName *string `type:"string"`

	// The hub content document that describes information about the hub content
	// such as type, associated containers, scripts, and more.
	//
	// HubContentDocument is a required field
	HubContentDocument *string `type:"string" required:"true"`

	// A string that provides a description of the hub content. This string can
	// include links, tables, and standard markdown formating.
	HubContentMarkdown *string `type:"string"`

	// The name of the hub content.
	//
	// HubContentName is a required field
	HubContentName *string `type:"string" required:"true"`

	// The searchable keywords for the hub content.
	HubContentSearchKeywords []*string `type:"list"`

	// The status of the hub content.
	//
	// HubContentStatus is a required field
	HubContentStatus *string `type:"string" required:"true" enum:"HubContentStatus"`

	// The type of hub content.
	//
	// HubContentType is a required field
	HubContentType *string `type:"string" required:"true" enum:"HubContentType"`

	// The version of the hub content.
	//
	// HubContentVersion is a required field
	HubContentVersion *string `min:"5" type:"string" required:"true"`

	// The name of the hub that contains the content.
	//
	// HubName is a required field
	HubName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeHubContentOutput) GoString added in v1.44.150

func (s DescribeHubContentOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeHubContentOutput) SetCreationTime added in v1.44.150

SetCreationTime sets the CreationTime field's value.

func (*DescribeHubContentOutput) SetDocumentSchemaVersion added in v1.44.150

func (s *DescribeHubContentOutput) SetDocumentSchemaVersion(v string) *DescribeHubContentOutput

SetDocumentSchemaVersion sets the DocumentSchemaVersion field's value.

func (*DescribeHubContentOutput) SetFailureReason added in v1.44.150

SetFailureReason sets the FailureReason field's value.

func (*DescribeHubContentOutput) SetHubArn added in v1.44.150

SetHubArn sets the HubArn field's value.

func (*DescribeHubContentOutput) SetHubContentArn added in v1.44.150

SetHubContentArn sets the HubContentArn field's value.

func (*DescribeHubContentOutput) SetHubContentDependencies added in v1.44.150

func (s *DescribeHubContentOutput) SetHubContentDependencies(v []*HubContentDependency) *DescribeHubContentOutput

SetHubContentDependencies sets the HubContentDependencies field's value.

func (*DescribeHubContentOutput) SetHubContentDescription added in v1.44.150

func (s *DescribeHubContentOutput) SetHubContentDescription(v string) *DescribeHubContentOutput

SetHubContentDescription sets the HubContentDescription field's value.

func (*DescribeHubContentOutput) SetHubContentDisplayName added in v1.44.150

func (s *DescribeHubContentOutput) SetHubContentDisplayName(v string) *DescribeHubContentOutput

SetHubContentDisplayName sets the HubContentDisplayName field's value.

func (*DescribeHubContentOutput) SetHubContentDocument added in v1.44.150

func (s *DescribeHubContentOutput) SetHubContentDocument(v string) *DescribeHubContentOutput

SetHubContentDocument sets the HubContentDocument field's value.

func (*DescribeHubContentOutput) SetHubContentMarkdown added in v1.44.150

func (s *DescribeHubContentOutput) SetHubContentMarkdown(v string) *DescribeHubContentOutput

SetHubContentMarkdown sets the HubContentMarkdown field's value.

func (*DescribeHubContentOutput) SetHubContentName added in v1.44.150

func (s *DescribeHubContentOutput) SetHubContentName(v string) *DescribeHubContentOutput

SetHubContentName sets the HubContentName field's value.

func (*DescribeHubContentOutput) SetHubContentSearchKeywords added in v1.44.150

func (s *DescribeHubContentOutput) SetHubContentSearchKeywords(v []*string) *DescribeHubContentOutput

SetHubContentSearchKeywords sets the HubContentSearchKeywords field's value.

func (*DescribeHubContentOutput) SetHubContentStatus added in v1.44.150

func (s *DescribeHubContentOutput) SetHubContentStatus(v string) *DescribeHubContentOutput

SetHubContentStatus sets the HubContentStatus field's value.

func (*DescribeHubContentOutput) SetHubContentType added in v1.44.150

func (s *DescribeHubContentOutput) SetHubContentType(v string) *DescribeHubContentOutput

SetHubContentType sets the HubContentType field's value.

func (*DescribeHubContentOutput) SetHubContentVersion added in v1.44.150

func (s *DescribeHubContentOutput) SetHubContentVersion(v string) *DescribeHubContentOutput

SetHubContentVersion sets the HubContentVersion field's value.

func (*DescribeHubContentOutput) SetHubName added in v1.44.150

SetHubName sets the HubName field's value.

func (DescribeHubContentOutput) String added in v1.44.150

func (s DescribeHubContentOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeHubInput added in v1.44.150

type DescribeHubInput struct {

	// The name of the hub to describe.
	//
	// HubName is a required field
	HubName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeHubInput) GoString added in v1.44.150

func (s DescribeHubInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeHubInput) SetHubName added in v1.44.150

func (s *DescribeHubInput) SetHubName(v string) *DescribeHubInput

SetHubName sets the HubName field's value.

func (DescribeHubInput) String added in v1.44.150

func (s DescribeHubInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeHubInput) Validate added in v1.44.150

func (s *DescribeHubInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeHubOutput added in v1.44.150

type DescribeHubOutput struct {

	// The date and time that the hub was created.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// The failure reason if importing hub content failed.
	FailureReason *string `type:"string"`

	// The Amazon Resource Name (ARN) of the hub.
	//
	// HubArn is a required field
	HubArn *string `type:"string" required:"true"`

	// A description of the hub.
	HubDescription *string `type:"string"`

	// The display name of the hub.
	HubDisplayName *string `type:"string"`

	// The name of the hub.
	//
	// HubName is a required field
	HubName *string `type:"string" required:"true"`

	// The searchable keywords for the hub.
	HubSearchKeywords []*string `type:"list"`

	// The status of the hub.
	//
	// HubStatus is a required field
	HubStatus *string `type:"string" required:"true" enum:"HubStatus"`

	// The date and time that the hub was last modified.
	//
	// LastModifiedTime is a required field
	LastModifiedTime *time.Time `type:"timestamp" required:"true"`

	// The Amazon S3 storage configuration for the hub.
	S3StorageConfig *HubS3StorageConfig `type:"structure"`
	// contains filtered or unexported fields
}

func (DescribeHubOutput) GoString added in v1.44.150

func (s DescribeHubOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeHubOutput) SetCreationTime added in v1.44.150

func (s *DescribeHubOutput) SetCreationTime(v time.Time) *DescribeHubOutput

SetCreationTime sets the CreationTime field's value.

func (*DescribeHubOutput) SetFailureReason added in v1.44.150

func (s *DescribeHubOutput) SetFailureReason(v string) *DescribeHubOutput

SetFailureReason sets the FailureReason field's value.

func (*DescribeHubOutput) SetHubArn added in v1.44.150

func (s *DescribeHubOutput) SetHubArn(v string) *DescribeHubOutput

SetHubArn sets the HubArn field's value.

func (*DescribeHubOutput) SetHubDescription added in v1.44.150

func (s *DescribeHubOutput) SetHubDescription(v string) *DescribeHubOutput

SetHubDescription sets the HubDescription field's value.

func (*DescribeHubOutput) SetHubDisplayName added in v1.44.150

func (s *DescribeHubOutput) SetHubDisplayName(v string) *DescribeHubOutput

SetHubDisplayName sets the HubDisplayName field's value.

func (*DescribeHubOutput) SetHubName added in v1.44.150

func (s *DescribeHubOutput) SetHubName(v string) *DescribeHubOutput

SetHubName sets the HubName field's value.

func (*DescribeHubOutput) SetHubSearchKeywords added in v1.44.150

func (s *DescribeHubOutput) SetHubSearchKeywords(v []*string) *DescribeHubOutput

SetHubSearchKeywords sets the HubSearchKeywords field's value.

func (*DescribeHubOutput) SetHubStatus added in v1.44.150

func (s *DescribeHubOutput) SetHubStatus(v string) *DescribeHubOutput

SetHubStatus sets the HubStatus field's value.

func (*DescribeHubOutput) SetLastModifiedTime added in v1.44.150

func (s *DescribeHubOutput) SetLastModifiedTime(v time.Time) *DescribeHubOutput

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*DescribeHubOutput) SetS3StorageConfig added in v1.44.150

func (s *DescribeHubOutput) SetS3StorageConfig(v *HubS3StorageConfig) *DescribeHubOutput

SetS3StorageConfig sets the S3StorageConfig field's value.

func (DescribeHubOutput) String added in v1.44.150

func (s DescribeHubOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeHumanTaskUiInput added in v1.25.47

type DescribeHumanTaskUiInput struct {

	// The name of the human task user interface (worker task template) you want
	// information about.
	//
	// HumanTaskUiName is a required field
	HumanTaskUiName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeHumanTaskUiInput) GoString added in v1.25.47

func (s DescribeHumanTaskUiInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeHumanTaskUiInput) SetHumanTaskUiName added in v1.25.47

func (s *DescribeHumanTaskUiInput) SetHumanTaskUiName(v string) *DescribeHumanTaskUiInput

SetHumanTaskUiName sets the HumanTaskUiName field's value.

func (DescribeHumanTaskUiInput) String added in v1.25.47

func (s DescribeHumanTaskUiInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeHumanTaskUiInput) Validate added in v1.25.47

func (s *DescribeHumanTaskUiInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeHumanTaskUiOutput added in v1.25.47

type DescribeHumanTaskUiOutput struct {

	// The timestamp when the human task user interface was created.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// The Amazon Resource Name (ARN) of the human task user interface (worker task
	// template).
	//
	// HumanTaskUiArn is a required field
	HumanTaskUiArn *string `type:"string" required:"true"`

	// The name of the human task user interface (worker task template).
	//
	// HumanTaskUiName is a required field
	HumanTaskUiName *string `min:"1" type:"string" required:"true"`

	// The status of the human task user interface (worker task template). Valid
	// values are listed below.
	HumanTaskUiStatus *string `type:"string" enum:"HumanTaskUiStatus"`

	// Container for user interface template information.
	//
	// UiTemplate is a required field
	UiTemplate *UiTemplateInfo `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeHumanTaskUiOutput) GoString added in v1.25.47

func (s DescribeHumanTaskUiOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeHumanTaskUiOutput) SetCreationTime added in v1.25.47

SetCreationTime sets the CreationTime field's value.

func (*DescribeHumanTaskUiOutput) SetHumanTaskUiArn added in v1.25.47

SetHumanTaskUiArn sets the HumanTaskUiArn field's value.

func (*DescribeHumanTaskUiOutput) SetHumanTaskUiName added in v1.25.47

SetHumanTaskUiName sets the HumanTaskUiName field's value.

func (*DescribeHumanTaskUiOutput) SetHumanTaskUiStatus added in v1.33.5

func (s *DescribeHumanTaskUiOutput) SetHumanTaskUiStatus(v string) *DescribeHumanTaskUiOutput

SetHumanTaskUiStatus sets the HumanTaskUiStatus field's value.

func (*DescribeHumanTaskUiOutput) SetUiTemplate added in v1.25.47

SetUiTemplate sets the UiTemplate field's value.

func (DescribeHumanTaskUiOutput) String added in v1.25.47

func (s DescribeHumanTaskUiOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeHyperParameterTuningJobInput added in v1.14.0

type DescribeHyperParameterTuningJobInput struct {

	// The name of the tuning job.
	//
	// HyperParameterTuningJobName is a required field
	HyperParameterTuningJobName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeHyperParameterTuningJobInput) GoString added in v1.14.0

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeHyperParameterTuningJobInput) SetHyperParameterTuningJobName added in v1.14.0

SetHyperParameterTuningJobName sets the HyperParameterTuningJobName field's value.

func (DescribeHyperParameterTuningJobInput) String added in v1.14.0

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeHyperParameterTuningJobInput) Validate added in v1.14.0

Validate inspects the fields of the type to determine if they are valid.

type DescribeHyperParameterTuningJobOutput added in v1.14.0

type DescribeHyperParameterTuningJobOutput struct {

	// A flag to indicate if autotune is enabled for the hyperparameter tuning job.
	Autotune *Autotune `type:"structure"`

	// A TrainingJobSummary (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_TrainingJobSummary.html)
	// object that describes the training job that completed with the best current
	// HyperParameterTuningJobObjective (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_HyperParameterTuningJobObjective.html).
	BestTrainingJob *HyperParameterTrainingJobSummary `type:"structure"`

	// The total resources consumed by your hyperparameter tuning job.
	ConsumedResources *HyperParameterTuningJobConsumedResources `type:"structure"`

	// The date and time that the tuning job started.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// If the tuning job failed, the reason it failed.
	FailureReason *string `type:"string"`

	// The date and time that the tuning job ended.
	HyperParameterTuningEndTime *time.Time `type:"timestamp"`

	// The Amazon Resource Name (ARN) of the tuning job.
	//
	// HyperParameterTuningJobArn is a required field
	HyperParameterTuningJobArn *string `type:"string" required:"true"`

	// The HyperParameterTuningJobConfig (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_HyperParameterTuningJobConfig.html)
	// object that specifies the configuration of the tuning job.
	//
	// HyperParameterTuningJobConfig is a required field
	HyperParameterTuningJobConfig *HyperParameterTuningJobConfig `type:"structure" required:"true"`

	// The name of the hyperparameter tuning job.
	//
	// HyperParameterTuningJobName is a required field
	HyperParameterTuningJobName *string `min:"1" type:"string" required:"true"`

	// The status of the tuning job: InProgress, Completed, Failed, Stopping, or
	// Stopped.
	//
	// HyperParameterTuningJobStatus is a required field
	HyperParameterTuningJobStatus *string `type:"string" required:"true" enum:"HyperParameterTuningJobStatus"`

	// The date and time that the status of the tuning job was modified.
	LastModifiedTime *time.Time `type:"timestamp"`

	// The ObjectiveStatusCounters (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ObjectiveStatusCounters.html)
	// object that specifies the number of training jobs, categorized by the status
	// of their final objective metric, that this tuning job launched.
	//
	// ObjectiveStatusCounters is a required field
	ObjectiveStatusCounters *ObjectiveStatusCounters `type:"structure" required:"true"`

	// If the hyperparameter tuning job is an warm start tuning job with a WarmStartType
	// of IDENTICAL_DATA_AND_ALGORITHM, this is the TrainingJobSummary (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_TrainingJobSummary.html)
	// for the training job with the best objective metric value of all training
	// jobs launched by this tuning job and all parent jobs specified for the warm
	// start tuning job.
	OverallBestTrainingJob *HyperParameterTrainingJobSummary `type:"structure"`

	// The HyperParameterTrainingJobDefinition (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_HyperParameterTrainingJobDefinition.html)
	// object that specifies the definition of the training jobs that this tuning
	// job launches.
	TrainingJobDefinition *HyperParameterTrainingJobDefinition `type:"structure"`

	// A list of the HyperParameterTrainingJobDefinition (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_HyperParameterTrainingJobDefinition.html)
	// objects launched for this tuning job.
	TrainingJobDefinitions []*HyperParameterTrainingJobDefinition `min:"1" type:"list"`

	// The TrainingJobStatusCounters (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_TrainingJobStatusCounters.html)
	// object that specifies the number of training jobs, categorized by status,
	// that this tuning job launched.
	//
	// TrainingJobStatusCounters is a required field
	TrainingJobStatusCounters *TrainingJobStatusCounters `type:"structure" required:"true"`

	// Tuning job completion information returned as the response from a hyperparameter
	// tuning job. This information tells if your tuning job has or has not converged.
	// It also includes the number of training jobs that have not improved model
	// performance as evaluated against the objective function.
	TuningJobCompletionDetails *HyperParameterTuningJobCompletionDetails `type:"structure"`

	// The configuration for starting the hyperparameter parameter tuning job using
	// one or more previous tuning jobs as a starting point. The results of previous
	// tuning jobs are used to inform which combinations of hyperparameters to search
	// over in the new tuning job.
	WarmStartConfig *HyperParameterTuningJobWarmStartConfig `type:"structure"`
	// contains filtered or unexported fields
}

func (DescribeHyperParameterTuningJobOutput) GoString added in v1.14.0

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeHyperParameterTuningJobOutput) SetAutotune added in v1.44.270

SetAutotune sets the Autotune field's value.

func (*DescribeHyperParameterTuningJobOutput) SetBestTrainingJob added in v1.14.0

SetBestTrainingJob sets the BestTrainingJob field's value.

func (*DescribeHyperParameterTuningJobOutput) SetConsumedResources added in v1.44.191

SetConsumedResources sets the ConsumedResources field's value.

func (*DescribeHyperParameterTuningJobOutput) SetCreationTime added in v1.14.0

SetCreationTime sets the CreationTime field's value.

func (*DescribeHyperParameterTuningJobOutput) SetFailureReason added in v1.14.0

SetFailureReason sets the FailureReason field's value.

func (*DescribeHyperParameterTuningJobOutput) SetHyperParameterTuningEndTime added in v1.14.0

SetHyperParameterTuningEndTime sets the HyperParameterTuningEndTime field's value.

func (*DescribeHyperParameterTuningJobOutput) SetHyperParameterTuningJobArn added in v1.14.0

SetHyperParameterTuningJobArn sets the HyperParameterTuningJobArn field's value.

func (*DescribeHyperParameterTuningJobOutput) SetHyperParameterTuningJobConfig added in v1.14.0

SetHyperParameterTuningJobConfig sets the HyperParameterTuningJobConfig field's value.

func (*DescribeHyperParameterTuningJobOutput) SetHyperParameterTuningJobName added in v1.14.0

SetHyperParameterTuningJobName sets the HyperParameterTuningJobName field's value.

func (*DescribeHyperParameterTuningJobOutput) SetHyperParameterTuningJobStatus added in v1.14.0

SetHyperParameterTuningJobStatus sets the HyperParameterTuningJobStatus field's value.

func (*DescribeHyperParameterTuningJobOutput) SetLastModifiedTime added in v1.14.0

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*DescribeHyperParameterTuningJobOutput) SetObjectiveStatusCounters added in v1.14.0

SetObjectiveStatusCounters sets the ObjectiveStatusCounters field's value.

func (*DescribeHyperParameterTuningJobOutput) SetOverallBestTrainingJob added in v1.15.76

SetOverallBestTrainingJob sets the OverallBestTrainingJob field's value.

func (*DescribeHyperParameterTuningJobOutput) SetTrainingJobDefinition added in v1.14.0

SetTrainingJobDefinition sets the TrainingJobDefinition field's value.

func (*DescribeHyperParameterTuningJobOutput) SetTrainingJobDefinitions added in v1.25.47

SetTrainingJobDefinitions sets the TrainingJobDefinitions field's value.

func (*DescribeHyperParameterTuningJobOutput) SetTrainingJobStatusCounters added in v1.14.0

SetTrainingJobStatusCounters sets the TrainingJobStatusCounters field's value.

func (*DescribeHyperParameterTuningJobOutput) SetTuningJobCompletionDetails added in v1.44.191

SetTuningJobCompletionDetails sets the TuningJobCompletionDetails field's value.

func (*DescribeHyperParameterTuningJobOutput) SetWarmStartConfig added in v1.15.76

SetWarmStartConfig sets the WarmStartConfig field's value.

func (DescribeHyperParameterTuningJobOutput) String added in v1.14.0

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeImageInput added in v1.35.15

type DescribeImageInput struct {

	// The name of the image to describe.
	//
	// ImageName is a required field
	ImageName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeImageInput) GoString added in v1.35.15

func (s DescribeImageInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeImageInput) SetImageName added in v1.35.15

func (s *DescribeImageInput) SetImageName(v string) *DescribeImageInput

SetImageName sets the ImageName field's value.

func (DescribeImageInput) String added in v1.35.15

func (s DescribeImageInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeImageInput) Validate added in v1.35.15

func (s *DescribeImageInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeImageOutput added in v1.35.15

type DescribeImageOutput struct {

	// When the image was created.
	CreationTime *time.Time `type:"timestamp"`

	// The description of the image.
	Description *string `min:"1" type:"string"`

	// The name of the image as displayed.
	DisplayName *string `min:"1" type:"string"`

	// When a create, update, or delete operation fails, the reason for the failure.
	FailureReason *string `type:"string"`

	// The ARN of the image.
	ImageArn *string `type:"string"`

	// The name of the image.
	ImageName *string `min:"1" type:"string"`

	// The status of the image.
	ImageStatus *string `type:"string" enum:"ImageStatus"`

	// When the image was last modified.
	LastModifiedTime *time.Time `type:"timestamp"`

	// The ARN of the IAM role that enables Amazon SageMaker to perform tasks on
	// your behalf.
	RoleArn *string `min:"20" type:"string"`
	// contains filtered or unexported fields
}

func (DescribeImageOutput) GoString added in v1.35.15

func (s DescribeImageOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeImageOutput) SetCreationTime added in v1.35.15

func (s *DescribeImageOutput) SetCreationTime(v time.Time) *DescribeImageOutput

SetCreationTime sets the CreationTime field's value.

func (*DescribeImageOutput) SetDescription added in v1.35.15

func (s *DescribeImageOutput) SetDescription(v string) *DescribeImageOutput

SetDescription sets the Description field's value.

func (*DescribeImageOutput) SetDisplayName added in v1.35.15

func (s *DescribeImageOutput) SetDisplayName(v string) *DescribeImageOutput

SetDisplayName sets the DisplayName field's value.

func (*DescribeImageOutput) SetFailureReason added in v1.35.15

func (s *DescribeImageOutput) SetFailureReason(v string) *DescribeImageOutput

SetFailureReason sets the FailureReason field's value.

func (*DescribeImageOutput) SetImageArn added in v1.35.15

func (s *DescribeImageOutput) SetImageArn(v string) *DescribeImageOutput

SetImageArn sets the ImageArn field's value.

func (*DescribeImageOutput) SetImageName added in v1.35.15

func (s *DescribeImageOutput) SetImageName(v string) *DescribeImageOutput

SetImageName sets the ImageName field's value.

func (*DescribeImageOutput) SetImageStatus added in v1.35.15

func (s *DescribeImageOutput) SetImageStatus(v string) *DescribeImageOutput

SetImageStatus sets the ImageStatus field's value.

func (*DescribeImageOutput) SetLastModifiedTime added in v1.35.15

func (s *DescribeImageOutput) SetLastModifiedTime(v time.Time) *DescribeImageOutput

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*DescribeImageOutput) SetRoleArn added in v1.35.15

SetRoleArn sets the RoleArn field's value.

func (DescribeImageOutput) String added in v1.35.15

func (s DescribeImageOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeImageVersionInput added in v1.35.15

type DescribeImageVersionInput struct {

	// The alias of the image version.
	Alias *string `min:"1" type:"string"`

	// The name of the image.
	//
	// ImageName is a required field
	ImageName *string `min:"1" type:"string" required:"true"`

	// The version of the image. If not specified, the latest version is described.
	Version *int64 `type:"integer"`
	// contains filtered or unexported fields
}

func (DescribeImageVersionInput) GoString added in v1.35.15

func (s DescribeImageVersionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeImageVersionInput) SetAlias added in v1.44.163

SetAlias sets the Alias field's value.

func (*DescribeImageVersionInput) SetImageName added in v1.35.15

SetImageName sets the ImageName field's value.

func (*DescribeImageVersionInput) SetVersion added in v1.35.15

SetVersion sets the Version field's value.

func (DescribeImageVersionInput) String added in v1.35.15

func (s DescribeImageVersionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeImageVersionInput) Validate added in v1.35.15

func (s *DescribeImageVersionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeImageVersionOutput added in v1.35.15

type DescribeImageVersionOutput struct {

	// The registry path of the container image on which this image version is based.
	BaseImage *string `min:"1" type:"string"`

	// The registry path of the container image that contains this image version.
	ContainerImage *string `min:"1" type:"string"`

	// When the version was created.
	CreationTime *time.Time `type:"timestamp"`

	// When a create or delete operation fails, the reason for the failure.
	FailureReason *string `type:"string"`

	// Indicates Horovod compatibility.
	Horovod *bool `type:"boolean"`

	// The ARN of the image the version is based on.
	ImageArn *string `type:"string"`

	// The ARN of the version.
	ImageVersionArn *string `type:"string"`

	// The status of the version.
	ImageVersionStatus *string `type:"string" enum:"ImageVersionStatus"`

	// Indicates SageMaker job type compatibility.
	//
	//    * TRAINING: The image version is compatible with SageMaker training jobs.
	//
	//    * INFERENCE: The image version is compatible with SageMaker inference
	//    jobs.
	//
	//    * NOTEBOOK_KERNEL: The image version is compatible with SageMaker notebook
	//    kernels.
	JobType *string `type:"string" enum:"JobType"`

	// When the version was last modified.
	LastModifiedTime *time.Time `type:"timestamp"`

	// The machine learning framework vended in the image version.
	MLFramework *string `min:"1" type:"string"`

	// Indicates CPU or GPU compatibility.
	//
	//    * CPU: The image version is compatible with CPU.
	//
	//    * GPU: The image version is compatible with GPU.
	Processor *string `type:"string" enum:"Processor"`

	// The supported programming language and its version.
	ProgrammingLang *string `min:"1" type:"string"`

	// The maintainer description of the image version.
	ReleaseNotes *string `min:"1" type:"string"`

	// The stability of the image version specified by the maintainer.
	//
	//    * NOT_PROVIDED: The maintainers did not provide a status for image version
	//    stability.
	//
	//    * STABLE: The image version is stable.
	//
	//    * TO_BE_ARCHIVED: The image version is set to be archived. Custom image
	//    versions that are set to be archived are automatically archived after
	//    three months.
	//
	//    * ARCHIVED: The image version is archived. Archived image versions are
	//    not searchable and are no longer actively supported.
	VendorGuidance *string `type:"string" enum:"VendorGuidance"`

	// The version number.
	Version *int64 `type:"integer"`
	// contains filtered or unexported fields
}

func (DescribeImageVersionOutput) GoString added in v1.35.15

func (s DescribeImageVersionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeImageVersionOutput) SetBaseImage added in v1.35.15

SetBaseImage sets the BaseImage field's value.

func (*DescribeImageVersionOutput) SetContainerImage added in v1.35.15

SetContainerImage sets the ContainerImage field's value.

func (*DescribeImageVersionOutput) SetCreationTime added in v1.35.15

SetCreationTime sets the CreationTime field's value.

func (*DescribeImageVersionOutput) SetFailureReason added in v1.35.15

SetFailureReason sets the FailureReason field's value.

func (*DescribeImageVersionOutput) SetHorovod added in v1.44.163

SetHorovod sets the Horovod field's value.

func (*DescribeImageVersionOutput) SetImageArn added in v1.35.15

SetImageArn sets the ImageArn field's value.

func (*DescribeImageVersionOutput) SetImageVersionArn added in v1.35.15

SetImageVersionArn sets the ImageVersionArn field's value.

func (*DescribeImageVersionOutput) SetImageVersionStatus added in v1.35.15

func (s *DescribeImageVersionOutput) SetImageVersionStatus(v string) *DescribeImageVersionOutput

SetImageVersionStatus sets the ImageVersionStatus field's value.

func (*DescribeImageVersionOutput) SetJobType added in v1.44.163

SetJobType sets the JobType field's value.

func (*DescribeImageVersionOutput) SetLastModifiedTime added in v1.35.15

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*DescribeImageVersionOutput) SetMLFramework added in v1.44.163

SetMLFramework sets the MLFramework field's value.

func (*DescribeImageVersionOutput) SetProcessor added in v1.44.163

SetProcessor sets the Processor field's value.

func (*DescribeImageVersionOutput) SetProgrammingLang added in v1.44.163

SetProgrammingLang sets the ProgrammingLang field's value.

func (*DescribeImageVersionOutput) SetReleaseNotes added in v1.44.163

SetReleaseNotes sets the ReleaseNotes field's value.

func (*DescribeImageVersionOutput) SetVendorGuidance added in v1.44.163

SetVendorGuidance sets the VendorGuidance field's value.

func (*DescribeImageVersionOutput) SetVersion added in v1.35.15

SetVersion sets the Version field's value.

func (DescribeImageVersionOutput) String added in v1.35.15

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeInferenceExperimentInput added in v1.44.150

type DescribeInferenceExperimentInput struct {

	// The name of the inference experiment to describe.
	//
	// Name is a required field
	Name *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeInferenceExperimentInput) GoString added in v1.44.150

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeInferenceExperimentInput) SetName added in v1.44.150

SetName sets the Name field's value.

func (DescribeInferenceExperimentInput) String added in v1.44.150

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeInferenceExperimentInput) Validate added in v1.44.150

Validate inspects the fields of the type to determine if they are valid.

type DescribeInferenceExperimentOutput added in v1.44.150

type DescribeInferenceExperimentOutput struct {

	// The ARN of the inference experiment being described.
	//
	// Arn is a required field
	Arn *string `type:"string" required:"true"`

	// The timestamp at which the inference experiment was completed.
	CompletionTime *time.Time `type:"timestamp"`

	// The timestamp at which you created the inference experiment.
	CreationTime *time.Time `type:"timestamp"`

	// The Amazon S3 location and configuration for storing inference request and
	// response data.
	DataStorageConfig *InferenceExperimentDataStorageConfig `type:"structure"`

	// The description of the inference experiment.
	Description *string `type:"string"`

	// The metadata of the endpoint on which the inference experiment ran.
	//
	// EndpointMetadata is a required field
	EndpointMetadata *EndpointMetadata `type:"structure" required:"true"`

	// The Amazon Web Services Key Management Service (Amazon Web Services KMS)
	// key that Amazon SageMaker uses to encrypt data on the storage volume attached
	// to the ML compute instance that hosts the endpoint. For more information,
	// see CreateInferenceExperiment (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateInferenceExperiment.html).
	KmsKey *string `type:"string"`

	// The timestamp at which you last modified the inference experiment.
	LastModifiedTime *time.Time `type:"timestamp"`

	// An array of ModelVariantConfigSummary objects. There is one for each variant
	// in the inference experiment. Each ModelVariantConfigSummary object in the
	// array describes the infrastructure configuration for deploying the corresponding
	// variant.
	//
	// ModelVariants is a required field
	ModelVariants []*ModelVariantConfigSummary `type:"list" required:"true"`

	// The name of the inference experiment.
	//
	// Name is a required field
	Name *string `min:"1" type:"string" required:"true"`

	// The ARN of the IAM role that Amazon SageMaker can assume to access model
	// artifacts and container images, and manage Amazon SageMaker Inference endpoints
	// for model deployment.
	RoleArn *string `min:"20" type:"string"`

	// The duration for which the inference experiment ran or will run.
	Schedule *InferenceExperimentSchedule `type:"structure"`

	// The configuration of ShadowMode inference experiment type, which shows the
	// production variant that takes all the inference requests, and the shadow
	// variant to which Amazon SageMaker replicates a percentage of the inference
	// requests. For the shadow variant it also shows the percentage of requests
	// that Amazon SageMaker replicates.
	ShadowModeConfig *ShadowModeConfig `type:"structure"`

	// The status of the inference experiment. The following are the possible statuses
	// for an inference experiment:
	//
	//    * Creating - Amazon SageMaker is creating your experiment.
	//
	//    * Created - Amazon SageMaker has finished the creation of your experiment
	//    and will begin the experiment at the scheduled time.
	//
	//    * Updating - When you make changes to your experiment, your experiment
	//    shows as updating.
	//
	//    * Starting - Amazon SageMaker is beginning your experiment.
	//
	//    * Running - Your experiment is in progress.
	//
	//    * Stopping - Amazon SageMaker is stopping your experiment.
	//
	//    * Completed - Your experiment has completed.
	//
	//    * Cancelled - When you conclude your experiment early using the StopInferenceExperiment
	//    (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_StopInferenceExperiment.html)
	//    API, or if any operation fails with an unexpected error, it shows as cancelled.
	//
	// Status is a required field
	Status *string `type:"string" required:"true" enum:"InferenceExperimentStatus"`

	// The error message or client-specified Reason from the StopInferenceExperiment
	// (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_StopInferenceExperiment.html)
	// API, that explains the status of the inference experiment.
	StatusReason *string `type:"string"`

	// The type of the inference experiment.
	//
	// Type is a required field
	Type *string `type:"string" required:"true" enum:"InferenceExperimentType"`
	// contains filtered or unexported fields
}

func (DescribeInferenceExperimentOutput) GoString added in v1.44.150

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeInferenceExperimentOutput) SetArn added in v1.44.150

SetArn sets the Arn field's value.

func (*DescribeInferenceExperimentOutput) SetCompletionTime added in v1.44.150

SetCompletionTime sets the CompletionTime field's value.

func (*DescribeInferenceExperimentOutput) SetCreationTime added in v1.44.150

SetCreationTime sets the CreationTime field's value.

func (*DescribeInferenceExperimentOutput) SetDataStorageConfig added in v1.44.150

SetDataStorageConfig sets the DataStorageConfig field's value.

func (*DescribeInferenceExperimentOutput) SetDescription added in v1.44.150

SetDescription sets the Description field's value.

func (*DescribeInferenceExperimentOutput) SetEndpointMetadata added in v1.44.150

SetEndpointMetadata sets the EndpointMetadata field's value.

func (*DescribeInferenceExperimentOutput) SetKmsKey added in v1.44.150

SetKmsKey sets the KmsKey field's value.

func (*DescribeInferenceExperimentOutput) SetLastModifiedTime added in v1.44.150

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*DescribeInferenceExperimentOutput) SetModelVariants added in v1.44.150

SetModelVariants sets the ModelVariants field's value.

func (*DescribeInferenceExperimentOutput) SetName added in v1.44.150

SetName sets the Name field's value.

func (*DescribeInferenceExperimentOutput) SetRoleArn added in v1.44.150

SetRoleArn sets the RoleArn field's value.

func (*DescribeInferenceExperimentOutput) SetSchedule added in v1.44.150

SetSchedule sets the Schedule field's value.

func (*DescribeInferenceExperimentOutput) SetShadowModeConfig added in v1.44.150

SetShadowModeConfig sets the ShadowModeConfig field's value.

func (*DescribeInferenceExperimentOutput) SetStatus added in v1.44.150

SetStatus sets the Status field's value.

func (*DescribeInferenceExperimentOutput) SetStatusReason added in v1.44.150

SetStatusReason sets the StatusReason field's value.

func (*DescribeInferenceExperimentOutput) SetType added in v1.44.150

SetType sets the Type field's value.

func (DescribeInferenceExperimentOutput) String added in v1.44.150

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeInferenceRecommendationsJobInput added in v1.42.17

type DescribeInferenceRecommendationsJobInput struct {

	// The name of the job. The name must be unique within an Amazon Web Services
	// Region in the Amazon Web Services account.
	//
	// JobName is a required field
	JobName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeInferenceRecommendationsJobInput) GoString added in v1.42.17

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeInferenceRecommendationsJobInput) SetJobName added in v1.42.17

SetJobName sets the JobName field's value.

func (DescribeInferenceRecommendationsJobInput) String added in v1.42.17

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeInferenceRecommendationsJobInput) Validate added in v1.42.17

Validate inspects the fields of the type to determine if they are valid.

type DescribeInferenceRecommendationsJobOutput added in v1.42.17

type DescribeInferenceRecommendationsJobOutput struct {

	// A timestamp that shows when the job completed.
	CompletionTime *time.Time `type:"timestamp"`

	// A timestamp that shows when the job was created.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// The performance results from running an Inference Recommender job on an existing
	// endpoint.
	EndpointPerformances []*EndpointPerformance `type:"list"`

	// If the job fails, provides information why the job failed.
	FailureReason *string `type:"string"`

	// The recommendations made by Inference Recommender.
	InferenceRecommendations []*InferenceRecommendation `min:"1" type:"list"`

	// Returns information about the versioned model package Amazon Resource Name
	// (ARN), the traffic pattern, and endpoint configurations you provided when
	// you initiated the job.
	//
	// InputConfig is a required field
	InputConfig *RecommendationJobInputConfig `type:"structure" required:"true"`

	// The Amazon Resource Name (ARN) of the job.
	//
	// JobArn is a required field
	JobArn *string `type:"string" required:"true"`

	// The job description that you provided when you initiated the job.
	JobDescription *string `type:"string"`

	// The name of the job. The name must be unique within an Amazon Web Services
	// Region in the Amazon Web Services account.
	//
	// JobName is a required field
	JobName *string `min:"1" type:"string" required:"true"`

	// The job type that you provided when you initiated the job.
	//
	// JobType is a required field
	JobType *string `type:"string" required:"true" enum:"RecommendationJobType"`

	// A timestamp that shows when the job was last modified.
	//
	// LastModifiedTime is a required field
	LastModifiedTime *time.Time `type:"timestamp" required:"true"`

	// The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access
	// Management (IAM) role you provided when you initiated the job.
	//
	// RoleArn is a required field
	RoleArn *string `min:"20" type:"string" required:"true"`

	// The status of the job.
	//
	// Status is a required field
	Status *string `type:"string" required:"true" enum:"RecommendationJobStatus"`

	// The stopping conditions that you provided when you initiated the job.
	StoppingConditions *RecommendationJobStoppingConditions `type:"structure"`
	// contains filtered or unexported fields
}

func (DescribeInferenceRecommendationsJobOutput) GoString added in v1.42.17

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeInferenceRecommendationsJobOutput) SetCompletionTime added in v1.42.17

SetCompletionTime sets the CompletionTime field's value.

func (*DescribeInferenceRecommendationsJobOutput) SetCreationTime added in v1.42.17

SetCreationTime sets the CreationTime field's value.

func (*DescribeInferenceRecommendationsJobOutput) SetEndpointPerformances added in v1.44.121

SetEndpointPerformances sets the EndpointPerformances field's value.

func (*DescribeInferenceRecommendationsJobOutput) SetFailureReason added in v1.42.17

SetFailureReason sets the FailureReason field's value.

func (*DescribeInferenceRecommendationsJobOutput) SetInferenceRecommendations added in v1.42.17

SetInferenceRecommendations sets the InferenceRecommendations field's value.

func (*DescribeInferenceRecommendationsJobOutput) SetInputConfig added in v1.42.17

SetInputConfig sets the InputConfig field's value.

func (*DescribeInferenceRecommendationsJobOutput) SetJobArn added in v1.42.17

SetJobArn sets the JobArn field's value.

func (*DescribeInferenceRecommendationsJobOutput) SetJobDescription added in v1.42.17

SetJobDescription sets the JobDescription field's value.

func (*DescribeInferenceRecommendationsJobOutput) SetJobName added in v1.42.17

SetJobName sets the JobName field's value.

func (*DescribeInferenceRecommendationsJobOutput) SetJobType added in v1.42.17

SetJobType sets the JobType field's value.

func (*DescribeInferenceRecommendationsJobOutput) SetLastModifiedTime added in v1.42.17

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*DescribeInferenceRecommendationsJobOutput) SetRoleArn added in v1.42.17

SetRoleArn sets the RoleArn field's value.

func (*DescribeInferenceRecommendationsJobOutput) SetStatus added in v1.42.17

SetStatus sets the Status field's value.

func (*DescribeInferenceRecommendationsJobOutput) SetStoppingConditions added in v1.42.17

SetStoppingConditions sets the StoppingConditions field's value.

func (DescribeInferenceRecommendationsJobOutput) String added in v1.42.17

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeLabelingJobInput added in v1.15.86

type DescribeLabelingJobInput struct {

	// The name of the labeling job to return information for.
	//
	// LabelingJobName is a required field
	LabelingJobName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeLabelingJobInput) GoString added in v1.15.86

func (s DescribeLabelingJobInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeLabelingJobInput) SetLabelingJobName added in v1.15.86

func (s *DescribeLabelingJobInput) SetLabelingJobName(v string) *DescribeLabelingJobInput

SetLabelingJobName sets the LabelingJobName field's value.

func (DescribeLabelingJobInput) String added in v1.15.86

func (s DescribeLabelingJobInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeLabelingJobInput) Validate added in v1.15.86

func (s *DescribeLabelingJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeLabelingJobOutput added in v1.15.86

type DescribeLabelingJobOutput struct {

	// The date and time that the labeling job was created.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// If the job failed, the reason that it failed.
	FailureReason *string `type:"string"`

	// Configuration information required for human workers to complete a labeling
	// task.
	//
	// HumanTaskConfig is a required field
	HumanTaskConfig *HumanTaskConfig `type:"structure" required:"true"`

	// Input configuration information for the labeling job, such as the Amazon
	// S3 location of the data objects and the location of the manifest file that
	// describes the data objects.
	//
	// InputConfig is a required field
	InputConfig *LabelingJobInputConfig `type:"structure" required:"true"`

	// A unique identifier for work done as part of a labeling job.
	//
	// JobReferenceCode is a required field
	JobReferenceCode *string `min:"1" type:"string" required:"true"`

	// The attribute used as the label in the output manifest file.
	LabelAttributeName *string `min:"1" type:"string"`

	// The S3 location of the JSON file that defines the categories used to label
	// data objects. Please note the following label-category limits:
	//
	//    * Semantic segmentation labeling jobs using automated labeling: 20 labels
	//
	//    * Box bounding labeling jobs (all): 10 labels
	//
	// The file is a JSON structure in the following format:
	//
	// {
	//
	// "document-version": "2018-11-28"
	//
	// "labels": [
	//
	// {
	//
	// "label": "label 1"
	//
	// },
	//
	// {
	//
	// "label": "label 2"
	//
	// },
	//
	// ...
	//
	// {
	//
	// "label": "label n"
	//
	// }
	//
	// ]
	//
	// }
	LabelCategoryConfigS3Uri *string `type:"string"`

	// Provides a breakdown of the number of data objects labeled by humans, the
	// number of objects labeled by machine, the number of objects than couldn't
	// be labeled, and the total number of objects labeled.
	//
	// LabelCounters is a required field
	LabelCounters *LabelCounters `type:"structure" required:"true"`

	// Configuration information for automated data labeling.
	LabelingJobAlgorithmsConfig *LabelingJobAlgorithmsConfig `type:"structure"`

	// The Amazon Resource Name (ARN) of the labeling job.
	//
	// LabelingJobArn is a required field
	LabelingJobArn *string `type:"string" required:"true"`

	// The name assigned to the labeling job when it was created.
	//
	// LabelingJobName is a required field
	LabelingJobName *string `min:"1" type:"string" required:"true"`

	// The location of the output produced by the labeling job.
	LabelingJobOutput *LabelingJobOutput `type:"structure"`

	// The processing status of the labeling job.
	//
	// LabelingJobStatus is a required field
	LabelingJobStatus *string `type:"string" required:"true" enum:"LabelingJobStatus"`

	// The date and time that the labeling job was last updated.
	//
	// LastModifiedTime is a required field
	LastModifiedTime *time.Time `type:"timestamp" required:"true"`

	// The location of the job's output data and the Amazon Web Services Key Management
	// Service key ID for the key used to encrypt the output data, if any.
	//
	// OutputConfig is a required field
	OutputConfig *LabelingJobOutputConfig `type:"structure" required:"true"`

	// The Amazon Resource Name (ARN) that SageMaker assumes to perform tasks on
	// your behalf during data labeling.
	//
	// RoleArn is a required field
	RoleArn *string `min:"20" type:"string" required:"true"`

	// A set of conditions for stopping a labeling job. If any of the conditions
	// are met, the job is automatically stopped.
	StoppingConditions *LabelingJobStoppingConditions `type:"structure"`

	// An array of key-value pairs. You can use tags to categorize your Amazon Web
	// Services resources in different ways, for example, by purpose, owner, or
	// environment. For more information, see Tagging Amazon Web Services Resources
	// (https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html).
	Tags []*Tag `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeLabelingJobOutput) GoString added in v1.15.86

func (s DescribeLabelingJobOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeLabelingJobOutput) SetCreationTime added in v1.15.86

SetCreationTime sets the CreationTime field's value.

func (*DescribeLabelingJobOutput) SetFailureReason added in v1.15.86

SetFailureReason sets the FailureReason field's value.

func (*DescribeLabelingJobOutput) SetHumanTaskConfig added in v1.15.86

SetHumanTaskConfig sets the HumanTaskConfig field's value.

func (*DescribeLabelingJobOutput) SetInputConfig added in v1.15.86

SetInputConfig sets the InputConfig field's value.

func (*DescribeLabelingJobOutput) SetJobReferenceCode added in v1.15.86

func (s *DescribeLabelingJobOutput) SetJobReferenceCode(v string) *DescribeLabelingJobOutput

SetJobReferenceCode sets the JobReferenceCode field's value.

func (*DescribeLabelingJobOutput) SetLabelAttributeName added in v1.15.86

func (s *DescribeLabelingJobOutput) SetLabelAttributeName(v string) *DescribeLabelingJobOutput

SetLabelAttributeName sets the LabelAttributeName field's value.

func (*DescribeLabelingJobOutput) SetLabelCategoryConfigS3Uri added in v1.15.86

func (s *DescribeLabelingJobOutput) SetLabelCategoryConfigS3Uri(v string) *DescribeLabelingJobOutput

SetLabelCategoryConfigS3Uri sets the LabelCategoryConfigS3Uri field's value.

func (*DescribeLabelingJobOutput) SetLabelCounters added in v1.15.86

SetLabelCounters sets the LabelCounters field's value.

func (*DescribeLabelingJobOutput) SetLabelingJobAlgorithmsConfig added in v1.15.86

SetLabelingJobAlgorithmsConfig sets the LabelingJobAlgorithmsConfig field's value.

func (*DescribeLabelingJobOutput) SetLabelingJobArn added in v1.15.86

SetLabelingJobArn sets the LabelingJobArn field's value.

func (*DescribeLabelingJobOutput) SetLabelingJobName added in v1.15.86

SetLabelingJobName sets the LabelingJobName field's value.

func (*DescribeLabelingJobOutput) SetLabelingJobOutput added in v1.15.86

SetLabelingJobOutput sets the LabelingJobOutput field's value.

func (*DescribeLabelingJobOutput) SetLabelingJobStatus added in v1.15.86

func (s *DescribeLabelingJobOutput) SetLabelingJobStatus(v string) *DescribeLabelingJobOutput

SetLabelingJobStatus sets the LabelingJobStatus field's value.

func (*DescribeLabelingJobOutput) SetLastModifiedTime added in v1.15.86

func (s *DescribeLabelingJobOutput) SetLastModifiedTime(v time.Time) *DescribeLabelingJobOutput

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*DescribeLabelingJobOutput) SetOutputConfig added in v1.15.86

SetOutputConfig sets the OutputConfig field's value.

func (*DescribeLabelingJobOutput) SetRoleArn added in v1.15.86

SetRoleArn sets the RoleArn field's value.

func (*DescribeLabelingJobOutput) SetStoppingConditions added in v1.15.86

SetStoppingConditions sets the StoppingConditions field's value.

func (*DescribeLabelingJobOutput) SetTags added in v1.15.86

SetTags sets the Tags field's value.

func (DescribeLabelingJobOutput) String added in v1.15.86

func (s DescribeLabelingJobOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeLineageGroupInput added in v1.42.17

type DescribeLineageGroupInput struct {

	// The name of the lineage group.
	//
	// LineageGroupName is a required field
	LineageGroupName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeLineageGroupInput) GoString added in v1.42.17

func (s DescribeLineageGroupInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeLineageGroupInput) SetLineageGroupName added in v1.42.17

func (s *DescribeLineageGroupInput) SetLineageGroupName(v string) *DescribeLineageGroupInput

SetLineageGroupName sets the LineageGroupName field's value.

func (DescribeLineageGroupInput) String added in v1.42.17

func (s DescribeLineageGroupInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeLineageGroupInput) Validate added in v1.42.17

func (s *DescribeLineageGroupInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeLineageGroupOutput added in v1.42.17

type DescribeLineageGroupOutput struct {

	// Information about the user who created or modified an experiment, trial,
	// trial component, lineage group, project, or model card.
	CreatedBy *UserContext `type:"structure"`

	// The creation time of lineage group.
	CreationTime *time.Time `type:"timestamp"`

	// The description of the lineage group.
	Description *string `type:"string"`

	// The display name of the lineage group.
	DisplayName *string `min:"1" type:"string"`

	// Information about the user who created or modified an experiment, trial,
	// trial component, lineage group, project, or model card.
	LastModifiedBy *UserContext `type:"structure"`

	// The last modified time of the lineage group.
	LastModifiedTime *time.Time `type:"timestamp"`

	// The Amazon Resource Name (ARN) of the lineage group.
	LineageGroupArn *string `type:"string"`

	// The name of the lineage group.
	LineageGroupName *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (DescribeLineageGroupOutput) GoString added in v1.42.17

func (s DescribeLineageGroupOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeLineageGroupOutput) SetCreatedBy added in v1.42.17

SetCreatedBy sets the CreatedBy field's value.

func (*DescribeLineageGroupOutput) SetCreationTime added in v1.42.17

SetCreationTime sets the CreationTime field's value.

func (*DescribeLineageGroupOutput) SetDescription added in v1.42.17

SetDescription sets the Description field's value.

func (*DescribeLineageGroupOutput) SetDisplayName added in v1.42.17

SetDisplayName sets the DisplayName field's value.

func (*DescribeLineageGroupOutput) SetLastModifiedBy added in v1.42.17

SetLastModifiedBy sets the LastModifiedBy field's value.

func (*DescribeLineageGroupOutput) SetLastModifiedTime added in v1.42.17

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*DescribeLineageGroupOutput) SetLineageGroupArn added in v1.42.17

SetLineageGroupArn sets the LineageGroupArn field's value.

func (*DescribeLineageGroupOutput) SetLineageGroupName added in v1.42.17

SetLineageGroupName sets the LineageGroupName field's value.

func (DescribeLineageGroupOutput) String added in v1.42.17

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeModelBiasJobDefinitionInput added in v1.36.4

type DescribeModelBiasJobDefinitionInput struct {

	// The name of the model bias job definition. The name must be unique within
	// an Amazon Web Services Region in the Amazon Web Services account.
	//
	// JobDefinitionName is a required field
	JobDefinitionName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeModelBiasJobDefinitionInput) GoString added in v1.36.4

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeModelBiasJobDefinitionInput) SetJobDefinitionName added in v1.36.4

SetJobDefinitionName sets the JobDefinitionName field's value.

func (DescribeModelBiasJobDefinitionInput) String added in v1.36.4

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeModelBiasJobDefinitionInput) Validate added in v1.36.4

Validate inspects the fields of the type to determine if they are valid.

type DescribeModelBiasJobDefinitionOutput added in v1.36.4

type DescribeModelBiasJobDefinitionOutput struct {

	// The time at which the model bias job was created.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// The Amazon Resource Name (ARN) of the model bias job.
	//
	// JobDefinitionArn is a required field
	JobDefinitionArn *string `type:"string" required:"true"`

	// The name of the bias job definition. The name must be unique within an Amazon
	// Web Services Region in the Amazon Web Services account.
	//
	// JobDefinitionName is a required field
	JobDefinitionName *string `min:"1" type:"string" required:"true"`

	// Identifies the resources to deploy for a monitoring job.
	//
	// JobResources is a required field
	JobResources *MonitoringResources `type:"structure" required:"true"`

	// Configures the model bias job to run a specified Docker container image.
	//
	// ModelBiasAppSpecification is a required field
	ModelBiasAppSpecification *ModelBiasAppSpecification `type:"structure" required:"true"`

	// The baseline configuration for a model bias job.
	ModelBiasBaselineConfig *ModelBiasBaselineConfig `type:"structure"`

	// Inputs for the model bias job.
	//
	// ModelBiasJobInput is a required field
	ModelBiasJobInput *ModelBiasJobInput `type:"structure" required:"true"`

	// The output configuration for monitoring jobs.
	//
	// ModelBiasJobOutputConfig is a required field
	ModelBiasJobOutputConfig *MonitoringOutputConfig `type:"structure" required:"true"`

	// Networking options for a model bias job.
	NetworkConfig *MonitoringNetworkConfig `type:"structure"`

	// The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access
	// Management (IAM) role that has read permission to the input data location
	// and write permission to the output data location in Amazon S3.
	//
	// RoleArn is a required field
	RoleArn *string `min:"20" type:"string" required:"true"`

	// A time limit for how long the monitoring job is allowed to run before stopping.
	StoppingCondition *MonitoringStoppingCondition `type:"structure"`
	// contains filtered or unexported fields
}

func (DescribeModelBiasJobDefinitionOutput) GoString added in v1.36.4

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeModelBiasJobDefinitionOutput) SetCreationTime added in v1.36.4

SetCreationTime sets the CreationTime field's value.

func (*DescribeModelBiasJobDefinitionOutput) SetJobDefinitionArn added in v1.36.4

SetJobDefinitionArn sets the JobDefinitionArn field's value.

func (*DescribeModelBiasJobDefinitionOutput) SetJobDefinitionName added in v1.36.4

SetJobDefinitionName sets the JobDefinitionName field's value.

func (*DescribeModelBiasJobDefinitionOutput) SetJobResources added in v1.36.4

SetJobResources sets the JobResources field's value.

func (*DescribeModelBiasJobDefinitionOutput) SetModelBiasAppSpecification added in v1.36.4

SetModelBiasAppSpecification sets the ModelBiasAppSpecification field's value.

func (*DescribeModelBiasJobDefinitionOutput) SetModelBiasBaselineConfig added in v1.36.4

SetModelBiasBaselineConfig sets the ModelBiasBaselineConfig field's value.

func (*DescribeModelBiasJobDefinitionOutput) SetModelBiasJobInput added in v1.36.4

SetModelBiasJobInput sets the ModelBiasJobInput field's value.

func (*DescribeModelBiasJobDefinitionOutput) SetModelBiasJobOutputConfig added in v1.36.4

SetModelBiasJobOutputConfig sets the ModelBiasJobOutputConfig field's value.

func (*DescribeModelBiasJobDefinitionOutput) SetNetworkConfig added in v1.36.4

SetNetworkConfig sets the NetworkConfig field's value.

func (*DescribeModelBiasJobDefinitionOutput) SetRoleArn added in v1.36.4

SetRoleArn sets the RoleArn field's value.

func (*DescribeModelBiasJobDefinitionOutput) SetStoppingCondition added in v1.36.4

SetStoppingCondition sets the StoppingCondition field's value.

func (DescribeModelBiasJobDefinitionOutput) String added in v1.36.4

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeModelCardExportJobInput added in v1.44.150

type DescribeModelCardExportJobInput struct {

	// The Amazon Resource Name (ARN) of the model card export job to describe.
	//
	// ModelCardExportJobArn is a required field
	ModelCardExportJobArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeModelCardExportJobInput) GoString added in v1.44.150

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeModelCardExportJobInput) SetModelCardExportJobArn added in v1.44.150

SetModelCardExportJobArn sets the ModelCardExportJobArn field's value.

func (DescribeModelCardExportJobInput) String added in v1.44.150

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeModelCardExportJobInput) Validate added in v1.44.150

func (s *DescribeModelCardExportJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeModelCardExportJobOutput added in v1.44.150

type DescribeModelCardExportJobOutput struct {

	// The date and time that the model export job was created.
	//
	// CreatedAt is a required field
	CreatedAt *time.Time `type:"timestamp" required:"true"`

	// The exported model card artifacts.
	ExportArtifacts *ModelCardExportArtifacts `type:"structure"`

	// The failure reason if the model export job fails.
	FailureReason *string `type:"string"`

	// The date and time that the model export job was last modified.
	//
	// LastModifiedAt is a required field
	LastModifiedAt *time.Time `type:"timestamp" required:"true"`

	// The Amazon Resource Name (ARN) of the model card export job.
	//
	// ModelCardExportJobArn is a required field
	ModelCardExportJobArn *string `type:"string" required:"true"`

	// The name of the model card export job to describe.
	//
	// ModelCardExportJobName is a required field
	ModelCardExportJobName *string `min:"1" type:"string" required:"true"`

	// The name or Amazon Resource Name (ARN) of the model card that the model export
	// job exports.
	//
	// ModelCardName is a required field
	ModelCardName *string `min:"1" type:"string" required:"true"`

	// The version of the model card that the model export job exports.
	//
	// ModelCardVersion is a required field
	ModelCardVersion *int64 `type:"integer" required:"true"`

	// The export output details for the model card.
	//
	// OutputConfig is a required field
	OutputConfig *ModelCardExportOutputConfig `type:"structure" required:"true"`

	// The completion status of the model card export job.
	//
	//    * InProgress: The model card export job is in progress.
	//
	//    * Completed: The model card export job is complete.
	//
	//    * Failed: The model card export job failed. To see the reason for the
	//    failure, see the FailureReason field in the response to a DescribeModelCardExportJob
	//    call.
	//
	// Status is a required field
	Status *string `type:"string" required:"true" enum:"ModelCardExportJobStatus"`
	// contains filtered or unexported fields
}

func (DescribeModelCardExportJobOutput) GoString added in v1.44.150

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeModelCardExportJobOutput) SetCreatedAt added in v1.44.150

SetCreatedAt sets the CreatedAt field's value.

func (*DescribeModelCardExportJobOutput) SetExportArtifacts added in v1.44.150

SetExportArtifacts sets the ExportArtifacts field's value.

func (*DescribeModelCardExportJobOutput) SetFailureReason added in v1.44.150

SetFailureReason sets the FailureReason field's value.

func (*DescribeModelCardExportJobOutput) SetLastModifiedAt added in v1.44.150

SetLastModifiedAt sets the LastModifiedAt field's value.

func (*DescribeModelCardExportJobOutput) SetModelCardExportJobArn added in v1.44.150

SetModelCardExportJobArn sets the ModelCardExportJobArn field's value.

func (*DescribeModelCardExportJobOutput) SetModelCardExportJobName added in v1.44.150

SetModelCardExportJobName sets the ModelCardExportJobName field's value.

func (*DescribeModelCardExportJobOutput) SetModelCardName added in v1.44.150

SetModelCardName sets the ModelCardName field's value.

func (*DescribeModelCardExportJobOutput) SetModelCardVersion added in v1.44.150

SetModelCardVersion sets the ModelCardVersion field's value.

func (*DescribeModelCardExportJobOutput) SetOutputConfig added in v1.44.150

SetOutputConfig sets the OutputConfig field's value.

func (*DescribeModelCardExportJobOutput) SetStatus added in v1.44.150

SetStatus sets the Status field's value.

func (DescribeModelCardExportJobOutput) String added in v1.44.150

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeModelCardInput added in v1.44.150

type DescribeModelCardInput struct {

	// The name or Amazon Resource Name (ARN) of the model card to describe.
	//
	// ModelCardName is a required field
	ModelCardName *string `min:"1" type:"string" required:"true"`

	// The version of the model card to describe. If a version is not provided,
	// then the latest version of the model card is described.
	ModelCardVersion *int64 `type:"integer"`
	// contains filtered or unexported fields
}

func (DescribeModelCardInput) GoString added in v1.44.150

func (s DescribeModelCardInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeModelCardInput) SetModelCardName added in v1.44.150

func (s *DescribeModelCardInput) SetModelCardName(v string) *DescribeModelCardInput

SetModelCardName sets the ModelCardName field's value.

func (*DescribeModelCardInput) SetModelCardVersion added in v1.44.150

func (s *DescribeModelCardInput) SetModelCardVersion(v int64) *DescribeModelCardInput

SetModelCardVersion sets the ModelCardVersion field's value.

func (DescribeModelCardInput) String added in v1.44.150

func (s DescribeModelCardInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeModelCardInput) Validate added in v1.44.150

func (s *DescribeModelCardInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeModelCardOutput added in v1.44.150

type DescribeModelCardOutput struct {

	// The content of the model card.
	//
	// Content is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by DescribeModelCardOutput's
	// String and GoString methods.
	//
	// Content is a required field
	Content *string `type:"string" required:"true" sensitive:"true"`

	// Information about the user who created or modified an experiment, trial,
	// trial component, lineage group, project, or model card.
	//
	// CreatedBy is a required field
	CreatedBy *UserContext `type:"structure" required:"true"`

	// The date and time the model card was created.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// Information about the user who created or modified an experiment, trial,
	// trial component, lineage group, project, or model card.
	LastModifiedBy *UserContext `type:"structure"`

	// The date and time the model card was last modified.
	LastModifiedTime *time.Time `type:"timestamp"`

	// The Amazon Resource Name (ARN) of the model card.
	//
	// ModelCardArn is a required field
	ModelCardArn *string `type:"string" required:"true"`

	// The name of the model card.
	//
	// ModelCardName is a required field
	ModelCardName *string `min:"1" type:"string" required:"true"`

	// The processing status of model card deletion. The ModelCardProcessingStatus
	// updates throughout the different deletion steps.
	//
	//    * DeletePending: Model card deletion request received.
	//
	//    * DeleteInProgress: Model card deletion is in progress.
	//
	//    * ContentDeleted: Deleted model card content.
	//
	//    * ExportJobsDeleted: Deleted all export jobs associated with the model
	//    card.
	//
	//    * DeleteCompleted: Successfully deleted the model card.
	//
	//    * DeleteFailed: The model card failed to delete.
	ModelCardProcessingStatus *string `type:"string" enum:"ModelCardProcessingStatus"`

	// The approval status of the model card within your organization. Different
	// organizations might have different criteria for model card review and approval.
	//
	//    * Draft: The model card is a work in progress.
	//
	//    * PendingReview: The model card is pending review.
	//
	//    * Approved: The model card is approved.
	//
	//    * Archived: The model card is archived. No more updates should be made
	//    to the model card, but it can still be exported.
	//
	// ModelCardStatus is a required field
	ModelCardStatus *string `type:"string" required:"true" enum:"ModelCardStatus"`

	// The version of the model card.
	//
	// ModelCardVersion is a required field
	ModelCardVersion *int64 `type:"integer" required:"true"`

	// The security configuration used to protect model card content.
	SecurityConfig *ModelCardSecurityConfig `type:"structure"`
	// contains filtered or unexported fields
}

func (DescribeModelCardOutput) GoString added in v1.44.150

func (s DescribeModelCardOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeModelCardOutput) SetContent added in v1.44.150

SetContent sets the Content field's value.

func (*DescribeModelCardOutput) SetCreatedBy added in v1.44.150

SetCreatedBy sets the CreatedBy field's value.

func (*DescribeModelCardOutput) SetCreationTime added in v1.44.150

SetCreationTime sets the CreationTime field's value.

func (*DescribeModelCardOutput) SetLastModifiedBy added in v1.44.150

SetLastModifiedBy sets the LastModifiedBy field's value.

func (*DescribeModelCardOutput) SetLastModifiedTime added in v1.44.150

func (s *DescribeModelCardOutput) SetLastModifiedTime(v time.Time) *DescribeModelCardOutput

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*DescribeModelCardOutput) SetModelCardArn added in v1.44.150

SetModelCardArn sets the ModelCardArn field's value.

func (*DescribeModelCardOutput) SetModelCardName added in v1.44.150

func (s *DescribeModelCardOutput) SetModelCardName(v string) *DescribeModelCardOutput

SetModelCardName sets the ModelCardName field's value.

func (*DescribeModelCardOutput) SetModelCardProcessingStatus added in v1.44.150

func (s *DescribeModelCardOutput) SetModelCardProcessingStatus(v string) *DescribeModelCardOutput

SetModelCardProcessingStatus sets the ModelCardProcessingStatus field's value.

func (*DescribeModelCardOutput) SetModelCardStatus added in v1.44.150

func (s *DescribeModelCardOutput) SetModelCardStatus(v string) *DescribeModelCardOutput

SetModelCardStatus sets the ModelCardStatus field's value.

func (*DescribeModelCardOutput) SetModelCardVersion added in v1.44.150

func (s *DescribeModelCardOutput) SetModelCardVersion(v int64) *DescribeModelCardOutput

SetModelCardVersion sets the ModelCardVersion field's value.

func (*DescribeModelCardOutput) SetSecurityConfig added in v1.44.150

SetSecurityConfig sets the SecurityConfig field's value.

func (DescribeModelCardOutput) String added in v1.44.150

func (s DescribeModelCardOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeModelExplainabilityJobDefinitionInput added in v1.36.4

type DescribeModelExplainabilityJobDefinitionInput struct {

	// The name of the model explainability job definition. The name must be unique
	// within an Amazon Web Services Region in the Amazon Web Services account.
	//
	// JobDefinitionName is a required field
	JobDefinitionName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeModelExplainabilityJobDefinitionInput) GoString added in v1.36.4

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeModelExplainabilityJobDefinitionInput) SetJobDefinitionName added in v1.36.4

SetJobDefinitionName sets the JobDefinitionName field's value.

func (DescribeModelExplainabilityJobDefinitionInput) String added in v1.36.4

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeModelExplainabilityJobDefinitionInput) Validate added in v1.36.4

Validate inspects the fields of the type to determine if they are valid.

type DescribeModelExplainabilityJobDefinitionOutput added in v1.36.4

type DescribeModelExplainabilityJobDefinitionOutput struct {

	// The time at which the model explainability job was created.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// The Amazon Resource Name (ARN) of the model explainability job.
	//
	// JobDefinitionArn is a required field
	JobDefinitionArn *string `type:"string" required:"true"`

	// The name of the explainability job definition. The name must be unique within
	// an Amazon Web Services Region in the Amazon Web Services account.
	//
	// JobDefinitionName is a required field
	JobDefinitionName *string `min:"1" type:"string" required:"true"`

	// Identifies the resources to deploy for a monitoring job.
	//
	// JobResources is a required field
	JobResources *MonitoringResources `type:"structure" required:"true"`

	// Configures the model explainability job to run a specified Docker container
	// image.
	//
	// ModelExplainabilityAppSpecification is a required field
	ModelExplainabilityAppSpecification *ModelExplainabilityAppSpecification `type:"structure" required:"true"`

	// The baseline configuration for a model explainability job.
	ModelExplainabilityBaselineConfig *ModelExplainabilityBaselineConfig `type:"structure"`

	// Inputs for the model explainability job.
	//
	// ModelExplainabilityJobInput is a required field
	ModelExplainabilityJobInput *ModelExplainabilityJobInput `type:"structure" required:"true"`

	// The output configuration for monitoring jobs.
	//
	// ModelExplainabilityJobOutputConfig is a required field
	ModelExplainabilityJobOutputConfig *MonitoringOutputConfig `type:"structure" required:"true"`

	// Networking options for a model explainability job.
	NetworkConfig *MonitoringNetworkConfig `type:"structure"`

	// The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access
	// Management (IAM) role that has read permission to the input data location
	// and write permission to the output data location in Amazon S3.
	//
	// RoleArn is a required field
	RoleArn *string `min:"20" type:"string" required:"true"`

	// A time limit for how long the monitoring job is allowed to run before stopping.
	StoppingCondition *MonitoringStoppingCondition `type:"structure"`
	// contains filtered or unexported fields
}

func (DescribeModelExplainabilityJobDefinitionOutput) GoString added in v1.36.4

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeModelExplainabilityJobDefinitionOutput) SetCreationTime added in v1.36.4

SetCreationTime sets the CreationTime field's value.

func (*DescribeModelExplainabilityJobDefinitionOutput) SetJobDefinitionArn added in v1.36.4

SetJobDefinitionArn sets the JobDefinitionArn field's value.

func (*DescribeModelExplainabilityJobDefinitionOutput) SetJobDefinitionName added in v1.36.4

SetJobDefinitionName sets the JobDefinitionName field's value.

func (*DescribeModelExplainabilityJobDefinitionOutput) SetJobResources added in v1.36.4

SetJobResources sets the JobResources field's value.

func (*DescribeModelExplainabilityJobDefinitionOutput) SetModelExplainabilityAppSpecification added in v1.36.4

SetModelExplainabilityAppSpecification sets the ModelExplainabilityAppSpecification field's value.

func (*DescribeModelExplainabilityJobDefinitionOutput) SetModelExplainabilityBaselineConfig added in v1.36.4

SetModelExplainabilityBaselineConfig sets the ModelExplainabilityBaselineConfig field's value.

func (*DescribeModelExplainabilityJobDefinitionOutput) SetModelExplainabilityJobInput added in v1.36.4

SetModelExplainabilityJobInput sets the ModelExplainabilityJobInput field's value.

func (*DescribeModelExplainabilityJobDefinitionOutput) SetModelExplainabilityJobOutputConfig added in v1.36.4

SetModelExplainabilityJobOutputConfig sets the ModelExplainabilityJobOutputConfig field's value.

func (*DescribeModelExplainabilityJobDefinitionOutput) SetNetworkConfig added in v1.36.4

SetNetworkConfig sets the NetworkConfig field's value.

func (*DescribeModelExplainabilityJobDefinitionOutput) SetRoleArn added in v1.36.4

SetRoleArn sets the RoleArn field's value.

func (*DescribeModelExplainabilityJobDefinitionOutput) SetStoppingCondition added in v1.36.4

SetStoppingCondition sets the StoppingCondition field's value.

func (DescribeModelExplainabilityJobDefinitionOutput) String added in v1.36.4

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeModelInput

type DescribeModelInput struct {

	// The name of the model.
	//
	// ModelName is a required field
	ModelName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeModelInput) GoString

func (s DescribeModelInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeModelInput) SetModelName

func (s *DescribeModelInput) SetModelName(v string) *DescribeModelInput

SetModelName sets the ModelName field's value.

func (DescribeModelInput) String

func (s DescribeModelInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeModelInput) Validate

func (s *DescribeModelInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeModelOutput

type DescribeModelOutput struct {

	// The containers in the inference pipeline.
	Containers []*ContainerDefinition `type:"list"`

	// A timestamp that shows when the model was created.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// A set of recommended deployment configurations for the model.
	DeploymentRecommendation *DeploymentRecommendation `type:"structure"`

	// If True, no inbound or outbound network calls can be made to or from the
	// model container.
	EnableNetworkIsolation *bool `type:"boolean"`

	// The Amazon Resource Name (ARN) of the IAM role that you specified for the
	// model.
	//
	// ExecutionRoleArn is a required field
	ExecutionRoleArn *string `min:"20" type:"string" required:"true"`

	// Specifies details of how containers in a multi-container endpoint are called.
	InferenceExecutionConfig *InferenceExecutionConfig `type:"structure"`

	// The Amazon Resource Name (ARN) of the model.
	//
	// ModelArn is a required field
	ModelArn *string `min:"20" type:"string" required:"true"`

	// Name of the SageMaker model.
	//
	// ModelName is a required field
	ModelName *string `type:"string" required:"true"`

	// The location of the primary inference code, associated artifacts, and custom
	// environment map that the inference code uses when it is deployed in production.
	PrimaryContainer *ContainerDefinition `type:"structure"`

	// A VpcConfig (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_VpcConfig.html)
	// object that specifies the VPC that this model has access to. For more information,
	// see Protect Endpoints by Using an Amazon Virtual Private Cloud (https://docs.aws.amazon.com/sagemaker/latest/dg/host-vpc.html)
	VpcConfig *VpcConfig `type:"structure"`
	// contains filtered or unexported fields
}

func (DescribeModelOutput) GoString

func (s DescribeModelOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeModelOutput) SetContainers added in v1.15.86

SetContainers sets the Containers field's value.

func (*DescribeModelOutput) SetCreationTime

func (s *DescribeModelOutput) SetCreationTime(v time.Time) *DescribeModelOutput

SetCreationTime sets the CreationTime field's value.

func (*DescribeModelOutput) SetDeploymentRecommendation added in v1.44.269

func (s *DescribeModelOutput) SetDeploymentRecommendation(v *DeploymentRecommendation) *DescribeModelOutput

SetDeploymentRecommendation sets the DeploymentRecommendation field's value.

func (*DescribeModelOutput) SetEnableNetworkIsolation added in v1.15.86

func (s *DescribeModelOutput) SetEnableNetworkIsolation(v bool) *DescribeModelOutput

SetEnableNetworkIsolation sets the EnableNetworkIsolation field's value.

func (*DescribeModelOutput) SetExecutionRoleArn

func (s *DescribeModelOutput) SetExecutionRoleArn(v string) *DescribeModelOutput

SetExecutionRoleArn sets the ExecutionRoleArn field's value.

func (*DescribeModelOutput) SetInferenceExecutionConfig added in v1.37.16

func (s *DescribeModelOutput) SetInferenceExecutionConfig(v *InferenceExecutionConfig) *DescribeModelOutput

SetInferenceExecutionConfig sets the InferenceExecutionConfig field's value.

func (*DescribeModelOutput) SetModelArn

func (s *DescribeModelOutput) SetModelArn(v string) *DescribeModelOutput

SetModelArn sets the ModelArn field's value.

func (*DescribeModelOutput) SetModelName

func (s *DescribeModelOutput) SetModelName(v string) *DescribeModelOutput

SetModelName sets the ModelName field's value.

func (*DescribeModelOutput) SetPrimaryContainer

func (s *DescribeModelOutput) SetPrimaryContainer(v *ContainerDefinition) *DescribeModelOutput

SetPrimaryContainer sets the PrimaryContainer field's value.

func (*DescribeModelOutput) SetVpcConfig added in v1.13.39

func (s *DescribeModelOutput) SetVpcConfig(v *VpcConfig) *DescribeModelOutput

SetVpcConfig sets the VpcConfig field's value.

func (DescribeModelOutput) String

func (s DescribeModelOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeModelPackageGroupInput added in v1.35.37

type DescribeModelPackageGroupInput struct {

	// The name of gthe model group to describe.
	//
	// ModelPackageGroupName is a required field
	ModelPackageGroupName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeModelPackageGroupInput) GoString added in v1.35.37

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeModelPackageGroupInput) SetModelPackageGroupName added in v1.35.37

SetModelPackageGroupName sets the ModelPackageGroupName field's value.

func (DescribeModelPackageGroupInput) String added in v1.35.37

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeModelPackageGroupInput) Validate added in v1.35.37

func (s *DescribeModelPackageGroupInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeModelPackageGroupOutput added in v1.35.37

type DescribeModelPackageGroupOutput struct {

	// Information about the user who created or modified an experiment, trial,
	// trial component, lineage group, project, or model card.
	//
	// CreatedBy is a required field
	CreatedBy *UserContext `type:"structure" required:"true"`

	// The time that the model group was created.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// The Amazon Resource Name (ARN) of the model group.
	//
	// ModelPackageGroupArn is a required field
	ModelPackageGroupArn *string `min:"1" type:"string" required:"true"`

	// A description of the model group.
	ModelPackageGroupDescription *string `type:"string"`

	// The name of the model group.
	//
	// ModelPackageGroupName is a required field
	ModelPackageGroupName *string `min:"1" type:"string" required:"true"`

	// The status of the model group.
	//
	// ModelPackageGroupStatus is a required field
	ModelPackageGroupStatus *string `type:"string" required:"true" enum:"ModelPackageGroupStatus"`
	// contains filtered or unexported fields
}

func (DescribeModelPackageGroupOutput) GoString added in v1.35.37

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeModelPackageGroupOutput) SetCreatedBy added in v1.35.37

SetCreatedBy sets the CreatedBy field's value.

func (*DescribeModelPackageGroupOutput) SetCreationTime added in v1.35.37

SetCreationTime sets the CreationTime field's value.

func (*DescribeModelPackageGroupOutput) SetModelPackageGroupArn added in v1.35.37

SetModelPackageGroupArn sets the ModelPackageGroupArn field's value.

func (*DescribeModelPackageGroupOutput) SetModelPackageGroupDescription added in v1.35.37

func (s *DescribeModelPackageGroupOutput) SetModelPackageGroupDescription(v string) *DescribeModelPackageGroupOutput

SetModelPackageGroupDescription sets the ModelPackageGroupDescription field's value.

func (*DescribeModelPackageGroupOutput) SetModelPackageGroupName added in v1.35.37

SetModelPackageGroupName sets the ModelPackageGroupName field's value.

func (*DescribeModelPackageGroupOutput) SetModelPackageGroupStatus added in v1.35.37

SetModelPackageGroupStatus sets the ModelPackageGroupStatus field's value.

func (DescribeModelPackageGroupOutput) String added in v1.35.37

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeModelPackageInput added in v1.15.86

type DescribeModelPackageInput struct {

	// The name or Amazon Resource Name (ARN) of the model package to describe.
	//
	// When you specify a name, the name must have 1 to 63 characters. Valid characters
	// are a-z, A-Z, 0-9, and - (hyphen).
	//
	// ModelPackageName is a required field
	ModelPackageName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeModelPackageInput) GoString added in v1.15.86

func (s DescribeModelPackageInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeModelPackageInput) SetModelPackageName added in v1.15.86

func (s *DescribeModelPackageInput) SetModelPackageName(v string) *DescribeModelPackageInput

SetModelPackageName sets the ModelPackageName field's value.

func (DescribeModelPackageInput) String added in v1.15.86

func (s DescribeModelPackageInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeModelPackageInput) Validate added in v1.15.86

func (s *DescribeModelPackageInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeModelPackageOutput added in v1.15.86

type DescribeModelPackageOutput struct {

	// An array of additional Inference Specification objects. Each additional Inference
	// Specification specifies artifacts based on this model package that can be
	// used on inference endpoints. Generally used with SageMaker Neo to store the
	// compiled artifacts.
	AdditionalInferenceSpecifications []*AdditionalInferenceSpecificationDefinition `min:"1" type:"list"`

	// A description provided for the model approval.
	ApprovalDescription *string `type:"string"`

	// Whether the model package is certified for listing on Amazon Web Services
	// Marketplace.
	CertifyForMarketplace *bool `type:"boolean"`

	// Information about the user who created or modified an experiment, trial,
	// trial component, lineage group, project, or model card.
	CreatedBy *UserContext `type:"structure"`

	// A timestamp specifying when the model package was created.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// The metadata properties associated with the model package versions.
	CustomerMetadataProperties map[string]*string `min:"1" type:"map"`

	// The machine learning domain of the model package you specified. Common machine
	// learning domains include computer vision and natural language processing.
	Domain *string `type:"string"`

	// Represents the drift check baselines that can be used when the model monitor
	// is set using the model package. For more information, see the topic on Drift
	// Detection against Previous Baselines in SageMaker Pipelines (https://docs.aws.amazon.com/sagemaker/latest/dg/pipelines-quality-clarify-baseline-lifecycle.html#pipelines-quality-clarify-baseline-drift-detection)
	// in the Amazon SageMaker Developer Guide.
	DriftCheckBaselines *DriftCheckBaselines `type:"structure"`

	// Details about inference jobs that can be run with models based on this model
	// package.
	InferenceSpecification *InferenceSpecification `type:"structure"`

	// Information about the user who created or modified an experiment, trial,
	// trial component, lineage group, project, or model card.
	LastModifiedBy *UserContext `type:"structure"`

	// The last time that the model package was modified.
	LastModifiedTime *time.Time `type:"timestamp"`

	// Metadata properties of the tracking entity, trial, or trial component.
	MetadataProperties *MetadataProperties `type:"structure"`

	// The approval status of the model package.
	ModelApprovalStatus *string `type:"string" enum:"ModelApprovalStatus"`

	// Metrics for the model.
	ModelMetrics *ModelMetrics `type:"structure"`

	// The Amazon Resource Name (ARN) of the model package.
	//
	// ModelPackageArn is a required field
	ModelPackageArn *string `min:"1" type:"string" required:"true"`

	// A brief summary of the model package.
	ModelPackageDescription *string `type:"string"`

	// If the model is a versioned model, the name of the model group that the versioned
	// model belongs to.
	ModelPackageGroupName *string `min:"1" type:"string"`

	// The name of the model package being described.
	//
	// ModelPackageName is a required field
	ModelPackageName *string `min:"1" type:"string" required:"true"`

	// The current status of the model package.
	//
	// ModelPackageStatus is a required field
	ModelPackageStatus *string `type:"string" required:"true" enum:"ModelPackageStatus"`

	// Details about the current status of the model package.
	//
	// ModelPackageStatusDetails is a required field
	ModelPackageStatusDetails *ModelPackageStatusDetails `type:"structure" required:"true"`

	// The version of the model package.
	ModelPackageVersion *int64 `min:"1" type:"integer"`

	// The Amazon Simple Storage Service (Amazon S3) path where the sample payload
	// are stored. This path points to a single gzip compressed tar archive (.tar.gz
	// suffix).
	SamplePayloadUrl *string `type:"string"`

	// Details about the algorithm that was used to create the model package.
	SourceAlgorithmSpecification *SourceAlgorithmSpecification `type:"structure"`

	// The machine learning task you specified that your model package accomplishes.
	// Common machine learning tasks include object detection and image classification.
	Task *string `type:"string"`

	// Configurations for one or more transform jobs that SageMaker runs to test
	// the model package.
	ValidationSpecification *ModelPackageValidationSpecification `type:"structure"`
	// contains filtered or unexported fields
}

func (DescribeModelPackageOutput) GoString added in v1.15.86

func (s DescribeModelPackageOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeModelPackageOutput) SetAdditionalInferenceSpecifications added in v1.42.17

SetAdditionalInferenceSpecifications sets the AdditionalInferenceSpecifications field's value.

func (*DescribeModelPackageOutput) SetApprovalDescription added in v1.35.37

func (s *DescribeModelPackageOutput) SetApprovalDescription(v string) *DescribeModelPackageOutput

SetApprovalDescription sets the ApprovalDescription field's value.

func (*DescribeModelPackageOutput) SetCertifyForMarketplace added in v1.15.86

func (s *DescribeModelPackageOutput) SetCertifyForMarketplace(v bool) *DescribeModelPackageOutput

SetCertifyForMarketplace sets the CertifyForMarketplace field's value.

func (*DescribeModelPackageOutput) SetCreatedBy added in v1.35.37

SetCreatedBy sets the CreatedBy field's value.

func (*DescribeModelPackageOutput) SetCreationTime added in v1.15.86

SetCreationTime sets the CreationTime field's value.

func (*DescribeModelPackageOutput) SetCustomerMetadataProperties added in v1.41.12

func (s *DescribeModelPackageOutput) SetCustomerMetadataProperties(v map[string]*string) *DescribeModelPackageOutput

SetCustomerMetadataProperties sets the CustomerMetadataProperties field's value.

func (*DescribeModelPackageOutput) SetDomain added in v1.42.17

SetDomain sets the Domain field's value.

func (*DescribeModelPackageOutput) SetDriftCheckBaselines added in v1.42.17

SetDriftCheckBaselines sets the DriftCheckBaselines field's value.

func (*DescribeModelPackageOutput) SetInferenceSpecification added in v1.15.86

SetInferenceSpecification sets the InferenceSpecification field's value.

func (*DescribeModelPackageOutput) SetLastModifiedBy added in v1.35.37

SetLastModifiedBy sets the LastModifiedBy field's value.

func (*DescribeModelPackageOutput) SetLastModifiedTime added in v1.35.37

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*DescribeModelPackageOutput) SetMetadataProperties added in v1.35.37

SetMetadataProperties sets the MetadataProperties field's value.

func (*DescribeModelPackageOutput) SetModelApprovalStatus added in v1.35.37

func (s *DescribeModelPackageOutput) SetModelApprovalStatus(v string) *DescribeModelPackageOutput

SetModelApprovalStatus sets the ModelApprovalStatus field's value.

func (*DescribeModelPackageOutput) SetModelMetrics added in v1.35.37

SetModelMetrics sets the ModelMetrics field's value.

func (*DescribeModelPackageOutput) SetModelPackageArn added in v1.15.86

SetModelPackageArn sets the ModelPackageArn field's value.

func (*DescribeModelPackageOutput) SetModelPackageDescription added in v1.15.86

func (s *DescribeModelPackageOutput) SetModelPackageDescription(v string) *DescribeModelPackageOutput

SetModelPackageDescription sets the ModelPackageDescription field's value.

func (*DescribeModelPackageOutput) SetModelPackageGroupName added in v1.35.37

func (s *DescribeModelPackageOutput) SetModelPackageGroupName(v string) *DescribeModelPackageOutput

SetModelPackageGroupName sets the ModelPackageGroupName field's value.

func (*DescribeModelPackageOutput) SetModelPackageName added in v1.15.86

SetModelPackageName sets the ModelPackageName field's value.

func (*DescribeModelPackageOutput) SetModelPackageStatus added in v1.15.86

func (s *DescribeModelPackageOutput) SetModelPackageStatus(v string) *DescribeModelPackageOutput

SetModelPackageStatus sets the ModelPackageStatus field's value.

func (*DescribeModelPackageOutput) SetModelPackageStatusDetails added in v1.15.86

SetModelPackageStatusDetails sets the ModelPackageStatusDetails field's value.

func (*DescribeModelPackageOutput) SetModelPackageVersion added in v1.35.37

func (s *DescribeModelPackageOutput) SetModelPackageVersion(v int64) *DescribeModelPackageOutput

SetModelPackageVersion sets the ModelPackageVersion field's value.

func (*DescribeModelPackageOutput) SetSamplePayloadUrl added in v1.42.17

SetSamplePayloadUrl sets the SamplePayloadUrl field's value.

func (*DescribeModelPackageOutput) SetSourceAlgorithmSpecification added in v1.15.86

SetSourceAlgorithmSpecification sets the SourceAlgorithmSpecification field's value.

func (*DescribeModelPackageOutput) SetTask added in v1.42.17

SetTask sets the Task field's value.

func (*DescribeModelPackageOutput) SetValidationSpecification added in v1.15.86

SetValidationSpecification sets the ValidationSpecification field's value.

func (DescribeModelPackageOutput) String added in v1.15.86

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeModelQualityJobDefinitionInput added in v1.36.4

type DescribeModelQualityJobDefinitionInput struct {

	// The name of the model quality job. The name must be unique within an Amazon
	// Web Services Region in the Amazon Web Services account.
	//
	// JobDefinitionName is a required field
	JobDefinitionName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeModelQualityJobDefinitionInput) GoString added in v1.36.4

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeModelQualityJobDefinitionInput) SetJobDefinitionName added in v1.36.4

SetJobDefinitionName sets the JobDefinitionName field's value.

func (DescribeModelQualityJobDefinitionInput) String added in v1.36.4

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeModelQualityJobDefinitionInput) Validate added in v1.36.4

Validate inspects the fields of the type to determine if they are valid.

type DescribeModelQualityJobDefinitionOutput added in v1.36.4

type DescribeModelQualityJobDefinitionOutput struct {

	// The time at which the model quality job was created.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// The Amazon Resource Name (ARN) of the model quality job.
	//
	// JobDefinitionArn is a required field
	JobDefinitionArn *string `type:"string" required:"true"`

	// The name of the quality job definition. The name must be unique within an
	// Amazon Web Services Region in the Amazon Web Services account.
	//
	// JobDefinitionName is a required field
	JobDefinitionName *string `min:"1" type:"string" required:"true"`

	// Identifies the resources to deploy for a monitoring job.
	//
	// JobResources is a required field
	JobResources *MonitoringResources `type:"structure" required:"true"`

	// Configures the model quality job to run a specified Docker container image.
	//
	// ModelQualityAppSpecification is a required field
	ModelQualityAppSpecification *ModelQualityAppSpecification `type:"structure" required:"true"`

	// The baseline configuration for a model quality job.
	ModelQualityBaselineConfig *ModelQualityBaselineConfig `type:"structure"`

	// Inputs for the model quality job.
	//
	// ModelQualityJobInput is a required field
	ModelQualityJobInput *ModelQualityJobInput `type:"structure" required:"true"`

	// The output configuration for monitoring jobs.
	//
	// ModelQualityJobOutputConfig is a required field
	ModelQualityJobOutputConfig *MonitoringOutputConfig `type:"structure" required:"true"`

	// Networking options for a model quality job.
	NetworkConfig *MonitoringNetworkConfig `type:"structure"`

	// The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume
	// to perform tasks on your behalf.
	//
	// RoleArn is a required field
	RoleArn *string `min:"20" type:"string" required:"true"`

	// A time limit for how long the monitoring job is allowed to run before stopping.
	StoppingCondition *MonitoringStoppingCondition `type:"structure"`
	// contains filtered or unexported fields
}

func (DescribeModelQualityJobDefinitionOutput) GoString added in v1.36.4

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeModelQualityJobDefinitionOutput) SetCreationTime added in v1.36.4

SetCreationTime sets the CreationTime field's value.

func (*DescribeModelQualityJobDefinitionOutput) SetJobDefinitionArn added in v1.36.4

SetJobDefinitionArn sets the JobDefinitionArn field's value.

func (*DescribeModelQualityJobDefinitionOutput) SetJobDefinitionName added in v1.36.4

SetJobDefinitionName sets the JobDefinitionName field's value.

func (*DescribeModelQualityJobDefinitionOutput) SetJobResources added in v1.36.4

SetJobResources sets the JobResources field's value.

func (*DescribeModelQualityJobDefinitionOutput) SetModelQualityAppSpecification added in v1.36.4

SetModelQualityAppSpecification sets the ModelQualityAppSpecification field's value.

func (*DescribeModelQualityJobDefinitionOutput) SetModelQualityBaselineConfig added in v1.36.4

SetModelQualityBaselineConfig sets the ModelQualityBaselineConfig field's value.

func (*DescribeModelQualityJobDefinitionOutput) SetModelQualityJobInput added in v1.36.4

SetModelQualityJobInput sets the ModelQualityJobInput field's value.

func (*DescribeModelQualityJobDefinitionOutput) SetModelQualityJobOutputConfig added in v1.36.4

SetModelQualityJobOutputConfig sets the ModelQualityJobOutputConfig field's value.

func (*DescribeModelQualityJobDefinitionOutput) SetNetworkConfig added in v1.36.4

SetNetworkConfig sets the NetworkConfig field's value.

func (*DescribeModelQualityJobDefinitionOutput) SetRoleArn added in v1.36.4

SetRoleArn sets the RoleArn field's value.

func (*DescribeModelQualityJobDefinitionOutput) SetStoppingCondition added in v1.36.4

SetStoppingCondition sets the StoppingCondition field's value.

func (DescribeModelQualityJobDefinitionOutput) String added in v1.36.4

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeMonitoringScheduleInput added in v1.25.47

type DescribeMonitoringScheduleInput struct {

	// Name of a previously created monitoring schedule.
	//
	// MonitoringScheduleName is a required field
	MonitoringScheduleName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeMonitoringScheduleInput) GoString added in v1.25.47

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeMonitoringScheduleInput) SetMonitoringScheduleName added in v1.25.47

SetMonitoringScheduleName sets the MonitoringScheduleName field's value.

func (DescribeMonitoringScheduleInput) String added in v1.25.47

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeMonitoringScheduleInput) Validate added in v1.25.47

func (s *DescribeMonitoringScheduleInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeMonitoringScheduleOutput added in v1.25.47

type DescribeMonitoringScheduleOutput struct {

	// The time at which the monitoring job was created.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// The name of the endpoint for the monitoring job.
	EndpointName *string `type:"string"`

	// A string, up to one KB in size, that contains the reason a monitoring job
	// failed, if it failed.
	FailureReason *string `type:"string"`

	// The time at which the monitoring job was last modified.
	//
	// LastModifiedTime is a required field
	LastModifiedTime *time.Time `type:"timestamp" required:"true"`

	// Describes metadata on the last execution to run, if there was one.
	LastMonitoringExecutionSummary *MonitoringExecutionSummary `type:"structure"`

	// The Amazon Resource Name (ARN) of the monitoring schedule.
	//
	// MonitoringScheduleArn is a required field
	MonitoringScheduleArn *string `type:"string" required:"true"`

	// The configuration object that specifies the monitoring schedule and defines
	// the monitoring job.
	//
	// MonitoringScheduleConfig is a required field
	MonitoringScheduleConfig *MonitoringScheduleConfig `type:"structure" required:"true"`

	// Name of the monitoring schedule.
	//
	// MonitoringScheduleName is a required field
	MonitoringScheduleName *string `min:"1" type:"string" required:"true"`

	// The status of an monitoring job.
	//
	// MonitoringScheduleStatus is a required field
	MonitoringScheduleStatus *string `type:"string" required:"true" enum:"ScheduleStatus"`

	// The type of the monitoring job that this schedule runs. This is one of the
	// following values.
	//
	//    * DATA_QUALITY - The schedule is for a data quality monitoring job.
	//
	//    * MODEL_QUALITY - The schedule is for a model quality monitoring job.
	//
	//    * MODEL_BIAS - The schedule is for a bias monitoring job.
	//
	//    * MODEL_EXPLAINABILITY - The schedule is for an explainability monitoring
	//    job.
	MonitoringType *string `type:"string" enum:"MonitoringType"`
	// contains filtered or unexported fields
}

func (DescribeMonitoringScheduleOutput) GoString added in v1.25.47

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeMonitoringScheduleOutput) SetCreationTime added in v1.25.47

SetCreationTime sets the CreationTime field's value.

func (*DescribeMonitoringScheduleOutput) SetEndpointName added in v1.25.47

SetEndpointName sets the EndpointName field's value.

func (*DescribeMonitoringScheduleOutput) SetFailureReason added in v1.25.47

SetFailureReason sets the FailureReason field's value.

func (*DescribeMonitoringScheduleOutput) SetLastModifiedTime added in v1.25.47

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*DescribeMonitoringScheduleOutput) SetLastMonitoringExecutionSummary added in v1.25.47

SetLastMonitoringExecutionSummary sets the LastMonitoringExecutionSummary field's value.

func (*DescribeMonitoringScheduleOutput) SetMonitoringScheduleArn added in v1.25.47

SetMonitoringScheduleArn sets the MonitoringScheduleArn field's value.

func (*DescribeMonitoringScheduleOutput) SetMonitoringScheduleConfig added in v1.25.47

SetMonitoringScheduleConfig sets the MonitoringScheduleConfig field's value.

func (*DescribeMonitoringScheduleOutput) SetMonitoringScheduleName added in v1.25.47

SetMonitoringScheduleName sets the MonitoringScheduleName field's value.

func (*DescribeMonitoringScheduleOutput) SetMonitoringScheduleStatus added in v1.25.47

SetMonitoringScheduleStatus sets the MonitoringScheduleStatus field's value.

func (*DescribeMonitoringScheduleOutput) SetMonitoringType added in v1.36.4

SetMonitoringType sets the MonitoringType field's value.

func (DescribeMonitoringScheduleOutput) String added in v1.25.47

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeNotebookInstanceInput

type DescribeNotebookInstanceInput struct {

	// The name of the notebook instance that you want information about.
	//
	// NotebookInstanceName is a required field
	NotebookInstanceName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeNotebookInstanceInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeNotebookInstanceInput) SetNotebookInstanceName

SetNotebookInstanceName sets the NotebookInstanceName field's value.

func (DescribeNotebookInstanceInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeNotebookInstanceInput) Validate

func (s *DescribeNotebookInstanceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeNotebookInstanceLifecycleConfigInput added in v1.13.15

type DescribeNotebookInstanceLifecycleConfigInput struct {

	// The name of the lifecycle configuration to describe.
	//
	// NotebookInstanceLifecycleConfigName is a required field
	NotebookInstanceLifecycleConfigName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeNotebookInstanceLifecycleConfigInput) GoString added in v1.13.15

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeNotebookInstanceLifecycleConfigInput) SetNotebookInstanceLifecycleConfigName added in v1.13.15

SetNotebookInstanceLifecycleConfigName sets the NotebookInstanceLifecycleConfigName field's value.

func (DescribeNotebookInstanceLifecycleConfigInput) String added in v1.13.15

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeNotebookInstanceLifecycleConfigInput) Validate added in v1.13.15

Validate inspects the fields of the type to determine if they are valid.

type DescribeNotebookInstanceLifecycleConfigOutput added in v1.13.15

type DescribeNotebookInstanceLifecycleConfigOutput struct {

	// A timestamp that tells when the lifecycle configuration was created.
	CreationTime *time.Time `type:"timestamp"`

	// A timestamp that tells when the lifecycle configuration was last modified.
	LastModifiedTime *time.Time `type:"timestamp"`

	// The Amazon Resource Name (ARN) of the lifecycle configuration.
	NotebookInstanceLifecycleConfigArn *string `type:"string"`

	// The name of the lifecycle configuration.
	NotebookInstanceLifecycleConfigName *string `type:"string"`

	// The shell script that runs only once, when you create a notebook instance.
	OnCreate []*NotebookInstanceLifecycleHook `type:"list"`

	// The shell script that runs every time you start a notebook instance, including
	// when you create the notebook instance.
	OnStart []*NotebookInstanceLifecycleHook `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeNotebookInstanceLifecycleConfigOutput) GoString added in v1.13.15

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeNotebookInstanceLifecycleConfigOutput) SetCreationTime added in v1.13.15

SetCreationTime sets the CreationTime field's value.

func (*DescribeNotebookInstanceLifecycleConfigOutput) SetLastModifiedTime added in v1.13.15

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*DescribeNotebookInstanceLifecycleConfigOutput) SetNotebookInstanceLifecycleConfigArn added in v1.13.15

SetNotebookInstanceLifecycleConfigArn sets the NotebookInstanceLifecycleConfigArn field's value.

func (*DescribeNotebookInstanceLifecycleConfigOutput) SetNotebookInstanceLifecycleConfigName added in v1.13.15

SetNotebookInstanceLifecycleConfigName sets the NotebookInstanceLifecycleConfigName field's value.

func (*DescribeNotebookInstanceLifecycleConfigOutput) SetOnCreate added in v1.13.15

SetOnCreate sets the OnCreate field's value.

func (*DescribeNotebookInstanceLifecycleConfigOutput) SetOnStart added in v1.13.15

SetOnStart sets the OnStart field's value.

func (DescribeNotebookInstanceLifecycleConfigOutput) String added in v1.13.15

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeNotebookInstanceOutput

type DescribeNotebookInstanceOutput struct {

	// A list of the Elastic Inference (EI) instance types associated with this
	// notebook instance. Currently only one EI instance type can be associated
	// with a notebook instance. For more information, see Using Elastic Inference
	// in Amazon SageMaker (https://docs.aws.amazon.com/sagemaker/latest/dg/ei.html).
	AcceleratorTypes []*string `type:"list" enum:"NotebookInstanceAcceleratorType"`

	// An array of up to three Git repositories associated with the notebook instance.
	// These can be either the names of Git repositories stored as resources in
	// your account, or the URL of Git repositories in Amazon Web Services CodeCommit
	// (https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html) or
	// in any other Git repository. These repositories are cloned at the same level
	// as the default repository of your notebook instance. For more information,
	// see Associating Git Repositories with SageMaker Notebook Instances (https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html).
	AdditionalCodeRepositories []*string `type:"list"`

	// A timestamp. Use this parameter to return the time when the notebook instance
	// was created
	CreationTime *time.Time `type:"timestamp"`

	// The Git repository associated with the notebook instance as its default code
	// repository. This can be either the name of a Git repository stored as a resource
	// in your account, or the URL of a Git repository in Amazon Web Services CodeCommit
	// (https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html) or
	// in any other Git repository. When you open a notebook instance, it opens
	// in the directory that contains this repository. For more information, see
	// Associating Git Repositories with SageMaker Notebook Instances (https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html).
	DefaultCodeRepository *string `min:"1" type:"string"`

	// Describes whether SageMaker provides internet access to the notebook instance.
	// If this value is set to Disabled, the notebook instance does not have internet
	// access, and cannot connect to SageMaker training and endpoint services.
	//
	// For more information, see Notebook Instances Are Internet-Enabled by Default
	// (https://docs.aws.amazon.com/sagemaker/latest/dg/appendix-additional-considerations.html#appendix-notebook-and-internet-access).
	DirectInternetAccess *string `type:"string" enum:"DirectInternetAccess"`

	// If status is Failed, the reason it failed.
	FailureReason *string `type:"string"`

	// Information on the IMDS configuration of the notebook instance
	InstanceMetadataServiceConfiguration *InstanceMetadataServiceConfiguration `type:"structure"`

	// The type of ML compute instance running on the notebook instance.
	InstanceType *string `type:"string" enum:"InstanceType"`

	// The Amazon Web Services KMS key ID SageMaker uses to encrypt data when storing
	// it on the ML storage volume attached to the instance.
	KmsKeyId *string `type:"string"`

	// A timestamp. Use this parameter to retrieve the time when the notebook instance
	// was last modified.
	LastModifiedTime *time.Time `type:"timestamp"`

	// The network interface IDs that SageMaker created at the time of creating
	// the instance.
	NetworkInterfaceId *string `type:"string"`

	// The Amazon Resource Name (ARN) of the notebook instance.
	NotebookInstanceArn *string `type:"string"`

	// Returns the name of a notebook instance lifecycle configuration.
	//
	// For information about notebook instance lifestyle configurations, see Step
	// 2.1: (Optional) Customize a Notebook Instance (https://docs.aws.amazon.com/sagemaker/latest/dg/notebook-lifecycle-config.html)
	NotebookInstanceLifecycleConfigName *string `type:"string"`

	// The name of the SageMaker notebook instance.
	NotebookInstanceName *string `type:"string"`

	// The status of the notebook instance.
	NotebookInstanceStatus *string `type:"string" enum:"NotebookInstanceStatus"`

	// The platform identifier of the notebook instance runtime environment.
	PlatformIdentifier *string `type:"string"`

	// The Amazon Resource Name (ARN) of the IAM role associated with the instance.
	RoleArn *string `min:"20" type:"string"`

	// Whether root access is enabled or disabled for users of the notebook instance.
	//
	// Lifecycle configurations need root access to be able to set up a notebook
	// instance. Because of this, lifecycle configurations associated with a notebook
	// instance always run with root access even if you disable root access for
	// users.
	RootAccess *string `type:"string" enum:"RootAccess"`

	// The IDs of the VPC security groups.
	SecurityGroups []*string `type:"list"`

	// The ID of the VPC subnet.
	SubnetId *string `type:"string"`

	// The URL that you use to connect to the Jupyter notebook that is running in
	// your notebook instance.
	Url *string `type:"string"`

	// The size, in GB, of the ML storage volume attached to the notebook instance.
	VolumeSizeInGB *int64 `min:"5" type:"integer"`
	// contains filtered or unexported fields
}

func (DescribeNotebookInstanceOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeNotebookInstanceOutput) SetAcceleratorTypes added in v1.15.86

SetAcceleratorTypes sets the AcceleratorTypes field's value.

func (*DescribeNotebookInstanceOutput) SetAdditionalCodeRepositories added in v1.15.86

func (s *DescribeNotebookInstanceOutput) SetAdditionalCodeRepositories(v []*string) *DescribeNotebookInstanceOutput

SetAdditionalCodeRepositories sets the AdditionalCodeRepositories field's value.

func (*DescribeNotebookInstanceOutput) SetCreationTime

SetCreationTime sets the CreationTime field's value.

func (*DescribeNotebookInstanceOutput) SetDefaultCodeRepository added in v1.15.86

SetDefaultCodeRepository sets the DefaultCodeRepository field's value.

func (*DescribeNotebookInstanceOutput) SetDirectInternetAccess added in v1.13.15

SetDirectInternetAccess sets the DirectInternetAccess field's value.

func (*DescribeNotebookInstanceOutput) SetFailureReason

SetFailureReason sets the FailureReason field's value.

func (*DescribeNotebookInstanceOutput) SetInstanceMetadataServiceConfiguration added in v1.44.24

SetInstanceMetadataServiceConfiguration sets the InstanceMetadataServiceConfiguration field's value.

func (*DescribeNotebookInstanceOutput) SetInstanceType

SetInstanceType sets the InstanceType field's value.

func (*DescribeNotebookInstanceOutput) SetKmsKeyId

SetKmsKeyId sets the KmsKeyId field's value.

func (*DescribeNotebookInstanceOutput) SetLastModifiedTime

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*DescribeNotebookInstanceOutput) SetNetworkInterfaceId

SetNetworkInterfaceId sets the NetworkInterfaceId field's value.

func (*DescribeNotebookInstanceOutput) SetNotebookInstanceArn

SetNotebookInstanceArn sets the NotebookInstanceArn field's value.

func (*DescribeNotebookInstanceOutput) SetNotebookInstanceLifecycleConfigName added in v1.13.15

func (s *DescribeNotebookInstanceOutput) SetNotebookInstanceLifecycleConfigName(v string) *DescribeNotebookInstanceOutput

SetNotebookInstanceLifecycleConfigName sets the NotebookInstanceLifecycleConfigName field's value.

func (*DescribeNotebookInstanceOutput) SetNotebookInstanceName

SetNotebookInstanceName sets the NotebookInstanceName field's value.

func (*DescribeNotebookInstanceOutput) SetNotebookInstanceStatus

func (s *DescribeNotebookInstanceOutput) SetNotebookInstanceStatus(v string) *DescribeNotebookInstanceOutput

SetNotebookInstanceStatus sets the NotebookInstanceStatus field's value.

func (*DescribeNotebookInstanceOutput) SetPlatformIdentifier added in v1.40.25

SetPlatformIdentifier sets the PlatformIdentifier field's value.

func (*DescribeNotebookInstanceOutput) SetRoleArn

SetRoleArn sets the RoleArn field's value.

func (*DescribeNotebookInstanceOutput) SetRootAccess added in v1.17.14

SetRootAccess sets the RootAccess field's value.

func (*DescribeNotebookInstanceOutput) SetSecurityGroups

SetSecurityGroups sets the SecurityGroups field's value.

func (*DescribeNotebookInstanceOutput) SetSubnetId

SetSubnetId sets the SubnetId field's value.

func (*DescribeNotebookInstanceOutput) SetUrl

SetUrl sets the Url field's value.

func (*DescribeNotebookInstanceOutput) SetVolumeSizeInGB added in v1.15.64

SetVolumeSizeInGB sets the VolumeSizeInGB field's value.

func (DescribeNotebookInstanceOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribePipelineDefinitionForExecutionInput added in v1.35.37

type DescribePipelineDefinitionForExecutionInput struct {

	// The Amazon Resource Name (ARN) of the pipeline execution.
	//
	// PipelineExecutionArn is a required field
	PipelineExecutionArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribePipelineDefinitionForExecutionInput) GoString added in v1.35.37

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribePipelineDefinitionForExecutionInput) SetPipelineExecutionArn added in v1.35.37

SetPipelineExecutionArn sets the PipelineExecutionArn field's value.

func (DescribePipelineDefinitionForExecutionInput) String added in v1.35.37

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribePipelineDefinitionForExecutionInput) Validate added in v1.35.37

Validate inspects the fields of the type to determine if they are valid.

type DescribePipelineDefinitionForExecutionOutput added in v1.35.37

type DescribePipelineDefinitionForExecutionOutput struct {

	// The time when the pipeline was created.
	CreationTime *time.Time `type:"timestamp"`

	// The JSON pipeline definition.
	PipelineDefinition *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (DescribePipelineDefinitionForExecutionOutput) GoString added in v1.35.37

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribePipelineDefinitionForExecutionOutput) SetCreationTime added in v1.35.37

SetCreationTime sets the CreationTime field's value.

func (*DescribePipelineDefinitionForExecutionOutput) SetPipelineDefinition added in v1.35.37

SetPipelineDefinition sets the PipelineDefinition field's value.

func (DescribePipelineDefinitionForExecutionOutput) String added in v1.35.37

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribePipelineExecutionInput added in v1.35.37

type DescribePipelineExecutionInput struct {

	// The Amazon Resource Name (ARN) of the pipeline execution.
	//
	// PipelineExecutionArn is a required field
	PipelineExecutionArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribePipelineExecutionInput) GoString added in v1.35.37

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribePipelineExecutionInput) SetPipelineExecutionArn added in v1.35.37

SetPipelineExecutionArn sets the PipelineExecutionArn field's value.

func (DescribePipelineExecutionInput) String added in v1.35.37

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribePipelineExecutionInput) Validate added in v1.35.37

func (s *DescribePipelineExecutionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribePipelineExecutionOutput added in v1.35.37

type DescribePipelineExecutionOutput struct {

	// Information about the user who created or modified an experiment, trial,
	// trial component, lineage group, project, or model card.
	CreatedBy *UserContext `type:"structure"`

	// The time when the pipeline execution was created.
	CreationTime *time.Time `type:"timestamp"`

	// If the execution failed, a message describing why.
	FailureReason *string `type:"string"`

	// Information about the user who created or modified an experiment, trial,
	// trial component, lineage group, project, or model card.
	LastModifiedBy *UserContext `type:"structure"`

	// The time when the pipeline execution was modified last.
	LastModifiedTime *time.Time `type:"timestamp"`

	// The parallelism configuration applied to the pipeline.
	ParallelismConfiguration *ParallelismConfiguration `type:"structure"`

	// The Amazon Resource Name (ARN) of the pipeline.
	PipelineArn *string `type:"string"`

	// The Amazon Resource Name (ARN) of the pipeline execution.
	PipelineExecutionArn *string `type:"string"`

	// The description of the pipeline execution.
	PipelineExecutionDescription *string `type:"string"`

	// The display name of the pipeline execution.
	PipelineExecutionDisplayName *string `min:"1" type:"string"`

	// The status of the pipeline execution.
	PipelineExecutionStatus *string `type:"string" enum:"PipelineExecutionStatus"`

	// Specifies the names of the experiment and trial created by a pipeline.
	PipelineExperimentConfig *PipelineExperimentConfig `type:"structure"`

	// The selective execution configuration applied to the pipeline run.
	SelectiveExecutionConfig *SelectiveExecutionConfig `type:"structure"`
	// contains filtered or unexported fields
}

func (DescribePipelineExecutionOutput) GoString added in v1.35.37

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribePipelineExecutionOutput) SetCreatedBy added in v1.35.37

SetCreatedBy sets the CreatedBy field's value.

func (*DescribePipelineExecutionOutput) SetCreationTime added in v1.35.37

SetCreationTime sets the CreationTime field's value.

func (*DescribePipelineExecutionOutput) SetFailureReason added in v1.38.56

SetFailureReason sets the FailureReason field's value.

func (*DescribePipelineExecutionOutput) SetLastModifiedBy added in v1.35.37

SetLastModifiedBy sets the LastModifiedBy field's value.

func (*DescribePipelineExecutionOutput) SetLastModifiedTime added in v1.35.37

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*DescribePipelineExecutionOutput) SetParallelismConfiguration added in v1.42.26

SetParallelismConfiguration sets the ParallelismConfiguration field's value.

func (*DescribePipelineExecutionOutput) SetPipelineArn added in v1.35.37

SetPipelineArn sets the PipelineArn field's value.

func (*DescribePipelineExecutionOutput) SetPipelineExecutionArn added in v1.35.37

SetPipelineExecutionArn sets the PipelineExecutionArn field's value.

func (*DescribePipelineExecutionOutput) SetPipelineExecutionDescription added in v1.35.37

func (s *DescribePipelineExecutionOutput) SetPipelineExecutionDescription(v string) *DescribePipelineExecutionOutput

SetPipelineExecutionDescription sets the PipelineExecutionDescription field's value.

func (*DescribePipelineExecutionOutput) SetPipelineExecutionDisplayName added in v1.35.37

func (s *DescribePipelineExecutionOutput) SetPipelineExecutionDisplayName(v string) *DescribePipelineExecutionOutput

SetPipelineExecutionDisplayName sets the PipelineExecutionDisplayName field's value.

func (*DescribePipelineExecutionOutput) SetPipelineExecutionStatus added in v1.35.37

SetPipelineExecutionStatus sets the PipelineExecutionStatus field's value.

func (*DescribePipelineExecutionOutput) SetPipelineExperimentConfig added in v1.38.56

SetPipelineExperimentConfig sets the PipelineExperimentConfig field's value.

func (*DescribePipelineExecutionOutput) SetSelectiveExecutionConfig added in v1.44.275

SetSelectiveExecutionConfig sets the SelectiveExecutionConfig field's value.

func (DescribePipelineExecutionOutput) String added in v1.35.37

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribePipelineInput added in v1.35.37

type DescribePipelineInput struct {

	// The name or Amazon Resource Name (ARN) of the pipeline to describe.
	//
	// PipelineName is a required field
	PipelineName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribePipelineInput) GoString added in v1.35.37

func (s DescribePipelineInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribePipelineInput) SetPipelineName added in v1.35.37

func (s *DescribePipelineInput) SetPipelineName(v string) *DescribePipelineInput

SetPipelineName sets the PipelineName field's value.

func (DescribePipelineInput) String added in v1.35.37

func (s DescribePipelineInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribePipelineInput) Validate added in v1.35.37

func (s *DescribePipelineInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribePipelineOutput added in v1.35.37

type DescribePipelineOutput struct {

	// Information about the user who created or modified an experiment, trial,
	// trial component, lineage group, project, or model card.
	CreatedBy *UserContext `type:"structure"`

	// The time when the pipeline was created.
	CreationTime *time.Time `type:"timestamp"`

	// Information about the user who created or modified an experiment, trial,
	// trial component, lineage group, project, or model card.
	LastModifiedBy *UserContext `type:"structure"`

	// The time when the pipeline was last modified.
	LastModifiedTime *time.Time `type:"timestamp"`

	// The time when the pipeline was last run.
	LastRunTime *time.Time `type:"timestamp"`

	// Lists the parallelism configuration applied to the pipeline.
	ParallelismConfiguration *ParallelismConfiguration `type:"structure"`

	// The Amazon Resource Name (ARN) of the pipeline.
	PipelineArn *string `type:"string"`

	// The JSON pipeline definition.
	PipelineDefinition *string `min:"1" type:"string"`

	// The description of the pipeline.
	PipelineDescription *string `type:"string"`

	// The display name of the pipeline.
	PipelineDisplayName *string `min:"1" type:"string"`

	// The name of the pipeline.
	PipelineName *string `min:"1" type:"string"`

	// The status of the pipeline execution.
	PipelineStatus *string `type:"string" enum:"PipelineStatus"`

	// The Amazon Resource Name (ARN) that the pipeline uses to execute.
	RoleArn *string `min:"20" type:"string"`
	// contains filtered or unexported fields
}

func (DescribePipelineOutput) GoString added in v1.35.37

func (s DescribePipelineOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribePipelineOutput) SetCreatedBy added in v1.35.37

SetCreatedBy sets the CreatedBy field's value.

func (*DescribePipelineOutput) SetCreationTime added in v1.35.37

func (s *DescribePipelineOutput) SetCreationTime(v time.Time) *DescribePipelineOutput

SetCreationTime sets the CreationTime field's value.

func (*DescribePipelineOutput) SetLastModifiedBy added in v1.35.37

func (s *DescribePipelineOutput) SetLastModifiedBy(v *UserContext) *DescribePipelineOutput

SetLastModifiedBy sets the LastModifiedBy field's value.

func (*DescribePipelineOutput) SetLastModifiedTime added in v1.35.37

func (s *DescribePipelineOutput) SetLastModifiedTime(v time.Time) *DescribePipelineOutput

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*DescribePipelineOutput) SetLastRunTime added in v1.35.37

SetLastRunTime sets the LastRunTime field's value.

func (*DescribePipelineOutput) SetParallelismConfiguration added in v1.42.26

func (s *DescribePipelineOutput) SetParallelismConfiguration(v *ParallelismConfiguration) *DescribePipelineOutput

SetParallelismConfiguration sets the ParallelismConfiguration field's value.

func (*DescribePipelineOutput) SetPipelineArn added in v1.35.37

SetPipelineArn sets the PipelineArn field's value.

func (*DescribePipelineOutput) SetPipelineDefinition added in v1.35.37

func (s *DescribePipelineOutput) SetPipelineDefinition(v string) *DescribePipelineOutput

SetPipelineDefinition sets the PipelineDefinition field's value.

func (*DescribePipelineOutput) SetPipelineDescription added in v1.35.37

func (s *DescribePipelineOutput) SetPipelineDescription(v string) *DescribePipelineOutput

SetPipelineDescription sets the PipelineDescription field's value.

func (*DescribePipelineOutput) SetPipelineDisplayName added in v1.35.37

func (s *DescribePipelineOutput) SetPipelineDisplayName(v string) *DescribePipelineOutput

SetPipelineDisplayName sets the PipelineDisplayName field's value.

func (*DescribePipelineOutput) SetPipelineName added in v1.35.37

func (s *DescribePipelineOutput) SetPipelineName(v string) *DescribePipelineOutput

SetPipelineName sets the PipelineName field's value.

func (*DescribePipelineOutput) SetPipelineStatus added in v1.35.37

func (s *DescribePipelineOutput) SetPipelineStatus(v string) *DescribePipelineOutput

SetPipelineStatus sets the PipelineStatus field's value.

func (*DescribePipelineOutput) SetRoleArn added in v1.35.37

SetRoleArn sets the RoleArn field's value.

func (DescribePipelineOutput) String added in v1.35.37

func (s DescribePipelineOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeProcessingJobInput added in v1.25.47

type DescribeProcessingJobInput struct {

	// The name of the processing job. The name must be unique within an Amazon
	// Web Services Region in the Amazon Web Services account.
	//
	// ProcessingJobName is a required field
	ProcessingJobName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeProcessingJobInput) GoString added in v1.25.47

func (s DescribeProcessingJobInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeProcessingJobInput) SetProcessingJobName added in v1.25.47

func (s *DescribeProcessingJobInput) SetProcessingJobName(v string) *DescribeProcessingJobInput

SetProcessingJobName sets the ProcessingJobName field's value.

func (DescribeProcessingJobInput) String added in v1.25.47

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeProcessingJobInput) Validate added in v1.25.47

func (s *DescribeProcessingJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeProcessingJobOutput added in v1.25.47

type DescribeProcessingJobOutput struct {

	// Configures the processing job to run a specified container image.
	//
	// AppSpecification is a required field
	AppSpecification *AppSpecification `type:"structure" required:"true"`

	// The ARN of an AutoML job associated with this processing job.
	AutoMLJobArn *string `min:"1" type:"string"`

	// The time at which the processing job was created.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// The environment variables set in the Docker container.
	Environment map[string]*string `type:"map"`

	// An optional string, up to one KB in size, that contains metadata from the
	// processing container when the processing job exits.
	ExitMessage *string `type:"string"`

	// The configuration information used to create an experiment.
	ExperimentConfig *ExperimentConfig `type:"structure"`

	// A string, up to one KB in size, that contains the reason a processing job
	// failed, if it failed.
	FailureReason *string `type:"string"`

	// The time at which the processing job was last modified.
	LastModifiedTime *time.Time `type:"timestamp"`

	// The ARN of a monitoring schedule for an endpoint associated with this processing
	// job.
	MonitoringScheduleArn *string `type:"string"`

	// Networking options for a processing job.
	NetworkConfig *NetworkConfig `type:"structure"`

	// The time at which the processing job completed.
	ProcessingEndTime *time.Time `type:"timestamp"`

	// The inputs for a processing job.
	ProcessingInputs []*ProcessingInput `type:"list"`

	// The Amazon Resource Name (ARN) of the processing job.
	//
	// ProcessingJobArn is a required field
	ProcessingJobArn *string `type:"string" required:"true"`

	// The name of the processing job. The name must be unique within an Amazon
	// Web Services Region in the Amazon Web Services account.
	//
	// ProcessingJobName is a required field
	ProcessingJobName *string `min:"1" type:"string" required:"true"`

	// Provides the status of a processing job.
	//
	// ProcessingJobStatus is a required field
	ProcessingJobStatus *string `type:"string" required:"true" enum:"ProcessingJobStatus"`

	// Output configuration for the processing job.
	ProcessingOutputConfig *ProcessingOutputConfig `type:"structure"`

	// Identifies the resources, ML compute instances, and ML storage volumes to
	// deploy for a processing job. In distributed training, you specify more than
	// one instance.
	//
	// ProcessingResources is a required field
	ProcessingResources *ProcessingResources `type:"structure" required:"true"`

	// The time at which the processing job started.
	ProcessingStartTime *time.Time `type:"timestamp"`

	// The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume
	// to perform tasks on your behalf.
	RoleArn *string `min:"20" type:"string"`

	// The time limit for how long the processing job is allowed to run.
	StoppingCondition *ProcessingStoppingCondition `type:"structure"`

	// The ARN of a training job associated with this processing job.
	TrainingJobArn *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeProcessingJobOutput) GoString added in v1.25.47

func (s DescribeProcessingJobOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeProcessingJobOutput) SetAppSpecification added in v1.25.47

SetAppSpecification sets the AppSpecification field's value.

func (*DescribeProcessingJobOutput) SetAutoMLJobArn added in v1.25.47

SetAutoMLJobArn sets the AutoMLJobArn field's value.

func (*DescribeProcessingJobOutput) SetCreationTime added in v1.25.47

SetCreationTime sets the CreationTime field's value.

func (*DescribeProcessingJobOutput) SetEnvironment added in v1.25.47

SetEnvironment sets the Environment field's value.

func (*DescribeProcessingJobOutput) SetExitMessage added in v1.25.47

SetExitMessage sets the ExitMessage field's value.

func (*DescribeProcessingJobOutput) SetExperimentConfig added in v1.25.47

SetExperimentConfig sets the ExperimentConfig field's value.

func (*DescribeProcessingJobOutput) SetFailureReason added in v1.25.47

SetFailureReason sets the FailureReason field's value.

func (*DescribeProcessingJobOutput) SetLastModifiedTime added in v1.25.47

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*DescribeProcessingJobOutput) SetMonitoringScheduleArn added in v1.25.47

func (s *DescribeProcessingJobOutput) SetMonitoringScheduleArn(v string) *DescribeProcessingJobOutput

SetMonitoringScheduleArn sets the MonitoringScheduleArn field's value.

func (*DescribeProcessingJobOutput) SetNetworkConfig added in v1.25.47

SetNetworkConfig sets the NetworkConfig field's value.

func (*DescribeProcessingJobOutput) SetProcessingEndTime added in v1.25.47

SetProcessingEndTime sets the ProcessingEndTime field's value.

func (*DescribeProcessingJobOutput) SetProcessingInputs added in v1.25.47

SetProcessingInputs sets the ProcessingInputs field's value.

func (*DescribeProcessingJobOutput) SetProcessingJobArn added in v1.25.47

SetProcessingJobArn sets the ProcessingJobArn field's value.

func (*DescribeProcessingJobOutput) SetProcessingJobName added in v1.25.47

SetProcessingJobName sets the ProcessingJobName field's value.

func (*DescribeProcessingJobOutput) SetProcessingJobStatus added in v1.25.47

func (s *DescribeProcessingJobOutput) SetProcessingJobStatus(v string) *DescribeProcessingJobOutput

SetProcessingJobStatus sets the ProcessingJobStatus field's value.

func (*DescribeProcessingJobOutput) SetProcessingOutputConfig added in v1.25.47

SetProcessingOutputConfig sets the ProcessingOutputConfig field's value.

func (*DescribeProcessingJobOutput) SetProcessingResources added in v1.25.47

SetProcessingResources sets the ProcessingResources field's value.

func (*DescribeProcessingJobOutput) SetProcessingStartTime added in v1.25.47

func (s *DescribeProcessingJobOutput) SetProcessingStartTime(v time.Time) *DescribeProcessingJobOutput

SetProcessingStartTime sets the ProcessingStartTime field's value.

func (*DescribeProcessingJobOutput) SetRoleArn added in v1.25.47

SetRoleArn sets the RoleArn field's value.

func (*DescribeProcessingJobOutput) SetStoppingCondition added in v1.25.47

SetStoppingCondition sets the StoppingCondition field's value.

func (*DescribeProcessingJobOutput) SetTrainingJobArn added in v1.25.47

SetTrainingJobArn sets the TrainingJobArn field's value.

func (DescribeProcessingJobOutput) String added in v1.25.47

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeProjectInput added in v1.35.37

type DescribeProjectInput struct {

	// The name of the project to describe.
	//
	// ProjectName is a required field
	ProjectName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeProjectInput) GoString added in v1.35.37

func (s DescribeProjectInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeProjectInput) SetProjectName added in v1.35.37

func (s *DescribeProjectInput) SetProjectName(v string) *DescribeProjectInput

SetProjectName sets the ProjectName field's value.

func (DescribeProjectInput) String added in v1.35.37

func (s DescribeProjectInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeProjectInput) Validate added in v1.35.37

func (s *DescribeProjectInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeProjectOutput added in v1.35.37

type DescribeProjectOutput struct {

	// Information about the user who created or modified an experiment, trial,
	// trial component, lineage group, project, or model card.
	CreatedBy *UserContext `type:"structure"`

	// The time when the project was created.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// Information about the user who created or modified an experiment, trial,
	// trial component, lineage group, project, or model card.
	LastModifiedBy *UserContext `type:"structure"`

	// The timestamp when project was last modified.
	LastModifiedTime *time.Time `type:"timestamp"`

	// The Amazon Resource Name (ARN) of the project.
	//
	// ProjectArn is a required field
	ProjectArn *string `min:"1" type:"string" required:"true"`

	// The description of the project.
	ProjectDescription *string `type:"string"`

	// The ID of the project.
	//
	// ProjectId is a required field
	ProjectId *string `min:"1" type:"string" required:"true"`

	// The name of the project.
	//
	// ProjectName is a required field
	ProjectName *string `min:"1" type:"string" required:"true"`

	// The status of the project.
	//
	// ProjectStatus is a required field
	ProjectStatus *string `type:"string" required:"true" enum:"ProjectStatus"`

	// Information about a provisioned service catalog product.
	ServiceCatalogProvisionedProductDetails *ServiceCatalogProvisionedProductDetails `type:"structure"`

	// Information used to provision a service catalog product. For information,
	// see What is Amazon Web Services Service Catalog (https://docs.aws.amazon.com/servicecatalog/latest/adminguide/introduction.html).
	//
	// ServiceCatalogProvisioningDetails is a required field
	ServiceCatalogProvisioningDetails *ServiceCatalogProvisioningDetails `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeProjectOutput) GoString added in v1.35.37

func (s DescribeProjectOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeProjectOutput) SetCreatedBy added in v1.35.37

SetCreatedBy sets the CreatedBy field's value.

func (*DescribeProjectOutput) SetCreationTime added in v1.35.37

func (s *DescribeProjectOutput) SetCreationTime(v time.Time) *DescribeProjectOutput

SetCreationTime sets the CreationTime field's value.

func (*DescribeProjectOutput) SetLastModifiedBy added in v1.41.12

func (s *DescribeProjectOutput) SetLastModifiedBy(v *UserContext) *DescribeProjectOutput

SetLastModifiedBy sets the LastModifiedBy field's value.

func (*DescribeProjectOutput) SetLastModifiedTime added in v1.41.12

func (s *DescribeProjectOutput) SetLastModifiedTime(v time.Time) *DescribeProjectOutput

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*DescribeProjectOutput) SetProjectArn added in v1.35.37

func (s *DescribeProjectOutput) SetProjectArn(v string) *DescribeProjectOutput

SetProjectArn sets the ProjectArn field's value.

func (*DescribeProjectOutput) SetProjectDescription added in v1.35.37

func (s *DescribeProjectOutput) SetProjectDescription(v string) *DescribeProjectOutput

SetProjectDescription sets the ProjectDescription field's value.

func (*DescribeProjectOutput) SetProjectId added in v1.35.37

SetProjectId sets the ProjectId field's value.

func (*DescribeProjectOutput) SetProjectName added in v1.35.37

func (s *DescribeProjectOutput) SetProjectName(v string) *DescribeProjectOutput

SetProjectName sets the ProjectName field's value.

func (*DescribeProjectOutput) SetProjectStatus added in v1.35.37

func (s *DescribeProjectOutput) SetProjectStatus(v string) *DescribeProjectOutput

SetProjectStatus sets the ProjectStatus field's value.

func (*DescribeProjectOutput) SetServiceCatalogProvisionedProductDetails added in v1.35.37

func (s *DescribeProjectOutput) SetServiceCatalogProvisionedProductDetails(v *ServiceCatalogProvisionedProductDetails) *DescribeProjectOutput

SetServiceCatalogProvisionedProductDetails sets the ServiceCatalogProvisionedProductDetails field's value.

func (*DescribeProjectOutput) SetServiceCatalogProvisioningDetails added in v1.35.37

func (s *DescribeProjectOutput) SetServiceCatalogProvisioningDetails(v *ServiceCatalogProvisioningDetails) *DescribeProjectOutput

SetServiceCatalogProvisioningDetails sets the ServiceCatalogProvisioningDetails field's value.

func (DescribeProjectOutput) String added in v1.35.37

func (s DescribeProjectOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeSpaceInput added in v1.44.150

type DescribeSpaceInput struct {

	// The ID of the associated Domain.
	//
	// DomainId is a required field
	DomainId *string `type:"string" required:"true"`

	// The name of the space.
	//
	// SpaceName is a required field
	SpaceName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeSpaceInput) GoString added in v1.44.150

func (s DescribeSpaceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeSpaceInput) SetDomainId added in v1.44.150

func (s *DescribeSpaceInput) SetDomainId(v string) *DescribeSpaceInput

SetDomainId sets the DomainId field's value.

func (*DescribeSpaceInput) SetSpaceName added in v1.44.150

func (s *DescribeSpaceInput) SetSpaceName(v string) *DescribeSpaceInput

SetSpaceName sets the SpaceName field's value.

func (DescribeSpaceInput) String added in v1.44.150

func (s DescribeSpaceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeSpaceInput) Validate added in v1.44.150

func (s *DescribeSpaceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeSpaceOutput added in v1.44.150

type DescribeSpaceOutput struct {

	// The creation time.
	CreationTime *time.Time `type:"timestamp"`

	// The ID of the associated Domain.
	DomainId *string `type:"string"`

	// The failure reason.
	FailureReason *string `type:"string"`

	// The ID of the space's profile in the Amazon Elastic File System volume.
	HomeEfsFileSystemUid *string `type:"string"`

	// The last modified time.
	LastModifiedTime *time.Time `type:"timestamp"`

	// The space's Amazon Resource Name (ARN).
	SpaceArn *string `type:"string"`

	// The name of the space.
	SpaceName *string `type:"string"`

	// A collection of space settings.
	SpaceSettings *SpaceSettings `type:"structure"`

	// The status.
	Status *string `type:"string" enum:"SpaceStatus"`
	// contains filtered or unexported fields
}

func (DescribeSpaceOutput) GoString added in v1.44.150

func (s DescribeSpaceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeSpaceOutput) SetCreationTime added in v1.44.150

func (s *DescribeSpaceOutput) SetCreationTime(v time.Time) *DescribeSpaceOutput

SetCreationTime sets the CreationTime field's value.

func (*DescribeSpaceOutput) SetDomainId added in v1.44.150

func (s *DescribeSpaceOutput) SetDomainId(v string) *DescribeSpaceOutput

SetDomainId sets the DomainId field's value.

func (*DescribeSpaceOutput) SetFailureReason added in v1.44.150

func (s *DescribeSpaceOutput) SetFailureReason(v string) *DescribeSpaceOutput

SetFailureReason sets the FailureReason field's value.

func (*DescribeSpaceOutput) SetHomeEfsFileSystemUid added in v1.44.150

func (s *DescribeSpaceOutput) SetHomeEfsFileSystemUid(v string) *DescribeSpaceOutput

SetHomeEfsFileSystemUid sets the HomeEfsFileSystemUid field's value.

func (*DescribeSpaceOutput) SetLastModifiedTime added in v1.44.150

func (s *DescribeSpaceOutput) SetLastModifiedTime(v time.Time) *DescribeSpaceOutput

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*DescribeSpaceOutput) SetSpaceArn added in v1.44.150

func (s *DescribeSpaceOutput) SetSpaceArn(v string) *DescribeSpaceOutput

SetSpaceArn sets the SpaceArn field's value.

func (*DescribeSpaceOutput) SetSpaceName added in v1.44.150

func (s *DescribeSpaceOutput) SetSpaceName(v string) *DescribeSpaceOutput

SetSpaceName sets the SpaceName field's value.

func (*DescribeSpaceOutput) SetSpaceSettings added in v1.44.150

func (s *DescribeSpaceOutput) SetSpaceSettings(v *SpaceSettings) *DescribeSpaceOutput

SetSpaceSettings sets the SpaceSettings field's value.

func (*DescribeSpaceOutput) SetStatus added in v1.44.150

SetStatus sets the Status field's value.

func (DescribeSpaceOutput) String added in v1.44.150

func (s DescribeSpaceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeStudioLifecycleConfigInput added in v1.40.41

type DescribeStudioLifecycleConfigInput struct {

	// The name of the Studio Lifecycle Configuration to describe.
	//
	// StudioLifecycleConfigName is a required field
	StudioLifecycleConfigName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeStudioLifecycleConfigInput) GoString added in v1.40.41

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeStudioLifecycleConfigInput) SetStudioLifecycleConfigName added in v1.40.41

SetStudioLifecycleConfigName sets the StudioLifecycleConfigName field's value.

func (DescribeStudioLifecycleConfigInput) String added in v1.40.41

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeStudioLifecycleConfigInput) Validate added in v1.40.41

Validate inspects the fields of the type to determine if they are valid.

type DescribeStudioLifecycleConfigOutput added in v1.40.41

type DescribeStudioLifecycleConfigOutput struct {

	// The creation time of the Studio Lifecycle Configuration.
	CreationTime *time.Time `type:"timestamp"`

	// This value is equivalent to CreationTime because Studio Lifecycle Configurations
	// are immutable.
	LastModifiedTime *time.Time `type:"timestamp"`

	// The App type that the Lifecycle Configuration is attached to.
	StudioLifecycleConfigAppType *string `type:"string" enum:"StudioLifecycleConfigAppType"`

	// The ARN of the Lifecycle Configuration to describe.
	StudioLifecycleConfigArn *string `type:"string"`

	// The content of your Studio Lifecycle Configuration script.
	StudioLifecycleConfigContent *string `min:"1" type:"string"`

	// The name of the Studio Lifecycle Configuration that is described.
	StudioLifecycleConfigName *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeStudioLifecycleConfigOutput) GoString added in v1.40.41

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeStudioLifecycleConfigOutput) SetCreationTime added in v1.40.41

SetCreationTime sets the CreationTime field's value.

func (*DescribeStudioLifecycleConfigOutput) SetLastModifiedTime added in v1.40.41

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*DescribeStudioLifecycleConfigOutput) SetStudioLifecycleConfigAppType added in v1.40.41

SetStudioLifecycleConfigAppType sets the StudioLifecycleConfigAppType field's value.

func (*DescribeStudioLifecycleConfigOutput) SetStudioLifecycleConfigArn added in v1.40.41

SetStudioLifecycleConfigArn sets the StudioLifecycleConfigArn field's value.

func (*DescribeStudioLifecycleConfigOutput) SetStudioLifecycleConfigContent added in v1.40.41

SetStudioLifecycleConfigContent sets the StudioLifecycleConfigContent field's value.

func (*DescribeStudioLifecycleConfigOutput) SetStudioLifecycleConfigName added in v1.40.41

SetStudioLifecycleConfigName sets the StudioLifecycleConfigName field's value.

func (DescribeStudioLifecycleConfigOutput) String added in v1.40.41

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeSubscribedWorkteamInput added in v1.15.86

type DescribeSubscribedWorkteamInput struct {

	// The Amazon Resource Name (ARN) of the subscribed work team to describe.
	//
	// WorkteamArn is a required field
	WorkteamArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeSubscribedWorkteamInput) GoString added in v1.15.86

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeSubscribedWorkteamInput) SetWorkteamArn added in v1.15.86

SetWorkteamArn sets the WorkteamArn field's value.

func (DescribeSubscribedWorkteamInput) String added in v1.15.86

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeSubscribedWorkteamInput) Validate added in v1.15.86

func (s *DescribeSubscribedWorkteamInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeSubscribedWorkteamOutput added in v1.15.86

type DescribeSubscribedWorkteamOutput struct {

	// A Workteam instance that contains information about the work team.
	//
	// SubscribedWorkteam is a required field
	SubscribedWorkteam *SubscribedWorkteam `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeSubscribedWorkteamOutput) GoString added in v1.15.86

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeSubscribedWorkteamOutput) SetSubscribedWorkteam added in v1.15.86

SetSubscribedWorkteam sets the SubscribedWorkteam field's value.

func (DescribeSubscribedWorkteamOutput) String added in v1.15.86

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeTrainingJobInput

type DescribeTrainingJobInput struct {

	// The name of the training job.
	//
	// TrainingJobName is a required field
	TrainingJobName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeTrainingJobInput) GoString

func (s DescribeTrainingJobInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeTrainingJobInput) SetTrainingJobName

func (s *DescribeTrainingJobInput) SetTrainingJobName(v string) *DescribeTrainingJobInput

SetTrainingJobName sets the TrainingJobName field's value.

func (DescribeTrainingJobInput) String

func (s DescribeTrainingJobInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeTrainingJobInput) Validate

func (s *DescribeTrainingJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeTrainingJobOutput

type DescribeTrainingJobOutput struct {

	// Information about the algorithm used for training, and algorithm metadata.
	//
	// AlgorithmSpecification is a required field
	AlgorithmSpecification *AlgorithmSpecification `type:"structure" required:"true"`

	// The Amazon Resource Name (ARN) of an AutoML job.
	AutoMLJobArn *string `min:"1" type:"string"`

	// The billable time in seconds. Billable time refers to the absolute wall-clock
	// time.
	//
	// Multiply BillableTimeInSeconds by the number of instances (InstanceCount)
	// in your training cluster to get the total compute time SageMaker bills you
	// if you run distributed training. The formula is as follows: BillableTimeInSeconds
	// * InstanceCount .
	//
	// You can calculate the savings from using managed spot training using the
	// formula (1 - BillableTimeInSeconds / TrainingTimeInSeconds) * 100. For example,
	// if BillableTimeInSeconds is 100 and TrainingTimeInSeconds is 500, the savings
	// is 80%.
	BillableTimeInSeconds *int64 `min:"1" type:"integer"`

	// Contains information about the output location for managed spot training
	// checkpoint data.
	CheckpointConfig *CheckpointConfig `type:"structure"`

	// A timestamp that indicates when the training job was created.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// Configuration information for the Amazon SageMaker Debugger hook parameters,
	// metric and tensor collections, and storage paths. To learn more about how
	// to configure the DebugHookConfig parameter, see Use the SageMaker and Debugger
	// Configuration API Operations to Create, Update, and Debug Your Training Job
	// (https://docs.aws.amazon.com/sagemaker/latest/dg/debugger-createtrainingjob-api.html).
	DebugHookConfig *DebugHookConfig `type:"structure"`

	// Configuration information for Amazon SageMaker Debugger rules for debugging
	// output tensors.
	DebugRuleConfigurations []*DebugRuleConfiguration `type:"list"`

	// Evaluation status of Amazon SageMaker Debugger rules for debugging on a training
	// job.
	DebugRuleEvaluationStatuses []*DebugRuleEvaluationStatus `type:"list"`

	// To encrypt all communications between ML compute instances in distributed
	// training, choose True. Encryption provides greater security for distributed
	// training, but training might take longer. How long it takes depends on the
	// amount of communication between compute instances, especially if you use
	// a deep learning algorithms in distributed training.
	EnableInterContainerTrafficEncryption *bool `type:"boolean"`

	// A Boolean indicating whether managed spot training is enabled (True) or not
	// (False).
	EnableManagedSpotTraining *bool `type:"boolean"`

	// If you want to allow inbound or outbound network calls, except for calls
	// between peers within a training cluster for distributed training, choose
	// True. If you enable network isolation for training jobs that are configured
	// to use a VPC, SageMaker downloads and uploads customer data and model artifacts
	// through the specified VPC, but the training container does not have network
	// access.
	EnableNetworkIsolation *bool `type:"boolean"`

	// The environment variables to set in the Docker container.
	Environment map[string]*string `type:"map"`

	// Associates a SageMaker job as a trial component with an experiment and trial.
	// Specified when you call the following APIs:
	//
	//    * CreateProcessingJob (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateProcessingJob.html)
	//
	//    * CreateTrainingJob (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingJob.html)
	//
	//    * CreateTransformJob (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTransformJob.html)
	ExperimentConfig *ExperimentConfig `type:"structure"`

	// If the training job failed, the reason it failed.
	FailureReason *string `type:"string"`

	// A collection of MetricData objects that specify the names, values, and dates
	// and times that the training algorithm emitted to Amazon CloudWatch.
	FinalMetricDataList []*MetricData `type:"list"`

	// Algorithm-specific parameters.
	HyperParameters map[string]*string `type:"map"`

	// An array of Channel objects that describes each data input channel.
	InputDataConfig []*Channel `min:"1" type:"list"`

	// The Amazon Resource Name (ARN) of the SageMaker Ground Truth labeling job
	// that created the transform or training job.
	LabelingJobArn *string `type:"string"`

	// A timestamp that indicates when the status of the training job was last modified.
	LastModifiedTime *time.Time `type:"timestamp"`

	// Information about the Amazon S3 location that is configured for storing model
	// artifacts.
	//
	// ModelArtifacts is a required field
	ModelArtifacts *ModelArtifacts `type:"structure" required:"true"`

	// The S3 path where model artifacts that you configured when creating the job
	// are stored. SageMaker creates subfolders for model artifacts.
	OutputDataConfig *OutputDataConfig `type:"structure"`

	// Configuration information for Amazon SageMaker Debugger system monitoring,
	// framework profiling, and storage paths.
	ProfilerConfig *ProfilerConfig `type:"structure"`

	// Configuration information for Amazon SageMaker Debugger rules for profiling
	// system and framework metrics.
	ProfilerRuleConfigurations []*ProfilerRuleConfiguration `type:"list"`

	// Evaluation status of Amazon SageMaker Debugger rules for profiling on a training
	// job.
	ProfilerRuleEvaluationStatuses []*ProfilerRuleEvaluationStatus `type:"list"`

	// Profiling status of a training job.
	ProfilingStatus *string `type:"string" enum:"ProfilingStatus"`

	// Resources, including ML compute instances and ML storage volumes, that are
	// configured for model training.
	//
	// ResourceConfig is a required field
	ResourceConfig *ResourceConfig `type:"structure" required:"true"`

	// The number of times to retry the job when the job fails due to an InternalServerError.
	RetryStrategy *RetryStrategy `type:"structure"`

	// The Amazon Web Services Identity and Access Management (IAM) role configured
	// for the training job.
	RoleArn *string `min:"20" type:"string"`

	// Provides detailed information about the state of the training job. For detailed
	// information on the secondary status of the training job, see StatusMessage
	// under SecondaryStatusTransition (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_SecondaryStatusTransition.html).
	//
	// SageMaker provides primary statuses and secondary statuses that apply to
	// each of them:
	//
	// InProgress
	//
	//    * Starting - Starting the training job.
	//
	//    * Downloading - An optional stage for algorithms that support File training
	//    input mode. It indicates that data is being downloaded to the ML storage
	//    volumes.
	//
	//    * Training - Training is in progress.
	//
	//    * Interrupted - The job stopped because the managed spot training instances
	//    were interrupted.
	//
	//    * Uploading - Training is complete and the model artifacts are being uploaded
	//    to the S3 location.
	//
	// Completed
	//
	//    * Completed - The training job has completed.
	//
	// Failed
	//
	//    * Failed - The training job has failed. The reason for the failure is
	//    returned in the FailureReason field of DescribeTrainingJobResponse.
	//
	// Stopped
	//
	//    * MaxRuntimeExceeded - The job stopped because it exceeded the maximum
	//    allowed runtime.
	//
	//    * MaxWaitTimeExceeded - The job stopped because it exceeded the maximum
	//    allowed wait time.
	//
	//    * Stopped - The training job has stopped.
	//
	// Stopping
	//
	//    * Stopping - Stopping the training job.
	//
	// Valid values for SecondaryStatus are subject to change.
	//
	// We no longer support the following secondary statuses:
	//
	//    * LaunchingMLInstances
	//
	//    * PreparingTraining
	//
	//    * DownloadingTrainingImage
	//
	// SecondaryStatus is a required field
	SecondaryStatus *string `type:"string" required:"true" enum:"SecondaryStatus"`

	// A history of all of the secondary statuses that the training job has transitioned
	// through.
	SecondaryStatusTransitions []*SecondaryStatusTransition `type:"list"`

	// Specifies a limit to how long a model training job can run. It also specifies
	// how long a managed Spot training job has to complete. When the job reaches
	// the time limit, SageMaker ends the training job. Use this API to cap model
	// training costs.
	//
	// To stop a job, SageMaker sends the algorithm the SIGTERM signal, which delays
	// job termination for 120 seconds. Algorithms can use this 120-second window
	// to save the model artifacts, so the results of training are not lost.
	//
	// StoppingCondition is a required field
	StoppingCondition *StoppingCondition `type:"structure" required:"true"`

	// Configuration of storage locations for the Amazon SageMaker Debugger TensorBoard
	// output data.
	TensorBoardOutputConfig *TensorBoardOutputConfig `type:"structure"`

	// Indicates the time when the training job ends on training instances. You
	// are billed for the time interval between the value of TrainingStartTime and
	// this time. For successful jobs and stopped jobs, this is the time after model
	// artifacts are uploaded. For failed jobs, this is the time when SageMaker
	// detects a job failure.
	TrainingEndTime *time.Time `type:"timestamp"`

	// The Amazon Resource Name (ARN) of the training job.
	//
	// TrainingJobArn is a required field
	TrainingJobArn *string `type:"string" required:"true"`

	// Name of the model training job.
	//
	// TrainingJobName is a required field
	TrainingJobName *string `min:"1" type:"string" required:"true"`

	// The status of the training job.
	//
	// SageMaker provides the following training job statuses:
	//
	//    * InProgress - The training is in progress.
	//
	//    * Completed - The training job has completed.
	//
	//    * Failed - The training job has failed. To see the reason for the failure,
	//    see the FailureReason field in the response to a DescribeTrainingJobResponse
	//    call.
	//
	//    * Stopping - The training job is stopping.
	//
	//    * Stopped - The training job has stopped.
	//
	// For more detailed information, see SecondaryStatus.
	//
	// TrainingJobStatus is a required field
	TrainingJobStatus *string `type:"string" required:"true" enum:"TrainingJobStatus"`

	// Indicates the time when the training job starts on training instances. You
	// are billed for the time interval between this time and the value of TrainingEndTime.
	// The start time in CloudWatch Logs might be later than this time. The difference
	// is due to the time it takes to download the training data and to the size
	// of the training container.
	TrainingStartTime *time.Time `type:"timestamp"`

	// The training time in seconds.
	TrainingTimeInSeconds *int64 `min:"1" type:"integer"`

	// The Amazon Resource Name (ARN) of the associated hyperparameter tuning job
	// if the training job was launched by a hyperparameter tuning job.
	TuningJobArn *string `type:"string"`

	// A VpcConfig (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_VpcConfig.html)
	// object that specifies the VPC that this training job has access to. For more
	// information, see Protect Training Jobs by Using an Amazon Virtual Private
	// Cloud (https://docs.aws.amazon.com/sagemaker/latest/dg/train-vpc.html).
	VpcConfig *VpcConfig `type:"structure"`

	// The status of the warm pool associated with the training job.
	WarmPoolStatus *WarmPoolStatus `type:"structure"`
	// contains filtered or unexported fields
}

func (DescribeTrainingJobOutput) GoString

func (s DescribeTrainingJobOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeTrainingJobOutput) SetAlgorithmSpecification

SetAlgorithmSpecification sets the AlgorithmSpecification field's value.

func (*DescribeTrainingJobOutput) SetAutoMLJobArn added in v1.25.47

SetAutoMLJobArn sets the AutoMLJobArn field's value.

func (*DescribeTrainingJobOutput) SetBillableTimeInSeconds added in v1.23.5

func (s *DescribeTrainingJobOutput) SetBillableTimeInSeconds(v int64) *DescribeTrainingJobOutput

SetBillableTimeInSeconds sets the BillableTimeInSeconds field's value.

func (*DescribeTrainingJobOutput) SetCheckpointConfig added in v1.23.5

SetCheckpointConfig sets the CheckpointConfig field's value.

func (*DescribeTrainingJobOutput) SetCreationTime

SetCreationTime sets the CreationTime field's value.

func (*DescribeTrainingJobOutput) SetDebugHookConfig added in v1.25.47

SetDebugHookConfig sets the DebugHookConfig field's value.

func (*DescribeTrainingJobOutput) SetDebugRuleConfigurations added in v1.25.47

func (s *DescribeTrainingJobOutput) SetDebugRuleConfigurations(v []*DebugRuleConfiguration) *DescribeTrainingJobOutput

SetDebugRuleConfigurations sets the DebugRuleConfigurations field's value.

func (*DescribeTrainingJobOutput) SetDebugRuleEvaluationStatuses added in v1.25.47

func (s *DescribeTrainingJobOutput) SetDebugRuleEvaluationStatuses(v []*DebugRuleEvaluationStatus) *DescribeTrainingJobOutput

SetDebugRuleEvaluationStatuses sets the DebugRuleEvaluationStatuses field's value.

func (*DescribeTrainingJobOutput) SetEnableInterContainerTrafficEncryption added in v1.16.17

func (s *DescribeTrainingJobOutput) SetEnableInterContainerTrafficEncryption(v bool) *DescribeTrainingJobOutput

SetEnableInterContainerTrafficEncryption sets the EnableInterContainerTrafficEncryption field's value.

func (*DescribeTrainingJobOutput) SetEnableManagedSpotTraining added in v1.23.5

func (s *DescribeTrainingJobOutput) SetEnableManagedSpotTraining(v bool) *DescribeTrainingJobOutput

SetEnableManagedSpotTraining sets the EnableManagedSpotTraining field's value.

func (*DescribeTrainingJobOutput) SetEnableNetworkIsolation added in v1.15.86

func (s *DescribeTrainingJobOutput) SetEnableNetworkIsolation(v bool) *DescribeTrainingJobOutput

SetEnableNetworkIsolation sets the EnableNetworkIsolation field's value.

func (*DescribeTrainingJobOutput) SetEnvironment added in v1.38.5

SetEnvironment sets the Environment field's value.

func (*DescribeTrainingJobOutput) SetExperimentConfig added in v1.25.47

SetExperimentConfig sets the ExperimentConfig field's value.

func (*DescribeTrainingJobOutput) SetFailureReason

SetFailureReason sets the FailureReason field's value.

func (*DescribeTrainingJobOutput) SetFinalMetricDataList added in v1.15.76

func (s *DescribeTrainingJobOutput) SetFinalMetricDataList(v []*MetricData) *DescribeTrainingJobOutput

SetFinalMetricDataList sets the FinalMetricDataList field's value.

func (*DescribeTrainingJobOutput) SetHyperParameters

func (s *DescribeTrainingJobOutput) SetHyperParameters(v map[string]*string) *DescribeTrainingJobOutput

SetHyperParameters sets the HyperParameters field's value.

func (*DescribeTrainingJobOutput) SetInputDataConfig

func (s *DescribeTrainingJobOutput) SetInputDataConfig(v []*Channel) *DescribeTrainingJobOutput

SetInputDataConfig sets the InputDataConfig field's value.

func (*DescribeTrainingJobOutput) SetLabelingJobArn added in v1.15.86

SetLabelingJobArn sets the LabelingJobArn field's value.

func (*DescribeTrainingJobOutput) SetLastModifiedTime

func (s *DescribeTrainingJobOutput) SetLastModifiedTime(v time.Time) *DescribeTrainingJobOutput

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*DescribeTrainingJobOutput) SetModelArtifacts

SetModelArtifacts sets the ModelArtifacts field's value.

func (*DescribeTrainingJobOutput) SetOutputDataConfig

SetOutputDataConfig sets the OutputDataConfig field's value.

func (*DescribeTrainingJobOutput) SetProfilerConfig added in v1.36.4

SetProfilerConfig sets the ProfilerConfig field's value.

func (*DescribeTrainingJobOutput) SetProfilerRuleConfigurations added in v1.36.4

func (s *DescribeTrainingJobOutput) SetProfilerRuleConfigurations(v []*ProfilerRuleConfiguration) *DescribeTrainingJobOutput

SetProfilerRuleConfigurations sets the ProfilerRuleConfigurations field's value.

func (*DescribeTrainingJobOutput) SetProfilerRuleEvaluationStatuses added in v1.36.4

func (s *DescribeTrainingJobOutput) SetProfilerRuleEvaluationStatuses(v []*ProfilerRuleEvaluationStatus) *DescribeTrainingJobOutput

SetProfilerRuleEvaluationStatuses sets the ProfilerRuleEvaluationStatuses field's value.

func (*DescribeTrainingJobOutput) SetProfilingStatus added in v1.36.4

SetProfilingStatus sets the ProfilingStatus field's value.

func (*DescribeTrainingJobOutput) SetResourceConfig

SetResourceConfig sets the ResourceConfig field's value.

func (*DescribeTrainingJobOutput) SetRetryStrategy added in v1.38.32

SetRetryStrategy sets the RetryStrategy field's value.

func (*DescribeTrainingJobOutput) SetRoleArn

SetRoleArn sets the RoleArn field's value.

func (*DescribeTrainingJobOutput) SetSecondaryStatus

SetSecondaryStatus sets the SecondaryStatus field's value.

func (*DescribeTrainingJobOutput) SetSecondaryStatusTransitions added in v1.15.1

func (s *DescribeTrainingJobOutput) SetSecondaryStatusTransitions(v []*SecondaryStatusTransition) *DescribeTrainingJobOutput

SetSecondaryStatusTransitions sets the SecondaryStatusTransitions field's value.

func (*DescribeTrainingJobOutput) SetStoppingCondition

SetStoppingCondition sets the StoppingCondition field's value.

func (*DescribeTrainingJobOutput) SetTensorBoardOutputConfig added in v1.25.47

SetTensorBoardOutputConfig sets the TensorBoardOutputConfig field's value.

func (*DescribeTrainingJobOutput) SetTrainingEndTime

SetTrainingEndTime sets the TrainingEndTime field's value.

func (*DescribeTrainingJobOutput) SetTrainingJobArn

SetTrainingJobArn sets the TrainingJobArn field's value.

func (*DescribeTrainingJobOutput) SetTrainingJobName

SetTrainingJobName sets the TrainingJobName field's value.

func (*DescribeTrainingJobOutput) SetTrainingJobStatus

func (s *DescribeTrainingJobOutput) SetTrainingJobStatus(v string) *DescribeTrainingJobOutput

SetTrainingJobStatus sets the TrainingJobStatus field's value.

func (*DescribeTrainingJobOutput) SetTrainingStartTime

func (s *DescribeTrainingJobOutput) SetTrainingStartTime(v time.Time) *DescribeTrainingJobOutput

SetTrainingStartTime sets the TrainingStartTime field's value.

func (*DescribeTrainingJobOutput) SetTrainingTimeInSeconds added in v1.23.5

func (s *DescribeTrainingJobOutput) SetTrainingTimeInSeconds(v int64) *DescribeTrainingJobOutput

SetTrainingTimeInSeconds sets the TrainingTimeInSeconds field's value.

func (*DescribeTrainingJobOutput) SetTuningJobArn added in v1.14.0

SetTuningJobArn sets the TuningJobArn field's value.

func (*DescribeTrainingJobOutput) SetVpcConfig added in v1.13.39

SetVpcConfig sets the VpcConfig field's value.

func (*DescribeTrainingJobOutput) SetWarmPoolStatus added in v1.44.108

SetWarmPoolStatus sets the WarmPoolStatus field's value.

func (DescribeTrainingJobOutput) String

func (s DescribeTrainingJobOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeTransformJobInput added in v1.14.28

type DescribeTransformJobInput struct {

	// The name of the transform job that you want to view details of.
	//
	// TransformJobName is a required field
	TransformJobName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeTransformJobInput) GoString added in v1.14.28

func (s DescribeTransformJobInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeTransformJobInput) SetTransformJobName added in v1.14.28

func (s *DescribeTransformJobInput) SetTransformJobName(v string) *DescribeTransformJobInput

SetTransformJobName sets the TransformJobName field's value.

func (DescribeTransformJobInput) String added in v1.14.28

func (s DescribeTransformJobInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeTransformJobInput) Validate added in v1.14.28

func (s *DescribeTransformJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeTransformJobOutput added in v1.14.28

type DescribeTransformJobOutput struct {

	// The Amazon Resource Name (ARN) of the AutoML transform job.
	AutoMLJobArn *string `min:"1" type:"string"`

	// Specifies the number of records to include in a mini-batch for an HTTP inference
	// request. A record is a single unit of input data that inference can be made
	// on. For example, a single line in a CSV file is a record.
	//
	// To enable the batch strategy, you must set SplitType to Line, RecordIO, or
	// TFRecord.
	BatchStrategy *string `type:"string" enum:"BatchStrategy"`

	// A timestamp that shows when the transform Job was created.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// Configuration to control how SageMaker captures inference data.
	DataCaptureConfig *BatchDataCaptureConfig `type:"structure"`

	// The data structure used to specify the data to be used for inference in a
	// batch transform job and to associate the data that is relevant to the prediction
	// results in the output. The input filter provided allows you to exclude input
	// data that is not needed for inference in a batch transform job. The output
	// filter provided allows you to include input data relevant to interpreting
	// the predictions in the output from the job. For more information, see Associate
	// Prediction Results with their Corresponding Input Records (https://docs.aws.amazon.com/sagemaker/latest/dg/batch-transform-data-processing.html).
	DataProcessing *DataProcessing `type:"structure"`

	// The environment variables to set in the Docker container. We support up to
	// 16 key and values entries in the map.
	Environment map[string]*string `type:"map"`

	// Associates a SageMaker job as a trial component with an experiment and trial.
	// Specified when you call the following APIs:
	//
	//    * CreateProcessingJob (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateProcessingJob.html)
	//
	//    * CreateTrainingJob (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingJob.html)
	//
	//    * CreateTransformJob (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTransformJob.html)
	ExperimentConfig *ExperimentConfig `type:"structure"`

	// If the transform job failed, FailureReason describes why it failed. A transform
	// job creates a log file, which includes error messages, and stores it as an
	// Amazon S3 object. For more information, see Log Amazon SageMaker Events with
	// Amazon CloudWatch (https://docs.aws.amazon.com/sagemaker/latest/dg/logging-cloudwatch.html).
	FailureReason *string `type:"string"`

	// The Amazon Resource Name (ARN) of the Amazon SageMaker Ground Truth labeling
	// job that created the transform or training job.
	LabelingJobArn *string `type:"string"`

	// The maximum number of parallel requests on each instance node that can be
	// launched in a transform job. The default value is 1.
	MaxConcurrentTransforms *int64 `type:"integer"`

	// The maximum payload size, in MB, used in the transform job.
	MaxPayloadInMB *int64 `type:"integer"`

	// The timeout and maximum number of retries for processing a transform job
	// invocation.
	ModelClientConfig *ModelClientConfig `type:"structure"`

	// The name of the model used in the transform job.
	//
	// ModelName is a required field
	ModelName *string `type:"string" required:"true"`

	// Indicates when the transform job has been completed, or has stopped or failed.
	// You are billed for the time interval between this time and the value of TransformStartTime.
	TransformEndTime *time.Time `type:"timestamp"`

	// Describes the dataset to be transformed and the Amazon S3 location where
	// it is stored.
	//
	// TransformInput is a required field
	TransformInput *TransformInput `type:"structure" required:"true"`

	// The Amazon Resource Name (ARN) of the transform job.
	//
	// TransformJobArn is a required field
	TransformJobArn *string `type:"string" required:"true"`

	// The name of the transform job.
	//
	// TransformJobName is a required field
	TransformJobName *string `min:"1" type:"string" required:"true"`

	// The status of the transform job. If the transform job failed, the reason
	// is returned in the FailureReason field.
	//
	// TransformJobStatus is a required field
	TransformJobStatus *string `type:"string" required:"true" enum:"TransformJobStatus"`

	// Identifies the Amazon S3 location where you want Amazon SageMaker to save
	// the results from the transform job.
	TransformOutput *TransformOutput `type:"structure"`

	// Describes the resources, including ML instance types and ML instance count,
	// to use for the transform job.
	//
	// TransformResources is a required field
	TransformResources *TransformResources `type:"structure" required:"true"`

	// Indicates when the transform job starts on ML instances. You are billed for
	// the time interval between this time and the value of TransformEndTime.
	TransformStartTime *time.Time `type:"timestamp"`
	// contains filtered or unexported fields
}

func (DescribeTransformJobOutput) GoString added in v1.14.28

func (s DescribeTransformJobOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeTransformJobOutput) SetAutoMLJobArn added in v1.25.47

SetAutoMLJobArn sets the AutoMLJobArn field's value.

func (*DescribeTransformJobOutput) SetBatchStrategy added in v1.14.28

SetBatchStrategy sets the BatchStrategy field's value.

func (*DescribeTransformJobOutput) SetCreationTime added in v1.14.28

SetCreationTime sets the CreationTime field's value.

func (*DescribeTransformJobOutput) SetDataCaptureConfig added in v1.44.118

SetDataCaptureConfig sets the DataCaptureConfig field's value.

func (*DescribeTransformJobOutput) SetDataProcessing added in v1.19.48

SetDataProcessing sets the DataProcessing field's value.

func (*DescribeTransformJobOutput) SetEnvironment added in v1.14.28

SetEnvironment sets the Environment field's value.

func (*DescribeTransformJobOutput) SetExperimentConfig added in v1.25.47

SetExperimentConfig sets the ExperimentConfig field's value.

func (*DescribeTransformJobOutput) SetFailureReason added in v1.14.28

SetFailureReason sets the FailureReason field's value.

func (*DescribeTransformJobOutput) SetLabelingJobArn added in v1.15.86

SetLabelingJobArn sets the LabelingJobArn field's value.

func (*DescribeTransformJobOutput) SetMaxConcurrentTransforms added in v1.14.28

func (s *DescribeTransformJobOutput) SetMaxConcurrentTransforms(v int64) *DescribeTransformJobOutput

SetMaxConcurrentTransforms sets the MaxConcurrentTransforms field's value.

func (*DescribeTransformJobOutput) SetMaxPayloadInMB added in v1.14.28

SetMaxPayloadInMB sets the MaxPayloadInMB field's value.

func (*DescribeTransformJobOutput) SetModelClientConfig added in v1.32.11

SetModelClientConfig sets the ModelClientConfig field's value.

func (*DescribeTransformJobOutput) SetModelName added in v1.14.28

SetModelName sets the ModelName field's value.

func (*DescribeTransformJobOutput) SetTransformEndTime added in v1.14.28

SetTransformEndTime sets the TransformEndTime field's value.

func (*DescribeTransformJobOutput) SetTransformInput added in v1.14.28

SetTransformInput sets the TransformInput field's value.

func (*DescribeTransformJobOutput) SetTransformJobArn added in v1.14.28

SetTransformJobArn sets the TransformJobArn field's value.

func (*DescribeTransformJobOutput) SetTransformJobName added in v1.14.28

SetTransformJobName sets the TransformJobName field's value.

func (*DescribeTransformJobOutput) SetTransformJobStatus added in v1.14.28

func (s *DescribeTransformJobOutput) SetTransformJobStatus(v string) *DescribeTransformJobOutput

SetTransformJobStatus sets the TransformJobStatus field's value.

func (*DescribeTransformJobOutput) SetTransformOutput added in v1.14.28

SetTransformOutput sets the TransformOutput field's value.

func (*DescribeTransformJobOutput) SetTransformResources added in v1.14.28

SetTransformResources sets the TransformResources field's value.

func (*DescribeTransformJobOutput) SetTransformStartTime added in v1.14.28

func (s *DescribeTransformJobOutput) SetTransformStartTime(v time.Time) *DescribeTransformJobOutput

SetTransformStartTime sets the TransformStartTime field's value.

func (DescribeTransformJobOutput) String added in v1.14.28

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeTrialComponentInput added in v1.25.47

type DescribeTrialComponentInput struct {

	// The name of the trial component to describe.
	//
	// TrialComponentName is a required field
	TrialComponentName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeTrialComponentInput) GoString added in v1.25.47

func (s DescribeTrialComponentInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeTrialComponentInput) SetTrialComponentName added in v1.25.47

func (s *DescribeTrialComponentInput) SetTrialComponentName(v string) *DescribeTrialComponentInput

SetTrialComponentName sets the TrialComponentName field's value.

func (DescribeTrialComponentInput) String added in v1.25.47

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeTrialComponentInput) Validate added in v1.25.47

func (s *DescribeTrialComponentInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeTrialComponentOutput added in v1.25.47

type DescribeTrialComponentOutput struct {

	// Who created the trial component.
	CreatedBy *UserContext `type:"structure"`

	// When the component was created.
	CreationTime *time.Time `type:"timestamp"`

	// The name of the component as displayed. If DisplayName isn't specified, TrialComponentName
	// is displayed.
	DisplayName *string `min:"1" type:"string"`

	// When the component ended.
	EndTime *time.Time `type:"timestamp"`

	// The input artifacts of the component.
	InputArtifacts map[string]*TrialComponentArtifact `type:"map"`

	// Who last modified the component.
	LastModifiedBy *UserContext `type:"structure"`

	// When the component was last modified.
	LastModifiedTime *time.Time `type:"timestamp"`

	// The Amazon Resource Name (ARN) of the lineage group.
	LineageGroupArn *string `type:"string"`

	// Metadata properties of the tracking entity, trial, or trial component.
	MetadataProperties *MetadataProperties `type:"structure"`

	// The metrics for the component.
	Metrics []*TrialComponentMetricSummary `type:"list"`

	// The output artifacts of the component.
	OutputArtifacts map[string]*TrialComponentArtifact `type:"map"`

	// The hyperparameters of the component.
	Parameters map[string]*TrialComponentParameterValue `type:"map"`

	// The Amazon Resource Name (ARN) of the source and, optionally, the job type.
	Source *TrialComponentSource `type:"structure"`

	// A list of ARNs and, if applicable, job types for multiple sources of an experiment
	// run.
	Sources []*TrialComponentSource `type:"list"`

	// When the component started.
	StartTime *time.Time `type:"timestamp"`

	// The status of the component. States include:
	//
	//    * InProgress
	//
	//    * Completed
	//
	//    * Failed
	Status *TrialComponentStatus `type:"structure"`

	// The Amazon Resource Name (ARN) of the trial component.
	TrialComponentArn *string `type:"string"`

	// The name of the trial component.
	TrialComponentName *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (DescribeTrialComponentOutput) GoString added in v1.25.47

func (s DescribeTrialComponentOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeTrialComponentOutput) SetCreatedBy added in v1.25.47

SetCreatedBy sets the CreatedBy field's value.

func (*DescribeTrialComponentOutput) SetCreationTime added in v1.25.47

SetCreationTime sets the CreationTime field's value.

func (*DescribeTrialComponentOutput) SetDisplayName added in v1.25.47

SetDisplayName sets the DisplayName field's value.

func (*DescribeTrialComponentOutput) SetEndTime added in v1.25.47

SetEndTime sets the EndTime field's value.

func (*DescribeTrialComponentOutput) SetInputArtifacts added in v1.25.47

SetInputArtifacts sets the InputArtifacts field's value.

func (*DescribeTrialComponentOutput) SetLastModifiedBy added in v1.25.47

SetLastModifiedBy sets the LastModifiedBy field's value.

func (*DescribeTrialComponentOutput) SetLastModifiedTime added in v1.25.47

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*DescribeTrialComponentOutput) SetLineageGroupArn added in v1.42.17

SetLineageGroupArn sets the LineageGroupArn field's value.

func (*DescribeTrialComponentOutput) SetMetadataProperties added in v1.35.37

SetMetadataProperties sets the MetadataProperties field's value.

func (*DescribeTrialComponentOutput) SetMetrics added in v1.25.47

SetMetrics sets the Metrics field's value.

func (*DescribeTrialComponentOutput) SetOutputArtifacts added in v1.25.47

SetOutputArtifacts sets the OutputArtifacts field's value.

func (*DescribeTrialComponentOutput) SetParameters added in v1.25.47

SetParameters sets the Parameters field's value.

func (*DescribeTrialComponentOutput) SetSource added in v1.25.47

SetSource sets the Source field's value.

func (*DescribeTrialComponentOutput) SetSources added in v1.44.150

SetSources sets the Sources field's value.

func (*DescribeTrialComponentOutput) SetStartTime added in v1.25.47

SetStartTime sets the StartTime field's value.

func (*DescribeTrialComponentOutput) SetStatus added in v1.25.47

SetStatus sets the Status field's value.

func (*DescribeTrialComponentOutput) SetTrialComponentArn added in v1.25.47

SetTrialComponentArn sets the TrialComponentArn field's value.

func (*DescribeTrialComponentOutput) SetTrialComponentName added in v1.25.47

SetTrialComponentName sets the TrialComponentName field's value.

func (DescribeTrialComponentOutput) String added in v1.25.47

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeTrialInput added in v1.25.47

type DescribeTrialInput struct {

	// The name of the trial to describe.
	//
	// TrialName is a required field
	TrialName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeTrialInput) GoString added in v1.25.47

func (s DescribeTrialInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeTrialInput) SetTrialName added in v1.25.47

func (s *DescribeTrialInput) SetTrialName(v string) *DescribeTrialInput

SetTrialName sets the TrialName field's value.

func (DescribeTrialInput) String added in v1.25.47

func (s DescribeTrialInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeTrialInput) Validate added in v1.25.47

func (s *DescribeTrialInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeTrialOutput added in v1.25.47

type DescribeTrialOutput struct {

	// Who created the trial.
	CreatedBy *UserContext `type:"structure"`

	// When the trial was created.
	CreationTime *time.Time `type:"timestamp"`

	// The name of the trial as displayed. If DisplayName isn't specified, TrialName
	// is displayed.
	DisplayName *string `min:"1" type:"string"`

	// The name of the experiment the trial is part of.
	ExperimentName *string `min:"1" type:"string"`

	// Who last modified the trial.
	LastModifiedBy *UserContext `type:"structure"`

	// When the trial was last modified.
	LastModifiedTime *time.Time `type:"timestamp"`

	// Metadata properties of the tracking entity, trial, or trial component.
	MetadataProperties *MetadataProperties `type:"structure"`

	// The Amazon Resource Name (ARN) of the source and, optionally, the job type.
	Source *TrialSource `type:"structure"`

	// The Amazon Resource Name (ARN) of the trial.
	TrialArn *string `type:"string"`

	// The name of the trial.
	TrialName *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (DescribeTrialOutput) GoString added in v1.25.47

func (s DescribeTrialOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeTrialOutput) SetCreatedBy added in v1.25.47

SetCreatedBy sets the CreatedBy field's value.

func (*DescribeTrialOutput) SetCreationTime added in v1.25.47

func (s *DescribeTrialOutput) SetCreationTime(v time.Time) *DescribeTrialOutput

SetCreationTime sets the CreationTime field's value.

func (*DescribeTrialOutput) SetDisplayName added in v1.25.47

func (s *DescribeTrialOutput) SetDisplayName(v string) *DescribeTrialOutput

SetDisplayName sets the DisplayName field's value.

func (*DescribeTrialOutput) SetExperimentName added in v1.25.47

func (s *DescribeTrialOutput) SetExperimentName(v string) *DescribeTrialOutput

SetExperimentName sets the ExperimentName field's value.

func (*DescribeTrialOutput) SetLastModifiedBy added in v1.25.47

func (s *DescribeTrialOutput) SetLastModifiedBy(v *UserContext) *DescribeTrialOutput

SetLastModifiedBy sets the LastModifiedBy field's value.

func (*DescribeTrialOutput) SetLastModifiedTime added in v1.25.47

func (s *DescribeTrialOutput) SetLastModifiedTime(v time.Time) *DescribeTrialOutput

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*DescribeTrialOutput) SetMetadataProperties added in v1.35.37

func (s *DescribeTrialOutput) SetMetadataProperties(v *MetadataProperties) *DescribeTrialOutput

SetMetadataProperties sets the MetadataProperties field's value.

func (*DescribeTrialOutput) SetSource added in v1.25.47

SetSource sets the Source field's value.

func (*DescribeTrialOutput) SetTrialArn added in v1.25.47

func (s *DescribeTrialOutput) SetTrialArn(v string) *DescribeTrialOutput

SetTrialArn sets the TrialArn field's value.

func (*DescribeTrialOutput) SetTrialName added in v1.25.47

func (s *DescribeTrialOutput) SetTrialName(v string) *DescribeTrialOutput

SetTrialName sets the TrialName field's value.

func (DescribeTrialOutput) String added in v1.25.47

func (s DescribeTrialOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeUserProfileInput added in v1.25.47

type DescribeUserProfileInput struct {

	// The domain ID.
	//
	// DomainId is a required field
	DomainId *string `type:"string" required:"true"`

	// The user profile name. This value is not case sensitive.
	//
	// UserProfileName is a required field
	UserProfileName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeUserProfileInput) GoString added in v1.25.47

func (s DescribeUserProfileInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeUserProfileInput) SetDomainId added in v1.25.47

SetDomainId sets the DomainId field's value.

func (*DescribeUserProfileInput) SetUserProfileName added in v1.25.47

func (s *DescribeUserProfileInput) SetUserProfileName(v string) *DescribeUserProfileInput

SetUserProfileName sets the UserProfileName field's value.

func (DescribeUserProfileInput) String added in v1.25.47

func (s DescribeUserProfileInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeUserProfileInput) Validate added in v1.25.47

func (s *DescribeUserProfileInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeUserProfileOutput added in v1.25.47

type DescribeUserProfileOutput struct {

	// The creation time.
	CreationTime *time.Time `type:"timestamp"`

	// The ID of the domain that contains the profile.
	DomainId *string `type:"string"`

	// The failure reason.
	FailureReason *string `type:"string"`

	// The ID of the user's profile in the Amazon Elastic File System (EFS) volume.
	HomeEfsFileSystemUid *string `type:"string"`

	// The last modified time.
	LastModifiedTime *time.Time `type:"timestamp"`

	// The IAM Identity Center user identifier.
	SingleSignOnUserIdentifier *string `type:"string"`

	// The IAM Identity Center user value.
	SingleSignOnUserValue *string `type:"string"`

	// The status.
	Status *string `type:"string" enum:"UserProfileStatus"`

	// The user profile Amazon Resource Name (ARN).
	UserProfileArn *string `type:"string"`

	// The user profile name.
	UserProfileName *string `type:"string"`

	// A collection of settings.
	UserSettings *UserSettings `type:"structure"`
	// contains filtered or unexported fields
}

func (DescribeUserProfileOutput) GoString added in v1.25.47

func (s DescribeUserProfileOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeUserProfileOutput) SetCreationTime added in v1.25.47

SetCreationTime sets the CreationTime field's value.

func (*DescribeUserProfileOutput) SetDomainId added in v1.25.47

SetDomainId sets the DomainId field's value.

func (*DescribeUserProfileOutput) SetFailureReason added in v1.25.47

SetFailureReason sets the FailureReason field's value.

func (*DescribeUserProfileOutput) SetHomeEfsFileSystemUid added in v1.25.47

func (s *DescribeUserProfileOutput) SetHomeEfsFileSystemUid(v string) *DescribeUserProfileOutput

SetHomeEfsFileSystemUid sets the HomeEfsFileSystemUid field's value.

func (*DescribeUserProfileOutput) SetLastModifiedTime added in v1.25.47

func (s *DescribeUserProfileOutput) SetLastModifiedTime(v time.Time) *DescribeUserProfileOutput

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*DescribeUserProfileOutput) SetSingleSignOnUserIdentifier added in v1.25.47

func (s *DescribeUserProfileOutput) SetSingleSignOnUserIdentifier(v string) *DescribeUserProfileOutput

SetSingleSignOnUserIdentifier sets the SingleSignOnUserIdentifier field's value.

func (*DescribeUserProfileOutput) SetSingleSignOnUserValue added in v1.25.47

func (s *DescribeUserProfileOutput) SetSingleSignOnUserValue(v string) *DescribeUserProfileOutput

SetSingleSignOnUserValue sets the SingleSignOnUserValue field's value.

func (*DescribeUserProfileOutput) SetStatus added in v1.25.47

SetStatus sets the Status field's value.

func (*DescribeUserProfileOutput) SetUserProfileArn added in v1.25.47

SetUserProfileArn sets the UserProfileArn field's value.

func (*DescribeUserProfileOutput) SetUserProfileName added in v1.25.47

SetUserProfileName sets the UserProfileName field's value.

func (*DescribeUserProfileOutput) SetUserSettings added in v1.25.47

SetUserSettings sets the UserSettings field's value.

func (DescribeUserProfileOutput) String added in v1.25.47

func (s DescribeUserProfileOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeWorkforceInput added in v1.28.4

type DescribeWorkforceInput struct {

	// The name of the private workforce whose access you want to restrict. WorkforceName
	// is automatically set to default when a workforce is created and cannot be
	// modified.
	//
	// WorkforceName is a required field
	WorkforceName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeWorkforceInput) GoString added in v1.28.4

func (s DescribeWorkforceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeWorkforceInput) SetWorkforceName added in v1.28.4

func (s *DescribeWorkforceInput) SetWorkforceName(v string) *DescribeWorkforceInput

SetWorkforceName sets the WorkforceName field's value.

func (DescribeWorkforceInput) String added in v1.28.4

func (s DescribeWorkforceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeWorkforceInput) Validate added in v1.28.4

func (s *DescribeWorkforceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeWorkforceOutput added in v1.28.4

type DescribeWorkforceOutput struct {

	// A single private workforce, which is automatically created when you create
	// your first private work team. You can create one private work force in each
	// Amazon Web Services Region. By default, any workforce-related API operation
	// used in a specific region will apply to the workforce created in that region.
	// To learn how to create a private workforce, see Create a Private Workforce
	// (https://docs.aws.amazon.com/sagemaker/latest/dg/sms-workforce-create-private.html).
	//
	// Workforce is a required field
	Workforce *Workforce `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeWorkforceOutput) GoString added in v1.28.4

func (s DescribeWorkforceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeWorkforceOutput) SetWorkforce added in v1.28.4

SetWorkforce sets the Workforce field's value.

func (DescribeWorkforceOutput) String added in v1.28.4

func (s DescribeWorkforceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeWorkteamInput added in v1.15.86

type DescribeWorkteamInput struct {

	// The name of the work team to return a description of.
	//
	// WorkteamName is a required field
	WorkteamName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeWorkteamInput) GoString added in v1.15.86

func (s DescribeWorkteamInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeWorkteamInput) SetWorkteamName added in v1.15.86

func (s *DescribeWorkteamInput) SetWorkteamName(v string) *DescribeWorkteamInput

SetWorkteamName sets the WorkteamName field's value.

func (DescribeWorkteamInput) String added in v1.15.86

func (s DescribeWorkteamInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeWorkteamInput) Validate added in v1.15.86

func (s *DescribeWorkteamInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeWorkteamOutput added in v1.15.86

type DescribeWorkteamOutput struct {

	// A Workteam instance that contains information about the work team.
	//
	// Workteam is a required field
	Workteam *Workteam `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

func (DescribeWorkteamOutput) GoString added in v1.15.86

func (s DescribeWorkteamOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeWorkteamOutput) SetWorkteam added in v1.15.86

SetWorkteam sets the Workteam field's value.

func (DescribeWorkteamOutput) String added in v1.15.86

func (s DescribeWorkteamOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DesiredWeightAndCapacity

type DesiredWeightAndCapacity struct {

	// The variant's capacity.
	DesiredInstanceCount *int64 `type:"integer"`

	// The variant's weight.
	DesiredWeight *float64 `type:"float"`

	// Specifies the serverless update concurrency configuration for an endpoint
	// variant.
	ServerlessUpdateConfig *ProductionVariantServerlessUpdateConfig `type:"structure"`

	// The name of the variant to update.
	//
	// VariantName is a required field
	VariantName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Specifies weight and capacity values for a production variant.

func (DesiredWeightAndCapacity) GoString

func (s DesiredWeightAndCapacity) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DesiredWeightAndCapacity) SetDesiredInstanceCount

func (s *DesiredWeightAndCapacity) SetDesiredInstanceCount(v int64) *DesiredWeightAndCapacity

SetDesiredInstanceCount sets the DesiredInstanceCount field's value.

func (*DesiredWeightAndCapacity) SetDesiredWeight

SetDesiredWeight sets the DesiredWeight field's value.

func (*DesiredWeightAndCapacity) SetServerlessUpdateConfig added in v1.44.260

SetServerlessUpdateConfig sets the ServerlessUpdateConfig field's value.

func (*DesiredWeightAndCapacity) SetVariantName

SetVariantName sets the VariantName field's value.

func (DesiredWeightAndCapacity) String

func (s DesiredWeightAndCapacity) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DesiredWeightAndCapacity) Validate

func (s *DesiredWeightAndCapacity) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Device added in v1.36.4

type Device struct {

	// Description of the device.
	Description *string `min:"1" type:"string"`

	// The name of the device.
	//
	// DeviceName is a required field
	DeviceName *string `min:"1" type:"string" required:"true"`

	// Amazon Web Services Internet of Things (IoT) object name.
	IotThingName *string `type:"string"`
	// contains filtered or unexported fields
}

Information of a particular device.

func (Device) GoString added in v1.36.4

func (s Device) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Device) SetDescription added in v1.36.4

func (s *Device) SetDescription(v string) *Device

SetDescription sets the Description field's value.

func (*Device) SetDeviceName added in v1.36.4

func (s *Device) SetDeviceName(v string) *Device

SetDeviceName sets the DeviceName field's value.

func (*Device) SetIotThingName added in v1.36.4

func (s *Device) SetIotThingName(v string) *Device

SetIotThingName sets the IotThingName field's value.

func (Device) String added in v1.36.4

func (s Device) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Device) Validate added in v1.36.4

func (s *Device) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeviceDeploymentSummary added in v1.44.57

type DeviceDeploymentSummary struct {

	// The name of the deployed stage.
	DeployedStageName *string `min:"1" type:"string"`

	// The time when the deployment on the device started.
	DeploymentStartTime *time.Time `type:"timestamp"`

	// The description of the device.
	Description *string `min:"1" type:"string"`

	// The ARN of the device.
	//
	// DeviceArn is a required field
	DeviceArn *string `min:"20" type:"string" required:"true"`

	// The deployment status of the device.
	DeviceDeploymentStatus *string `type:"string" enum:"DeviceDeploymentStatus"`

	// The detailed error message for the deployoment status result.
	DeviceDeploymentStatusMessage *string `type:"string"`

	// The name of the fleet to which the device belongs to.
	DeviceFleetName *string `min:"1" type:"string"`

	// The name of the device.
	//
	// DeviceName is a required field
	DeviceName *string `min:"1" type:"string" required:"true"`

	// The ARN of the edge deployment plan.
	//
	// EdgeDeploymentPlanArn is a required field
	EdgeDeploymentPlanArn *string `min:"20" type:"string" required:"true"`

	// The name of the edge deployment plan.
	//
	// EdgeDeploymentPlanName is a required field
	EdgeDeploymentPlanName *string `min:"1" type:"string" required:"true"`

	// The name of the stage in the edge deployment plan.
	//
	// StageName is a required field
	StageName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Contains information summarizing device details and deployment status.

func (DeviceDeploymentSummary) GoString added in v1.44.57

func (s DeviceDeploymentSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeviceDeploymentSummary) SetDeployedStageName added in v1.44.57

func (s *DeviceDeploymentSummary) SetDeployedStageName(v string) *DeviceDeploymentSummary

SetDeployedStageName sets the DeployedStageName field's value.

func (*DeviceDeploymentSummary) SetDeploymentStartTime added in v1.44.57

func (s *DeviceDeploymentSummary) SetDeploymentStartTime(v time.Time) *DeviceDeploymentSummary

SetDeploymentStartTime sets the DeploymentStartTime field's value.

func (*DeviceDeploymentSummary) SetDescription added in v1.44.57

SetDescription sets the Description field's value.

func (*DeviceDeploymentSummary) SetDeviceArn added in v1.44.57

SetDeviceArn sets the DeviceArn field's value.

func (*DeviceDeploymentSummary) SetDeviceDeploymentStatus added in v1.44.57

func (s *DeviceDeploymentSummary) SetDeviceDeploymentStatus(v string) *DeviceDeploymentSummary

SetDeviceDeploymentStatus sets the DeviceDeploymentStatus field's value.

func (*DeviceDeploymentSummary) SetDeviceDeploymentStatusMessage added in v1.44.57

func (s *DeviceDeploymentSummary) SetDeviceDeploymentStatusMessage(v string) *DeviceDeploymentSummary

SetDeviceDeploymentStatusMessage sets the DeviceDeploymentStatusMessage field's value.

func (*DeviceDeploymentSummary) SetDeviceFleetName added in v1.44.57

func (s *DeviceDeploymentSummary) SetDeviceFleetName(v string) *DeviceDeploymentSummary

SetDeviceFleetName sets the DeviceFleetName field's value.

func (*DeviceDeploymentSummary) SetDeviceName added in v1.44.57

SetDeviceName sets the DeviceName field's value.

func (*DeviceDeploymentSummary) SetEdgeDeploymentPlanArn added in v1.44.57

func (s *DeviceDeploymentSummary) SetEdgeDeploymentPlanArn(v string) *DeviceDeploymentSummary

SetEdgeDeploymentPlanArn sets the EdgeDeploymentPlanArn field's value.

func (*DeviceDeploymentSummary) SetEdgeDeploymentPlanName added in v1.44.57

func (s *DeviceDeploymentSummary) SetEdgeDeploymentPlanName(v string) *DeviceDeploymentSummary

SetEdgeDeploymentPlanName sets the EdgeDeploymentPlanName field's value.

func (*DeviceDeploymentSummary) SetStageName added in v1.44.57

SetStageName sets the StageName field's value.

func (DeviceDeploymentSummary) String added in v1.44.57

func (s DeviceDeploymentSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeviceFleetSummary added in v1.36.4

type DeviceFleetSummary struct {

	// Timestamp of when the device fleet was created.
	CreationTime *time.Time `type:"timestamp"`

	// Amazon Resource Name (ARN) of the device fleet.
	//
	// DeviceFleetArn is a required field
	DeviceFleetArn *string `type:"string" required:"true"`

	// Name of the device fleet.
	//
	// DeviceFleetName is a required field
	DeviceFleetName *string `min:"1" type:"string" required:"true"`

	// Timestamp of when the device fleet was last updated.
	LastModifiedTime *time.Time `type:"timestamp"`
	// contains filtered or unexported fields
}

Summary of the device fleet.

func (DeviceFleetSummary) GoString added in v1.36.4

func (s DeviceFleetSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeviceFleetSummary) SetCreationTime added in v1.36.4

func (s *DeviceFleetSummary) SetCreationTime(v time.Time) *DeviceFleetSummary

SetCreationTime sets the CreationTime field's value.

func (*DeviceFleetSummary) SetDeviceFleetArn added in v1.36.4

func (s *DeviceFleetSummary) SetDeviceFleetArn(v string) *DeviceFleetSummary

SetDeviceFleetArn sets the DeviceFleetArn field's value.

func (*DeviceFleetSummary) SetDeviceFleetName added in v1.36.4

func (s *DeviceFleetSummary) SetDeviceFleetName(v string) *DeviceFleetSummary

SetDeviceFleetName sets the DeviceFleetName field's value.

func (*DeviceFleetSummary) SetLastModifiedTime added in v1.36.4

func (s *DeviceFleetSummary) SetLastModifiedTime(v time.Time) *DeviceFleetSummary

SetLastModifiedTime sets the LastModifiedTime field's value.

func (DeviceFleetSummary) String added in v1.36.4

func (s DeviceFleetSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeviceSelectionConfig added in v1.44.57

type DeviceSelectionConfig struct {

	// A filter to select devices with names containing this name.
	DeviceNameContains *string `min:"1" type:"string"`

	// List of devices chosen to deploy.
	DeviceNames []*string `type:"list"`

	// Type of device subsets to deploy to the current stage.
	//
	// DeviceSubsetType is a required field
	DeviceSubsetType *string `type:"string" required:"true" enum:"DeviceSubsetType"`

	// Percentage of devices in the fleet to deploy to the current stage.
	Percentage *int64 `type:"integer"`
	// contains filtered or unexported fields
}

Contains information about the configurations of selected devices.

func (DeviceSelectionConfig) GoString added in v1.44.57

func (s DeviceSelectionConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeviceSelectionConfig) SetDeviceNameContains added in v1.44.57

func (s *DeviceSelectionConfig) SetDeviceNameContains(v string) *DeviceSelectionConfig

SetDeviceNameContains sets the DeviceNameContains field's value.

func (*DeviceSelectionConfig) SetDeviceNames added in v1.44.57

func (s *DeviceSelectionConfig) SetDeviceNames(v []*string) *DeviceSelectionConfig

SetDeviceNames sets the DeviceNames field's value.

func (*DeviceSelectionConfig) SetDeviceSubsetType added in v1.44.57

func (s *DeviceSelectionConfig) SetDeviceSubsetType(v string) *DeviceSelectionConfig

SetDeviceSubsetType sets the DeviceSubsetType field's value.

func (*DeviceSelectionConfig) SetPercentage added in v1.44.57

func (s *DeviceSelectionConfig) SetPercentage(v int64) *DeviceSelectionConfig

SetPercentage sets the Percentage field's value.

func (DeviceSelectionConfig) String added in v1.44.57

func (s DeviceSelectionConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeviceSelectionConfig) Validate added in v1.44.57

func (s *DeviceSelectionConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeviceStats added in v1.36.4

type DeviceStats struct {

	// The number of devices connected with a heartbeat.
	//
	// ConnectedDeviceCount is a required field
	ConnectedDeviceCount *int64 `type:"long" required:"true"`

	// The number of registered devices.
	//
	// RegisteredDeviceCount is a required field
	RegisteredDeviceCount *int64 `type:"long" required:"true"`
	// contains filtered or unexported fields
}

Status of devices.

func (DeviceStats) GoString added in v1.36.4

func (s DeviceStats) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeviceStats) SetConnectedDeviceCount added in v1.36.4

func (s *DeviceStats) SetConnectedDeviceCount(v int64) *DeviceStats

SetConnectedDeviceCount sets the ConnectedDeviceCount field's value.

func (*DeviceStats) SetRegisteredDeviceCount added in v1.36.4

func (s *DeviceStats) SetRegisteredDeviceCount(v int64) *DeviceStats

SetRegisteredDeviceCount sets the RegisteredDeviceCount field's value.

func (DeviceStats) String added in v1.36.4

func (s DeviceStats) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeviceSummary added in v1.36.4

type DeviceSummary struct {

	// Edge Manager agent version.
	AgentVersion *string `min:"1" type:"string"`

	// A description of the device.
	Description *string `min:"1" type:"string"`

	// Amazon Resource Name (ARN) of the device.
	//
	// DeviceArn is a required field
	DeviceArn *string `min:"20" type:"string" required:"true"`

	// The name of the fleet the device belongs to.
	DeviceFleetName *string `min:"1" type:"string"`

	// The unique identifier of the device.
	//
	// DeviceName is a required field
	DeviceName *string `min:"1" type:"string" required:"true"`

	// The Amazon Web Services Internet of Things (IoT) object thing name associated
	// with the device..
	IotThingName *string `type:"string"`

	// The last heartbeat received from the device.
	LatestHeartbeat *time.Time `type:"timestamp"`

	// Models on the device.
	Models []*EdgeModelSummary `type:"list"`

	// The timestamp of the last registration or de-reregistration.
	RegistrationTime *time.Time `type:"timestamp"`
	// contains filtered or unexported fields
}

Summary of the device.

func (DeviceSummary) GoString added in v1.36.4

func (s DeviceSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeviceSummary) SetAgentVersion added in v1.41.18

func (s *DeviceSummary) SetAgentVersion(v string) *DeviceSummary

SetAgentVersion sets the AgentVersion field's value.

func (*DeviceSummary) SetDescription added in v1.36.4

func (s *DeviceSummary) SetDescription(v string) *DeviceSummary

SetDescription sets the Description field's value.

func (*DeviceSummary) SetDeviceArn added in v1.36.4

func (s *DeviceSummary) SetDeviceArn(v string) *DeviceSummary

SetDeviceArn sets the DeviceArn field's value.

func (*DeviceSummary) SetDeviceFleetName added in v1.36.4

func (s *DeviceSummary) SetDeviceFleetName(v string) *DeviceSummary

SetDeviceFleetName sets the DeviceFleetName field's value.

func (*DeviceSummary) SetDeviceName added in v1.36.4

func (s *DeviceSummary) SetDeviceName(v string) *DeviceSummary

SetDeviceName sets the DeviceName field's value.

func (*DeviceSummary) SetIotThingName added in v1.36.4

func (s *DeviceSummary) SetIotThingName(v string) *DeviceSummary

SetIotThingName sets the IotThingName field's value.

func (*DeviceSummary) SetLatestHeartbeat added in v1.36.4

func (s *DeviceSummary) SetLatestHeartbeat(v time.Time) *DeviceSummary

SetLatestHeartbeat sets the LatestHeartbeat field's value.

func (*DeviceSummary) SetModels added in v1.36.4

func (s *DeviceSummary) SetModels(v []*EdgeModelSummary) *DeviceSummary

SetModels sets the Models field's value.

func (*DeviceSummary) SetRegistrationTime added in v1.36.4

func (s *DeviceSummary) SetRegistrationTime(v time.Time) *DeviceSummary

SetRegistrationTime sets the RegistrationTime field's value.

func (DeviceSummary) String added in v1.36.4

func (s DeviceSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DisableSagemakerServicecatalogPortfolioInput added in v1.35.37

type DisableSagemakerServicecatalogPortfolioInput struct {
	// contains filtered or unexported fields
}

func (DisableSagemakerServicecatalogPortfolioInput) GoString added in v1.35.37

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DisableSagemakerServicecatalogPortfolioInput) String added in v1.35.37

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DisableSagemakerServicecatalogPortfolioOutput added in v1.35.37

type DisableSagemakerServicecatalogPortfolioOutput struct {
	// contains filtered or unexported fields
}

func (DisableSagemakerServicecatalogPortfolioOutput) GoString added in v1.35.37

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DisableSagemakerServicecatalogPortfolioOutput) String added in v1.35.37

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DisassociateTrialComponentInput added in v1.25.47

type DisassociateTrialComponentInput struct {

	// The name of the component to disassociate from the trial.
	//
	// TrialComponentName is a required field
	TrialComponentName *string `min:"1" type:"string" required:"true"`

	// The name of the trial to disassociate from.
	//
	// TrialName is a required field
	TrialName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DisassociateTrialComponentInput) GoString added in v1.25.47

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DisassociateTrialComponentInput) SetTrialComponentName added in v1.25.47

SetTrialComponentName sets the TrialComponentName field's value.

func (*DisassociateTrialComponentInput) SetTrialName added in v1.25.47

SetTrialName sets the TrialName field's value.

func (DisassociateTrialComponentInput) String added in v1.25.47

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DisassociateTrialComponentInput) Validate added in v1.25.47

func (s *DisassociateTrialComponentInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DisassociateTrialComponentOutput added in v1.25.47

type DisassociateTrialComponentOutput struct {

	// The Amazon Resource Name (ARN) of the trial.
	TrialArn *string `type:"string"`

	// The Amazon Resource Name (ARN) of the trial component.
	TrialComponentArn *string `type:"string"`
	// contains filtered or unexported fields
}

func (DisassociateTrialComponentOutput) GoString added in v1.25.47

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DisassociateTrialComponentOutput) SetTrialArn added in v1.25.47

SetTrialArn sets the TrialArn field's value.

func (*DisassociateTrialComponentOutput) SetTrialComponentArn added in v1.25.47

SetTrialComponentArn sets the TrialComponentArn field's value.

func (DisassociateTrialComponentOutput) String added in v1.25.47

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DomainDetails added in v1.25.47

type DomainDetails struct {

	// The creation time.
	CreationTime *time.Time `type:"timestamp"`

	// The domain's Amazon Resource Name (ARN).
	DomainArn *string `type:"string"`

	// The domain ID.
	DomainId *string `type:"string"`

	// The domain name.
	DomainName *string `type:"string"`

	// The last modified time.
	LastModifiedTime *time.Time `type:"timestamp"`

	// The status.
	Status *string `type:"string" enum:"DomainStatus"`

	// The domain's URL.
	Url *string `type:"string"`
	// contains filtered or unexported fields
}

The domain's details.

func (DomainDetails) GoString added in v1.25.47

func (s DomainDetails) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DomainDetails) SetCreationTime added in v1.25.47

func (s *DomainDetails) SetCreationTime(v time.Time) *DomainDetails

SetCreationTime sets the CreationTime field's value.

func (*DomainDetails) SetDomainArn added in v1.25.47

func (s *DomainDetails) SetDomainArn(v string) *DomainDetails

SetDomainArn sets the DomainArn field's value.

func (*DomainDetails) SetDomainId added in v1.25.47

func (s *DomainDetails) SetDomainId(v string) *DomainDetails

SetDomainId sets the DomainId field's value.

func (*DomainDetails) SetDomainName added in v1.25.47

func (s *DomainDetails) SetDomainName(v string) *DomainDetails

SetDomainName sets the DomainName field's value.

func (*DomainDetails) SetLastModifiedTime added in v1.25.47

func (s *DomainDetails) SetLastModifiedTime(v time.Time) *DomainDetails

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*DomainDetails) SetStatus added in v1.25.47

func (s *DomainDetails) SetStatus(v string) *DomainDetails

SetStatus sets the Status field's value.

func (*DomainDetails) SetUrl added in v1.25.47

func (s *DomainDetails) SetUrl(v string) *DomainDetails

SetUrl sets the Url field's value.

func (DomainDetails) String added in v1.25.47

func (s DomainDetails) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DomainSettings added in v1.41.13

type DomainSettings struct {

	// The configuration for attaching a SageMaker user profile name to the execution
	// role as a sts:SourceIdentity key (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_control-access_monitor.html).
	ExecutionRoleIdentityConfig *string `type:"string" enum:"ExecutionRoleIdentityConfig"`

	// A collection of settings that configure the RStudioServerPro Domain-level
	// app.
	RStudioServerProDomainSettings *RStudioServerProDomainSettings `type:"structure"`

	// The security groups for the Amazon Virtual Private Cloud that the Domain
	// uses for communication between Domain-level apps and user apps.
	SecurityGroupIds []*string `type:"list"`
	// contains filtered or unexported fields
}

A collection of settings that apply to the SageMaker Domain. These settings are specified through the CreateDomain API call.

func (DomainSettings) GoString added in v1.41.13

func (s DomainSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DomainSettings) SetExecutionRoleIdentityConfig added in v1.44.91

func (s *DomainSettings) SetExecutionRoleIdentityConfig(v string) *DomainSettings

SetExecutionRoleIdentityConfig sets the ExecutionRoleIdentityConfig field's value.

func (*DomainSettings) SetRStudioServerProDomainSettings added in v1.41.13

func (s *DomainSettings) SetRStudioServerProDomainSettings(v *RStudioServerProDomainSettings) *DomainSettings

SetRStudioServerProDomainSettings sets the RStudioServerProDomainSettings field's value.

func (*DomainSettings) SetSecurityGroupIds added in v1.41.13

func (s *DomainSettings) SetSecurityGroupIds(v []*string) *DomainSettings

SetSecurityGroupIds sets the SecurityGroupIds field's value.

func (DomainSettings) String added in v1.41.13

func (s DomainSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DomainSettings) Validate added in v1.41.13

func (s *DomainSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DomainSettingsForUpdate added in v1.41.13

type DomainSettingsForUpdate struct {

	// The configuration for attaching a SageMaker user profile name to the execution
	// role as a sts:SourceIdentity key (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_control-access_monitor.html).
	// This configuration can only be modified if there are no apps in the InService
	// or Pending state.
	ExecutionRoleIdentityConfig *string `type:"string" enum:"ExecutionRoleIdentityConfig"`

	// A collection of RStudioServerPro Domain-level app settings to update. A single
	// RStudioServerPro application is created for a domain.
	RStudioServerProDomainSettingsForUpdate *RStudioServerProDomainSettingsForUpdate `type:"structure"`

	// The security groups for the Amazon Virtual Private Cloud that the Domain
	// uses for communication between Domain-level apps and user apps.
	SecurityGroupIds []*string `type:"list"`
	// contains filtered or unexported fields
}

A collection of Domain configuration settings to update.

func (DomainSettingsForUpdate) GoString added in v1.41.13

func (s DomainSettingsForUpdate) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DomainSettingsForUpdate) SetExecutionRoleIdentityConfig added in v1.44.91

func (s *DomainSettingsForUpdate) SetExecutionRoleIdentityConfig(v string) *DomainSettingsForUpdate

SetExecutionRoleIdentityConfig sets the ExecutionRoleIdentityConfig field's value.

func (*DomainSettingsForUpdate) SetRStudioServerProDomainSettingsForUpdate added in v1.41.13

func (s *DomainSettingsForUpdate) SetRStudioServerProDomainSettingsForUpdate(v *RStudioServerProDomainSettingsForUpdate) *DomainSettingsForUpdate

SetRStudioServerProDomainSettingsForUpdate sets the RStudioServerProDomainSettingsForUpdate field's value.

func (*DomainSettingsForUpdate) SetSecurityGroupIds added in v1.44.165

func (s *DomainSettingsForUpdate) SetSecurityGroupIds(v []*string) *DomainSettingsForUpdate

SetSecurityGroupIds sets the SecurityGroupIds field's value.

func (DomainSettingsForUpdate) String added in v1.41.13

func (s DomainSettingsForUpdate) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DomainSettingsForUpdate) Validate added in v1.41.13

func (s *DomainSettingsForUpdate) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DriftCheckBaselines added in v1.42.17

type DriftCheckBaselines struct {

	// Represents the drift check bias baselines that can be used when the model
	// monitor is set using the model package.
	Bias *DriftCheckBias `type:"structure"`

	// Represents the drift check explainability baselines that can be used when
	// the model monitor is set using the model package.
	Explainability *DriftCheckExplainability `type:"structure"`

	// Represents the drift check model data quality baselines that can be used
	// when the model monitor is set using the model package.
	ModelDataQuality *DriftCheckModelDataQuality `type:"structure"`

	// Represents the drift check model quality baselines that can be used when
	// the model monitor is set using the model package.
	ModelQuality *DriftCheckModelQuality `type:"structure"`
	// contains filtered or unexported fields
}

Represents the drift check baselines that can be used when the model monitor is set using the model package.

func (DriftCheckBaselines) GoString added in v1.42.17

func (s DriftCheckBaselines) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DriftCheckBaselines) SetBias added in v1.42.17

SetBias sets the Bias field's value.

func (*DriftCheckBaselines) SetExplainability added in v1.42.17

SetExplainability sets the Explainability field's value.

func (*DriftCheckBaselines) SetModelDataQuality added in v1.42.17

SetModelDataQuality sets the ModelDataQuality field's value.

func (*DriftCheckBaselines) SetModelQuality added in v1.42.17

SetModelQuality sets the ModelQuality field's value.

func (DriftCheckBaselines) String added in v1.42.17

func (s DriftCheckBaselines) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DriftCheckBaselines) Validate added in v1.42.17

func (s *DriftCheckBaselines) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DriftCheckBias added in v1.42.17

type DriftCheckBias struct {

	// The bias config file for a model.
	ConfigFile *FileSource `type:"structure"`

	// The post-training constraints.
	PostTrainingConstraints *MetricsSource `type:"structure"`

	// The pre-training constraints.
	PreTrainingConstraints *MetricsSource `type:"structure"`
	// contains filtered or unexported fields
}

Represents the drift check bias baselines that can be used when the model monitor is set using the model package.

func (DriftCheckBias) GoString added in v1.42.17

func (s DriftCheckBias) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DriftCheckBias) SetConfigFile added in v1.42.17

func (s *DriftCheckBias) SetConfigFile(v *FileSource) *DriftCheckBias

SetConfigFile sets the ConfigFile field's value.

func (*DriftCheckBias) SetPostTrainingConstraints added in v1.42.17

func (s *DriftCheckBias) SetPostTrainingConstraints(v *MetricsSource) *DriftCheckBias

SetPostTrainingConstraints sets the PostTrainingConstraints field's value.

func (*DriftCheckBias) SetPreTrainingConstraints added in v1.42.17

func (s *DriftCheckBias) SetPreTrainingConstraints(v *MetricsSource) *DriftCheckBias

SetPreTrainingConstraints sets the PreTrainingConstraints field's value.

func (DriftCheckBias) String added in v1.42.17

func (s DriftCheckBias) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DriftCheckBias) Validate added in v1.42.17

func (s *DriftCheckBias) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DriftCheckExplainability added in v1.42.17

type DriftCheckExplainability struct {

	// The explainability config file for the model.
	ConfigFile *FileSource `type:"structure"`

	// The drift check explainability constraints.
	Constraints *MetricsSource `type:"structure"`
	// contains filtered or unexported fields
}

Represents the drift check explainability baselines that can be used when the model monitor is set using the model package.

func (DriftCheckExplainability) GoString added in v1.42.17

func (s DriftCheckExplainability) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DriftCheckExplainability) SetConfigFile added in v1.42.17

SetConfigFile sets the ConfigFile field's value.

func (*DriftCheckExplainability) SetConstraints added in v1.42.17

SetConstraints sets the Constraints field's value.

func (DriftCheckExplainability) String added in v1.42.17

func (s DriftCheckExplainability) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DriftCheckExplainability) Validate added in v1.42.17

func (s *DriftCheckExplainability) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DriftCheckModelDataQuality added in v1.42.17

type DriftCheckModelDataQuality struct {

	// The drift check model data quality constraints.
	Constraints *MetricsSource `type:"structure"`

	// The drift check model data quality statistics.
	Statistics *MetricsSource `type:"structure"`
	// contains filtered or unexported fields
}

Represents the drift check data quality baselines that can be used when the model monitor is set using the model package.

func (DriftCheckModelDataQuality) GoString added in v1.42.17

func (s DriftCheckModelDataQuality) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DriftCheckModelDataQuality) SetConstraints added in v1.42.17

SetConstraints sets the Constraints field's value.

func (*DriftCheckModelDataQuality) SetStatistics added in v1.42.17

SetStatistics sets the Statistics field's value.

func (DriftCheckModelDataQuality) String added in v1.42.17

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DriftCheckModelDataQuality) Validate added in v1.42.17

func (s *DriftCheckModelDataQuality) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DriftCheckModelQuality added in v1.42.17

type DriftCheckModelQuality struct {

	// The drift check model quality constraints.
	Constraints *MetricsSource `type:"structure"`

	// The drift check model quality statistics.
	Statistics *MetricsSource `type:"structure"`
	// contains filtered or unexported fields
}

Represents the drift check model quality baselines that can be used when the model monitor is set using the model package.

func (DriftCheckModelQuality) GoString added in v1.42.17

func (s DriftCheckModelQuality) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DriftCheckModelQuality) SetConstraints added in v1.42.17

SetConstraints sets the Constraints field's value.

func (*DriftCheckModelQuality) SetStatistics added in v1.42.17

SetStatistics sets the Statistics field's value.

func (DriftCheckModelQuality) String added in v1.42.17

func (s DriftCheckModelQuality) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DriftCheckModelQuality) Validate added in v1.42.17

func (s *DriftCheckModelQuality) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DynamicScalingConfiguration added in v1.44.315

type DynamicScalingConfiguration struct {

	// The recommended maximum capacity to specify for your autoscaling policy.
	MaxCapacity *int64 `type:"integer"`

	// The recommended minimum capacity to specify for your autoscaling policy.
	MinCapacity *int64 `type:"integer"`

	// The recommended scale in cooldown time for your autoscaling policy.
	ScaleInCooldown *int64 `type:"integer"`

	// The recommended scale out cooldown time for your autoscaling policy.
	ScaleOutCooldown *int64 `type:"integer"`

	// An object of the scaling policies for each metric.
	ScalingPolicies []*ScalingPolicy `type:"list"`
	// contains filtered or unexported fields
}

An object with the recommended values for you to specify when creating an autoscaling policy.

func (DynamicScalingConfiguration) GoString added in v1.44.315

func (s DynamicScalingConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DynamicScalingConfiguration) SetMaxCapacity added in v1.44.315

SetMaxCapacity sets the MaxCapacity field's value.

func (*DynamicScalingConfiguration) SetMinCapacity added in v1.44.315

SetMinCapacity sets the MinCapacity field's value.

func (*DynamicScalingConfiguration) SetScaleInCooldown added in v1.44.315

SetScaleInCooldown sets the ScaleInCooldown field's value.

func (*DynamicScalingConfiguration) SetScaleOutCooldown added in v1.44.315

SetScaleOutCooldown sets the ScaleOutCooldown field's value.

func (*DynamicScalingConfiguration) SetScalingPolicies added in v1.44.315

SetScalingPolicies sets the ScalingPolicies field's value.

func (DynamicScalingConfiguration) String added in v1.44.315

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type EMRStepMetadata added in v1.42.26

type EMRStepMetadata struct {

	// The identifier of the EMR cluster.
	ClusterId *string `type:"string"`

	// The path to the log file where the cluster step's failure root cause is recorded.
	LogFilePath *string `type:"string"`

	// The identifier of the EMR cluster step.
	StepId *string `type:"string"`

	// The name of the EMR cluster step.
	StepName *string `type:"string"`
	// contains filtered or unexported fields
}

The configurations and outcomes of an Amazon EMR step execution.

func (EMRStepMetadata) GoString added in v1.42.26

func (s EMRStepMetadata) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EMRStepMetadata) SetClusterId added in v1.42.26

func (s *EMRStepMetadata) SetClusterId(v string) *EMRStepMetadata

SetClusterId sets the ClusterId field's value.

func (*EMRStepMetadata) SetLogFilePath added in v1.42.26

func (s *EMRStepMetadata) SetLogFilePath(v string) *EMRStepMetadata

SetLogFilePath sets the LogFilePath field's value.

func (*EMRStepMetadata) SetStepId added in v1.42.26

func (s *EMRStepMetadata) SetStepId(v string) *EMRStepMetadata

SetStepId sets the StepId field's value.

func (*EMRStepMetadata) SetStepName added in v1.42.26

func (s *EMRStepMetadata) SetStepName(v string) *EMRStepMetadata

SetStepName sets the StepName field's value.

func (EMRStepMetadata) String added in v1.42.26

func (s EMRStepMetadata) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Edge added in v1.42.17

type Edge struct {

	// The type of the Association(Edge) between the source and destination. For
	// example ContributedTo, Produced, or DerivedFrom.
	AssociationType *string `type:"string" enum:"AssociationEdgeType"`

	// The Amazon Resource Name (ARN) of the destination lineage entity of the directed
	// edge.
	DestinationArn *string `type:"string"`

	// The Amazon Resource Name (ARN) of the source lineage entity of the directed
	// edge.
	SourceArn *string `type:"string"`
	// contains filtered or unexported fields
}

A directed edge connecting two lineage entities.

func (Edge) GoString added in v1.42.17

func (s Edge) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Edge) SetAssociationType added in v1.42.17

func (s *Edge) SetAssociationType(v string) *Edge

SetAssociationType sets the AssociationType field's value.

func (*Edge) SetDestinationArn added in v1.42.17

func (s *Edge) SetDestinationArn(v string) *Edge

SetDestinationArn sets the DestinationArn field's value.

func (*Edge) SetSourceArn added in v1.42.17

func (s *Edge) SetSourceArn(v string) *Edge

SetSourceArn sets the SourceArn field's value.

func (Edge) String added in v1.42.17

func (s Edge) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type EdgeDeploymentConfig added in v1.44.57

type EdgeDeploymentConfig struct {

	// Toggle that determines whether to rollback to previous configuration if the
	// current deployment fails. By default this is turned on. You may turn this
	// off if you want to investigate the errors yourself.
	//
	// FailureHandlingPolicy is a required field
	FailureHandlingPolicy *string `type:"string" required:"true" enum:"FailureHandlingPolicy"`
	// contains filtered or unexported fields
}

Contains information about the configuration of a deployment.

func (EdgeDeploymentConfig) GoString added in v1.44.57

func (s EdgeDeploymentConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EdgeDeploymentConfig) SetFailureHandlingPolicy added in v1.44.57

func (s *EdgeDeploymentConfig) SetFailureHandlingPolicy(v string) *EdgeDeploymentConfig

SetFailureHandlingPolicy sets the FailureHandlingPolicy field's value.

func (EdgeDeploymentConfig) String added in v1.44.57

func (s EdgeDeploymentConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EdgeDeploymentConfig) Validate added in v1.44.57

func (s *EdgeDeploymentConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type EdgeDeploymentModelConfig added in v1.44.57

type EdgeDeploymentModelConfig struct {

	// The edge packaging job associated with this deployment.
	//
	// EdgePackagingJobName is a required field
	EdgePackagingJobName *string `min:"1" type:"string" required:"true"`

	// The name the device application uses to reference this model.
	//
	// ModelHandle is a required field
	ModelHandle *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Contains information about the configuration of a model in a deployment.

func (EdgeDeploymentModelConfig) GoString added in v1.44.57

func (s EdgeDeploymentModelConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EdgeDeploymentModelConfig) SetEdgePackagingJobName added in v1.44.57

func (s *EdgeDeploymentModelConfig) SetEdgePackagingJobName(v string) *EdgeDeploymentModelConfig

SetEdgePackagingJobName sets the EdgePackagingJobName field's value.

func (*EdgeDeploymentModelConfig) SetModelHandle added in v1.44.57

SetModelHandle sets the ModelHandle field's value.

func (EdgeDeploymentModelConfig) String added in v1.44.57

func (s EdgeDeploymentModelConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EdgeDeploymentModelConfig) Validate added in v1.44.57

func (s *EdgeDeploymentModelConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type EdgeDeploymentPlanSummary added in v1.44.57

type EdgeDeploymentPlanSummary struct {

	// The time when the edge deployment plan was created.
	CreationTime *time.Time `type:"timestamp"`

	// The name of the device fleet used for the deployment.
	//
	// DeviceFleetName is a required field
	DeviceFleetName *string `min:"1" type:"string" required:"true"`

	// The number of edge devices that failed the deployment.
	//
	// EdgeDeploymentFailed is a required field
	EdgeDeploymentFailed *int64 `type:"integer" required:"true"`

	// The number of edge devices yet to pick up the deployment, or in progress.
	//
	// EdgeDeploymentPending is a required field
	EdgeDeploymentPending *int64 `type:"integer" required:"true"`

	// The ARN of the edge deployment plan.
	//
	// EdgeDeploymentPlanArn is a required field
	EdgeDeploymentPlanArn *string `min:"20" type:"string" required:"true"`

	// The name of the edge deployment plan.
	//
	// EdgeDeploymentPlanName is a required field
	EdgeDeploymentPlanName *string `min:"1" type:"string" required:"true"`

	// The number of edge devices with the successful deployment.
	//
	// EdgeDeploymentSuccess is a required field
	EdgeDeploymentSuccess *int64 `type:"integer" required:"true"`

	// The time when the edge deployment plan was last updated.
	LastModifiedTime *time.Time `type:"timestamp"`
	// contains filtered or unexported fields
}

Contains information summarizing an edge deployment plan.

func (EdgeDeploymentPlanSummary) GoString added in v1.44.57

func (s EdgeDeploymentPlanSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EdgeDeploymentPlanSummary) SetCreationTime added in v1.44.57

SetCreationTime sets the CreationTime field's value.

func (*EdgeDeploymentPlanSummary) SetDeviceFleetName added in v1.44.57

SetDeviceFleetName sets the DeviceFleetName field's value.

func (*EdgeDeploymentPlanSummary) SetEdgeDeploymentFailed added in v1.44.57

func (s *EdgeDeploymentPlanSummary) SetEdgeDeploymentFailed(v int64) *EdgeDeploymentPlanSummary

SetEdgeDeploymentFailed sets the EdgeDeploymentFailed field's value.

func (*EdgeDeploymentPlanSummary) SetEdgeDeploymentPending added in v1.44.57

func (s *EdgeDeploymentPlanSummary) SetEdgeDeploymentPending(v int64) *EdgeDeploymentPlanSummary

SetEdgeDeploymentPending sets the EdgeDeploymentPending field's value.

func (*EdgeDeploymentPlanSummary) SetEdgeDeploymentPlanArn added in v1.44.57

func (s *EdgeDeploymentPlanSummary) SetEdgeDeploymentPlanArn(v string) *EdgeDeploymentPlanSummary

SetEdgeDeploymentPlanArn sets the EdgeDeploymentPlanArn field's value.

func (*EdgeDeploymentPlanSummary) SetEdgeDeploymentPlanName added in v1.44.57

func (s *EdgeDeploymentPlanSummary) SetEdgeDeploymentPlanName(v string) *EdgeDeploymentPlanSummary

SetEdgeDeploymentPlanName sets the EdgeDeploymentPlanName field's value.

func (*EdgeDeploymentPlanSummary) SetEdgeDeploymentSuccess added in v1.44.57

func (s *EdgeDeploymentPlanSummary) SetEdgeDeploymentSuccess(v int64) *EdgeDeploymentPlanSummary

SetEdgeDeploymentSuccess sets the EdgeDeploymentSuccess field's value.

func (*EdgeDeploymentPlanSummary) SetLastModifiedTime added in v1.44.57

func (s *EdgeDeploymentPlanSummary) SetLastModifiedTime(v time.Time) *EdgeDeploymentPlanSummary

SetLastModifiedTime sets the LastModifiedTime field's value.

func (EdgeDeploymentPlanSummary) String added in v1.44.57

func (s EdgeDeploymentPlanSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type EdgeDeploymentStatus added in v1.44.57

type EdgeDeploymentStatus struct {

	// The number of edge devices that failed the deployment in current stage.
	//
	// EdgeDeploymentFailedInStage is a required field
	EdgeDeploymentFailedInStage *int64 `type:"integer" required:"true"`

	// The number of edge devices yet to pick up the deployment in current stage,
	// or in progress.
	//
	// EdgeDeploymentPendingInStage is a required field
	EdgeDeploymentPendingInStage *int64 `type:"integer" required:"true"`

	// The time when the deployment API started.
	EdgeDeploymentStageStartTime *time.Time `type:"timestamp"`

	// A detailed message about deployment status in current stage.
	EdgeDeploymentStatusMessage *string `type:"string"`

	// The number of edge devices with the successful deployment in the current
	// stage.
	//
	// EdgeDeploymentSuccessInStage is a required field
	EdgeDeploymentSuccessInStage *int64 `type:"integer" required:"true"`

	// The general status of the current stage.
	//
	// StageStatus is a required field
	StageStatus *string `type:"string" required:"true" enum:"StageStatus"`
	// contains filtered or unexported fields
}

Contains information summarizing the deployment stage results.

func (EdgeDeploymentStatus) GoString added in v1.44.57

func (s EdgeDeploymentStatus) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EdgeDeploymentStatus) SetEdgeDeploymentFailedInStage added in v1.44.57

func (s *EdgeDeploymentStatus) SetEdgeDeploymentFailedInStage(v int64) *EdgeDeploymentStatus

SetEdgeDeploymentFailedInStage sets the EdgeDeploymentFailedInStage field's value.

func (*EdgeDeploymentStatus) SetEdgeDeploymentPendingInStage added in v1.44.57

func (s *EdgeDeploymentStatus) SetEdgeDeploymentPendingInStage(v int64) *EdgeDeploymentStatus

SetEdgeDeploymentPendingInStage sets the EdgeDeploymentPendingInStage field's value.

func (*EdgeDeploymentStatus) SetEdgeDeploymentStageStartTime added in v1.44.57

func (s *EdgeDeploymentStatus) SetEdgeDeploymentStageStartTime(v time.Time) *EdgeDeploymentStatus

SetEdgeDeploymentStageStartTime sets the EdgeDeploymentStageStartTime field's value.

func (*EdgeDeploymentStatus) SetEdgeDeploymentStatusMessage added in v1.44.57

func (s *EdgeDeploymentStatus) SetEdgeDeploymentStatusMessage(v string) *EdgeDeploymentStatus

SetEdgeDeploymentStatusMessage sets the EdgeDeploymentStatusMessage field's value.

func (*EdgeDeploymentStatus) SetEdgeDeploymentSuccessInStage added in v1.44.57

func (s *EdgeDeploymentStatus) SetEdgeDeploymentSuccessInStage(v int64) *EdgeDeploymentStatus

SetEdgeDeploymentSuccessInStage sets the EdgeDeploymentSuccessInStage field's value.

func (*EdgeDeploymentStatus) SetStageStatus added in v1.44.57

func (s *EdgeDeploymentStatus) SetStageStatus(v string) *EdgeDeploymentStatus

SetStageStatus sets the StageStatus field's value.

func (EdgeDeploymentStatus) String added in v1.44.57

func (s EdgeDeploymentStatus) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type EdgeModel added in v1.36.4

type EdgeModel struct {

	// The timestamp of the last inference that was made.
	LatestInference *time.Time `type:"timestamp"`

	// The timestamp of the last data sample taken.
	LatestSampleTime *time.Time `type:"timestamp"`

	// The name of the model.
	//
	// ModelName is a required field
	ModelName *string `min:"1" type:"string" required:"true"`

	// The model version.
	//
	// ModelVersion is a required field
	ModelVersion *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The model on the edge device.

func (EdgeModel) GoString added in v1.36.4

func (s EdgeModel) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EdgeModel) SetLatestInference added in v1.36.4

func (s *EdgeModel) SetLatestInference(v time.Time) *EdgeModel

SetLatestInference sets the LatestInference field's value.

func (*EdgeModel) SetLatestSampleTime added in v1.36.4

func (s *EdgeModel) SetLatestSampleTime(v time.Time) *EdgeModel

SetLatestSampleTime sets the LatestSampleTime field's value.

func (*EdgeModel) SetModelName added in v1.36.4

func (s *EdgeModel) SetModelName(v string) *EdgeModel

SetModelName sets the ModelName field's value.

func (*EdgeModel) SetModelVersion added in v1.36.4

func (s *EdgeModel) SetModelVersion(v string) *EdgeModel

SetModelVersion sets the ModelVersion field's value.

func (EdgeModel) String added in v1.36.4

func (s EdgeModel) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type EdgeModelStat added in v1.36.4

type EdgeModelStat struct {

	// The number of devices that have this model version, a heart beat, and are
	// currently running.
	//
	// ActiveDeviceCount is a required field
	ActiveDeviceCount *int64 `type:"long" required:"true"`

	// The number of devices that have this model version and have a heart beat.
	//
	// ConnectedDeviceCount is a required field
	ConnectedDeviceCount *int64 `type:"long" required:"true"`

	// The name of the model.
	//
	// ModelName is a required field
	ModelName *string `min:"1" type:"string" required:"true"`

	// The model version.
	//
	// ModelVersion is a required field
	ModelVersion *string `min:"1" type:"string" required:"true"`

	// The number of devices that have this model version and do not have a heart
	// beat.
	//
	// OfflineDeviceCount is a required field
	OfflineDeviceCount *int64 `type:"long" required:"true"`

	// The number of devices with this model version and are producing sample data.
	//
	// SamplingDeviceCount is a required field
	SamplingDeviceCount *int64 `type:"long" required:"true"`
	// contains filtered or unexported fields
}

Status of edge devices with this model.

func (EdgeModelStat) GoString added in v1.36.4

func (s EdgeModelStat) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EdgeModelStat) SetActiveDeviceCount added in v1.36.4

func (s *EdgeModelStat) SetActiveDeviceCount(v int64) *EdgeModelStat

SetActiveDeviceCount sets the ActiveDeviceCount field's value.

func (*EdgeModelStat) SetConnectedDeviceCount added in v1.36.4

func (s *EdgeModelStat) SetConnectedDeviceCount(v int64) *EdgeModelStat

SetConnectedDeviceCount sets the ConnectedDeviceCount field's value.

func (*EdgeModelStat) SetModelName added in v1.36.4

func (s *EdgeModelStat) SetModelName(v string) *EdgeModelStat

SetModelName sets the ModelName field's value.

func (*EdgeModelStat) SetModelVersion added in v1.36.4

func (s *EdgeModelStat) SetModelVersion(v string) *EdgeModelStat

SetModelVersion sets the ModelVersion field's value.

func (*EdgeModelStat) SetOfflineDeviceCount added in v1.36.4

func (s *EdgeModelStat) SetOfflineDeviceCount(v int64) *EdgeModelStat

SetOfflineDeviceCount sets the OfflineDeviceCount field's value.

func (*EdgeModelStat) SetSamplingDeviceCount added in v1.36.4

func (s *EdgeModelStat) SetSamplingDeviceCount(v int64) *EdgeModelStat

SetSamplingDeviceCount sets the SamplingDeviceCount field's value.

func (EdgeModelStat) String added in v1.36.4

func (s EdgeModelStat) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type EdgeModelSummary added in v1.36.4

type EdgeModelSummary struct {

	// The name of the model.
	//
	// ModelName is a required field
	ModelName *string `min:"1" type:"string" required:"true"`

	// The version model.
	//
	// ModelVersion is a required field
	ModelVersion *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Summary of model on edge device.

func (EdgeModelSummary) GoString added in v1.36.4

func (s EdgeModelSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EdgeModelSummary) SetModelName added in v1.36.4

func (s *EdgeModelSummary) SetModelName(v string) *EdgeModelSummary

SetModelName sets the ModelName field's value.

func (*EdgeModelSummary) SetModelVersion added in v1.36.4

func (s *EdgeModelSummary) SetModelVersion(v string) *EdgeModelSummary

SetModelVersion sets the ModelVersion field's value.

func (EdgeModelSummary) String added in v1.36.4

func (s EdgeModelSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type EdgeOutputConfig added in v1.36.4

type EdgeOutputConfig struct {

	// The Amazon Web Services Key Management Service (Amazon Web Services KMS)
	// key that Amazon SageMaker uses to encrypt data on the storage volume after
	// compilation job. If you don't provide a KMS key ID, Amazon SageMaker uses
	// the default KMS key for Amazon S3 for your role's account.
	KmsKeyId *string `type:"string"`

	// The configuration used to create deployment artifacts. Specify configuration
	// options with a JSON string. The available configuration options for each
	// type are:
	//
	//    * ComponentName (optional) - Name of the GreenGrass V2 component. If not
	//    specified, the default name generated consists of "SagemakerEdgeManager"
	//    and the name of your SageMaker Edge Manager packaging job.
	//
	//    * ComponentDescription (optional) - Description of the component.
	//
	//    * ComponentVersion (optional) - The version of the component. Amazon Web
	//    Services IoT Greengrass uses semantic versions for components. Semantic
	//    versions follow a major.minor.patch number system. For example, version
	//    1.0.0 represents the first major release for a component. For more information,
	//    see the semantic version specification (https://semver.org/).
	//
	//    * PlatformOS (optional) - The name of the operating system for the platform.
	//    Supported platforms include Windows and Linux.
	//
	//    * PlatformArchitecture (optional) - The processor architecture for the
	//    platform. Supported architectures Windows include: Windows32_x86, Windows64_x64.
	//    Supported architectures for Linux include: Linux x86_64, Linux ARMV8.
	PresetDeploymentConfig *string `type:"string"`

	// The deployment type SageMaker Edge Manager will create. Currently only supports
	// Amazon Web Services IoT Greengrass Version 2 components.
	PresetDeploymentType *string `type:"string" enum:"EdgePresetDeploymentType"`

	// The Amazon Simple Storage (S3) bucker URI.
	//
	// S3OutputLocation is a required field
	S3OutputLocation *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

The output configuration.

func (EdgeOutputConfig) GoString added in v1.36.4

func (s EdgeOutputConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EdgeOutputConfig) SetKmsKeyId added in v1.36.4

func (s *EdgeOutputConfig) SetKmsKeyId(v string) *EdgeOutputConfig

SetKmsKeyId sets the KmsKeyId field's value.

func (*EdgeOutputConfig) SetPresetDeploymentConfig added in v1.38.59

func (s *EdgeOutputConfig) SetPresetDeploymentConfig(v string) *EdgeOutputConfig

SetPresetDeploymentConfig sets the PresetDeploymentConfig field's value.

func (*EdgeOutputConfig) SetPresetDeploymentType added in v1.38.59

func (s *EdgeOutputConfig) SetPresetDeploymentType(v string) *EdgeOutputConfig

SetPresetDeploymentType sets the PresetDeploymentType field's value.

func (*EdgeOutputConfig) SetS3OutputLocation added in v1.36.4

func (s *EdgeOutputConfig) SetS3OutputLocation(v string) *EdgeOutputConfig

SetS3OutputLocation sets the S3OutputLocation field's value.

func (EdgeOutputConfig) String added in v1.36.4

func (s EdgeOutputConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EdgeOutputConfig) Validate added in v1.36.4

func (s *EdgeOutputConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type EdgePackagingJobSummary added in v1.36.4

type EdgePackagingJobSummary struct {

	// The name of the SageMaker Neo compilation job.
	CompilationJobName *string `min:"1" type:"string"`

	// The timestamp of when the job was created.
	CreationTime *time.Time `type:"timestamp"`

	// The Amazon Resource Name (ARN) of the edge packaging job.
	//
	// EdgePackagingJobArn is a required field
	EdgePackagingJobArn *string `min:"20" type:"string" required:"true"`

	// The name of the edge packaging job.
	//
	// EdgePackagingJobName is a required field
	EdgePackagingJobName *string `min:"1" type:"string" required:"true"`

	// The status of the edge packaging job.
	//
	// EdgePackagingJobStatus is a required field
	EdgePackagingJobStatus *string `type:"string" required:"true" enum:"EdgePackagingJobStatus"`

	// The timestamp of when the edge packaging job was last updated.
	LastModifiedTime *time.Time `type:"timestamp"`

	// The name of the model.
	ModelName *string `min:"1" type:"string"`

	// The version of the model.
	ModelVersion *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

Summary of edge packaging job.

func (EdgePackagingJobSummary) GoString added in v1.36.4

func (s EdgePackagingJobSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EdgePackagingJobSummary) SetCompilationJobName added in v1.36.4

func (s *EdgePackagingJobSummary) SetCompilationJobName(v string) *EdgePackagingJobSummary

SetCompilationJobName sets the CompilationJobName field's value.

func (*EdgePackagingJobSummary) SetCreationTime added in v1.36.4

SetCreationTime sets the CreationTime field's value.

func (*EdgePackagingJobSummary) SetEdgePackagingJobArn added in v1.36.4

func (s *EdgePackagingJobSummary) SetEdgePackagingJobArn(v string) *EdgePackagingJobSummary

SetEdgePackagingJobArn sets the EdgePackagingJobArn field's value.

func (*EdgePackagingJobSummary) SetEdgePackagingJobName added in v1.36.4

func (s *EdgePackagingJobSummary) SetEdgePackagingJobName(v string) *EdgePackagingJobSummary

SetEdgePackagingJobName sets the EdgePackagingJobName field's value.

func (*EdgePackagingJobSummary) SetEdgePackagingJobStatus added in v1.36.4

func (s *EdgePackagingJobSummary) SetEdgePackagingJobStatus(v string) *EdgePackagingJobSummary

SetEdgePackagingJobStatus sets the EdgePackagingJobStatus field's value.

func (*EdgePackagingJobSummary) SetLastModifiedTime added in v1.36.4

func (s *EdgePackagingJobSummary) SetLastModifiedTime(v time.Time) *EdgePackagingJobSummary

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*EdgePackagingJobSummary) SetModelName added in v1.36.4

SetModelName sets the ModelName field's value.

func (*EdgePackagingJobSummary) SetModelVersion added in v1.36.4

SetModelVersion sets the ModelVersion field's value.

func (EdgePackagingJobSummary) String added in v1.36.4

func (s EdgePackagingJobSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type EdgePresetDeploymentOutput added in v1.38.59

type EdgePresetDeploymentOutput struct {

	// The Amazon Resource Name (ARN) of the generated deployable resource.
	Artifact *string `min:"20" type:"string"`

	// The status of the deployable resource.
	Status *string `type:"string" enum:"EdgePresetDeploymentStatus"`

	// Returns a message describing the status of the deployed resource.
	StatusMessage *string `type:"string"`

	// The deployment type created by SageMaker Edge Manager. Currently only supports
	// Amazon Web Services IoT Greengrass Version 2 components.
	//
	// Type is a required field
	Type *string `type:"string" required:"true" enum:"EdgePresetDeploymentType"`
	// contains filtered or unexported fields
}

The output of a SageMaker Edge Manager deployable resource.

func (EdgePresetDeploymentOutput) GoString added in v1.38.59

func (s EdgePresetDeploymentOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EdgePresetDeploymentOutput) SetArtifact added in v1.38.59

SetArtifact sets the Artifact field's value.

func (*EdgePresetDeploymentOutput) SetStatus added in v1.38.59

SetStatus sets the Status field's value.

func (*EdgePresetDeploymentOutput) SetStatusMessage added in v1.38.59

SetStatusMessage sets the StatusMessage field's value.

func (*EdgePresetDeploymentOutput) SetType added in v1.38.59

SetType sets the Type field's value.

func (EdgePresetDeploymentOutput) String added in v1.38.59

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type EnableSagemakerServicecatalogPortfolioInput added in v1.35.37

type EnableSagemakerServicecatalogPortfolioInput struct {
	// contains filtered or unexported fields
}

func (EnableSagemakerServicecatalogPortfolioInput) GoString added in v1.35.37

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (EnableSagemakerServicecatalogPortfolioInput) String added in v1.35.37

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type EnableSagemakerServicecatalogPortfolioOutput added in v1.35.37

type EnableSagemakerServicecatalogPortfolioOutput struct {
	// contains filtered or unexported fields
}

func (EnableSagemakerServicecatalogPortfolioOutput) GoString added in v1.35.37

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (EnableSagemakerServicecatalogPortfolioOutput) String added in v1.35.37

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Endpoint added in v1.35.37

type Endpoint struct {

	// The time that the endpoint was created.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// The currently active data capture configuration used by your Endpoint.
	DataCaptureConfig *DataCaptureConfigSummary `type:"structure"`

	// The Amazon Resource Name (ARN) of the endpoint.
	//
	// EndpointArn is a required field
	EndpointArn *string `min:"20" type:"string" required:"true"`

	// The endpoint configuration associated with the endpoint.
	//
	// EndpointConfigName is a required field
	EndpointConfigName *string `type:"string" required:"true"`

	// The name of the endpoint.
	//
	// EndpointName is a required field
	EndpointName *string `type:"string" required:"true"`

	// The status of the endpoint.
	//
	// EndpointStatus is a required field
	EndpointStatus *string `type:"string" required:"true" enum:"EndpointStatus"`

	// If the endpoint failed, the reason it failed.
	FailureReason *string `type:"string"`

	// The last time the endpoint was modified.
	//
	// LastModifiedTime is a required field
	LastModifiedTime *time.Time `type:"timestamp" required:"true"`

	// A list of monitoring schedules for the endpoint. For information about model
	// monitoring, see Amazon SageMaker Model Monitor (https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor.html).
	MonitoringSchedules []*MonitoringSchedule `type:"list"`

	// A list of the production variants hosted on the endpoint. Each production
	// variant is a model.
	ProductionVariants []*ProductionVariantSummary `min:"1" type:"list"`

	// A list of the shadow variants hosted on the endpoint. Each shadow variant
	// is a model in shadow mode with production traffic replicated from the production
	// variant.
	ShadowProductionVariants []*ProductionVariantSummary `min:"1" type:"list"`

	// A list of the tags associated with the endpoint. For more information, see
	// Tagging Amazon Web Services resources (https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html)
	// in the Amazon Web Services General Reference Guide.
	Tags []*Tag `type:"list"`
	// contains filtered or unexported fields
}

A hosted endpoint for real-time inference.

func (Endpoint) GoString added in v1.35.37

func (s Endpoint) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Endpoint) SetCreationTime added in v1.35.37

func (s *Endpoint) SetCreationTime(v time.Time) *Endpoint

SetCreationTime sets the CreationTime field's value.

func (*Endpoint) SetDataCaptureConfig added in v1.35.37

func (s *Endpoint) SetDataCaptureConfig(v *DataCaptureConfigSummary) *Endpoint

SetDataCaptureConfig sets the DataCaptureConfig field's value.

func (*Endpoint) SetEndpointArn added in v1.35.37

func (s *Endpoint) SetEndpointArn(v string) *Endpoint

SetEndpointArn sets the EndpointArn field's value.

func (*Endpoint) SetEndpointConfigName added in v1.35.37

func (s *Endpoint) SetEndpointConfigName(v string) *Endpoint

SetEndpointConfigName sets the EndpointConfigName field's value.

func (*Endpoint) SetEndpointName added in v1.35.37

func (s *Endpoint) SetEndpointName(v string) *Endpoint

SetEndpointName sets the EndpointName field's value.

func (*Endpoint) SetEndpointStatus added in v1.35.37

func (s *Endpoint) SetEndpointStatus(v string) *Endpoint

SetEndpointStatus sets the EndpointStatus field's value.

func (*Endpoint) SetFailureReason added in v1.35.37

func (s *Endpoint) SetFailureReason(v string) *Endpoint

SetFailureReason sets the FailureReason field's value.

func (*Endpoint) SetLastModifiedTime added in v1.35.37

func (s *Endpoint) SetLastModifiedTime(v time.Time) *Endpoint

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*Endpoint) SetMonitoringSchedules added in v1.35.37

func (s *Endpoint) SetMonitoringSchedules(v []*MonitoringSchedule) *Endpoint

SetMonitoringSchedules sets the MonitoringSchedules field's value.

func (*Endpoint) SetProductionVariants added in v1.35.37

func (s *Endpoint) SetProductionVariants(v []*ProductionVariantSummary) *Endpoint

SetProductionVariants sets the ProductionVariants field's value.

func (*Endpoint) SetShadowProductionVariants added in v1.44.150

func (s *Endpoint) SetShadowProductionVariants(v []*ProductionVariantSummary) *Endpoint

SetShadowProductionVariants sets the ShadowProductionVariants field's value.

func (*Endpoint) SetTags added in v1.35.37

func (s *Endpoint) SetTags(v []*Tag) *Endpoint

SetTags sets the Tags field's value.

func (Endpoint) String added in v1.35.37

func (s Endpoint) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type EndpointConfigSummary

type EndpointConfigSummary struct {

	// A timestamp that shows when the endpoint configuration was created.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// The Amazon Resource Name (ARN) of the endpoint configuration.
	//
	// EndpointConfigArn is a required field
	EndpointConfigArn *string `min:"20" type:"string" required:"true"`

	// The name of the endpoint configuration.
	//
	// EndpointConfigName is a required field
	EndpointConfigName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Provides summary information for an endpoint configuration.

func (EndpointConfigSummary) GoString

func (s EndpointConfigSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EndpointConfigSummary) SetCreationTime

func (s *EndpointConfigSummary) SetCreationTime(v time.Time) *EndpointConfigSummary

SetCreationTime sets the CreationTime field's value.

func (*EndpointConfigSummary) SetEndpointConfigArn

func (s *EndpointConfigSummary) SetEndpointConfigArn(v string) *EndpointConfigSummary

SetEndpointConfigArn sets the EndpointConfigArn field's value.

func (*EndpointConfigSummary) SetEndpointConfigName

func (s *EndpointConfigSummary) SetEndpointConfigName(v string) *EndpointConfigSummary

SetEndpointConfigName sets the EndpointConfigName field's value.

func (EndpointConfigSummary) String

func (s EndpointConfigSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type EndpointInfo added in v1.44.121

type EndpointInfo struct {

	// The name of a customer's endpoint.
	//
	// EndpointName is a required field
	EndpointName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Details about a customer endpoint that was compared in an Inference Recommender job.

func (EndpointInfo) GoString added in v1.44.121

func (s EndpointInfo) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EndpointInfo) SetEndpointName added in v1.44.121

func (s *EndpointInfo) SetEndpointName(v string) *EndpointInfo

SetEndpointName sets the EndpointName field's value.

func (EndpointInfo) String added in v1.44.121

func (s EndpointInfo) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EndpointInfo) Validate added in v1.44.121

func (s *EndpointInfo) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type EndpointInput added in v1.25.47

type EndpointInput struct {

	// If specified, monitoring jobs substract this time from the end time. For
	// information about using offsets for scheduling monitoring jobs, see Schedule
	// Model Quality Monitoring Jobs (https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor-model-quality-schedule.html).
	EndTimeOffset *string `min:"1" type:"string"`

	// An endpoint in customer's account which has enabled DataCaptureConfig enabled.
	//
	// EndpointName is a required field
	EndpointName *string `type:"string" required:"true"`

	// The attributes of the input data that are the input features.
	FeaturesAttribute *string `type:"string"`

	// The attribute of the input data that represents the ground truth label.
	InferenceAttribute *string `type:"string"`

	// Path to the filesystem where the endpoint data is available to the container.
	//
	// LocalPath is a required field
	LocalPath *string `type:"string" required:"true"`

	// In a classification problem, the attribute that represents the class probability.
	ProbabilityAttribute *string `type:"string"`

	// The threshold for the class probability to be evaluated as a positive result.
	ProbabilityThresholdAttribute *float64 `type:"double"`

	// Whether input data distributed in Amazon S3 is fully replicated or sharded
	// by an S3 key. Defaults to FullyReplicated
	S3DataDistributionType *string `type:"string" enum:"ProcessingS3DataDistributionType"`

	// Whether the Pipe or File is used as the input mode for transferring data
	// for the monitoring job. Pipe mode is recommended for large datasets. File
	// mode is useful for small files that fit in memory. Defaults to File.
	S3InputMode *string `type:"string" enum:"ProcessingS3InputMode"`

	// If specified, monitoring jobs substract this time from the start time. For
	// information about using offsets for scheduling monitoring jobs, see Schedule
	// Model Quality Monitoring Jobs (https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor-model-quality-schedule.html).
	StartTimeOffset *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

Input object for the endpoint

func (EndpointInput) GoString added in v1.25.47

func (s EndpointInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EndpointInput) SetEndTimeOffset added in v1.36.4

func (s *EndpointInput) SetEndTimeOffset(v string) *EndpointInput

SetEndTimeOffset sets the EndTimeOffset field's value.

func (*EndpointInput) SetEndpointName added in v1.25.47

func (s *EndpointInput) SetEndpointName(v string) *EndpointInput

SetEndpointName sets the EndpointName field's value.

func (*EndpointInput) SetFeaturesAttribute added in v1.36.4

func (s *EndpointInput) SetFeaturesAttribute(v string) *EndpointInput

SetFeaturesAttribute sets the FeaturesAttribute field's value.

func (*EndpointInput) SetInferenceAttribute added in v1.36.4

func (s *EndpointInput) SetInferenceAttribute(v string) *EndpointInput

SetInferenceAttribute sets the InferenceAttribute field's value.

func (*EndpointInput) SetLocalPath added in v1.25.47

func (s *EndpointInput) SetLocalPath(v string) *EndpointInput

SetLocalPath sets the LocalPath field's value.

func (*EndpointInput) SetProbabilityAttribute added in v1.36.4

func (s *EndpointInput) SetProbabilityAttribute(v string) *EndpointInput

SetProbabilityAttribute sets the ProbabilityAttribute field's value.

func (*EndpointInput) SetProbabilityThresholdAttribute added in v1.36.4

func (s *EndpointInput) SetProbabilityThresholdAttribute(v float64) *EndpointInput

SetProbabilityThresholdAttribute sets the ProbabilityThresholdAttribute field's value.

func (*EndpointInput) SetS3DataDistributionType added in v1.25.47

func (s *EndpointInput) SetS3DataDistributionType(v string) *EndpointInput

SetS3DataDistributionType sets the S3DataDistributionType field's value.

func (*EndpointInput) SetS3InputMode added in v1.25.47

func (s *EndpointInput) SetS3InputMode(v string) *EndpointInput

SetS3InputMode sets the S3InputMode field's value.

func (*EndpointInput) SetStartTimeOffset added in v1.36.4

func (s *EndpointInput) SetStartTimeOffset(v string) *EndpointInput

SetStartTimeOffset sets the StartTimeOffset field's value.

func (EndpointInput) String added in v1.25.47

func (s EndpointInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EndpointInput) Validate added in v1.25.47

func (s *EndpointInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type EndpointInputConfiguration added in v1.42.17

type EndpointInputConfiguration struct {

	// The parameter you want to benchmark against.
	EnvironmentParameterRanges *EnvironmentParameterRanges `type:"structure"`

	// The inference specification name in the model package version.
	InferenceSpecificationName *string `min:"1" type:"string"`

	// The instance types to use for the load test.
	InstanceType *string `type:"string" enum:"ProductionVariantInstanceType"`

	// Specifies the serverless configuration for an endpoint variant.
	ServerlessConfig *ProductionVariantServerlessConfig `type:"structure"`
	// contains filtered or unexported fields
}

The endpoint configuration for the load test.

func (EndpointInputConfiguration) GoString added in v1.42.17

func (s EndpointInputConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EndpointInputConfiguration) SetEnvironmentParameterRanges added in v1.42.17

SetEnvironmentParameterRanges sets the EnvironmentParameterRanges field's value.

func (*EndpointInputConfiguration) SetInferenceSpecificationName added in v1.42.17

func (s *EndpointInputConfiguration) SetInferenceSpecificationName(v string) *EndpointInputConfiguration

SetInferenceSpecificationName sets the InferenceSpecificationName field's value.

func (*EndpointInputConfiguration) SetInstanceType added in v1.42.17

SetInstanceType sets the InstanceType field's value.

func (*EndpointInputConfiguration) SetServerlessConfig added in v1.44.295

SetServerlessConfig sets the ServerlessConfig field's value.

func (EndpointInputConfiguration) String added in v1.42.17

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EndpointInputConfiguration) Validate added in v1.42.17

func (s *EndpointInputConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type EndpointMetadata added in v1.44.150

type EndpointMetadata struct {

	// The name of the endpoint configuration.
	EndpointConfigName *string `type:"string"`

	// The name of the endpoint.
	//
	// EndpointName is a required field
	EndpointName *string `type:"string" required:"true"`

	// The status of the endpoint. For possible values of the status of an endpoint,
	// see EndpointSummary (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_EndpointSummary.html).
	EndpointStatus *string `type:"string" enum:"EndpointStatus"`

	// If the status of the endpoint is Failed, or the status is InService but update
	// operation fails, this provides the reason why it failed.
	FailureReason *string `type:"string"`
	// contains filtered or unexported fields
}

The metadata of the endpoint.

func (EndpointMetadata) GoString added in v1.44.150

func (s EndpointMetadata) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EndpointMetadata) SetEndpointConfigName added in v1.44.150

func (s *EndpointMetadata) SetEndpointConfigName(v string) *EndpointMetadata

SetEndpointConfigName sets the EndpointConfigName field's value.

func (*EndpointMetadata) SetEndpointName added in v1.44.150

func (s *EndpointMetadata) SetEndpointName(v string) *EndpointMetadata

SetEndpointName sets the EndpointName field's value.

func (*EndpointMetadata) SetEndpointStatus added in v1.44.150

func (s *EndpointMetadata) SetEndpointStatus(v string) *EndpointMetadata

SetEndpointStatus sets the EndpointStatus field's value.

func (*EndpointMetadata) SetFailureReason added in v1.44.150

func (s *EndpointMetadata) SetFailureReason(v string) *EndpointMetadata

SetFailureReason sets the FailureReason field's value.

func (EndpointMetadata) String added in v1.44.150

func (s EndpointMetadata) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type EndpointOutputConfiguration added in v1.42.17

type EndpointOutputConfiguration struct {

	// The name of the endpoint made during a recommendation job.
	//
	// EndpointName is a required field
	EndpointName *string `type:"string" required:"true"`

	// The number of instances recommended to launch initially.
	InitialInstanceCount *int64 `min:"1" type:"integer"`

	// The instance type recommended by Amazon SageMaker Inference Recommender.
	InstanceType *string `type:"string" enum:"ProductionVariantInstanceType"`

	// Specifies the serverless configuration for an endpoint variant.
	ServerlessConfig *ProductionVariantServerlessConfig `type:"structure"`

	// The name of the production variant (deployed model) made during a recommendation
	// job.
	//
	// VariantName is a required field
	VariantName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

The endpoint configuration made by Inference Recommender during a recommendation job.

func (EndpointOutputConfiguration) GoString added in v1.42.17

func (s EndpointOutputConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EndpointOutputConfiguration) SetEndpointName added in v1.42.17

SetEndpointName sets the EndpointName field's value.

func (*EndpointOutputConfiguration) SetInitialInstanceCount added in v1.42.17

func (s *EndpointOutputConfiguration) SetInitialInstanceCount(v int64) *EndpointOutputConfiguration

SetInitialInstanceCount sets the InitialInstanceCount field's value.

func (*EndpointOutputConfiguration) SetInstanceType added in v1.42.17

SetInstanceType sets the InstanceType field's value.

func (*EndpointOutputConfiguration) SetServerlessConfig added in v1.44.295

SetServerlessConfig sets the ServerlessConfig field's value.

func (*EndpointOutputConfiguration) SetVariantName added in v1.42.17

SetVariantName sets the VariantName field's value.

func (EndpointOutputConfiguration) String added in v1.42.17

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type EndpointPerformance added in v1.44.121

type EndpointPerformance struct {

	// Details about a customer endpoint that was compared in an Inference Recommender
	// job.
	//
	// EndpointInfo is a required field
	EndpointInfo *EndpointInfo `type:"structure" required:"true"`

	// The metrics for an existing endpoint.
	//
	// Metrics is a required field
	Metrics *InferenceMetrics `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

The performance results from running an Inference Recommender job on an existing endpoint.

func (EndpointPerformance) GoString added in v1.44.121

func (s EndpointPerformance) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EndpointPerformance) SetEndpointInfo added in v1.44.121

func (s *EndpointPerformance) SetEndpointInfo(v *EndpointInfo) *EndpointPerformance

SetEndpointInfo sets the EndpointInfo field's value.

func (*EndpointPerformance) SetMetrics added in v1.44.121

SetMetrics sets the Metrics field's value.

func (EndpointPerformance) String added in v1.44.121

func (s EndpointPerformance) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type EndpointSummary

type EndpointSummary struct {

	// A timestamp that shows when the endpoint was created.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// The Amazon Resource Name (ARN) of the endpoint.
	//
	// EndpointArn is a required field
	EndpointArn *string `min:"20" type:"string" required:"true"`

	// The name of the endpoint.
	//
	// EndpointName is a required field
	EndpointName *string `type:"string" required:"true"`

	// The status of the endpoint.
	//
	//    * OutOfService: Endpoint is not available to take incoming requests.
	//
	//    * Creating: CreateEndpoint (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateEndpoint.html)
	//    is executing.
	//
	//    * Updating: UpdateEndpoint (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_UpdateEndpoint.html)
	//    or UpdateEndpointWeightsAndCapacities (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_UpdateEndpointWeightsAndCapacities.html)
	//    is executing.
	//
	//    * SystemUpdating: Endpoint is undergoing maintenance and cannot be updated
	//    or deleted or re-scaled until it has completed. This maintenance operation
	//    does not change any customer-specified values such as VPC config, KMS
	//    encryption, model, instance type, or instance count.
	//
	//    * RollingBack: Endpoint fails to scale up or down or change its variant
	//    weight and is in the process of rolling back to its previous configuration.
	//    Once the rollback completes, endpoint returns to an InService status.
	//    This transitional status only applies to an endpoint that has autoscaling
	//    enabled and is undergoing variant weight or capacity changes as part of
	//    an UpdateEndpointWeightsAndCapacities (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_UpdateEndpointWeightsAndCapacities.html)
	//    call or when the UpdateEndpointWeightsAndCapacities (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_UpdateEndpointWeightsAndCapacities.html)
	//    operation is called explicitly.
	//
	//    * InService: Endpoint is available to process incoming requests.
	//
	//    * Deleting: DeleteEndpoint (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteEndpoint.html)
	//    is executing.
	//
	//    * Failed: Endpoint could not be created, updated, or re-scaled. Use DescribeEndpointOutput$FailureReason
	//    for information about the failure. DeleteEndpoint (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteEndpoint.html)
	//    is the only operation that can be performed on a failed endpoint.
	//
	// To get a list of endpoints with a specified status, use the StatusEquals
	// filter with a call to ListEndpoints (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ListEndpoints.html).
	//
	// EndpointStatus is a required field
	EndpointStatus *string `type:"string" required:"true" enum:"EndpointStatus"`

	// A timestamp that shows when the endpoint was last modified.
	//
	// LastModifiedTime is a required field
	LastModifiedTime *time.Time `type:"timestamp" required:"true"`
	// contains filtered or unexported fields
}

Provides summary information for an endpoint.

func (EndpointSummary) GoString

func (s EndpointSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EndpointSummary) SetCreationTime

func (s *EndpointSummary) SetCreationTime(v time.Time) *EndpointSummary

SetCreationTime sets the CreationTime field's value.

func (*EndpointSummary) SetEndpointArn

func (s *EndpointSummary) SetEndpointArn(v string) *EndpointSummary

SetEndpointArn sets the EndpointArn field's value.

func (*EndpointSummary) SetEndpointName

func (s *EndpointSummary) SetEndpointName(v string) *EndpointSummary

SetEndpointName sets the EndpointName field's value.

func (*EndpointSummary) SetEndpointStatus

func (s *EndpointSummary) SetEndpointStatus(v string) *EndpointSummary

SetEndpointStatus sets the EndpointStatus field's value.

func (*EndpointSummary) SetLastModifiedTime

func (s *EndpointSummary) SetLastModifiedTime(v time.Time) *EndpointSummary

SetLastModifiedTime sets the LastModifiedTime field's value.

func (EndpointSummary) String

func (s EndpointSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type EnvironmentParameter added in v1.42.17

type EnvironmentParameter struct {

	// The environment key suggested by the Amazon SageMaker Inference Recommender.
	//
	// Key is a required field
	Key *string `type:"string" required:"true"`

	// The value suggested by the Amazon SageMaker Inference Recommender.
	//
	// Value is a required field
	Value *string `type:"string" required:"true"`

	// The value type suggested by the Amazon SageMaker Inference Recommender.
	//
	// ValueType is a required field
	ValueType *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

A list of environment parameters suggested by the Amazon SageMaker Inference Recommender.

func (EnvironmentParameter) GoString added in v1.42.17

func (s EnvironmentParameter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EnvironmentParameter) SetKey added in v1.42.17

SetKey sets the Key field's value.

func (*EnvironmentParameter) SetValue added in v1.42.17

SetValue sets the Value field's value.

func (*EnvironmentParameter) SetValueType added in v1.42.17

func (s *EnvironmentParameter) SetValueType(v string) *EnvironmentParameter

SetValueType sets the ValueType field's value.

func (EnvironmentParameter) String added in v1.42.17

func (s EnvironmentParameter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type EnvironmentParameterRanges added in v1.42.17

type EnvironmentParameterRanges struct {

	// Specified a list of parameters for each category.
	CategoricalParameterRanges []*CategoricalParameter `min:"1" type:"list"`
	// contains filtered or unexported fields
}

Specifies the range of environment parameters

func (EnvironmentParameterRanges) GoString added in v1.42.17

func (s EnvironmentParameterRanges) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EnvironmentParameterRanges) SetCategoricalParameterRanges added in v1.42.17

func (s *EnvironmentParameterRanges) SetCategoricalParameterRanges(v []*CategoricalParameter) *EnvironmentParameterRanges

SetCategoricalParameterRanges sets the CategoricalParameterRanges field's value.

func (EnvironmentParameterRanges) String added in v1.42.17

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EnvironmentParameterRanges) Validate added in v1.42.17

func (s *EnvironmentParameterRanges) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Experiment added in v1.25.47

type Experiment struct {

	// Who created the experiment.
	CreatedBy *UserContext `type:"structure"`

	// When the experiment was created.
	CreationTime *time.Time `type:"timestamp"`

	// The description of the experiment.
	Description *string `type:"string"`

	// The name of the experiment as displayed. If DisplayName isn't specified,
	// ExperimentName is displayed.
	DisplayName *string `min:"1" type:"string"`

	// The Amazon Resource Name (ARN) of the experiment.
	ExperimentArn *string `type:"string"`

	// The name of the experiment.
	ExperimentName *string `min:"1" type:"string"`

	// Information about the user who created or modified an experiment, trial,
	// trial component, lineage group, project, or model card.
	LastModifiedBy *UserContext `type:"structure"`

	// When the experiment was last modified.
	LastModifiedTime *time.Time `type:"timestamp"`

	// The source of the experiment.
	Source *ExperimentSource `type:"structure"`

	// The list of tags that are associated with the experiment. You can use Search
	// (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_Search.html)
	// API to search on the tags.
	Tags []*Tag `type:"list"`
	// contains filtered or unexported fields
}

The properties of an experiment as returned by the Search (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_Search.html) API.

func (Experiment) GoString added in v1.25.47

func (s Experiment) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Experiment) SetCreatedBy added in v1.25.47

func (s *Experiment) SetCreatedBy(v *UserContext) *Experiment

SetCreatedBy sets the CreatedBy field's value.

func (*Experiment) SetCreationTime added in v1.25.47

func (s *Experiment) SetCreationTime(v time.Time) *Experiment

SetCreationTime sets the CreationTime field's value.

func (*Experiment) SetDescription added in v1.25.47

func (s *Experiment) SetDescription(v string) *Experiment

SetDescription sets the Description field's value.

func (*Experiment) SetDisplayName added in v1.25.47

func (s *Experiment) SetDisplayName(v string) *Experiment

SetDisplayName sets the DisplayName field's value.

func (*Experiment) SetExperimentArn added in v1.25.47

func (s *Experiment) SetExperimentArn(v string) *Experiment

SetExperimentArn sets the ExperimentArn field's value.

func (*Experiment) SetExperimentName added in v1.25.47

func (s *Experiment) SetExperimentName(v string) *Experiment

SetExperimentName sets the ExperimentName field's value.

func (*Experiment) SetLastModifiedBy added in v1.25.47

func (s *Experiment) SetLastModifiedBy(v *UserContext) *Experiment

SetLastModifiedBy sets the LastModifiedBy field's value.

func (*Experiment) SetLastModifiedTime added in v1.25.47

func (s *Experiment) SetLastModifiedTime(v time.Time) *Experiment

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*Experiment) SetSource added in v1.25.47

func (s *Experiment) SetSource(v *ExperimentSource) *Experiment

SetSource sets the Source field's value.

func (*Experiment) SetTags added in v1.25.47

func (s *Experiment) SetTags(v []*Tag) *Experiment

SetTags sets the Tags field's value.

func (Experiment) String added in v1.25.47

func (s Experiment) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ExperimentConfig added in v1.25.47

type ExperimentConfig struct {

	// The name of an existing experiment to associate with the trial component.
	ExperimentName *string `min:"1" type:"string"`

	// The name of the experiment run to associate with the trial component.
	RunName *string `min:"1" type:"string"`

	// The display name for the trial component. If this key isn't specified, the
	// display name is the trial component name.
	TrialComponentDisplayName *string `min:"1" type:"string"`

	// The name of an existing trial to associate the trial component with. If not
	// specified, a new trial is created.
	TrialName *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

Associates a SageMaker job as a trial component with an experiment and trial. Specified when you call the following APIs:

func (ExperimentConfig) GoString added in v1.25.47

func (s ExperimentConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ExperimentConfig) SetExperimentName added in v1.25.47

func (s *ExperimentConfig) SetExperimentName(v string) *ExperimentConfig

SetExperimentName sets the ExperimentName field's value.

func (*ExperimentConfig) SetRunName added in v1.44.150

func (s *ExperimentConfig) SetRunName(v string) *ExperimentConfig

SetRunName sets the RunName field's value.

func (*ExperimentConfig) SetTrialComponentDisplayName added in v1.25.47

func (s *ExperimentConfig) SetTrialComponentDisplayName(v string) *ExperimentConfig

SetTrialComponentDisplayName sets the TrialComponentDisplayName field's value.

func (*ExperimentConfig) SetTrialName added in v1.25.47

func (s *ExperimentConfig) SetTrialName(v string) *ExperimentConfig

SetTrialName sets the TrialName field's value.

func (ExperimentConfig) String added in v1.25.47

func (s ExperimentConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ExperimentConfig) Validate added in v1.25.47

func (s *ExperimentConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ExperimentSource added in v1.25.47

type ExperimentSource struct {

	// The Amazon Resource Name (ARN) of the source.
	//
	// SourceArn is a required field
	SourceArn *string `type:"string" required:"true"`

	// The source type.
	SourceType *string `type:"string"`
	// contains filtered or unexported fields
}

The source of the experiment.

func (ExperimentSource) GoString added in v1.25.47

func (s ExperimentSource) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ExperimentSource) SetSourceArn added in v1.25.47

func (s *ExperimentSource) SetSourceArn(v string) *ExperimentSource

SetSourceArn sets the SourceArn field's value.

func (*ExperimentSource) SetSourceType added in v1.25.47

func (s *ExperimentSource) SetSourceType(v string) *ExperimentSource

SetSourceType sets the SourceType field's value.

func (ExperimentSource) String added in v1.25.47

func (s ExperimentSource) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ExperimentSummary added in v1.25.47

type ExperimentSummary struct {

	// When the experiment was created.
	CreationTime *time.Time `type:"timestamp"`

	// The name of the experiment as displayed. If DisplayName isn't specified,
	// ExperimentName is displayed.
	DisplayName *string `min:"1" type:"string"`

	// The Amazon Resource Name (ARN) of the experiment.
	ExperimentArn *string `type:"string"`

	// The name of the experiment.
	ExperimentName *string `min:"1" type:"string"`

	// The source of the experiment.
	ExperimentSource *ExperimentSource `type:"structure"`

	// When the experiment was last modified.
	LastModifiedTime *time.Time `type:"timestamp"`
	// contains filtered or unexported fields
}

A summary of the properties of an experiment. To get the complete set of properties, call the DescribeExperiment (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeExperiment.html) API and provide the ExperimentName.

func (ExperimentSummary) GoString added in v1.25.47

func (s ExperimentSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ExperimentSummary) SetCreationTime added in v1.25.47

func (s *ExperimentSummary) SetCreationTime(v time.Time) *ExperimentSummary

SetCreationTime sets the CreationTime field's value.

func (*ExperimentSummary) SetDisplayName added in v1.25.47

func (s *ExperimentSummary) SetDisplayName(v string) *ExperimentSummary

SetDisplayName sets the DisplayName field's value.

func (*ExperimentSummary) SetExperimentArn added in v1.25.47

func (s *ExperimentSummary) SetExperimentArn(v string) *ExperimentSummary

SetExperimentArn sets the ExperimentArn field's value.

func (*ExperimentSummary) SetExperimentName added in v1.25.47

func (s *ExperimentSummary) SetExperimentName(v string) *ExperimentSummary

SetExperimentName sets the ExperimentName field's value.

func (*ExperimentSummary) SetExperimentSource added in v1.25.47

func (s *ExperimentSummary) SetExperimentSource(v *ExperimentSource) *ExperimentSummary

SetExperimentSource sets the ExperimentSource field's value.

func (*ExperimentSummary) SetLastModifiedTime added in v1.25.47

func (s *ExperimentSummary) SetLastModifiedTime(v time.Time) *ExperimentSummary

SetLastModifiedTime sets the LastModifiedTime field's value.

func (ExperimentSummary) String added in v1.25.47

func (s ExperimentSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Explainability added in v1.35.37

type Explainability struct {

	// The explainability report for a model.
	Report *MetricsSource `type:"structure"`
	// contains filtered or unexported fields
}

Contains explainability metrics for a model.

func (Explainability) GoString added in v1.35.37

func (s Explainability) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Explainability) SetReport added in v1.35.37

func (s *Explainability) SetReport(v *MetricsSource) *Explainability

SetReport sets the Report field's value.

func (Explainability) String added in v1.35.37

func (s Explainability) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Explainability) Validate added in v1.35.37

func (s *Explainability) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ExplainerConfig added in v1.44.109

type ExplainerConfig struct {

	// A member of ExplainerConfig that contains configuration parameters for the
	// SageMaker Clarify explainer.
	ClarifyExplainerConfig *ClarifyExplainerConfig `type:"structure"`
	// contains filtered or unexported fields
}

A parameter to activate explainers.

func (ExplainerConfig) GoString added in v1.44.109

func (s ExplainerConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ExplainerConfig) SetClarifyExplainerConfig added in v1.44.109

func (s *ExplainerConfig) SetClarifyExplainerConfig(v *ClarifyExplainerConfig) *ExplainerConfig

SetClarifyExplainerConfig sets the ClarifyExplainerConfig field's value.

func (ExplainerConfig) String added in v1.44.109

func (s ExplainerConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ExplainerConfig) Validate added in v1.44.109

func (s *ExplainerConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type FailStepMetadata added in v1.42.42

type FailStepMetadata struct {

	// A message that you define and then is processed and rendered by the Fail
	// step when the error occurs.
	ErrorMessage *string `type:"string"`
	// contains filtered or unexported fields
}

The container for the metadata for Fail step.

func (FailStepMetadata) GoString added in v1.42.42

func (s FailStepMetadata) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FailStepMetadata) SetErrorMessage added in v1.42.42

func (s *FailStepMetadata) SetErrorMessage(v string) *FailStepMetadata

SetErrorMessage sets the ErrorMessage field's value.

func (FailStepMetadata) String added in v1.42.42

func (s FailStepMetadata) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type FeatureDefinition added in v1.35.37

type FeatureDefinition struct {

	// The name of a feature. The type must be a string. FeatureName cannot be any
	// of the following: is_deleted, write_time, api_invocation_time.
	FeatureName *string `min:"1" type:"string"`

	// The value type of a feature. Valid values are Integral, Fractional, or String.
	FeatureType *string `type:"string" enum:"FeatureType"`
	// contains filtered or unexported fields
}

A list of features. You must include FeatureName and FeatureType. Valid feature FeatureTypes are Integral, Fractional and String.

func (FeatureDefinition) GoString added in v1.35.37

func (s FeatureDefinition) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FeatureDefinition) SetFeatureName added in v1.35.37

func (s *FeatureDefinition) SetFeatureName(v string) *FeatureDefinition

SetFeatureName sets the FeatureName field's value.

func (*FeatureDefinition) SetFeatureType added in v1.35.37

func (s *FeatureDefinition) SetFeatureType(v string) *FeatureDefinition

SetFeatureType sets the FeatureType field's value.

func (FeatureDefinition) String added in v1.35.37

func (s FeatureDefinition) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FeatureDefinition) Validate added in v1.35.37

func (s *FeatureDefinition) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type FeatureGroup added in v1.35.37

type FeatureGroup struct {

	// The time a FeatureGroup was created.
	CreationTime *time.Time `type:"timestamp"`

	// A free form description of a FeatureGroup.
	Description *string `type:"string"`

	// The name of the feature that stores the EventTime of a Record in a FeatureGroup.
	//
	// A EventTime is point in time when a new event occurs that corresponds to
	// the creation or update of a Record in FeatureGroup. All Records in the FeatureGroup
	// must have a corresponding EventTime.
	EventTimeFeatureName *string `min:"1" type:"string"`

	// The reason that the FeatureGroup failed to be replicated in the OfflineStore.
	// This is failure may be due to a failure to create a FeatureGroup in or delete
	// a FeatureGroup from the OfflineStore.
	FailureReason *string `type:"string"`

	// A list of Features. Each Feature must include a FeatureName and a FeatureType.
	//
	// Valid FeatureTypes are Integral, Fractional and String.
	//
	// FeatureNames cannot be any of the following: is_deleted, write_time, api_invocation_time.
	//
	// You can create up to 2,500 FeatureDefinitions per FeatureGroup.
	FeatureDefinitions []*FeatureDefinition `min:"1" type:"list"`

	// The Amazon Resource Name (ARN) of a FeatureGroup.
	FeatureGroupArn *string `type:"string"`

	// The name of the FeatureGroup.
	FeatureGroupName *string `min:"1" type:"string"`

	// A FeatureGroup status.
	FeatureGroupStatus *string `type:"string" enum:"FeatureGroupStatus"`

	// A timestamp indicating the last time you updated the feature group.
	LastModifiedTime *time.Time `type:"timestamp"`

	// A value that indicates whether the feature group was updated successfully.
	LastUpdateStatus *LastUpdateStatus `type:"structure"`

	// The configuration of an OfflineStore.
	//
	// Provide an OfflineStoreConfig in a request to CreateFeatureGroup to create
	// an OfflineStore.
	//
	// To encrypt an OfflineStore using at rest data encryption, specify Amazon
	// Web Services Key Management Service (KMS) key ID, or KMSKeyId, in S3StorageConfig.
	OfflineStoreConfig *OfflineStoreConfig `type:"structure"`

	// The status of OfflineStore.
	OfflineStoreStatus *OfflineStoreStatus `type:"structure"`

	// Use this to specify the Amazon Web Services Key Management Service (KMS)
	// Key ID, or KMSKeyId, for at rest data encryption. You can turn OnlineStore
	// on or off by specifying the EnableOnlineStore flag at General Assembly.
	//
	// The default value is False.
	OnlineStoreConfig *OnlineStoreConfig `type:"structure"`

	// The name of the Feature whose value uniquely identifies a Record defined
	// in the FeatureGroup FeatureDefinitions.
	RecordIdentifierFeatureName *string `min:"1" type:"string"`

	// The Amazon Resource Name (ARN) of the IAM execution role used to create the
	// feature group.
	RoleArn *string `min:"20" type:"string"`

	// Tags used to define a FeatureGroup.
	Tags []*Tag `type:"list"`
	// contains filtered or unexported fields
}

Amazon SageMaker Feature Store stores features in a collection called Feature Group. A Feature Group can be visualized as a table which has rows, with a unique identifier for each row where each column in the table is a feature. In principle, a Feature Group is composed of features and values per features.

func (FeatureGroup) GoString added in v1.35.37

func (s FeatureGroup) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FeatureGroup) SetCreationTime added in v1.35.37

func (s *FeatureGroup) SetCreationTime(v time.Time) *FeatureGroup

SetCreationTime sets the CreationTime field's value.

func (*FeatureGroup) SetDescription added in v1.35.37

func (s *FeatureGroup) SetDescription(v string) *FeatureGroup

SetDescription sets the Description field's value.

func (*FeatureGroup) SetEventTimeFeatureName added in v1.35.37

func (s *FeatureGroup) SetEventTimeFeatureName(v string) *FeatureGroup

SetEventTimeFeatureName sets the EventTimeFeatureName field's value.

func (*FeatureGroup) SetFailureReason added in v1.35.37

func (s *FeatureGroup) SetFailureReason(v string) *FeatureGroup

SetFailureReason sets the FailureReason field's value.

func (*FeatureGroup) SetFeatureDefinitions added in v1.35.37

func (s *FeatureGroup) SetFeatureDefinitions(v []*FeatureDefinition) *FeatureGroup

SetFeatureDefinitions sets the FeatureDefinitions field's value.

func (*FeatureGroup) SetFeatureGroupArn added in v1.35.37

func (s *FeatureGroup) SetFeatureGroupArn(v string) *FeatureGroup

SetFeatureGroupArn sets the FeatureGroupArn field's value.

func (*FeatureGroup) SetFeatureGroupName added in v1.35.37

func (s *FeatureGroup) SetFeatureGroupName(v string) *FeatureGroup

SetFeatureGroupName sets the FeatureGroupName field's value.

func (*FeatureGroup) SetFeatureGroupStatus added in v1.35.37

func (s *FeatureGroup) SetFeatureGroupStatus(v string) *FeatureGroup

SetFeatureGroupStatus sets the FeatureGroupStatus field's value.

func (*FeatureGroup) SetLastModifiedTime added in v1.44.45

func (s *FeatureGroup) SetLastModifiedTime(v time.Time) *FeatureGroup

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*FeatureGroup) SetLastUpdateStatus added in v1.44.45

func (s *FeatureGroup) SetLastUpdateStatus(v *LastUpdateStatus) *FeatureGroup

SetLastUpdateStatus sets the LastUpdateStatus field's value.

func (*FeatureGroup) SetOfflineStoreConfig added in v1.35.37

func (s *FeatureGroup) SetOfflineStoreConfig(v *OfflineStoreConfig) *FeatureGroup

SetOfflineStoreConfig sets the OfflineStoreConfig field's value.

func (*FeatureGroup) SetOfflineStoreStatus added in v1.35.37

func (s *FeatureGroup) SetOfflineStoreStatus(v *OfflineStoreStatus) *FeatureGroup

SetOfflineStoreStatus sets the OfflineStoreStatus field's value.

func (*FeatureGroup) SetOnlineStoreConfig added in v1.35.37

func (s *FeatureGroup) SetOnlineStoreConfig(v *OnlineStoreConfig) *FeatureGroup

SetOnlineStoreConfig sets the OnlineStoreConfig field's value.

func (*FeatureGroup) SetRecordIdentifierFeatureName added in v1.35.37

func (s *FeatureGroup) SetRecordIdentifierFeatureName(v string) *FeatureGroup

SetRecordIdentifierFeatureName sets the RecordIdentifierFeatureName field's value.

func (*FeatureGroup) SetRoleArn added in v1.35.37

func (s *FeatureGroup) SetRoleArn(v string) *FeatureGroup

SetRoleArn sets the RoleArn field's value.

func (*FeatureGroup) SetTags added in v1.35.37

func (s *FeatureGroup) SetTags(v []*Tag) *FeatureGroup

SetTags sets the Tags field's value.

func (FeatureGroup) String added in v1.35.37

func (s FeatureGroup) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type FeatureGroupSummary added in v1.35.37

type FeatureGroupSummary struct {

	// A timestamp indicating the time of creation time of the FeatureGroup.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// Unique identifier for the FeatureGroup.
	//
	// FeatureGroupArn is a required field
	FeatureGroupArn *string `type:"string" required:"true"`

	// The name of FeatureGroup.
	//
	// FeatureGroupName is a required field
	FeatureGroupName *string `min:"1" type:"string" required:"true"`

	// The status of a FeatureGroup. The status can be any of the following: Creating,
	// Created, CreateFail, Deleting or DetailFail.
	FeatureGroupStatus *string `type:"string" enum:"FeatureGroupStatus"`

	// Notifies you if replicating data into the OfflineStore has failed. Returns
	// either: Active or Blocked.
	OfflineStoreStatus *OfflineStoreStatus `type:"structure"`
	// contains filtered or unexported fields
}

The name, ARN, CreationTime, FeatureGroup values, LastUpdatedTime and EnableOnlineStorage status of a FeatureGroup.

func (FeatureGroupSummary) GoString added in v1.35.37

func (s FeatureGroupSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FeatureGroupSummary) SetCreationTime added in v1.35.37

func (s *FeatureGroupSummary) SetCreationTime(v time.Time) *FeatureGroupSummary

SetCreationTime sets the CreationTime field's value.

func (*FeatureGroupSummary) SetFeatureGroupArn added in v1.35.37

func (s *FeatureGroupSummary) SetFeatureGroupArn(v string) *FeatureGroupSummary

SetFeatureGroupArn sets the FeatureGroupArn field's value.

func (*FeatureGroupSummary) SetFeatureGroupName added in v1.35.37

func (s *FeatureGroupSummary) SetFeatureGroupName(v string) *FeatureGroupSummary

SetFeatureGroupName sets the FeatureGroupName field's value.

func (*FeatureGroupSummary) SetFeatureGroupStatus added in v1.35.37

func (s *FeatureGroupSummary) SetFeatureGroupStatus(v string) *FeatureGroupSummary

SetFeatureGroupStatus sets the FeatureGroupStatus field's value.

func (*FeatureGroupSummary) SetOfflineStoreStatus added in v1.35.37

func (s *FeatureGroupSummary) SetOfflineStoreStatus(v *OfflineStoreStatus) *FeatureGroupSummary

SetOfflineStoreStatus sets the OfflineStoreStatus field's value.

func (FeatureGroupSummary) String added in v1.35.37

func (s FeatureGroupSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type FeatureMetadata added in v1.44.45

type FeatureMetadata struct {

	// A timestamp indicating when the feature was created.
	CreationTime *time.Time `type:"timestamp"`

	// An optional description that you specify to better describe the feature.
	Description *string `type:"string"`

	// The Amazon Resource Number (ARN) of the feature group.
	FeatureGroupArn *string `type:"string"`

	// The name of the feature group containing the feature.
	FeatureGroupName *string `min:"1" type:"string"`

	// The name of feature.
	FeatureName *string `min:"1" type:"string"`

	// The data type of the feature.
	FeatureType *string `type:"string" enum:"FeatureType"`

	// A timestamp indicating when the feature was last modified.
	LastModifiedTime *time.Time `type:"timestamp"`

	// Optional key-value pairs that you specify to better describe the feature.
	Parameters []*FeatureParameter `type:"list"`
	// contains filtered or unexported fields
}

The metadata for a feature. It can either be metadata that you specify, or metadata that is updated automatically.

func (FeatureMetadata) GoString added in v1.44.45

func (s FeatureMetadata) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FeatureMetadata) SetCreationTime added in v1.44.45

func (s *FeatureMetadata) SetCreationTime(v time.Time) *FeatureMetadata

SetCreationTime sets the CreationTime field's value.

func (*FeatureMetadata) SetDescription added in v1.44.45

func (s *FeatureMetadata) SetDescription(v string) *FeatureMetadata

SetDescription sets the Description field's value.

func (*FeatureMetadata) SetFeatureGroupArn added in v1.44.45

func (s *FeatureMetadata) SetFeatureGroupArn(v string) *FeatureMetadata

SetFeatureGroupArn sets the FeatureGroupArn field's value.

func (*FeatureMetadata) SetFeatureGroupName added in v1.44.45

func (s *FeatureMetadata) SetFeatureGroupName(v string) *FeatureMetadata

SetFeatureGroupName sets the FeatureGroupName field's value.

func (*FeatureMetadata) SetFeatureName added in v1.44.45

func (s *FeatureMetadata) SetFeatureName(v string) *FeatureMetadata

SetFeatureName sets the FeatureName field's value.

func (*FeatureMetadata) SetFeatureType added in v1.44.45

func (s *FeatureMetadata) SetFeatureType(v string) *FeatureMetadata

SetFeatureType sets the FeatureType field's value.

func (*FeatureMetadata) SetLastModifiedTime added in v1.44.45

func (s *FeatureMetadata) SetLastModifiedTime(v time.Time) *FeatureMetadata

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*FeatureMetadata) SetParameters added in v1.44.45

func (s *FeatureMetadata) SetParameters(v []*FeatureParameter) *FeatureMetadata

SetParameters sets the Parameters field's value.

func (FeatureMetadata) String added in v1.44.45

func (s FeatureMetadata) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type FeatureParameter added in v1.44.45

type FeatureParameter struct {

	// A key that must contain a value to describe the feature.
	Key *string `min:"1" type:"string"`

	// The value that belongs to a key.
	Value *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

A key-value pair that you specify to describe the feature.

func (FeatureParameter) GoString added in v1.44.45

func (s FeatureParameter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FeatureParameter) SetKey added in v1.44.45

SetKey sets the Key field's value.

func (*FeatureParameter) SetValue added in v1.44.45

func (s *FeatureParameter) SetValue(v string) *FeatureParameter

SetValue sets the Value field's value.

func (FeatureParameter) String added in v1.44.45

func (s FeatureParameter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FeatureParameter) Validate added in v1.44.45

func (s *FeatureParameter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type FileSource added in v1.42.17

type FileSource struct {

	// The digest of the file source.
	ContentDigest *string `type:"string"`

	// The type of content stored in the file source.
	ContentType *string `type:"string"`

	// The Amazon S3 URI for the file source.
	//
	// S3Uri is a required field
	S3Uri *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Contains details regarding the file source.

func (FileSource) GoString added in v1.42.17

func (s FileSource) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FileSource) SetContentDigest added in v1.42.17

func (s *FileSource) SetContentDigest(v string) *FileSource

SetContentDigest sets the ContentDigest field's value.

func (*FileSource) SetContentType added in v1.42.17

func (s *FileSource) SetContentType(v string) *FileSource

SetContentType sets the ContentType field's value.

func (*FileSource) SetS3Uri added in v1.42.17

func (s *FileSource) SetS3Uri(v string) *FileSource

SetS3Uri sets the S3Uri field's value.

func (FileSource) String added in v1.42.17

func (s FileSource) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FileSource) Validate added in v1.42.17

func (s *FileSource) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type FileSystemConfig added in v1.35.15

type FileSystemConfig struct {

	// The default POSIX group ID (GID). If not specified, defaults to 100.
	DefaultGid *int64 `type:"integer"`

	// The default POSIX user ID (UID). If not specified, defaults to 1000.
	DefaultUid *int64 `type:"integer"`

	// The path within the image to mount the user's EFS home directory. The directory
	// should be empty. If not specified, defaults to /home/sagemaker-user.
	MountPath *string `type:"string"`
	// contains filtered or unexported fields
}

The Amazon Elastic File System (EFS) storage configuration for a SageMaker image.

func (FileSystemConfig) GoString added in v1.35.15

func (s FileSystemConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FileSystemConfig) SetDefaultGid added in v1.35.15

func (s *FileSystemConfig) SetDefaultGid(v int64) *FileSystemConfig

SetDefaultGid sets the DefaultGid field's value.

func (*FileSystemConfig) SetDefaultUid added in v1.35.15

func (s *FileSystemConfig) SetDefaultUid(v int64) *FileSystemConfig

SetDefaultUid sets the DefaultUid field's value.

func (*FileSystemConfig) SetMountPath added in v1.35.15

func (s *FileSystemConfig) SetMountPath(v string) *FileSystemConfig

SetMountPath sets the MountPath field's value.

func (FileSystemConfig) String added in v1.35.15

func (s FileSystemConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type FileSystemDataSource added in v1.23.6

type FileSystemDataSource struct {

	// The full path to the directory to associate with the channel.
	//
	// DirectoryPath is a required field
	DirectoryPath *string `type:"string" required:"true"`

	// The access mode of the mount of the directory associated with the channel.
	// A directory can be mounted either in ro (read-only) or rw (read-write) mode.
	//
	// FileSystemAccessMode is a required field
	FileSystemAccessMode *string `type:"string" required:"true" enum:"FileSystemAccessMode"`

	// The file system id.
	//
	// FileSystemId is a required field
	FileSystemId *string `min:"11" type:"string" required:"true"`

	// The file system type.
	//
	// FileSystemType is a required field
	FileSystemType *string `type:"string" required:"true" enum:"FileSystemType"`
	// contains filtered or unexported fields
}

Specifies a file system data source for a channel.

func (FileSystemDataSource) GoString added in v1.23.6

func (s FileSystemDataSource) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FileSystemDataSource) SetDirectoryPath added in v1.23.6

func (s *FileSystemDataSource) SetDirectoryPath(v string) *FileSystemDataSource

SetDirectoryPath sets the DirectoryPath field's value.

func (*FileSystemDataSource) SetFileSystemAccessMode added in v1.23.6

func (s *FileSystemDataSource) SetFileSystemAccessMode(v string) *FileSystemDataSource

SetFileSystemAccessMode sets the FileSystemAccessMode field's value.

func (*FileSystemDataSource) SetFileSystemId added in v1.23.6

func (s *FileSystemDataSource) SetFileSystemId(v string) *FileSystemDataSource

SetFileSystemId sets the FileSystemId field's value.

func (*FileSystemDataSource) SetFileSystemType added in v1.23.6

func (s *FileSystemDataSource) SetFileSystemType(v string) *FileSystemDataSource

SetFileSystemType sets the FileSystemType field's value.

func (FileSystemDataSource) String added in v1.23.6

func (s FileSystemDataSource) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FileSystemDataSource) Validate added in v1.23.6

func (s *FileSystemDataSource) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Filter added in v1.15.86

type Filter struct {

	// A resource property name. For example, TrainingJobName. For valid property
	// names, see SearchRecord (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_SearchRecord.html).
	// You must specify a valid property for the resource.
	//
	// Name is a required field
	Name *string `min:"1" type:"string" required:"true"`

	// A Boolean binary operator that is used to evaluate the filter. The operator
	// field contains one of the following values:
	//
	// Equals
	//
	// The value of Name equals Value.
	//
	// NotEquals
	//
	// The value of Name doesn't equal Value.
	//
	// Exists
	//
	// The Name property exists.
	//
	// NotExists
	//
	// The Name property does not exist.
	//
	// GreaterThan
	//
	// The value of Name is greater than Value. Not supported for text properties.
	//
	// GreaterThanOrEqualTo
	//
	// The value of Name is greater than or equal to Value. Not supported for text
	// properties.
	//
	// LessThan
	//
	// The value of Name is less than Value. Not supported for text properties.
	//
	// LessThanOrEqualTo
	//
	// The value of Name is less than or equal to Value. Not supported for text
	// properties.
	//
	// In
	//
	// The value of Name is one of the comma delimited strings in Value. Only supported
	// for text properties.
	//
	// Contains
	//
	// The value of Name contains the string Value. Only supported for text properties.
	//
	// A SearchExpression can include the Contains operator multiple times when
	// the value of Name is one of the following:
	//
	//    * Experiment.DisplayName
	//
	//    * Experiment.ExperimentName
	//
	//    * Experiment.Tags
	//
	//    * Trial.DisplayName
	//
	//    * Trial.TrialName
	//
	//    * Trial.Tags
	//
	//    * TrialComponent.DisplayName
	//
	//    * TrialComponent.TrialComponentName
	//
	//    * TrialComponent.Tags
	//
	//    * TrialComponent.InputArtifacts
	//
	//    * TrialComponent.OutputArtifacts
	//
	// A SearchExpression can include only one Contains operator for all other values
	// of Name. In these cases, if you include multiple Contains operators in the
	// SearchExpression, the result is the following error message: "'CONTAINS'
	// operator usage limit of 1 exceeded."
	Operator *string `type:"string" enum:"Operator"`

	// A value used with Name and Operator to determine which resources satisfy
	// the filter's condition. For numerical properties, Value must be an integer
	// or floating-point decimal. For timestamp properties, Value must be an ISO
	// 8601 date-time string of the following format: YYYY-mm-dd'T'HH:MM:SS.
	Value *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

A conditional statement for a search expression that includes a resource property, a Boolean operator, and a value. Resources that match the statement are returned in the results from the Search (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_Search.html) API.

If you specify a Value, but not an Operator, SageMaker uses the equals operator.

In search, there are several property types:

Metrics

To define a metric filter, enter a value using the form "Metrics.<name>", where <name> is a metric name. For example, the following filter searches for training jobs with an "accuracy" metric greater than "0.9":

{

"Name": "Metrics.accuracy",

"Operator": "GreaterThan",

"Value": "0.9"

}

HyperParameters

To define a hyperparameter filter, enter a value with the form "HyperParameters.<name>". Decimal hyperparameter values are treated as a decimal in a comparison if the specified Value is also a decimal value. If the specified Value is an integer, the decimal hyperparameter values are treated as integers. For example, the following filter is satisfied by training jobs with a "learning_rate" hyperparameter that is less than "0.5":

{

"Name": "HyperParameters.learning_rate",

"Operator": "LessThan",

"Value": "0.5"

}

Tags

To define a tag filter, enter a value with the form Tags.<key>.

func (Filter) GoString added in v1.15.86

func (s Filter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Filter) SetName added in v1.15.86

func (s *Filter) SetName(v string) *Filter

SetName sets the Name field's value.

func (*Filter) SetOperator added in v1.15.86

func (s *Filter) SetOperator(v string) *Filter

SetOperator sets the Operator field's value.

func (*Filter) SetValue added in v1.15.86

func (s *Filter) SetValue(v string) *Filter

SetValue sets the Value field's value.

func (Filter) String added in v1.15.86

func (s Filter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Filter) Validate added in v1.15.86

func (s *Filter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type FinalAutoMLJobObjectiveMetric added in v1.25.47

type FinalAutoMLJobObjectiveMetric struct {

	// The name of the metric with the best result. For a description of the possible
	// objective metrics, see AutoMLJobObjective$MetricName (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_AutoMLJobObjective.html).
	//
	// MetricName is a required field
	MetricName *string `type:"string" required:"true" enum:"AutoMLMetricEnum"`

	// The name of the standard metric. For a description of the standard metrics,
	// see Autopilot candidate metrics (https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-metrics-validation.html#autopilot-metrics).
	StandardMetricName *string `type:"string" enum:"AutoMLMetricEnum"`

	// The type of metric with the best result.
	Type *string `type:"string" enum:"AutoMLJobObjectiveType"`

	// The value of the metric with the best result.
	//
	// Value is a required field
	Value *float64 `type:"float" required:"true"`
	// contains filtered or unexported fields
}

The best candidate result from an AutoML training job.

func (FinalAutoMLJobObjectiveMetric) GoString added in v1.25.47

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FinalAutoMLJobObjectiveMetric) SetMetricName added in v1.25.47

SetMetricName sets the MetricName field's value.

func (*FinalAutoMLJobObjectiveMetric) SetStandardMetricName added in v1.44.199

SetStandardMetricName sets the StandardMetricName field's value.

func (*FinalAutoMLJobObjectiveMetric) SetType added in v1.25.47

SetType sets the Type field's value.

func (*FinalAutoMLJobObjectiveMetric) SetValue added in v1.25.47

SetValue sets the Value field's value.

func (FinalAutoMLJobObjectiveMetric) String added in v1.25.47

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type FinalHyperParameterTuningJobObjectiveMetric added in v1.14.0

type FinalHyperParameterTuningJobObjectiveMetric struct {

	// The name of the objective metric. For SageMaker built-in algorithms, metrics
	// are defined per algorithm. See the metrics for XGBoost (https://docs.aws.amazon.com/sagemaker/latest/dg/xgboost-tuning.html)
	// as an example. You can also use a custom algorithm for training and define
	// your own metrics. For more information, see Define metrics and environment
	// variables (https://docs.aws.amazon.com/sagemaker/latest/dg/automatic-model-tuning-define-metrics-variables.html).
	//
	// MetricName is a required field
	MetricName *string `min:"1" type:"string" required:"true"`

	// Select if you want to minimize or maximize the objective metric during hyperparameter
	// tuning.
	Type *string `type:"string" enum:"HyperParameterTuningJobObjectiveType"`

	// The value of the objective metric.
	//
	// Value is a required field
	Value *float64 `type:"float" required:"true"`
	// contains filtered or unexported fields
}

Shows the latest objective metric emitted by a training job that was launched by a hyperparameter tuning job. You define the objective metric in the HyperParameterTuningJobObjective parameter of HyperParameterTuningJobConfig (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_HyperParameterTuningJobConfig.html).

func (FinalHyperParameterTuningJobObjectiveMetric) GoString added in v1.14.0

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FinalHyperParameterTuningJobObjectiveMetric) SetMetricName added in v1.14.0

SetMetricName sets the MetricName field's value.

func (*FinalHyperParameterTuningJobObjectiveMetric) SetType added in v1.14.0

SetType sets the Type field's value.

func (*FinalHyperParameterTuningJobObjectiveMetric) SetValue added in v1.14.0

SetValue sets the Value field's value.

func (FinalHyperParameterTuningJobObjectiveMetric) String added in v1.14.0

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type FlowDefinitionOutputConfig added in v1.25.47

type FlowDefinitionOutputConfig struct {

	// The Amazon Key Management Service (KMS) key ID for server-side encryption.
	KmsKeyId *string `type:"string"`

	// The Amazon S3 path where the object containing human output will be made
	// available.
	//
	// To learn more about the format of Amazon A2I output data, see Amazon A2I
	// Output Data (https://docs.aws.amazon.com/sagemaker/latest/dg/a2i-output-data.html).
	//
	// S3OutputPath is a required field
	S3OutputPath *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Contains information about where human output will be stored.

func (FlowDefinitionOutputConfig) GoString added in v1.25.47

func (s FlowDefinitionOutputConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FlowDefinitionOutputConfig) SetKmsKeyId added in v1.25.47

SetKmsKeyId sets the KmsKeyId field's value.

func (*FlowDefinitionOutputConfig) SetS3OutputPath added in v1.25.47

SetS3OutputPath sets the S3OutputPath field's value.

func (FlowDefinitionOutputConfig) String added in v1.25.47

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FlowDefinitionOutputConfig) Validate added in v1.25.47

func (s *FlowDefinitionOutputConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type FlowDefinitionSummary added in v1.25.47

type FlowDefinitionSummary struct {

	// The timestamp when SageMaker created the flow definition.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// The reason why the flow definition creation failed. A failure reason is returned
	// only when the flow definition status is Failed.
	FailureReason *string `type:"string"`

	// The Amazon Resource Name (ARN) of the flow definition.
	//
	// FlowDefinitionArn is a required field
	FlowDefinitionArn *string `type:"string" required:"true"`

	// The name of the flow definition.
	//
	// FlowDefinitionName is a required field
	FlowDefinitionName *string `min:"1" type:"string" required:"true"`

	// The status of the flow definition. Valid values:
	//
	// FlowDefinitionStatus is a required field
	FlowDefinitionStatus *string `type:"string" required:"true" enum:"FlowDefinitionStatus"`
	// contains filtered or unexported fields
}

Contains summary information about the flow definition.

func (FlowDefinitionSummary) GoString added in v1.25.47

func (s FlowDefinitionSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*FlowDefinitionSummary) SetCreationTime added in v1.25.47

func (s *FlowDefinitionSummary) SetCreationTime(v time.Time) *FlowDefinitionSummary

SetCreationTime sets the CreationTime field's value.

func (*FlowDefinitionSummary) SetFailureReason added in v1.25.47

func (s *FlowDefinitionSummary) SetFailureReason(v string) *FlowDefinitionSummary

SetFailureReason sets the FailureReason field's value.

func (*FlowDefinitionSummary) SetFlowDefinitionArn added in v1.25.47

func (s *FlowDefinitionSummary) SetFlowDefinitionArn(v string) *FlowDefinitionSummary

SetFlowDefinitionArn sets the FlowDefinitionArn field's value.

func (*FlowDefinitionSummary) SetFlowDefinitionName added in v1.25.47

func (s *FlowDefinitionSummary) SetFlowDefinitionName(v string) *FlowDefinitionSummary

SetFlowDefinitionName sets the FlowDefinitionName field's value.

func (*FlowDefinitionSummary) SetFlowDefinitionStatus added in v1.25.47

func (s *FlowDefinitionSummary) SetFlowDefinitionStatus(v string) *FlowDefinitionSummary

SetFlowDefinitionStatus sets the FlowDefinitionStatus field's value.

func (FlowDefinitionSummary) String added in v1.25.47

func (s FlowDefinitionSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetDeviceFleetReportInput added in v1.36.4

type GetDeviceFleetReportInput struct {

	// The name of the fleet.
	//
	// DeviceFleetName is a required field
	DeviceFleetName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetDeviceFleetReportInput) GoString added in v1.36.4

func (s GetDeviceFleetReportInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetDeviceFleetReportInput) SetDeviceFleetName added in v1.36.4

SetDeviceFleetName sets the DeviceFleetName field's value.

func (GetDeviceFleetReportInput) String added in v1.36.4

func (s GetDeviceFleetReportInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetDeviceFleetReportInput) Validate added in v1.36.4

func (s *GetDeviceFleetReportInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetDeviceFleetReportOutput added in v1.36.4

type GetDeviceFleetReportOutput struct {

	// The versions of Edge Manager agent deployed on the fleet.
	AgentVersions []*AgentVersion `type:"list"`

	// Description of the fleet.
	Description *string `min:"1" type:"string"`

	// The Amazon Resource Name (ARN) of the device.
	//
	// DeviceFleetArn is a required field
	DeviceFleetArn *string `type:"string" required:"true"`

	// The name of the fleet.
	//
	// DeviceFleetName is a required field
	DeviceFleetName *string `min:"1" type:"string" required:"true"`

	// Status of devices.
	DeviceStats *DeviceStats `type:"structure"`

	// Status of model on device.
	ModelStats []*EdgeModelStat `type:"list"`

	// The output configuration for storing sample data collected by the fleet.
	OutputConfig *EdgeOutputConfig `type:"structure"`

	// Timestamp of when the report was generated.
	ReportGenerated *time.Time `type:"timestamp"`
	// contains filtered or unexported fields
}

func (GetDeviceFleetReportOutput) GoString added in v1.36.4

func (s GetDeviceFleetReportOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetDeviceFleetReportOutput) SetAgentVersions added in v1.36.4

SetAgentVersions sets the AgentVersions field's value.

func (*GetDeviceFleetReportOutput) SetDescription added in v1.36.4

SetDescription sets the Description field's value.

func (*GetDeviceFleetReportOutput) SetDeviceFleetArn added in v1.36.4

SetDeviceFleetArn sets the DeviceFleetArn field's value.

func (*GetDeviceFleetReportOutput) SetDeviceFleetName added in v1.36.4

SetDeviceFleetName sets the DeviceFleetName field's value.

func (*GetDeviceFleetReportOutput) SetDeviceStats added in v1.36.4

SetDeviceStats sets the DeviceStats field's value.

func (*GetDeviceFleetReportOutput) SetModelStats added in v1.36.4

SetModelStats sets the ModelStats field's value.

func (*GetDeviceFleetReportOutput) SetOutputConfig added in v1.36.4

SetOutputConfig sets the OutputConfig field's value.

func (*GetDeviceFleetReportOutput) SetReportGenerated added in v1.36.4

SetReportGenerated sets the ReportGenerated field's value.

func (GetDeviceFleetReportOutput) String added in v1.36.4

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetLineageGroupPolicyInput added in v1.42.17

type GetLineageGroupPolicyInput struct {

	// The name or Amazon Resource Name (ARN) of the lineage group.
	//
	// LineageGroupName is a required field
	LineageGroupName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetLineageGroupPolicyInput) GoString added in v1.42.17

func (s GetLineageGroupPolicyInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetLineageGroupPolicyInput) SetLineageGroupName added in v1.42.17

SetLineageGroupName sets the LineageGroupName field's value.

func (GetLineageGroupPolicyInput) String added in v1.42.17

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetLineageGroupPolicyInput) Validate added in v1.42.17

func (s *GetLineageGroupPolicyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetLineageGroupPolicyOutput added in v1.42.17

type GetLineageGroupPolicyOutput struct {

	// The Amazon Resource Name (ARN) of the lineage group.
	LineageGroupArn *string `type:"string"`

	// The resource policy that gives access to the lineage group in another account.
	ResourcePolicy *string `type:"string"`
	// contains filtered or unexported fields
}

func (GetLineageGroupPolicyOutput) GoString added in v1.42.17

func (s GetLineageGroupPolicyOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetLineageGroupPolicyOutput) SetLineageGroupArn added in v1.42.17

SetLineageGroupArn sets the LineageGroupArn field's value.

func (*GetLineageGroupPolicyOutput) SetResourcePolicy added in v1.42.17

SetResourcePolicy sets the ResourcePolicy field's value.

func (GetLineageGroupPolicyOutput) String added in v1.42.17

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetModelPackageGroupPolicyInput added in v1.35.37

type GetModelPackageGroupPolicyInput struct {

	// The name of the model group for which to get the resource policy.
	//
	// ModelPackageGroupName is a required field
	ModelPackageGroupName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetModelPackageGroupPolicyInput) GoString added in v1.35.37

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetModelPackageGroupPolicyInput) SetModelPackageGroupName added in v1.35.37

SetModelPackageGroupName sets the ModelPackageGroupName field's value.

func (GetModelPackageGroupPolicyInput) String added in v1.35.37

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetModelPackageGroupPolicyInput) Validate added in v1.35.37

func (s *GetModelPackageGroupPolicyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetModelPackageGroupPolicyOutput added in v1.35.37

type GetModelPackageGroupPolicyOutput struct {

	// The resource policy for the model group.
	//
	// ResourcePolicy is a required field
	ResourcePolicy *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetModelPackageGroupPolicyOutput) GoString added in v1.35.37

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetModelPackageGroupPolicyOutput) SetResourcePolicy added in v1.35.37

SetResourcePolicy sets the ResourcePolicy field's value.

func (GetModelPackageGroupPolicyOutput) String added in v1.35.37

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetSagemakerServicecatalogPortfolioStatusInput added in v1.35.37

type GetSagemakerServicecatalogPortfolioStatusInput struct {
	// contains filtered or unexported fields
}

func (GetSagemakerServicecatalogPortfolioStatusInput) GoString added in v1.35.37

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (GetSagemakerServicecatalogPortfolioStatusInput) String added in v1.35.37

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetSagemakerServicecatalogPortfolioStatusOutput added in v1.35.37

type GetSagemakerServicecatalogPortfolioStatusOutput struct {

	// Whether Service Catalog is enabled or disabled in SageMaker.
	Status *string `type:"string" enum:"SagemakerServicecatalogStatus"`
	// contains filtered or unexported fields
}

func (GetSagemakerServicecatalogPortfolioStatusOutput) GoString added in v1.35.37

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetSagemakerServicecatalogPortfolioStatusOutput) SetStatus added in v1.35.37

SetStatus sets the Status field's value.

func (GetSagemakerServicecatalogPortfolioStatusOutput) String added in v1.35.37

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetScalingConfigurationRecommendationInput added in v1.44.315

type GetScalingConfigurationRecommendationInput struct {

	// The name of an endpoint benchmarked during a previously completed inference
	// recommendation job. This name should come from one of the recommendations
	// returned by the job specified in the InferenceRecommendationsJobName field.
	//
	// Specify either this field or the RecommendationId field.
	EndpointName *string `type:"string"`

	// The name of a previously completed Inference Recommender job.
	//
	// InferenceRecommendationsJobName is a required field
	InferenceRecommendationsJobName *string `min:"1" type:"string" required:"true"`

	// The recommendation ID of a previously completed inference recommendation.
	// This ID should come from one of the recommendations returned by the job specified
	// in the InferenceRecommendationsJobName field.
	//
	// Specify either this field or the EndpointName field.
	RecommendationId *string `type:"string"`

	// An object where you specify the anticipated traffic pattern for an endpoint.
	ScalingPolicyObjective *ScalingPolicyObjective `type:"structure"`

	// The percentage of how much utilization you want an instance to use before
	// autoscaling. The default value is 50%.
	TargetCpuUtilizationPerCore *int64 `min:"1" type:"integer"`
	// contains filtered or unexported fields
}

func (GetScalingConfigurationRecommendationInput) GoString added in v1.44.315

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetScalingConfigurationRecommendationInput) SetEndpointName added in v1.44.315

SetEndpointName sets the EndpointName field's value.

func (*GetScalingConfigurationRecommendationInput) SetInferenceRecommendationsJobName added in v1.44.315

SetInferenceRecommendationsJobName sets the InferenceRecommendationsJobName field's value.

func (*GetScalingConfigurationRecommendationInput) SetRecommendationId added in v1.44.315

SetRecommendationId sets the RecommendationId field's value.

func (*GetScalingConfigurationRecommendationInput) SetScalingPolicyObjective added in v1.44.315

SetScalingPolicyObjective sets the ScalingPolicyObjective field's value.

func (*GetScalingConfigurationRecommendationInput) SetTargetCpuUtilizationPerCore added in v1.44.315

SetTargetCpuUtilizationPerCore sets the TargetCpuUtilizationPerCore field's value.

func (GetScalingConfigurationRecommendationInput) String added in v1.44.315

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetScalingConfigurationRecommendationInput) Validate added in v1.44.315

Validate inspects the fields of the type to determine if they are valid.

type GetScalingConfigurationRecommendationOutput added in v1.44.315

type GetScalingConfigurationRecommendationOutput struct {

	// An object with the recommended values for you to specify when creating an
	// autoscaling policy.
	DynamicScalingConfiguration *DynamicScalingConfiguration `type:"structure"`

	// The name of an endpoint benchmarked during a previously completed Inference
	// Recommender job.
	EndpointName *string `type:"string"`

	// The name of a previously completed Inference Recommender job.
	InferenceRecommendationsJobName *string `min:"1" type:"string"`

	// An object with a list of metrics that were benchmarked during the previously
	// completed Inference Recommender job.
	Metric *ScalingPolicyMetric `type:"structure"`

	// The recommendation ID of a previously completed inference recommendation.
	RecommendationId *string `type:"string"`

	// An object representing the anticipated traffic pattern for an endpoint that
	// you specified in the request.
	ScalingPolicyObjective *ScalingPolicyObjective `type:"structure"`

	// The percentage of how much utilization you want an instance to use before
	// autoscaling, which you specified in the request. The default value is 50%.
	TargetCpuUtilizationPerCore *int64 `min:"1" type:"integer"`
	// contains filtered or unexported fields
}

func (GetScalingConfigurationRecommendationOutput) GoString added in v1.44.315

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetScalingConfigurationRecommendationOutput) SetDynamicScalingConfiguration added in v1.44.315

SetDynamicScalingConfiguration sets the DynamicScalingConfiguration field's value.

func (*GetScalingConfigurationRecommendationOutput) SetEndpointName added in v1.44.315

SetEndpointName sets the EndpointName field's value.

func (*GetScalingConfigurationRecommendationOutput) SetInferenceRecommendationsJobName added in v1.44.315

SetInferenceRecommendationsJobName sets the InferenceRecommendationsJobName field's value.

func (*GetScalingConfigurationRecommendationOutput) SetMetric added in v1.44.315

SetMetric sets the Metric field's value.

func (*GetScalingConfigurationRecommendationOutput) SetRecommendationId added in v1.44.315

SetRecommendationId sets the RecommendationId field's value.

func (*GetScalingConfigurationRecommendationOutput) SetScalingPolicyObjective added in v1.44.315

SetScalingPolicyObjective sets the ScalingPolicyObjective field's value.

func (*GetScalingConfigurationRecommendationOutput) SetTargetCpuUtilizationPerCore added in v1.44.315

SetTargetCpuUtilizationPerCore sets the TargetCpuUtilizationPerCore field's value.

func (GetScalingConfigurationRecommendationOutput) String added in v1.44.315

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetSearchSuggestionsInput added in v1.15.86

type GetSearchSuggestionsInput struct {

	// The name of the SageMaker resource to search for.
	//
	// Resource is a required field
	Resource *string `type:"string" required:"true" enum:"ResourceType"`

	// Limits the property names that are included in the response.
	SuggestionQuery *SuggestionQuery `type:"structure"`
	// contains filtered or unexported fields
}

func (GetSearchSuggestionsInput) GoString added in v1.15.86

func (s GetSearchSuggestionsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetSearchSuggestionsInput) SetResource added in v1.15.86

SetResource sets the Resource field's value.

func (*GetSearchSuggestionsInput) SetSuggestionQuery added in v1.15.86

SetSuggestionQuery sets the SuggestionQuery field's value.

func (GetSearchSuggestionsInput) String added in v1.15.86

func (s GetSearchSuggestionsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetSearchSuggestionsInput) Validate added in v1.15.86

func (s *GetSearchSuggestionsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetSearchSuggestionsOutput added in v1.15.86

type GetSearchSuggestionsOutput struct {

	// A list of property names for a Resource that match a SuggestionQuery.
	PropertyNameSuggestions []*PropertyNameSuggestion `type:"list"`
	// contains filtered or unexported fields
}

func (GetSearchSuggestionsOutput) GoString added in v1.15.86

func (s GetSearchSuggestionsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetSearchSuggestionsOutput) SetPropertyNameSuggestions added in v1.15.86

SetPropertyNameSuggestions sets the PropertyNameSuggestions field's value.

func (GetSearchSuggestionsOutput) String added in v1.15.86

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GitConfig added in v1.15.86

type GitConfig struct {

	// The default branch for the Git repository.
	Branch *string `min:"1" type:"string"`

	// The URL where the Git repository is located.
	//
	// RepositoryUrl is a required field
	RepositoryUrl *string `type:"string" required:"true"`

	// The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager
	// secret that contains the credentials used to access the git repository. The
	// secret must have a staging label of AWSCURRENT and must be in the following
	// format:
	//
	// {"username": UserName, "password": Password}
	SecretArn *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

Specifies configuration details for a Git repository in your Amazon Web Services account.

func (GitConfig) GoString added in v1.15.86

func (s GitConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GitConfig) SetBranch added in v1.15.86

func (s *GitConfig) SetBranch(v string) *GitConfig

SetBranch sets the Branch field's value.

func (*GitConfig) SetRepositoryUrl added in v1.15.86

func (s *GitConfig) SetRepositoryUrl(v string) *GitConfig

SetRepositoryUrl sets the RepositoryUrl field's value.

func (*GitConfig) SetSecretArn added in v1.15.86

func (s *GitConfig) SetSecretArn(v string) *GitConfig

SetSecretArn sets the SecretArn field's value.

func (GitConfig) String added in v1.15.86

func (s GitConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GitConfig) Validate added in v1.15.86

func (s *GitConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GitConfigForUpdate added in v1.15.86

type GitConfigForUpdate struct {

	// The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager
	// secret that contains the credentials used to access the git repository. The
	// secret must have a staging label of AWSCURRENT and must be in the following
	// format:
	//
	// {"username": UserName, "password": Password}
	SecretArn *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

Specifies configuration details for a Git repository when the repository is updated.

func (GitConfigForUpdate) GoString added in v1.15.86

func (s GitConfigForUpdate) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GitConfigForUpdate) SetSecretArn added in v1.15.86

func (s *GitConfigForUpdate) SetSecretArn(v string) *GitConfigForUpdate

SetSecretArn sets the SecretArn field's value.

func (GitConfigForUpdate) String added in v1.15.86

func (s GitConfigForUpdate) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GitConfigForUpdate) Validate added in v1.15.86

func (s *GitConfigForUpdate) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type HubContentDependency added in v1.44.150

type HubContentDependency struct {

	// The hub content dependency copy path.
	DependencyCopyPath *string `type:"string"`

	// The hub content dependency origin path.
	DependencyOriginPath *string `type:"string"`
	// contains filtered or unexported fields
}

Any dependencies related to hub content, such as scripts, model artifacts, datasets, or notebooks.

func (HubContentDependency) GoString added in v1.44.150

func (s HubContentDependency) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HubContentDependency) SetDependencyCopyPath added in v1.44.150

func (s *HubContentDependency) SetDependencyCopyPath(v string) *HubContentDependency

SetDependencyCopyPath sets the DependencyCopyPath field's value.

func (*HubContentDependency) SetDependencyOriginPath added in v1.44.150

func (s *HubContentDependency) SetDependencyOriginPath(v string) *HubContentDependency

SetDependencyOriginPath sets the DependencyOriginPath field's value.

func (HubContentDependency) String added in v1.44.150

func (s HubContentDependency) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type HubContentInfo added in v1.44.150

type HubContentInfo struct {

	// The date and time that the hub content was created.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// The version of the hub content document schema.
	//
	// DocumentSchemaVersion is a required field
	DocumentSchemaVersion *string `min:"5" type:"string" required:"true"`

	// The Amazon Resource Name (ARN) of the hub content.
	//
	// HubContentArn is a required field
	HubContentArn *string `type:"string" required:"true"`

	// A description of the hub content.
	HubContentDescription *string `type:"string"`

	// The display name of the hub content.
	HubContentDisplayName *string `type:"string"`

	// The name of the hub content.
	//
	// HubContentName is a required field
	HubContentName *string `type:"string" required:"true"`

	// The searchable keywords for the hub content.
	HubContentSearchKeywords []*string `type:"list"`

	// The status of the hub content.
	//
	// HubContentStatus is a required field
	HubContentStatus *string `type:"string" required:"true" enum:"HubContentStatus"`

	// The type of hub content.
	//
	// HubContentType is a required field
	HubContentType *string `type:"string" required:"true" enum:"HubContentType"`

	// The version of the hub content.
	//
	// HubContentVersion is a required field
	HubContentVersion *string `min:"5" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Information about hub content.

func (HubContentInfo) GoString added in v1.44.150

func (s HubContentInfo) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HubContentInfo) SetCreationTime added in v1.44.150

func (s *HubContentInfo) SetCreationTime(v time.Time) *HubContentInfo

SetCreationTime sets the CreationTime field's value.

func (*HubContentInfo) SetDocumentSchemaVersion added in v1.44.150

func (s *HubContentInfo) SetDocumentSchemaVersion(v string) *HubContentInfo

SetDocumentSchemaVersion sets the DocumentSchemaVersion field's value.

func (*HubContentInfo) SetHubContentArn added in v1.44.150

func (s *HubContentInfo) SetHubContentArn(v string) *HubContentInfo

SetHubContentArn sets the HubContentArn field's value.

func (*HubContentInfo) SetHubContentDescription added in v1.44.150

func (s *HubContentInfo) SetHubContentDescription(v string) *HubContentInfo

SetHubContentDescription sets the HubContentDescription field's value.

func (*HubContentInfo) SetHubContentDisplayName added in v1.44.150

func (s *HubContentInfo) SetHubContentDisplayName(v string) *HubContentInfo

SetHubContentDisplayName sets the HubContentDisplayName field's value.

func (*HubContentInfo) SetHubContentName added in v1.44.150

func (s *HubContentInfo) SetHubContentName(v string) *HubContentInfo

SetHubContentName sets the HubContentName field's value.

func (*HubContentInfo) SetHubContentSearchKeywords added in v1.44.150

func (s *HubContentInfo) SetHubContentSearchKeywords(v []*string) *HubContentInfo

SetHubContentSearchKeywords sets the HubContentSearchKeywords field's value.

func (*HubContentInfo) SetHubContentStatus added in v1.44.150

func (s *HubContentInfo) SetHubContentStatus(v string) *HubContentInfo

SetHubContentStatus sets the HubContentStatus field's value.

func (*HubContentInfo) SetHubContentType added in v1.44.150

func (s *HubContentInfo) SetHubContentType(v string) *HubContentInfo

SetHubContentType sets the HubContentType field's value.

func (*HubContentInfo) SetHubContentVersion added in v1.44.150

func (s *HubContentInfo) SetHubContentVersion(v string) *HubContentInfo

SetHubContentVersion sets the HubContentVersion field's value.

func (HubContentInfo) String added in v1.44.150

func (s HubContentInfo) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type HubInfo added in v1.44.150

type HubInfo struct {

	// The date and time that the hub was created.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// The Amazon Resource Name (ARN) of the hub.
	//
	// HubArn is a required field
	HubArn *string `type:"string" required:"true"`

	// A description of the hub.
	HubDescription *string `type:"string"`

	// The display name of the hub.
	HubDisplayName *string `type:"string"`

	// The name of the hub.
	//
	// HubName is a required field
	HubName *string `type:"string" required:"true"`

	// The searchable keywords for the hub.
	HubSearchKeywords []*string `type:"list"`

	// The status of the hub.
	//
	// HubStatus is a required field
	HubStatus *string `type:"string" required:"true" enum:"HubStatus"`

	// The date and time that the hub was last modified.
	//
	// LastModifiedTime is a required field
	LastModifiedTime *time.Time `type:"timestamp" required:"true"`
	// contains filtered or unexported fields
}

Information about a hub.

func (HubInfo) GoString added in v1.44.150

func (s HubInfo) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HubInfo) SetCreationTime added in v1.44.150

func (s *HubInfo) SetCreationTime(v time.Time) *HubInfo

SetCreationTime sets the CreationTime field's value.

func (*HubInfo) SetHubArn added in v1.44.150

func (s *HubInfo) SetHubArn(v string) *HubInfo

SetHubArn sets the HubArn field's value.

func (*HubInfo) SetHubDescription added in v1.44.150

func (s *HubInfo) SetHubDescription(v string) *HubInfo

SetHubDescription sets the HubDescription field's value.

func (*HubInfo) SetHubDisplayName added in v1.44.150

func (s *HubInfo) SetHubDisplayName(v string) *HubInfo

SetHubDisplayName sets the HubDisplayName field's value.

func (*HubInfo) SetHubName added in v1.44.150

func (s *HubInfo) SetHubName(v string) *HubInfo

SetHubName sets the HubName field's value.

func (*HubInfo) SetHubSearchKeywords added in v1.44.150

func (s *HubInfo) SetHubSearchKeywords(v []*string) *HubInfo

SetHubSearchKeywords sets the HubSearchKeywords field's value.

func (*HubInfo) SetHubStatus added in v1.44.150

func (s *HubInfo) SetHubStatus(v string) *HubInfo

SetHubStatus sets the HubStatus field's value.

func (*HubInfo) SetLastModifiedTime added in v1.44.150

func (s *HubInfo) SetLastModifiedTime(v time.Time) *HubInfo

SetLastModifiedTime sets the LastModifiedTime field's value.

func (HubInfo) String added in v1.44.150

func (s HubInfo) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type HubS3StorageConfig added in v1.44.150

type HubS3StorageConfig struct {

	// The Amazon S3 bucket prefix for hosting hub content.
	S3OutputPath *string `type:"string"`
	// contains filtered or unexported fields
}

The Amazon S3 storage configuration of a hub.

func (HubS3StorageConfig) GoString added in v1.44.150

func (s HubS3StorageConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HubS3StorageConfig) SetS3OutputPath added in v1.44.150

func (s *HubS3StorageConfig) SetS3OutputPath(v string) *HubS3StorageConfig

SetS3OutputPath sets the S3OutputPath field's value.

func (HubS3StorageConfig) String added in v1.44.150

func (s HubS3StorageConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type HumanLoopActivationConditionsConfig added in v1.25.47

type HumanLoopActivationConditionsConfig struct {

	// JSON expressing use-case specific conditions declaratively. If any condition
	// is matched, atomic tasks are created against the configured work team. The
	// set of conditions is different for Rekognition and Textract. For more information
	// about how to structure the JSON, see JSON Schema for Human Loop Activation
	// Conditions in Amazon Augmented AI (https://docs.aws.amazon.com/sagemaker/latest/dg/a2i-human-fallback-conditions-json-schema.html)
	// in the Amazon SageMaker Developer Guide.
	//
	// HumanLoopActivationConditions is a required field
	HumanLoopActivationConditions aws.JSONValue `type:"jsonvalue" required:"true"`
	// contains filtered or unexported fields
}

Defines under what conditions SageMaker creates a human loop. Used within CreateFlowDefinition (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateFlowDefinition.html). See HumanLoopActivationConditionsConfig (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_HumanLoopActivationConditionsConfig.html) for the required format of activation conditions.

func (HumanLoopActivationConditionsConfig) GoString added in v1.25.47

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HumanLoopActivationConditionsConfig) SetHumanLoopActivationConditions added in v1.25.47

SetHumanLoopActivationConditions sets the HumanLoopActivationConditions field's value.

func (HumanLoopActivationConditionsConfig) String added in v1.25.47

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HumanLoopActivationConditionsConfig) Validate added in v1.25.47

Validate inspects the fields of the type to determine if they are valid.

type HumanLoopActivationConfig added in v1.25.47

type HumanLoopActivationConfig struct {

	// Container structure for defining under what conditions SageMaker creates
	// a human loop.
	//
	// HumanLoopActivationConditionsConfig is a required field
	HumanLoopActivationConditionsConfig *HumanLoopActivationConditionsConfig `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

Provides information about how and under what conditions SageMaker creates a human loop. If HumanLoopActivationConfig is not given, then all requests go to humans.

func (HumanLoopActivationConfig) GoString added in v1.25.47

func (s HumanLoopActivationConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HumanLoopActivationConfig) SetHumanLoopActivationConditionsConfig added in v1.25.47

func (s *HumanLoopActivationConfig) SetHumanLoopActivationConditionsConfig(v *HumanLoopActivationConditionsConfig) *HumanLoopActivationConfig

SetHumanLoopActivationConditionsConfig sets the HumanLoopActivationConditionsConfig field's value.

func (HumanLoopActivationConfig) String added in v1.25.47

func (s HumanLoopActivationConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HumanLoopActivationConfig) Validate added in v1.25.47

func (s *HumanLoopActivationConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type HumanLoopConfig added in v1.25.47

type HumanLoopConfig struct {

	// The Amazon Resource Name (ARN) of the human task user interface.
	//
	// You can use standard HTML and Crowd HTML Elements to create a custom worker
	// task template. You use this template to create a human task UI.
	//
	// To learn how to create a custom HTML template, see Create Custom Worker Task
	// Template (https://docs.aws.amazon.com/sagemaker/latest/dg/a2i-custom-templates.html).
	//
	// To learn how to create a human task UI, which is a worker task template that
	// can be used in a flow definition, see Create and Delete a Worker Task Templates
	// (https://docs.aws.amazon.com/sagemaker/latest/dg/a2i-worker-template-console.html).
	//
	// HumanTaskUiArn is a required field
	HumanTaskUiArn *string `type:"string" required:"true"`

	// Defines the amount of money paid to an Amazon Mechanical Turk worker for
	// each task performed.
	//
	// Use one of the following prices for bounding box tasks. Prices are in US
	// dollars and should be based on the complexity of the task; the longer it
	// takes in your initial testing, the more you should offer.
	//
	//    * 0.036
	//
	//    * 0.048
	//
	//    * 0.060
	//
	//    * 0.072
	//
	//    * 0.120
	//
	//    * 0.240
	//
	//    * 0.360
	//
	//    * 0.480
	//
	//    * 0.600
	//
	//    * 0.720
	//
	//    * 0.840
	//
	//    * 0.960
	//
	//    * 1.080
	//
	//    * 1.200
	//
	// Use one of the following prices for image classification, text classification,
	// and custom tasks. Prices are in US dollars.
	//
	//    * 0.012
	//
	//    * 0.024
	//
	//    * 0.036
	//
	//    * 0.048
	//
	//    * 0.060
	//
	//    * 0.072
	//
	//    * 0.120
	//
	//    * 0.240
	//
	//    * 0.360
	//
	//    * 0.480
	//
	//    * 0.600
	//
	//    * 0.720
	//
	//    * 0.840
	//
	//    * 0.960
	//
	//    * 1.080
	//
	//    * 1.200
	//
	// Use one of the following prices for semantic segmentation tasks. Prices are
	// in US dollars.
	//
	//    * 0.840
	//
	//    * 0.960
	//
	//    * 1.080
	//
	//    * 1.200
	//
	// Use one of the following prices for Textract AnalyzeDocument Important Form
	// Key Amazon Augmented AI review tasks. Prices are in US dollars.
	//
	//    * 2.400
	//
	//    * 2.280
	//
	//    * 2.160
	//
	//    * 2.040
	//
	//    * 1.920
	//
	//    * 1.800
	//
	//    * 1.680
	//
	//    * 1.560
	//
	//    * 1.440
	//
	//    * 1.320
	//
	//    * 1.200
	//
	//    * 1.080
	//
	//    * 0.960
	//
	//    * 0.840
	//
	//    * 0.720
	//
	//    * 0.600
	//
	//    * 0.480
	//
	//    * 0.360
	//
	//    * 0.240
	//
	//    * 0.120
	//
	//    * 0.072
	//
	//    * 0.060
	//
	//    * 0.048
	//
	//    * 0.036
	//
	//    * 0.024
	//
	//    * 0.012
	//
	// Use one of the following prices for Rekognition DetectModerationLabels Amazon
	// Augmented AI review tasks. Prices are in US dollars.
	//
	//    * 1.200
	//
	//    * 1.080
	//
	//    * 0.960
	//
	//    * 0.840
	//
	//    * 0.720
	//
	//    * 0.600
	//
	//    * 0.480
	//
	//    * 0.360
	//
	//    * 0.240
	//
	//    * 0.120
	//
	//    * 0.072
	//
	//    * 0.060
	//
	//    * 0.048
	//
	//    * 0.036
	//
	//    * 0.024
	//
	//    * 0.012
	//
	// Use one of the following prices for Amazon Augmented AI custom human review
	// tasks. Prices are in US dollars.
	//
	//    * 1.200
	//
	//    * 1.080
	//
	//    * 0.960
	//
	//    * 0.840
	//
	//    * 0.720
	//
	//    * 0.600
	//
	//    * 0.480
	//
	//    * 0.360
	//
	//    * 0.240
	//
	//    * 0.120
	//
	//    * 0.072
	//
	//    * 0.060
	//
	//    * 0.048
	//
	//    * 0.036
	//
	//    * 0.024
	//
	//    * 0.012
	PublicWorkforceTaskPrice *PublicWorkforceTaskPrice `type:"structure"`

	// The length of time that a task remains available for review by human workers.
	TaskAvailabilityLifetimeInSeconds *int64 `min:"1" type:"integer"`

	// The number of distinct workers who will perform the same task on each object.
	// For example, if TaskCount is set to 3 for an image classification labeling
	// job, three workers will classify each input image. Increasing TaskCount can
	// improve label accuracy.
	//
	// TaskCount is a required field
	TaskCount *int64 `min:"1" type:"integer" required:"true"`

	// A description for the human worker task.
	//
	// TaskDescription is a required field
	TaskDescription *string `min:"1" type:"string" required:"true"`

	// Keywords used to describe the task so that workers can discover the task.
	TaskKeywords []*string `min:"1" type:"list"`

	// The amount of time that a worker has to complete a task. The default value
	// is 3,600 seconds (1 hour).
	TaskTimeLimitInSeconds *int64 `min:"30" type:"integer"`

	// A title for the human worker task.
	//
	// TaskTitle is a required field
	TaskTitle *string `min:"1" type:"string" required:"true"`

	// Amazon Resource Name (ARN) of a team of workers. To learn more about the
	// types of workforces and work teams you can create and use with Amazon A2I,
	// see Create and Manage Workforces (https://docs.aws.amazon.com/sagemaker/latest/dg/sms-workforce-management.html).
	//
	// WorkteamArn is a required field
	WorkteamArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Describes the work to be performed by human workers.

func (HumanLoopConfig) GoString added in v1.25.47

func (s HumanLoopConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HumanLoopConfig) SetHumanTaskUiArn added in v1.25.47

func (s *HumanLoopConfig) SetHumanTaskUiArn(v string) *HumanLoopConfig

SetHumanTaskUiArn sets the HumanTaskUiArn field's value.

func (*HumanLoopConfig) SetPublicWorkforceTaskPrice added in v1.25.47

func (s *HumanLoopConfig) SetPublicWorkforceTaskPrice(v *PublicWorkforceTaskPrice) *HumanLoopConfig

SetPublicWorkforceTaskPrice sets the PublicWorkforceTaskPrice field's value.

func (*HumanLoopConfig) SetTaskAvailabilityLifetimeInSeconds added in v1.25.47

func (s *HumanLoopConfig) SetTaskAvailabilityLifetimeInSeconds(v int64) *HumanLoopConfig

SetTaskAvailabilityLifetimeInSeconds sets the TaskAvailabilityLifetimeInSeconds field's value.

func (*HumanLoopConfig) SetTaskCount added in v1.25.47

func (s *HumanLoopConfig) SetTaskCount(v int64) *HumanLoopConfig

SetTaskCount sets the TaskCount field's value.

func (*HumanLoopConfig) SetTaskDescription added in v1.25.47

func (s *HumanLoopConfig) SetTaskDescription(v string) *HumanLoopConfig

SetTaskDescription sets the TaskDescription field's value.

func (*HumanLoopConfig) SetTaskKeywords added in v1.25.47

func (s *HumanLoopConfig) SetTaskKeywords(v []*string) *HumanLoopConfig

SetTaskKeywords sets the TaskKeywords field's value.

func (*HumanLoopConfig) SetTaskTimeLimitInSeconds added in v1.25.47

func (s *HumanLoopConfig) SetTaskTimeLimitInSeconds(v int64) *HumanLoopConfig

SetTaskTimeLimitInSeconds sets the TaskTimeLimitInSeconds field's value.

func (*HumanLoopConfig) SetTaskTitle added in v1.25.47

func (s *HumanLoopConfig) SetTaskTitle(v string) *HumanLoopConfig

SetTaskTitle sets the TaskTitle field's value.

func (*HumanLoopConfig) SetWorkteamArn added in v1.25.47

func (s *HumanLoopConfig) SetWorkteamArn(v string) *HumanLoopConfig

SetWorkteamArn sets the WorkteamArn field's value.

func (HumanLoopConfig) String added in v1.25.47

func (s HumanLoopConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HumanLoopConfig) Validate added in v1.25.47

func (s *HumanLoopConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type HumanLoopRequestSource added in v1.25.47

type HumanLoopRequestSource struct {

	// Specifies whether Amazon Rekognition or Amazon Textract are used as the integration
	// source. The default field settings and JSON parsing rules are different based
	// on the integration source. Valid values:
	//
	// AwsManagedHumanLoopRequestSource is a required field
	AwsManagedHumanLoopRequestSource *string `type:"string" required:"true" enum:"AwsManagedHumanLoopRequestSource"`
	// contains filtered or unexported fields
}

Container for configuring the source of human task requests.

func (HumanLoopRequestSource) GoString added in v1.25.47

func (s HumanLoopRequestSource) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HumanLoopRequestSource) SetAwsManagedHumanLoopRequestSource added in v1.25.47

func (s *HumanLoopRequestSource) SetAwsManagedHumanLoopRequestSource(v string) *HumanLoopRequestSource

SetAwsManagedHumanLoopRequestSource sets the AwsManagedHumanLoopRequestSource field's value.

func (HumanLoopRequestSource) String added in v1.25.47

func (s HumanLoopRequestSource) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HumanLoopRequestSource) Validate added in v1.25.47

func (s *HumanLoopRequestSource) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type HumanTaskConfig added in v1.15.86

type HumanTaskConfig struct {

	// Configures how labels are consolidated across human workers.
	//
	// AnnotationConsolidationConfig is a required field
	AnnotationConsolidationConfig *AnnotationConsolidationConfig `type:"structure" required:"true"`

	// Defines the maximum number of data objects that can be labeled by human workers
	// at the same time. Also referred to as batch size. Each object may have more
	// than one worker at one time. The default value is 1000 objects. To increase
	// the maximum value to 5000 objects, contact Amazon Web Services Support.
	MaxConcurrentTaskCount *int64 `min:"1" type:"integer"`

	// The number of human workers that will label an object.
	//
	// NumberOfHumanWorkersPerDataObject is a required field
	NumberOfHumanWorkersPerDataObject *int64 `min:"1" type:"integer" required:"true"`

	// The Amazon Resource Name (ARN) of a Lambda function that is run before a
	// data object is sent to a human worker. Use this function to provide input
	// to a custom labeling job.
	//
	// For built-in task types (https://docs.aws.amazon.com/sagemaker/latest/dg/sms-task-types.html),
	// use one of the following Amazon SageMaker Ground Truth Lambda function ARNs
	// for PreHumanTaskLambdaArn. For custom labeling workflows, see Pre-annotation
	// Lambda (https://docs.aws.amazon.com/sagemaker/latest/dg/sms-custom-templates-step3.html#sms-custom-templates-step3-prelambda).
	//
	// Bounding box - Finds the most similar boxes from different workers based
	// on the Jaccard index of the boxes.
	//
	//    * arn:aws:lambda:us-east-1:432418664414:function:PRE-BoundingBox
	//
	//    * arn:aws:lambda:us-east-2:266458841044:function:PRE-BoundingBox
	//
	//    * arn:aws:lambda:us-west-2:081040173940:function:PRE-BoundingBox
	//
	//    * arn:aws:lambda:ca-central-1:918755190332:function:PRE-BoundingBox
	//
	//    * arn:aws:lambda:eu-west-1:568282634449:function:PRE-BoundingBox
	//
	//    * arn:aws:lambda:eu-west-2:487402164563:function:PRE-BoundingBox
	//
	//    * arn:aws:lambda:eu-central-1:203001061592:function:PRE-BoundingBox
	//
	//    * arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-BoundingBox
	//
	//    * arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-BoundingBox
	//
	//    * arn:aws:lambda:ap-south-1:565803892007:function:PRE-BoundingBox
	//
	//    * arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-BoundingBox
	//
	//    * arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-BoundingBox
	//
	// Image classification - Uses a variant of the Expectation Maximization approach
	// to estimate the true class of an image based on annotations from individual
	// workers.
	//
	//    * arn:aws:lambda:us-east-1:432418664414:function:PRE-ImageMultiClass
	//
	//    * arn:aws:lambda:us-east-2:266458841044:function:PRE-ImageMultiClass
	//
	//    * arn:aws:lambda:us-west-2:081040173940:function:PRE-ImageMultiClass
	//
	//    * arn:aws:lambda:ca-central-1:918755190332:function:PRE-ImageMultiClass
	//
	//    * arn:aws:lambda:eu-west-1:568282634449:function:PRE-ImageMultiClass
	//
	//    * arn:aws:lambda:eu-west-2:487402164563:function:PRE-ImageMultiClass
	//
	//    * arn:aws:lambda:eu-central-1:203001061592:function:PRE-ImageMultiClass
	//
	//    * arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-ImageMultiClass
	//
	//    * arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-ImageMultiClass
	//
	//    * arn:aws:lambda:ap-south-1:565803892007:function:PRE-ImageMultiClass
	//
	//    * arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-ImageMultiClass
	//
	//    * arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-ImageMultiClass
	//
	// Multi-label image classification - Uses a variant of the Expectation Maximization
	// approach to estimate the true classes of an image based on annotations from
	// individual workers.
	//
	//    * arn:aws:lambda:us-east-1:432418664414:function:PRE-ImageMultiClassMultiLabel
	//
	//    * arn:aws:lambda:us-east-2:266458841044:function:PRE-ImageMultiClassMultiLabel
	//
	//    * arn:aws:lambda:us-west-2:081040173940:function:PRE-ImageMultiClassMultiLabel
	//
	//    * arn:aws:lambda:ca-central-1:918755190332:function:PRE-ImageMultiClassMultiLabel
	//
	//    * arn:aws:lambda:eu-west-1:568282634449:function:PRE-ImageMultiClassMultiLabel
	//
	//    * arn:aws:lambda:eu-west-2:487402164563:function:PRE-ImageMultiClassMultiLabel
	//
	//    * arn:aws:lambda:eu-central-1:203001061592:function:PRE-ImageMultiClassMultiLabel
	//
	//    * arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-ImageMultiClassMultiLabel
	//
	//    * arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-ImageMultiClassMultiLabel
	//
	//    * arn:aws:lambda:ap-south-1:565803892007:function:PRE-ImageMultiClassMultiLabel
	//
	//    * arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-ImageMultiClassMultiLabel
	//
	//    * arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-ImageMultiClassMultiLabel
	//
	// Semantic segmentation - Treats each pixel in an image as a multi-class classification
	// and treats pixel annotations from workers as "votes" for the correct label.
	//
	//    * arn:aws:lambda:us-east-1:432418664414:function:PRE-SemanticSegmentation
	//
	//    * arn:aws:lambda:us-east-2:266458841044:function:PRE-SemanticSegmentation
	//
	//    * arn:aws:lambda:us-west-2:081040173940:function:PRE-SemanticSegmentation
	//
	//    * arn:aws:lambda:ca-central-1:918755190332:function:PRE-SemanticSegmentation
	//
	//    * arn:aws:lambda:eu-west-1:568282634449:function:PRE-SemanticSegmentation
	//
	//    * arn:aws:lambda:eu-west-2:487402164563:function:PRE-SemanticSegmentation
	//
	//    * arn:aws:lambda:eu-central-1:203001061592:function:PRE-SemanticSegmentation
	//
	//    * arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-SemanticSegmentation
	//
	//    * arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-SemanticSegmentation
	//
	//    * arn:aws:lambda:ap-south-1:565803892007:function:PRE-SemanticSegmentation
	//
	//    * arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-SemanticSegmentation
	//
	//    * arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-SemanticSegmentation
	//
	// Text classification - Uses a variant of the Expectation Maximization approach
	// to estimate the true class of text based on annotations from individual workers.
	//
	//    * arn:aws:lambda:us-east-1:432418664414:function:PRE-TextMultiClass
	//
	//    * arn:aws:lambda:us-east-2:266458841044:function:PRE-TextMultiClass
	//
	//    * arn:aws:lambda:us-west-2:081040173940:function:PRE-TextMultiClass
	//
	//    * arn:aws:lambda:ca-central-1:918755190332:function:PRE-TextMultiClass
	//
	//    * arn:aws:lambda:eu-west-1:568282634449:function:PRE-TextMultiClass
	//
	//    * arn:aws:lambda:eu-west-2:487402164563:function:PRE-TextMultiClass
	//
	//    * arn:aws:lambda:eu-central-1:203001061592:function:PRE-TextMultiClass
	//
	//    * arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-TextMultiClass
	//
	//    * arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-TextMultiClass
	//
	//    * arn:aws:lambda:ap-south-1:565803892007:function:PRE-TextMultiClass
	//
	//    * arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-TextMultiClass
	//
	//    * arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-TextMultiClass
	//
	// Multi-label text classification - Uses a variant of the Expectation Maximization
	// approach to estimate the true classes of text based on annotations from individual
	// workers.
	//
	//    * arn:aws:lambda:us-east-1:432418664414:function:PRE-TextMultiClassMultiLabel
	//
	//    * arn:aws:lambda:us-east-2:266458841044:function:PRE-TextMultiClassMultiLabel
	//
	//    * arn:aws:lambda:us-west-2:081040173940:function:PRE-TextMultiClassMultiLabel
	//
	//    * arn:aws:lambda:ca-central-1:918755190332:function:PRE-TextMultiClassMultiLabel
	//
	//    * arn:aws:lambda:eu-west-1:568282634449:function:PRE-TextMultiClassMultiLabel
	//
	//    * arn:aws:lambda:eu-west-2:487402164563:function:PRE-TextMultiClassMultiLabel
	//
	//    * arn:aws:lambda:eu-central-1:203001061592:function:PRE-TextMultiClassMultiLabel
	//
	//    * arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-TextMultiClassMultiLabel
	//
	//    * arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-TextMultiClassMultiLabel
	//
	//    * arn:aws:lambda:ap-south-1:565803892007:function:PRE-TextMultiClassMultiLabel
	//
	//    * arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-TextMultiClassMultiLabel
	//
	//    * arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-TextMultiClassMultiLabel
	//
	// Named entity recognition - Groups similar selections and calculates aggregate
	// boundaries, resolving to most-assigned label.
	//
	//    * arn:aws:lambda:us-east-1:432418664414:function:PRE-NamedEntityRecognition
	//
	//    * arn:aws:lambda:us-east-2:266458841044:function:PRE-NamedEntityRecognition
	//
	//    * arn:aws:lambda:us-west-2:081040173940:function:PRE-NamedEntityRecognition
	//
	//    * arn:aws:lambda:ca-central-1:918755190332:function:PRE-NamedEntityRecognition
	//
	//    * arn:aws:lambda:eu-west-1:568282634449:function:PRE-NamedEntityRecognition
	//
	//    * arn:aws:lambda:eu-west-2:487402164563:function:PRE-NamedEntityRecognition
	//
	//    * arn:aws:lambda:eu-central-1:203001061592:function:PRE-NamedEntityRecognition
	//
	//    * arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-NamedEntityRecognition
	//
	//    * arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-NamedEntityRecognition
	//
	//    * arn:aws:lambda:ap-south-1:565803892007:function:PRE-NamedEntityRecognition
	//
	//    * arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-NamedEntityRecognition
	//
	//    * arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-NamedEntityRecognition
	//
	// Video Classification - Use this task type when you need workers to classify
	// videos using predefined labels that you specify. Workers are shown videos
	// and are asked to choose one label for each video.
	//
	//    * arn:aws:lambda:us-east-1:432418664414:function:PRE-VideoMultiClass
	//
	//    * arn:aws:lambda:us-east-2:266458841044:function:PRE-VideoMultiClass
	//
	//    * arn:aws:lambda:us-west-2:081040173940:function:PRE-VideoMultiClass
	//
	//    * arn:aws:lambda:eu-west-1:568282634449:function:PRE-VideoMultiClass
	//
	//    * arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-VideoMultiClass
	//
	//    * arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-VideoMultiClass
	//
	//    * arn:aws:lambda:ap-south-1:565803892007:function:PRE-VideoMultiClass
	//
	//    * arn:aws:lambda:eu-central-1:203001061592:function:PRE-VideoMultiClass
	//
	//    * arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-VideoMultiClass
	//
	//    * arn:aws:lambda:eu-west-2:487402164563:function:PRE-VideoMultiClass
	//
	//    * arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-VideoMultiClass
	//
	//    * arn:aws:lambda:ca-central-1:918755190332:function:PRE-VideoMultiClass
	//
	// Video Frame Object Detection - Use this task type to have workers identify
	// and locate objects in a sequence of video frames (images extracted from a
	// video) using bounding boxes. For example, you can use this task to ask workers
	// to identify and localize various objects in a series of video frames, such
	// as cars, bikes, and pedestrians.
	//
	//    * arn:aws:lambda:us-east-1:432418664414:function:PRE-VideoObjectDetection
	//
	//    * arn:aws:lambda:us-east-2:266458841044:function:PRE-VideoObjectDetection
	//
	//    * arn:aws:lambda:us-west-2:081040173940:function:PRE-VideoObjectDetection
	//
	//    * arn:aws:lambda:eu-west-1:568282634449:function:PRE-VideoObjectDetection
	//
	//    * arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-VideoObjectDetection
	//
	//    * arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-VideoObjectDetection
	//
	//    * arn:aws:lambda:ap-south-1:565803892007:function:PRE-VideoObjectDetection
	//
	//    * arn:aws:lambda:eu-central-1:203001061592:function:PRE-VideoObjectDetection
	//
	//    * arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-VideoObjectDetection
	//
	//    * arn:aws:lambda:eu-west-2:487402164563:function:PRE-VideoObjectDetection
	//
	//    * arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-VideoObjectDetection
	//
	//    * arn:aws:lambda:ca-central-1:918755190332:function:PRE-VideoObjectDetection
	//
	// Video Frame Object Tracking - Use this task type to have workers track the
	// movement of objects in a sequence of video frames (images extracted from
	// a video) using bounding boxes. For example, you can use this task to ask
	// workers to track the movement of objects, such as cars, bikes, and pedestrians.
	//
	//    * arn:aws:lambda:us-east-1:432418664414:function:PRE-VideoObjectTracking
	//
	//    * arn:aws:lambda:us-east-2:266458841044:function:PRE-VideoObjectTracking
	//
	//    * arn:aws:lambda:us-west-2:081040173940:function:PRE-VideoObjectTracking
	//
	//    * arn:aws:lambda:eu-west-1:568282634449:function:PRE-VideoObjectTracking
	//
	//    * arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-VideoObjectTracking
	//
	//    * arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-VideoObjectTracking
	//
	//    * arn:aws:lambda:ap-south-1:565803892007:function:PRE-VideoObjectTracking
	//
	//    * arn:aws:lambda:eu-central-1:203001061592:function:PRE-VideoObjectTracking
	//
	//    * arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-VideoObjectTracking
	//
	//    * arn:aws:lambda:eu-west-2:487402164563:function:PRE-VideoObjectTracking
	//
	//    * arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-VideoObjectTracking
	//
	//    * arn:aws:lambda:ca-central-1:918755190332:function:PRE-VideoObjectTracking
	//
	// 3D Point Cloud Modalities
	//
	// Use the following pre-annotation lambdas for 3D point cloud labeling modality
	// tasks. See 3D Point Cloud Task types (https://docs.aws.amazon.com/sagemaker/latest/dg/sms-point-cloud-task-types.html)
	// to learn more.
	//
	// 3D Point Cloud Object Detection - Use this task type when you want workers
	// to classify objects in a 3D point cloud by drawing 3D cuboids around objects.
	// For example, you can use this task type to ask workers to identify different
	// types of objects in a point cloud, such as cars, bikes, and pedestrians.
	//
	//    * arn:aws:lambda:us-east-1:432418664414:function:PRE-3DPointCloudObjectDetection
	//
	//    * arn:aws:lambda:us-east-2:266458841044:function:PRE-3DPointCloudObjectDetection
	//
	//    * arn:aws:lambda:us-west-2:081040173940:function:PRE-3DPointCloudObjectDetection
	//
	//    * arn:aws:lambda:eu-west-1:568282634449:function:PRE-3DPointCloudObjectDetection
	//
	//    * arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-3DPointCloudObjectDetection
	//
	//    * arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-3DPointCloudObjectDetection
	//
	//    * arn:aws:lambda:ap-south-1:565803892007:function:PRE-3DPointCloudObjectDetection
	//
	//    * arn:aws:lambda:eu-central-1:203001061592:function:PRE-3DPointCloudObjectDetection
	//
	//    * arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-3DPointCloudObjectDetection
	//
	//    * arn:aws:lambda:eu-west-2:487402164563:function:PRE-3DPointCloudObjectDetection
	//
	//    * arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-3DPointCloudObjectDetection
	//
	//    * arn:aws:lambda:ca-central-1:918755190332:function:PRE-3DPointCloudObjectDetection
	//
	// 3D Point Cloud Object Tracking - Use this task type when you want workers
	// to draw 3D cuboids around objects that appear in a sequence of 3D point cloud
	// frames. For example, you can use this task type to ask workers to track the
	// movement of vehicles across multiple point cloud frames.
	//
	//    * arn:aws:lambda:us-east-1:432418664414:function:PRE-3DPointCloudObjectTracking
	//
	//    * arn:aws:lambda:us-east-2:266458841044:function:PRE-3DPointCloudObjectTracking
	//
	//    * arn:aws:lambda:us-west-2:081040173940:function:PRE-3DPointCloudObjectTracking
	//
	//    * arn:aws:lambda:eu-west-1:568282634449:function:PRE-3DPointCloudObjectTracking
	//
	//    * arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-3DPointCloudObjectTracking
	//
	//    * arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-3DPointCloudObjectTracking
	//
	//    * arn:aws:lambda:ap-south-1:565803892007:function:PRE-3DPointCloudObjectTracking
	//
	//    * arn:aws:lambda:eu-central-1:203001061592:function:PRE-3DPointCloudObjectTracking
	//
	//    * arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-3DPointCloudObjectTracking
	//
	//    * arn:aws:lambda:eu-west-2:487402164563:function:PRE-3DPointCloudObjectTracking
	//
	//    * arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-3DPointCloudObjectTracking
	//
	//    * arn:aws:lambda:ca-central-1:918755190332:function:PRE-3DPointCloudObjectTracking
	//
	// 3D Point Cloud Semantic Segmentation - Use this task type when you want workers
	// to create a point-level semantic segmentation masks by painting objects in
	// a 3D point cloud using different colors where each color is assigned to one
	// of the classes you specify.
	//
	//    * arn:aws:lambda:us-east-1:432418664414:function:PRE-3DPointCloudSemanticSegmentation
	//
	//    * arn:aws:lambda:us-east-2:266458841044:function:PRE-3DPointCloudSemanticSegmentation
	//
	//    * arn:aws:lambda:us-west-2:081040173940:function:PRE-3DPointCloudSemanticSegmentation
	//
	//    * arn:aws:lambda:eu-west-1:568282634449:function:PRE-3DPointCloudSemanticSegmentation
	//
	//    * arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-3DPointCloudSemanticSegmentation
	//
	//    * arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-3DPointCloudSemanticSegmentation
	//
	//    * arn:aws:lambda:ap-south-1:565803892007:function:PRE-3DPointCloudSemanticSegmentation
	//
	//    * arn:aws:lambda:eu-central-1:203001061592:function:PRE-3DPointCloudSemanticSegmentation
	//
	//    * arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-3DPointCloudSemanticSegmentation
	//
	//    * arn:aws:lambda:eu-west-2:487402164563:function:PRE-3DPointCloudSemanticSegmentation
	//
	//    * arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-3DPointCloudSemanticSegmentation
	//
	//    * arn:aws:lambda:ca-central-1:918755190332:function:PRE-3DPointCloudSemanticSegmentation
	//
	// Use the following ARNs for Label Verification and Adjustment Jobs
	//
	// Use label verification and adjustment jobs to review and adjust labels. To
	// learn more, see Verify and Adjust Labels (https://docs.aws.amazon.com/sagemaker/latest/dg/sms-verification-data.html).
	//
	// Bounding box verification - Uses a variant of the Expectation Maximization
	// approach to estimate the true class of verification judgement for bounding
	// box labels based on annotations from individual workers.
	//
	//    * arn:aws:lambda:us-east-1:432418664414:function:PRE-VerificationBoundingBox
	//
	//    * arn:aws:lambda:us-east-2:266458841044:function:PRE-VerificationBoundingBox
	//
	//    * arn:aws:lambda:us-west-2:081040173940:function:PRE-VerificationBoundingBox
	//
	//    * arn:aws:lambda:eu-west-1:568282634449:function:PRE-VerificationBoundingBox
	//
	//    * arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-VerificationBoundingBox
	//
	//    * arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-VerificationBoundingBox
	//
	//    * arn:aws:lambda:ap-south-1:565803892007:function:PRE-VerificationBoundingBox
	//
	//    * arn:aws:lambda:eu-central-1:203001061592:function:PRE-VerificationBoundingBox
	//
	//    * arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-VerificationBoundingBox
	//
	//    * arn:aws:lambda:eu-west-2:487402164563:function:PRE-VerificationBoundingBox
	//
	//    * arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-VerificationBoundingBox
	//
	//    * arn:aws:lambda:ca-central-1:918755190332:function:PRE-VerificationBoundingBox
	//
	// Bounding box adjustment - Finds the most similar boxes from different workers
	// based on the Jaccard index of the adjusted annotations.
	//
	//    * arn:aws:lambda:us-east-1:432418664414:function:PRE-AdjustmentBoundingBox
	//
	//    * arn:aws:lambda:us-east-2:266458841044:function:PRE-AdjustmentBoundingBox
	//
	//    * arn:aws:lambda:us-west-2:081040173940:function:PRE-AdjustmentBoundingBox
	//
	//    * arn:aws:lambda:ca-central-1:918755190332:function:PRE-AdjustmentBoundingBox
	//
	//    * arn:aws:lambda:eu-west-1:568282634449:function:PRE-AdjustmentBoundingBox
	//
	//    * arn:aws:lambda:eu-west-2:487402164563:function:PRE-AdjustmentBoundingBox
	//
	//    * arn:aws:lambda:eu-central-1:203001061592:function:PRE-AdjustmentBoundingBox
	//
	//    * arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-AdjustmentBoundingBox
	//
	//    * arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-AdjustmentBoundingBox
	//
	//    * arn:aws:lambda:ap-south-1:565803892007:function:PRE-AdjustmentBoundingBox
	//
	//    * arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-AdjustmentBoundingBox
	//
	//    * arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-AdjustmentBoundingBox
	//
	// Semantic segmentation verification - Uses a variant of the Expectation Maximization
	// approach to estimate the true class of verification judgment for semantic
	// segmentation labels based on annotations from individual workers.
	//
	//    * arn:aws:lambda:us-east-1:432418664414:function:PRE-VerificationSemanticSegmentation
	//
	//    * arn:aws:lambda:us-east-2:266458841044:function:PRE-VerificationSemanticSegmentation
	//
	//    * arn:aws:lambda:us-west-2:081040173940:function:PRE-VerificationSemanticSegmentation
	//
	//    * arn:aws:lambda:ca-central-1:918755190332:function:PRE-VerificationSemanticSegmentation
	//
	//    * arn:aws:lambda:eu-west-1:568282634449:function:PRE-VerificationSemanticSegmentation
	//
	//    * arn:aws:lambda:eu-west-2:487402164563:function:PRE-VerificationSemanticSegmentation
	//
	//    * arn:aws:lambda:eu-central-1:203001061592:function:PRE-VerificationSemanticSegmentation
	//
	//    * arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-VerificationSemanticSegmentation
	//
	//    * arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-VerificationSemanticSegmentation
	//
	//    * arn:aws:lambda:ap-south-1:565803892007:function:PRE-VerificationSemanticSegmentation
	//
	//    * arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-VerificationSemanticSegmentation
	//
	//    * arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-VerificationSemanticSegmentation
	//
	// Semantic segmentation adjustment - Treats each pixel in an image as a multi-class
	// classification and treats pixel adjusted annotations from workers as "votes"
	// for the correct label.
	//
	//    * arn:aws:lambda:us-east-1:432418664414:function:PRE-AdjustmentSemanticSegmentation
	//
	//    * arn:aws:lambda:us-east-2:266458841044:function:PRE-AdjustmentSemanticSegmentation
	//
	//    * arn:aws:lambda:us-west-2:081040173940:function:PRE-AdjustmentSemanticSegmentation
	//
	//    * arn:aws:lambda:ca-central-1:918755190332:function:PRE-AdjustmentSemanticSegmentation
	//
	//    * arn:aws:lambda:eu-west-1:568282634449:function:PRE-AdjustmentSemanticSegmentation
	//
	//    * arn:aws:lambda:eu-west-2:487402164563:function:PRE-AdjustmentSemanticSegmentation
	//
	//    * arn:aws:lambda:eu-central-1:203001061592:function:PRE-AdjustmentSemanticSegmentation
	//
	//    * arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-AdjustmentSemanticSegmentation
	//
	//    * arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-AdjustmentSemanticSegmentation
	//
	//    * arn:aws:lambda:ap-south-1:565803892007:function:PRE-AdjustmentSemanticSegmentation
	//
	//    * arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-AdjustmentSemanticSegmentation
	//
	//    * arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-AdjustmentSemanticSegmentation
	//
	// Video Frame Object Detection Adjustment - Use this task type when you want
	// workers to adjust bounding boxes that workers have added to video frames
	// to classify and localize objects in a sequence of video frames.
	//
	//    * arn:aws:lambda:us-east-1:432418664414:function:PRE-AdjustmentVideoObjectDetection
	//
	//    * arn:aws:lambda:us-east-2:266458841044:function:PRE-AdjustmentVideoObjectDetection
	//
	//    * arn:aws:lambda:us-west-2:081040173940:function:PRE-AdjustmentVideoObjectDetection
	//
	//    * arn:aws:lambda:eu-west-1:568282634449:function:PRE-AdjustmentVideoObjectDetection
	//
	//    * arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-AdjustmentVideoObjectDetection
	//
	//    * arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-AdjustmentVideoObjectDetection
	//
	//    * arn:aws:lambda:ap-south-1:565803892007:function:PRE-AdjustmentVideoObjectDetection
	//
	//    * arn:aws:lambda:eu-central-1:203001061592:function:PRE-AdjustmentVideoObjectDetection
	//
	//    * arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-AdjustmentVideoObjectDetection
	//
	//    * arn:aws:lambda:eu-west-2:487402164563:function:PRE-AdjustmentVideoObjectDetection
	//
	//    * arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-AdjustmentVideoObjectDetection
	//
	//    * arn:aws:lambda:ca-central-1:918755190332:function:PRE-AdjustmentVideoObjectDetection
	//
	// Video Frame Object Tracking Adjustment - Use this task type when you want
	// workers to adjust bounding boxes that workers have added to video frames
	// to track object movement across a sequence of video frames.
	//
	//    * arn:aws:lambda:us-east-1:432418664414:function:PRE-AdjustmentVideoObjectTracking
	//
	//    * arn:aws:lambda:us-east-2:266458841044:function:PRE-AdjustmentVideoObjectTracking
	//
	//    * arn:aws:lambda:us-west-2:081040173940:function:PRE-AdjustmentVideoObjectTracking
	//
	//    * arn:aws:lambda:eu-west-1:568282634449:function:PRE-AdjustmentVideoObjectTracking
	//
	//    * arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-AdjustmentVideoObjectTracking
	//
	//    * arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-AdjustmentVideoObjectTracking
	//
	//    * arn:aws:lambda:ap-south-1:565803892007:function:PRE-AdjustmentVideoObjectTracking
	//
	//    * arn:aws:lambda:eu-central-1:203001061592:function:PRE-AdjustmentVideoObjectTracking
	//
	//    * arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-AdjustmentVideoObjectTracking
	//
	//    * arn:aws:lambda:eu-west-2:487402164563:function:PRE-AdjustmentVideoObjectTracking
	//
	//    * arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-AdjustmentVideoObjectTracking
	//
	//    * arn:aws:lambda:ca-central-1:918755190332:function:PRE-AdjustmentVideoObjectTracking
	//
	// 3D point cloud object detection adjustment - Adjust 3D cuboids in a point
	// cloud frame.
	//
	//    * arn:aws:lambda:us-east-1:432418664414:function:PRE-Adjustment3DPointCloudObjectDetection
	//
	//    * arn:aws:lambda:us-east-2:266458841044:function:PRE-Adjustment3DPointCloudObjectDetection
	//
	//    * arn:aws:lambda:us-west-2:081040173940:function:PRE-Adjustment3DPointCloudObjectDetection
	//
	//    * arn:aws:lambda:eu-west-1:568282634449:function:PRE-Adjustment3DPointCloudObjectDetection
	//
	//    * arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-Adjustment3DPointCloudObjectDetection
	//
	//    * arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-Adjustment3DPointCloudObjectDetection
	//
	//    * arn:aws:lambda:ap-south-1:565803892007:function:PRE-Adjustment3DPointCloudObjectDetection
	//
	//    * arn:aws:lambda:eu-central-1:203001061592:function:PRE-Adjustment3DPointCloudObjectDetection
	//
	//    * arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-Adjustment3DPointCloudObjectDetection
	//
	//    * arn:aws:lambda:eu-west-2:487402164563:function:PRE-Adjustment3DPointCloudObjectDetection
	//
	//    * arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-Adjustment3DPointCloudObjectDetection
	//
	//    * arn:aws:lambda:ca-central-1:918755190332:function:PRE-Adjustment3DPointCloudObjectDetection
	//
	// 3D point cloud object tracking adjustment - Adjust 3D cuboids across a sequence
	// of point cloud frames.
	//
	//    * arn:aws:lambda:us-east-1:432418664414:function:PRE-Adjustment3DPointCloudObjectTracking
	//
	//    * arn:aws:lambda:us-east-2:266458841044:function:PRE-Adjustment3DPointCloudObjectTracking
	//
	//    * arn:aws:lambda:us-west-2:081040173940:function:PRE-Adjustment3DPointCloudObjectTracking
	//
	//    * arn:aws:lambda:eu-west-1:568282634449:function:PRE-Adjustment3DPointCloudObjectTracking
	//
	//    * arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-Adjustment3DPointCloudObjectTracking
	//
	//    * arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-Adjustment3DPointCloudObjectTracking
	//
	//    * arn:aws:lambda:ap-south-1:565803892007:function:PRE-Adjustment3DPointCloudObjectTracking
	//
	//    * arn:aws:lambda:eu-central-1:203001061592:function:PRE-Adjustment3DPointCloudObjectTracking
	//
	//    * arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-Adjustment3DPointCloudObjectTracking
	//
	//    * arn:aws:lambda:eu-west-2:487402164563:function:PRE-Adjustment3DPointCloudObjectTracking
	//
	//    * arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-Adjustment3DPointCloudObjectTracking
	//
	//    * arn:aws:lambda:ca-central-1:918755190332:function:PRE-Adjustment3DPointCloudObjectTracking
	//
	// 3D point cloud semantic segmentation adjustment - Adjust semantic segmentation
	// masks in a 3D point cloud.
	//
	//    * arn:aws:lambda:us-east-1:432418664414:function:PRE-Adjustment3DPointCloudSemanticSegmentation
	//
	//    * arn:aws:lambda:us-east-2:266458841044:function:PRE-Adjustment3DPointCloudSemanticSegmentation
	//
	//    * arn:aws:lambda:us-west-2:081040173940:function:PRE-Adjustment3DPointCloudSemanticSegmentation
	//
	//    * arn:aws:lambda:eu-west-1:568282634449:function:PRE-Adjustment3DPointCloudSemanticSegmentation
	//
	//    * arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-Adjustment3DPointCloudSemanticSegmentation
	//
	//    * arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-Adjustment3DPointCloudSemanticSegmentation
	//
	//    * arn:aws:lambda:ap-south-1:565803892007:function:PRE-Adjustment3DPointCloudSemanticSegmentation
	//
	//    * arn:aws:lambda:eu-central-1:203001061592:function:PRE-Adjustment3DPointCloudSemanticSegmentation
	//
	//    * arn:aws:lambda:ap-northeast-2:845288260483:function:PRE-Adjustment3DPointCloudSemanticSegmentation
	//
	//    * arn:aws:lambda:eu-west-2:487402164563:function:PRE-Adjustment3DPointCloudSemanticSegmentation
	//
	//    * arn:aws:lambda:ap-southeast-1:377565633583:function:PRE-Adjustment3DPointCloudSemanticSegmentation
	//
	//    * arn:aws:lambda:ca-central-1:918755190332:function:PRE-Adjustment3DPointCloudSemanticSegmentation
	//
	// PreHumanTaskLambdaArn is a required field
	PreHumanTaskLambdaArn *string `type:"string" required:"true"`

	// The price that you pay for each task performed by an Amazon Mechanical Turk
	// worker.
	PublicWorkforceTaskPrice *PublicWorkforceTaskPrice `type:"structure"`

	// The length of time that a task remains available for labeling by human workers.
	// The default and maximum values for this parameter depend on the type of workforce
	// you use.
	//
	//    * If you choose the Amazon Mechanical Turk workforce, the maximum is 12
	//    hours (43,200 seconds). The default is 6 hours (21,600 seconds).
	//
	//    * If you choose a private or vendor workforce, the default value is 30
	//    days (2592,000 seconds) for non-AL mode. For most users, the maximum is
	//    also 30 days.
	TaskAvailabilityLifetimeInSeconds *int64 `min:"60" type:"integer"`

	// A description of the task for your human workers.
	//
	// TaskDescription is a required field
	TaskDescription *string `min:"1" type:"string" required:"true"`

	// Keywords used to describe the task so that workers on Amazon Mechanical Turk
	// can discover the task.
	TaskKeywords []*string `min:"1" type:"list"`

	// The amount of time that a worker has to complete a task.
	//
	// If you create a custom labeling job, the maximum value for this parameter
	// is 8 hours (28,800 seconds).
	//
	// If you create a labeling job using a built-in task type (https://docs.aws.amazon.com/sagemaker/latest/dg/sms-task-types.html)
	// the maximum for this parameter depends on the task type you use:
	//
	//    * For image (https://docs.aws.amazon.com/sagemaker/latest/dg/sms-label-images.html)
	//    and text (https://docs.aws.amazon.com/sagemaker/latest/dg/sms-label-text.html)
	//    labeling jobs, the maximum is 8 hours (28,800 seconds).
	//
	//    * For 3D point cloud (https://docs.aws.amazon.com/sagemaker/latest/dg/sms-point-cloud.html)
	//    and video frame (https://docs.aws.amazon.com/sagemaker/latest/dg/sms-video.html)
	//    labeling jobs, the maximum is 30 days (2952,000 seconds) for non-AL mode.
	//    For most users, the maximum is also 30 days.
	//
	// TaskTimeLimitInSeconds is a required field
	TaskTimeLimitInSeconds *int64 `min:"30" type:"integer" required:"true"`

	// A title for the task for your human workers.
	//
	// TaskTitle is a required field
	TaskTitle *string `min:"1" type:"string" required:"true"`

	// Information about the user interface that workers use to complete the labeling
	// task.
	//
	// UiConfig is a required field
	UiConfig *UiConfig `type:"structure" required:"true"`

	// The Amazon Resource Name (ARN) of the work team assigned to complete the
	// tasks.
	//
	// WorkteamArn is a required field
	WorkteamArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Information required for human workers to complete a labeling task.

func (HumanTaskConfig) GoString added in v1.15.86

func (s HumanTaskConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HumanTaskConfig) SetAnnotationConsolidationConfig added in v1.15.86

func (s *HumanTaskConfig) SetAnnotationConsolidationConfig(v *AnnotationConsolidationConfig) *HumanTaskConfig

SetAnnotationConsolidationConfig sets the AnnotationConsolidationConfig field's value.

func (*HumanTaskConfig) SetMaxConcurrentTaskCount added in v1.15.86

func (s *HumanTaskConfig) SetMaxConcurrentTaskCount(v int64) *HumanTaskConfig

SetMaxConcurrentTaskCount sets the MaxConcurrentTaskCount field's value.

func (*HumanTaskConfig) SetNumberOfHumanWorkersPerDataObject added in v1.15.86

func (s *HumanTaskConfig) SetNumberOfHumanWorkersPerDataObject(v int64) *HumanTaskConfig

SetNumberOfHumanWorkersPerDataObject sets the NumberOfHumanWorkersPerDataObject field's value.

func (*HumanTaskConfig) SetPreHumanTaskLambdaArn added in v1.15.86

func (s *HumanTaskConfig) SetPreHumanTaskLambdaArn(v string) *HumanTaskConfig

SetPreHumanTaskLambdaArn sets the PreHumanTaskLambdaArn field's value.

func (*HumanTaskConfig) SetPublicWorkforceTaskPrice added in v1.15.86

func (s *HumanTaskConfig) SetPublicWorkforceTaskPrice(v *PublicWorkforceTaskPrice) *HumanTaskConfig

SetPublicWorkforceTaskPrice sets the PublicWorkforceTaskPrice field's value.

func (*HumanTaskConfig) SetTaskAvailabilityLifetimeInSeconds added in v1.15.86

func (s *HumanTaskConfig) SetTaskAvailabilityLifetimeInSeconds(v int64) *HumanTaskConfig

SetTaskAvailabilityLifetimeInSeconds sets the TaskAvailabilityLifetimeInSeconds field's value.

func (*HumanTaskConfig) SetTaskDescription added in v1.15.86

func (s *HumanTaskConfig) SetTaskDescription(v string) *HumanTaskConfig

SetTaskDescription sets the TaskDescription field's value.

func (*HumanTaskConfig) SetTaskKeywords added in v1.15.86

func (s *HumanTaskConfig) SetTaskKeywords(v []*string) *HumanTaskConfig

SetTaskKeywords sets the TaskKeywords field's value.

func (*HumanTaskConfig) SetTaskTimeLimitInSeconds added in v1.15.86

func (s *HumanTaskConfig) SetTaskTimeLimitInSeconds(v int64) *HumanTaskConfig

SetTaskTimeLimitInSeconds sets the TaskTimeLimitInSeconds field's value.

func (*HumanTaskConfig) SetTaskTitle added in v1.15.86

func (s *HumanTaskConfig) SetTaskTitle(v string) *HumanTaskConfig

SetTaskTitle sets the TaskTitle field's value.

func (*HumanTaskConfig) SetUiConfig added in v1.15.86

func (s *HumanTaskConfig) SetUiConfig(v *UiConfig) *HumanTaskConfig

SetUiConfig sets the UiConfig field's value.

func (*HumanTaskConfig) SetWorkteamArn added in v1.15.86

func (s *HumanTaskConfig) SetWorkteamArn(v string) *HumanTaskConfig

SetWorkteamArn sets the WorkteamArn field's value.

func (HumanTaskConfig) String added in v1.15.86

func (s HumanTaskConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HumanTaskConfig) Validate added in v1.15.86

func (s *HumanTaskConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type HumanTaskUiSummary added in v1.25.47

type HumanTaskUiSummary struct {

	// A timestamp when SageMaker created the human task user interface.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// The Amazon Resource Name (ARN) of the human task user interface.
	//
	// HumanTaskUiArn is a required field
	HumanTaskUiArn *string `type:"string" required:"true"`

	// The name of the human task user interface.
	//
	// HumanTaskUiName is a required field
	HumanTaskUiName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Container for human task user interface information.

func (HumanTaskUiSummary) GoString added in v1.25.47

func (s HumanTaskUiSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HumanTaskUiSummary) SetCreationTime added in v1.25.47

func (s *HumanTaskUiSummary) SetCreationTime(v time.Time) *HumanTaskUiSummary

SetCreationTime sets the CreationTime field's value.

func (*HumanTaskUiSummary) SetHumanTaskUiArn added in v1.25.47

func (s *HumanTaskUiSummary) SetHumanTaskUiArn(v string) *HumanTaskUiSummary

SetHumanTaskUiArn sets the HumanTaskUiArn field's value.

func (*HumanTaskUiSummary) SetHumanTaskUiName added in v1.25.47

func (s *HumanTaskUiSummary) SetHumanTaskUiName(v string) *HumanTaskUiSummary

SetHumanTaskUiName sets the HumanTaskUiName field's value.

func (HumanTaskUiSummary) String added in v1.25.47

func (s HumanTaskUiSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type HyperParameterAlgorithmSpecification added in v1.14.0

type HyperParameterAlgorithmSpecification struct {

	// The name of the resource algorithm to use for the hyperparameter tuning job.
	// If you specify a value for this parameter, do not specify a value for TrainingImage.
	AlgorithmName *string `min:"1" type:"string"`

	// An array of MetricDefinition (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_MetricDefinition.html)
	// objects that specify the metrics that the algorithm emits.
	MetricDefinitions []*MetricDefinition `type:"list"`

	// The registry path of the Docker image that contains the training algorithm.
	// For information about Docker registry paths for built-in algorithms, see
	// Algorithms Provided by Amazon SageMaker: Common Parameters (https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-algo-docker-registry-paths.html).
	// SageMaker supports both registry/repository[:tag] and registry/repository[@digest]
	// image path formats. For more information, see Using Your Own Algorithms with
	// Amazon SageMaker (https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms.html).
	TrainingImage *string `type:"string"`

	// The training input mode that the algorithm supports. For more information
	// about input modes, see Algorithms (https://docs.aws.amazon.com/sagemaker/latest/dg/algos.html).
	//
	// Pipe mode
	//
	// If an algorithm supports Pipe mode, Amazon SageMaker streams data directly
	// from Amazon S3 to the container.
	//
	// File mode
	//
	// If an algorithm supports File mode, SageMaker downloads the training data
	// from S3 to the provisioned ML storage volume, and mounts the directory to
	// the Docker volume for the training container.
	//
	// You must provision the ML storage volume with sufficient capacity to accommodate
	// the data downloaded from S3. In addition to the training data, the ML storage
	// volume also stores the output model. The algorithm container uses the ML
	// storage volume to also store intermediate information, if any.
	//
	// For distributed algorithms, training data is distributed uniformly. Your
	// training duration is predictable if the input data objects sizes are approximately
	// the same. SageMaker does not split the files any further for model training.
	// If the object sizes are skewed, training won't be optimal as the data distribution
	// is also skewed when one host in a training cluster is overloaded, thus becoming
	// a bottleneck in training.
	//
	// FastFile mode
	//
	// If an algorithm supports FastFile mode, SageMaker streams data directly from
	// S3 to the container with no code changes, and provides file system access
	// to the data. Users can author their training script to interact with these
	// files as if they were stored on disk.
	//
	// FastFile mode works best when the data is read sequentially. Augmented manifest
	// files aren't supported. The startup time is lower when there are fewer files
	// in the S3 bucket provided.
	//
	// TrainingInputMode is a required field
	TrainingInputMode *string `type:"string" required:"true" enum:"TrainingInputMode"`
	// contains filtered or unexported fields
}

Specifies which training algorithm to use for training jobs that a hyperparameter tuning job launches and the metrics to monitor.

func (HyperParameterAlgorithmSpecification) GoString added in v1.14.0

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HyperParameterAlgorithmSpecification) SetAlgorithmName added in v1.15.86

SetAlgorithmName sets the AlgorithmName field's value.

func (*HyperParameterAlgorithmSpecification) SetMetricDefinitions added in v1.14.0

SetMetricDefinitions sets the MetricDefinitions field's value.

func (*HyperParameterAlgorithmSpecification) SetTrainingImage added in v1.14.0

SetTrainingImage sets the TrainingImage field's value.

func (*HyperParameterAlgorithmSpecification) SetTrainingInputMode added in v1.14.0

SetTrainingInputMode sets the TrainingInputMode field's value.

func (HyperParameterAlgorithmSpecification) String added in v1.14.0

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HyperParameterAlgorithmSpecification) Validate added in v1.14.0

Validate inspects the fields of the type to determine if they are valid.

type HyperParameterSpecification added in v1.15.86

type HyperParameterSpecification struct {

	// The default value for this hyperparameter. If a default value is specified,
	// a hyperparameter cannot be required.
	DefaultValue *string `type:"string"`

	// A brief description of the hyperparameter.
	Description *string `type:"string"`

	// Indicates whether this hyperparameter is required.
	IsRequired *bool `type:"boolean"`

	// Indicates whether this hyperparameter is tunable in a hyperparameter tuning
	// job.
	IsTunable *bool `type:"boolean"`

	// The name of this hyperparameter. The name must be unique.
	//
	// Name is a required field
	Name *string `type:"string" required:"true"`

	// The allowed range for this hyperparameter.
	Range *ParameterRange `type:"structure"`

	// The type of this hyperparameter. The valid types are Integer, Continuous,
	// Categorical, and FreeText.
	//
	// Type is a required field
	Type *string `type:"string" required:"true" enum:"ParameterType"`
	// contains filtered or unexported fields
}

Defines a hyperparameter to be used by an algorithm.

func (HyperParameterSpecification) GoString added in v1.15.86

func (s HyperParameterSpecification) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HyperParameterSpecification) SetDefaultValue added in v1.15.86

SetDefaultValue sets the DefaultValue field's value.

func (*HyperParameterSpecification) SetDescription added in v1.15.86

SetDescription sets the Description field's value.

func (*HyperParameterSpecification) SetIsRequired added in v1.15.86

SetIsRequired sets the IsRequired field's value.

func (*HyperParameterSpecification) SetIsTunable added in v1.15.86

SetIsTunable sets the IsTunable field's value.

func (*HyperParameterSpecification) SetName added in v1.15.86

SetName sets the Name field's value.

func (*HyperParameterSpecification) SetRange added in v1.15.86

SetRange sets the Range field's value.

func (*HyperParameterSpecification) SetType added in v1.15.86

SetType sets the Type field's value.

func (HyperParameterSpecification) String added in v1.15.86

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HyperParameterSpecification) Validate added in v1.15.86

func (s *HyperParameterSpecification) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type HyperParameterTrainingJobDefinition added in v1.14.0

type HyperParameterTrainingJobDefinition struct {

	// The HyperParameterAlgorithmSpecification (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_HyperParameterAlgorithmSpecification.html)
	// object that specifies the resource algorithm to use for the training jobs
	// that the tuning job launches.
	//
	// AlgorithmSpecification is a required field
	AlgorithmSpecification *HyperParameterAlgorithmSpecification `type:"structure" required:"true"`

	// Contains information about the output location for managed spot training
	// checkpoint data.
	CheckpointConfig *CheckpointConfig `type:"structure"`

	// The job definition name.
	DefinitionName *string `min:"1" type:"string"`

	// To encrypt all communications between ML compute instances in distributed
	// training, choose True. Encryption provides greater security for distributed
	// training, but training might take longer. How long it takes depends on the
	// amount of communication between compute instances, especially if you use
	// a deep learning algorithm in distributed training.
	EnableInterContainerTrafficEncryption *bool `type:"boolean"`

	// A Boolean indicating whether managed spot training is enabled (True) or not
	// (False).
	EnableManagedSpotTraining *bool `type:"boolean"`

	// Isolates the training container. No inbound or outbound network calls can
	// be made, except for calls between peers within a training cluster for distributed
	// training. If network isolation is used for training jobs that are configured
	// to use a VPC, SageMaker downloads and uploads customer data and model artifacts
	// through the specified VPC, but the training container does not have network
	// access.
	EnableNetworkIsolation *bool `type:"boolean"`

	// An environment variable that you can pass into the SageMaker CreateTrainingJob
	// (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingJob.html)
	// API. You can use an existing environment variable from the training container
	// (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingJob.html#sagemaker-CreateTrainingJob-request-Environment)
	// or use your own. See Define metrics and variables (https://docs.aws.amazon.com/sagemaker/latest/dg/automatic-model-tuning-define-metrics-variables.html)
	// for more information.
	//
	// The maximum number of items specified for Map Entries refers to the maximum
	// number of environment variables for each TrainingJobDefinition and also the
	// maximum for the hyperparameter tuning job itself. That is, the sum of the
	// number of environment variables for all the training job definitions can't
	// exceed the maximum number specified.
	Environment map[string]*string `type:"map"`

	// Specifies ranges of integer, continuous, and categorical hyperparameters
	// that a hyperparameter tuning job searches. The hyperparameter tuning job
	// launches training jobs with hyperparameter values within these ranges to
	// find the combination of values that result in the training job with the best
	// performance as measured by the objective metric of the hyperparameter tuning
	// job.
	//
	// The maximum number of items specified for Array Members refers to the maximum
	// number of hyperparameters for each range and also the maximum for the hyperparameter
	// tuning job itself. That is, the sum of the number of hyperparameters for
	// all the ranges can't exceed the maximum number specified.
	HyperParameterRanges *ParameterRanges `type:"structure"`

	// The configuration for the hyperparameter tuning resources, including the
	// compute instances and storage volumes, used for training jobs launched by
	// the tuning job. By default, storage volumes hold model artifacts and incremental
	// states. Choose File for TrainingInputMode in the AlgorithmSpecification parameter
	// to additionally store training data in the storage volume (optional).
	HyperParameterTuningResourceConfig *HyperParameterTuningResourceConfig `type:"structure"`

	// An array of Channel (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_Channel.html)
	// objects that specify the input for the training jobs that the tuning job
	// launches.
	InputDataConfig []*Channel `min:"1" type:"list"`

	// Specifies the path to the Amazon S3 bucket where you store model artifacts
	// from the training jobs that the tuning job launches.
	//
	// OutputDataConfig is a required field
	OutputDataConfig *OutputDataConfig `type:"structure" required:"true"`

	// The resources, including the compute instances and storage volumes, to use
	// for the training jobs that the tuning job launches.
	//
	// Storage volumes store model artifacts and incremental states. Training algorithms
	// might also use storage volumes for scratch space. If you want SageMaker to
	// use the storage volume to store the training data, choose File as the TrainingInputMode
	// in the algorithm specification. For distributed training algorithms, specify
	// an instance count greater than 1.
	//
	// If you want to use hyperparameter optimization with instance type flexibility,
	// use HyperParameterTuningResourceConfig instead.
	ResourceConfig *ResourceConfig `type:"structure"`

	// The number of times to retry the job when the job fails due to an InternalServerError.
	RetryStrategy *RetryStrategy `type:"structure"`

	// The Amazon Resource Name (ARN) of the IAM role associated with the training
	// jobs that the tuning job launches.
	//
	// RoleArn is a required field
	RoleArn *string `min:"20" type:"string" required:"true"`

	// Specifies the values of hyperparameters that do not change for the tuning
	// job.
	StaticHyperParameters map[string]*string `type:"map"`

	// Specifies a limit to how long a model hyperparameter training job can run.
	// It also specifies how long a managed spot training job has to complete. When
	// the job reaches the time limit, SageMaker ends the training job. Use this
	// API to cap model training costs.
	//
	// StoppingCondition is a required field
	StoppingCondition *StoppingCondition `type:"structure" required:"true"`

	// Defines the objective metric for a hyperparameter tuning job. Hyperparameter
	// tuning uses the value of this metric to evaluate the training jobs it launches,
	// and returns the training job that results in either the highest or lowest
	// value for this metric, depending on the value you specify for the Type parameter.
	TuningObjective *HyperParameterTuningJobObjective `type:"structure"`

	// The VpcConfig (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_VpcConfig.html)
	// object that specifies the VPC that you want the training jobs that this hyperparameter
	// tuning job launches to connect to. Control access to and from your training
	// container by configuring the VPC. For more information, see Protect Training
	// Jobs by Using an Amazon Virtual Private Cloud (https://docs.aws.amazon.com/sagemaker/latest/dg/train-vpc.html).
	VpcConfig *VpcConfig `type:"structure"`
	// contains filtered or unexported fields
}

Defines the training jobs launched by a hyperparameter tuning job.

func (HyperParameterTrainingJobDefinition) GoString added in v1.14.0

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HyperParameterTrainingJobDefinition) SetAlgorithmSpecification added in v1.14.0

SetAlgorithmSpecification sets the AlgorithmSpecification field's value.

func (*HyperParameterTrainingJobDefinition) SetCheckpointConfig added in v1.23.5

SetCheckpointConfig sets the CheckpointConfig field's value.

func (*HyperParameterTrainingJobDefinition) SetDefinitionName added in v1.25.47

SetDefinitionName sets the DefinitionName field's value.

func (*HyperParameterTrainingJobDefinition) SetEnableInterContainerTrafficEncryption added in v1.16.17

func (s *HyperParameterTrainingJobDefinition) SetEnableInterContainerTrafficEncryption(v bool) *HyperParameterTrainingJobDefinition

SetEnableInterContainerTrafficEncryption sets the EnableInterContainerTrafficEncryption field's value.

func (*HyperParameterTrainingJobDefinition) SetEnableManagedSpotTraining added in v1.23.5

SetEnableManagedSpotTraining sets the EnableManagedSpotTraining field's value.

func (*HyperParameterTrainingJobDefinition) SetEnableNetworkIsolation added in v1.15.86

SetEnableNetworkIsolation sets the EnableNetworkIsolation field's value.

func (*HyperParameterTrainingJobDefinition) SetEnvironment added in v1.44.183

SetEnvironment sets the Environment field's value.

func (*HyperParameterTrainingJobDefinition) SetHyperParameterRanges added in v1.25.47

SetHyperParameterRanges sets the HyperParameterRanges field's value.

func (*HyperParameterTrainingJobDefinition) SetHyperParameterTuningResourceConfig added in v1.44.72

SetHyperParameterTuningResourceConfig sets the HyperParameterTuningResourceConfig field's value.

func (*HyperParameterTrainingJobDefinition) SetInputDataConfig added in v1.14.0

SetInputDataConfig sets the InputDataConfig field's value.

func (*HyperParameterTrainingJobDefinition) SetOutputDataConfig added in v1.14.0

SetOutputDataConfig sets the OutputDataConfig field's value.

func (*HyperParameterTrainingJobDefinition) SetResourceConfig added in v1.14.0

SetResourceConfig sets the ResourceConfig field's value.

func (*HyperParameterTrainingJobDefinition) SetRetryStrategy added in v1.38.32

SetRetryStrategy sets the RetryStrategy field's value.

func (*HyperParameterTrainingJobDefinition) SetRoleArn added in v1.14.0

SetRoleArn sets the RoleArn field's value.

func (*HyperParameterTrainingJobDefinition) SetStaticHyperParameters added in v1.14.0

SetStaticHyperParameters sets the StaticHyperParameters field's value.

func (*HyperParameterTrainingJobDefinition) SetStoppingCondition added in v1.14.0

SetStoppingCondition sets the StoppingCondition field's value.

func (*HyperParameterTrainingJobDefinition) SetTuningObjective added in v1.25.47

SetTuningObjective sets the TuningObjective field's value.

func (*HyperParameterTrainingJobDefinition) SetVpcConfig added in v1.14.0

SetVpcConfig sets the VpcConfig field's value.

func (HyperParameterTrainingJobDefinition) String added in v1.14.0

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HyperParameterTrainingJobDefinition) Validate added in v1.14.0

Validate inspects the fields of the type to determine if they are valid.

type HyperParameterTrainingJobSummary added in v1.14.0

type HyperParameterTrainingJobSummary struct {

	// The date and time that the training job was created.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// The reason that the training job failed.
	FailureReason *string `type:"string"`

	// The FinalHyperParameterTuningJobObjectiveMetric (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_FinalHyperParameterTuningJobObjectiveMetric.html)
	// object that specifies the value of the objective metric of the tuning job
	// that launched this training job.
	FinalHyperParameterTuningJobObjectiveMetric *FinalHyperParameterTuningJobObjectiveMetric `type:"structure"`

	// The status of the objective metric for the training job:
	//
	//    * Succeeded: The final objective metric for the training job was evaluated
	//    by the hyperparameter tuning job and used in the hyperparameter tuning
	//    process.
	//
	//    * Pending: The training job is in progress and evaluation of its final
	//    objective metric is pending.
	//
	//    * Failed: The final objective metric for the training job was not evaluated,
	//    and was not used in the hyperparameter tuning process. This typically
	//    occurs when the training job failed or did not emit an objective metric.
	ObjectiveStatus *string `type:"string" enum:"ObjectiveStatus"`

	// Specifies the time when the training job ends on training instances. You
	// are billed for the time interval between the value of TrainingStartTime and
	// this time. For successful jobs and stopped jobs, this is the time after model
	// artifacts are uploaded. For failed jobs, this is the time when SageMaker
	// detects a job failure.
	TrainingEndTime *time.Time `type:"timestamp"`

	// The Amazon Resource Name (ARN) of the training job.
	//
	// TrainingJobArn is a required field
	TrainingJobArn *string `type:"string" required:"true"`

	// The training job definition name.
	TrainingJobDefinitionName *string `min:"1" type:"string"`

	// The name of the training job.
	//
	// TrainingJobName is a required field
	TrainingJobName *string `min:"1" type:"string" required:"true"`

	// The status of the training job.
	//
	// TrainingJobStatus is a required field
	TrainingJobStatus *string `type:"string" required:"true" enum:"TrainingJobStatus"`

	// The date and time that the training job started.
	TrainingStartTime *time.Time `type:"timestamp"`

	// A list of the hyperparameters for which you specified ranges to search.
	//
	// TunedHyperParameters is a required field
	TunedHyperParameters map[string]*string `type:"map" required:"true"`

	// The HyperParameter tuning job that launched the training job.
	TuningJobName *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

The container for the summary information about a training job.

func (HyperParameterTrainingJobSummary) GoString added in v1.14.0

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HyperParameterTrainingJobSummary) SetCreationTime added in v1.14.0

SetCreationTime sets the CreationTime field's value.

func (*HyperParameterTrainingJobSummary) SetFailureReason added in v1.14.0

SetFailureReason sets the FailureReason field's value.

func (*HyperParameterTrainingJobSummary) SetFinalHyperParameterTuningJobObjectiveMetric added in v1.14.0

SetFinalHyperParameterTuningJobObjectiveMetric sets the FinalHyperParameterTuningJobObjectiveMetric field's value.

func (*HyperParameterTrainingJobSummary) SetObjectiveStatus added in v1.14.0

SetObjectiveStatus sets the ObjectiveStatus field's value.

func (*HyperParameterTrainingJobSummary) SetTrainingEndTime added in v1.14.0

SetTrainingEndTime sets the TrainingEndTime field's value.

func (*HyperParameterTrainingJobSummary) SetTrainingJobArn added in v1.14.0

SetTrainingJobArn sets the TrainingJobArn field's value.

func (*HyperParameterTrainingJobSummary) SetTrainingJobDefinitionName added in v1.25.47

func (s *HyperParameterTrainingJobSummary) SetTrainingJobDefinitionName(v string) *HyperParameterTrainingJobSummary

SetTrainingJobDefinitionName sets the TrainingJobDefinitionName field's value.

func (*HyperParameterTrainingJobSummary) SetTrainingJobName added in v1.14.0

SetTrainingJobName sets the TrainingJobName field's value.

func (*HyperParameterTrainingJobSummary) SetTrainingJobStatus added in v1.14.0

SetTrainingJobStatus sets the TrainingJobStatus field's value.

func (*HyperParameterTrainingJobSummary) SetTrainingStartTime added in v1.14.0

SetTrainingStartTime sets the TrainingStartTime field's value.

func (*HyperParameterTrainingJobSummary) SetTunedHyperParameters added in v1.14.0

SetTunedHyperParameters sets the TunedHyperParameters field's value.

func (*HyperParameterTrainingJobSummary) SetTuningJobName added in v1.15.76

SetTuningJobName sets the TuningJobName field's value.

func (HyperParameterTrainingJobSummary) String added in v1.14.0

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type HyperParameterTuningInstanceConfig added in v1.44.72

type HyperParameterTuningInstanceConfig struct {

	// The number of instances of the type specified by InstanceType. Choose an
	// instance count larger than 1 for distributed training algorithms. See Step
	// 2: Launch a SageMaker Distributed Training Job Using the SageMaker Python
	// SDK (https://docs.aws.amazon.com/sagemaker/latest/dg/data-parallel-use-api.html)
	// for more information.
	//
	// InstanceCount is a required field
	InstanceCount *int64 `type:"integer" required:"true"`

	// The instance type used for processing of hyperparameter optimization jobs.
	// Choose from general purpose (no GPUs) instance types: ml.m5.xlarge, ml.m5.2xlarge,
	// and ml.m5.4xlarge or compute optimized (no GPUs) instance types: ml.c5.xlarge
	// and ml.c5.2xlarge. For more information about instance types, see instance
	// type descriptions (https://docs.aws.amazon.com/sagemaker/latest/dg/notebooks-available-instance-types.html).
	//
	// InstanceType is a required field
	InstanceType *string `type:"string" required:"true" enum:"TrainingInstanceType"`

	// The volume size in GB of the data to be processed for hyperparameter optimization
	// (optional).
	//
	// VolumeSizeInGB is a required field
	VolumeSizeInGB *int64 `min:"1" type:"integer" required:"true"`
	// contains filtered or unexported fields
}

The configuration for hyperparameter tuning resources for use in training jobs launched by the tuning job. These resources include compute instances and storage volumes. Specify one or more compute instance configurations and allocation strategies to select resources (optional).

func (HyperParameterTuningInstanceConfig) GoString added in v1.44.72

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HyperParameterTuningInstanceConfig) SetInstanceCount added in v1.44.72

SetInstanceCount sets the InstanceCount field's value.

func (*HyperParameterTuningInstanceConfig) SetInstanceType added in v1.44.72

SetInstanceType sets the InstanceType field's value.

func (*HyperParameterTuningInstanceConfig) SetVolumeSizeInGB added in v1.44.72

SetVolumeSizeInGB sets the VolumeSizeInGB field's value.

func (HyperParameterTuningInstanceConfig) String added in v1.44.72

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HyperParameterTuningInstanceConfig) Validate added in v1.44.72

Validate inspects the fields of the type to determine if they are valid.

type HyperParameterTuningJobCompletionDetails added in v1.44.191

type HyperParameterTuningJobCompletionDetails struct {

	// The time in timestamp format that AMT detected model convergence, as defined
	// by a lack of significant improvement over time based on criteria developed
	// over a wide range of diverse benchmarking tests.
	ConvergenceDetectedTime *time.Time `type:"timestamp"`

	// The number of training jobs launched by a tuning job that are not improving
	// (1% or less) as measured by model performance evaluated against an objective
	// function.
	NumberOfTrainingJobsObjectiveNotImproving *int64 `type:"integer"`
	// contains filtered or unexported fields
}

A structure that contains runtime information about both current and completed hyperparameter tuning jobs.

func (HyperParameterTuningJobCompletionDetails) GoString added in v1.44.191

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HyperParameterTuningJobCompletionDetails) SetConvergenceDetectedTime added in v1.44.191

SetConvergenceDetectedTime sets the ConvergenceDetectedTime field's value.

func (*HyperParameterTuningJobCompletionDetails) SetNumberOfTrainingJobsObjectiveNotImproving added in v1.44.191

func (s *HyperParameterTuningJobCompletionDetails) SetNumberOfTrainingJobsObjectiveNotImproving(v int64) *HyperParameterTuningJobCompletionDetails

SetNumberOfTrainingJobsObjectiveNotImproving sets the NumberOfTrainingJobsObjectiveNotImproving field's value.

func (HyperParameterTuningJobCompletionDetails) String added in v1.44.191

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type HyperParameterTuningJobConfig added in v1.14.0

type HyperParameterTuningJobConfig struct {

	// The HyperParameterTuningJobObjective (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_HyperParameterTuningJobObjective.html)
	// specifies the objective metric used to evaluate the performance of training
	// jobs launched by this tuning job.
	HyperParameterTuningJobObjective *HyperParameterTuningJobObjective `type:"structure"`

	// The ParameterRanges (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ParameterRanges.html)
	// object that specifies the ranges of hyperparameters that this tuning job
	// searches over to find the optimal configuration for the highest model performance
	// against your chosen objective metric.
	ParameterRanges *ParameterRanges `type:"structure"`

	// A value used to initialize a pseudo-random number generator. Setting a random
	// seed and using the same seed later for the same tuning job will allow hyperparameter
	// optimization to find more a consistent hyperparameter configuration between
	// the two runs.
	RandomSeed *int64 `type:"integer"`

	// The ResourceLimits (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ResourceLimits.html)
	// object that specifies the maximum number of training and parallel training
	// jobs that can be used for this hyperparameter tuning job.
	//
	// ResourceLimits is a required field
	ResourceLimits *ResourceLimits `type:"structure" required:"true"`

	// Specifies how hyperparameter tuning chooses the combinations of hyperparameter
	// values to use for the training job it launches. For information about search
	// strategies, see How Hyperparameter Tuning Works (https://docs.aws.amazon.com/sagemaker/latest/dg/automatic-model-tuning-how-it-works.html).
	//
	// Strategy is a required field
	Strategy *string `type:"string" required:"true" enum:"HyperParameterTuningJobStrategyType"`

	// The configuration for the Hyperband optimization strategy. This parameter
	// should be provided only if Hyperband is selected as the strategy for HyperParameterTuningJobConfig.
	StrategyConfig *HyperParameterTuningJobStrategyConfig `type:"structure"`

	// Specifies whether to use early stopping for training jobs launched by the
	// hyperparameter tuning job. Because the Hyperband strategy has its own advanced
	// internal early stopping mechanism, TrainingJobEarlyStoppingType must be OFF
	// to use Hyperband. This parameter can take on one of the following values
	// (the default value is OFF):
	//
	// OFF
	//
	// Training jobs launched by the hyperparameter tuning job do not use early
	// stopping.
	//
	// AUTO
	//
	// SageMaker stops training jobs launched by the hyperparameter tuning job when
	// they are unlikely to perform better than previously completed training jobs.
	// For more information, see Stop Training Jobs Early (https://docs.aws.amazon.com/sagemaker/latest/dg/automatic-model-tuning-early-stopping.html).
	TrainingJobEarlyStoppingType *string `type:"string" enum:"TrainingJobEarlyStoppingType"`

	// The tuning job's completion criteria.
	TuningJobCompletionCriteria *TuningJobCompletionCriteria `type:"structure"`
	// contains filtered or unexported fields
}

Configures a hyperparameter tuning job.

func (HyperParameterTuningJobConfig) GoString added in v1.14.0

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HyperParameterTuningJobConfig) SetHyperParameterTuningJobObjective added in v1.14.0

SetHyperParameterTuningJobObjective sets the HyperParameterTuningJobObjective field's value.

func (*HyperParameterTuningJobConfig) SetParameterRanges added in v1.14.0

SetParameterRanges sets the ParameterRanges field's value.

func (*HyperParameterTuningJobConfig) SetRandomSeed added in v1.44.162

SetRandomSeed sets the RandomSeed field's value.

func (*HyperParameterTuningJobConfig) SetResourceLimits added in v1.14.0

SetResourceLimits sets the ResourceLimits field's value.

func (*HyperParameterTuningJobConfig) SetStrategy added in v1.14.0

SetStrategy sets the Strategy field's value.

func (*HyperParameterTuningJobConfig) SetStrategyConfig added in v1.44.99

SetStrategyConfig sets the StrategyConfig field's value.

func (*HyperParameterTuningJobConfig) SetTrainingJobEarlyStoppingType added in v1.16.4

func (s *HyperParameterTuningJobConfig) SetTrainingJobEarlyStoppingType(v string) *HyperParameterTuningJobConfig

SetTrainingJobEarlyStoppingType sets the TrainingJobEarlyStoppingType field's value.

func (*HyperParameterTuningJobConfig) SetTuningJobCompletionCriteria added in v1.25.47

SetTuningJobCompletionCriteria sets the TuningJobCompletionCriteria field's value.

func (HyperParameterTuningJobConfig) String added in v1.14.0

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HyperParameterTuningJobConfig) Validate added in v1.14.0

func (s *HyperParameterTuningJobConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type HyperParameterTuningJobConsumedResources added in v1.44.191

type HyperParameterTuningJobConsumedResources struct {

	// The wall clock runtime in seconds used by your hyperparameter tuning job.
	RuntimeInSeconds *int64 `type:"integer"`
	// contains filtered or unexported fields
}

The total resources consumed by your hyperparameter tuning job.

func (HyperParameterTuningJobConsumedResources) GoString added in v1.44.191

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HyperParameterTuningJobConsumedResources) SetRuntimeInSeconds added in v1.44.191

SetRuntimeInSeconds sets the RuntimeInSeconds field's value.

func (HyperParameterTuningJobConsumedResources) String added in v1.44.191

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type HyperParameterTuningJobObjective added in v1.14.0

type HyperParameterTuningJobObjective struct {

	// The name of the metric to use for the objective metric.
	//
	// MetricName is a required field
	MetricName *string `min:"1" type:"string" required:"true"`

	// Whether to minimize or maximize the objective metric.
	//
	// Type is a required field
	Type *string `type:"string" required:"true" enum:"HyperParameterTuningJobObjectiveType"`
	// contains filtered or unexported fields
}

Defines the objective metric for a hyperparameter tuning job. Hyperparameter tuning uses the value of this metric to evaluate the training jobs it launches, and returns the training job that results in either the highest or lowest value for this metric, depending on the value you specify for the Type parameter.

func (HyperParameterTuningJobObjective) GoString added in v1.14.0

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HyperParameterTuningJobObjective) SetMetricName added in v1.14.0

SetMetricName sets the MetricName field's value.

func (*HyperParameterTuningJobObjective) SetType added in v1.14.0

SetType sets the Type field's value.

func (HyperParameterTuningJobObjective) String added in v1.14.0

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HyperParameterTuningJobObjective) Validate added in v1.14.0

Validate inspects the fields of the type to determine if they are valid.

type HyperParameterTuningJobSearchEntity added in v1.44.92

type HyperParameterTuningJobSearchEntity struct {

	// The container for the summary information about a training job.
	BestTrainingJob *HyperParameterTrainingJobSummary `type:"structure"`

	// The total amount of resources consumed by a hyperparameter tuning job.
	ConsumedResources *HyperParameterTuningJobConsumedResources `type:"structure"`

	// The time that a hyperparameter tuning job was created.
	CreationTime *time.Time `type:"timestamp"`

	// The error that was created when a hyperparameter tuning job failed.
	FailureReason *string `type:"string"`

	// The time that a hyperparameter tuning job ended.
	HyperParameterTuningEndTime *time.Time `type:"timestamp"`

	// The Amazon Resource Name (ARN) of a hyperparameter tuning job.
	HyperParameterTuningJobArn *string `type:"string"`

	// Configures a hyperparameter tuning job.
	HyperParameterTuningJobConfig *HyperParameterTuningJobConfig `type:"structure"`

	// The name of a hyperparameter tuning job.
	HyperParameterTuningJobName *string `min:"1" type:"string"`

	// The status of a hyperparameter tuning job.
	HyperParameterTuningJobStatus *string `type:"string" enum:"HyperParameterTuningJobStatus"`

	// The time that a hyperparameter tuning job was last modified.
	LastModifiedTime *time.Time `type:"timestamp"`

	// Specifies the number of training jobs that this hyperparameter tuning job
	// launched, categorized by the status of their objective metric. The objective
	// metric status shows whether the final objective metric for the training job
	// has been evaluated by the tuning job and used in the hyperparameter tuning
	// process.
	ObjectiveStatusCounters *ObjectiveStatusCounters `type:"structure"`

	// The container for the summary information about a training job.
	OverallBestTrainingJob *HyperParameterTrainingJobSummary `type:"structure"`

	// The tags associated with a hyperparameter tuning job. For more information
	// see Tagging Amazon Web Services resources (https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html).
	Tags []*Tag `type:"list"`

	// Defines the training jobs launched by a hyperparameter tuning job.
	TrainingJobDefinition *HyperParameterTrainingJobDefinition `type:"structure"`

	// The job definitions included in a hyperparameter tuning job.
	TrainingJobDefinitions []*HyperParameterTrainingJobDefinition `min:"1" type:"list"`

	// The numbers of training jobs launched by a hyperparameter tuning job, categorized
	// by status.
	TrainingJobStatusCounters *TrainingJobStatusCounters `type:"structure"`

	// Information about either a current or completed hyperparameter tuning job.
	TuningJobCompletionDetails *HyperParameterTuningJobCompletionDetails `type:"structure"`

	// Specifies the configuration for a hyperparameter tuning job that uses one
	// or more previous hyperparameter tuning jobs as a starting point. The results
	// of previous tuning jobs are used to inform which combinations of hyperparameters
	// to search over in the new tuning job.
	//
	// All training jobs launched by the new hyperparameter tuning job are evaluated
	// by using the objective metric, and the training job that performs the best
	// is compared to the best training jobs from the parent tuning jobs. From these,
	// the training job that performs the best as measured by the objective metric
	// is returned as the overall best training job.
	//
	// All training jobs launched by parent hyperparameter tuning jobs and the new
	// hyperparameter tuning jobs count against the limit of training jobs for the
	// tuning job.
	WarmStartConfig *HyperParameterTuningJobWarmStartConfig `type:"structure"`
	// contains filtered or unexported fields
}

An entity returned by the SearchRecord (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_SearchRecord.html) API containing the properties of a hyperparameter tuning job.

func (HyperParameterTuningJobSearchEntity) GoString added in v1.44.92

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HyperParameterTuningJobSearchEntity) SetBestTrainingJob added in v1.44.92

SetBestTrainingJob sets the BestTrainingJob field's value.

func (*HyperParameterTuningJobSearchEntity) SetConsumedResources added in v1.44.191

SetConsumedResources sets the ConsumedResources field's value.

func (*HyperParameterTuningJobSearchEntity) SetCreationTime added in v1.44.92

SetCreationTime sets the CreationTime field's value.

func (*HyperParameterTuningJobSearchEntity) SetFailureReason added in v1.44.92

SetFailureReason sets the FailureReason field's value.

func (*HyperParameterTuningJobSearchEntity) SetHyperParameterTuningEndTime added in v1.44.92

SetHyperParameterTuningEndTime sets the HyperParameterTuningEndTime field's value.

func (*HyperParameterTuningJobSearchEntity) SetHyperParameterTuningJobArn added in v1.44.92

SetHyperParameterTuningJobArn sets the HyperParameterTuningJobArn field's value.

func (*HyperParameterTuningJobSearchEntity) SetHyperParameterTuningJobConfig added in v1.44.92

SetHyperParameterTuningJobConfig sets the HyperParameterTuningJobConfig field's value.

func (*HyperParameterTuningJobSearchEntity) SetHyperParameterTuningJobName added in v1.44.92

SetHyperParameterTuningJobName sets the HyperParameterTuningJobName field's value.

func (*HyperParameterTuningJobSearchEntity) SetHyperParameterTuningJobStatus added in v1.44.92

func (s *HyperParameterTuningJobSearchEntity) SetHyperParameterTuningJobStatus(v string) *HyperParameterTuningJobSearchEntity

SetHyperParameterTuningJobStatus sets the HyperParameterTuningJobStatus field's value.

func (*HyperParameterTuningJobSearchEntity) SetLastModifiedTime added in v1.44.92

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*HyperParameterTuningJobSearchEntity) SetObjectiveStatusCounters added in v1.44.92

SetObjectiveStatusCounters sets the ObjectiveStatusCounters field's value.

func (*HyperParameterTuningJobSearchEntity) SetOverallBestTrainingJob added in v1.44.92

SetOverallBestTrainingJob sets the OverallBestTrainingJob field's value.

func (*HyperParameterTuningJobSearchEntity) SetTags added in v1.44.92

SetTags sets the Tags field's value.

func (*HyperParameterTuningJobSearchEntity) SetTrainingJobDefinition added in v1.44.92

SetTrainingJobDefinition sets the TrainingJobDefinition field's value.

func (*HyperParameterTuningJobSearchEntity) SetTrainingJobDefinitions added in v1.44.92

SetTrainingJobDefinitions sets the TrainingJobDefinitions field's value.

func (*HyperParameterTuningJobSearchEntity) SetTrainingJobStatusCounters added in v1.44.92

SetTrainingJobStatusCounters sets the TrainingJobStatusCounters field's value.

func (*HyperParameterTuningJobSearchEntity) SetTuningJobCompletionDetails added in v1.44.191

SetTuningJobCompletionDetails sets the TuningJobCompletionDetails field's value.

func (*HyperParameterTuningJobSearchEntity) SetWarmStartConfig added in v1.44.92

SetWarmStartConfig sets the WarmStartConfig field's value.

func (HyperParameterTuningJobSearchEntity) String added in v1.44.92

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type HyperParameterTuningJobStrategyConfig added in v1.44.99

type HyperParameterTuningJobStrategyConfig struct {

	// The configuration for the object that specifies the Hyperband strategy. This
	// parameter is only supported for the Hyperband selection for Strategy within
	// the HyperParameterTuningJobConfig API.
	HyperbandStrategyConfig *HyperbandStrategyConfig `type:"structure"`
	// contains filtered or unexported fields
}

The configuration for a training job launched by a hyperparameter tuning job. Choose Bayesian for Bayesian optimization, and Random for random search optimization. For more advanced use cases, use Hyperband, which evaluates objective metrics for training jobs after every epoch. For more information about strategies, see How Hyperparameter Tuning Works (https://docs.aws.amazon.com/sagemaker/latest/dg/automatic-model-tuning-how-it-works.html).

func (HyperParameterTuningJobStrategyConfig) GoString added in v1.44.99

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HyperParameterTuningJobStrategyConfig) SetHyperbandStrategyConfig added in v1.44.99

SetHyperbandStrategyConfig sets the HyperbandStrategyConfig field's value.

func (HyperParameterTuningJobStrategyConfig) String added in v1.44.99

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HyperParameterTuningJobStrategyConfig) Validate added in v1.44.99

Validate inspects the fields of the type to determine if they are valid.

type HyperParameterTuningJobSummary added in v1.14.0

type HyperParameterTuningJobSummary struct {

	// The date and time that the tuning job was created.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// The date and time that the tuning job ended.
	HyperParameterTuningEndTime *time.Time `type:"timestamp"`

	// The Amazon Resource Name (ARN) of the tuning job.
	//
	// HyperParameterTuningJobArn is a required field
	HyperParameterTuningJobArn *string `type:"string" required:"true"`

	// The name of the tuning job.
	//
	// HyperParameterTuningJobName is a required field
	HyperParameterTuningJobName *string `min:"1" type:"string" required:"true"`

	// The status of the tuning job.
	//
	// HyperParameterTuningJobStatus is a required field
	HyperParameterTuningJobStatus *string `type:"string" required:"true" enum:"HyperParameterTuningJobStatus"`

	// The date and time that the tuning job was modified.
	LastModifiedTime *time.Time `type:"timestamp"`

	// The ObjectiveStatusCounters (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ObjectiveStatusCounters.html)
	// object that specifies the numbers of training jobs, categorized by objective
	// metric status, that this tuning job launched.
	//
	// ObjectiveStatusCounters is a required field
	ObjectiveStatusCounters *ObjectiveStatusCounters `type:"structure" required:"true"`

	// The ResourceLimits (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ResourceLimits.html)
	// object that specifies the maximum number of training jobs and parallel training
	// jobs allowed for this tuning job.
	ResourceLimits *ResourceLimits `type:"structure"`

	// Specifies the search strategy hyperparameter tuning uses to choose which
	// hyperparameters to evaluate at each iteration.
	//
	// Strategy is a required field
	Strategy *string `type:"string" required:"true" enum:"HyperParameterTuningJobStrategyType"`

	// The TrainingJobStatusCounters (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_TrainingJobStatusCounters.html)
	// object that specifies the numbers of training jobs, categorized by status,
	// that this tuning job launched.
	//
	// TrainingJobStatusCounters is a required field
	TrainingJobStatusCounters *TrainingJobStatusCounters `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

Provides summary information about a hyperparameter tuning job.

func (HyperParameterTuningJobSummary) GoString added in v1.14.0

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HyperParameterTuningJobSummary) SetCreationTime added in v1.14.0

SetCreationTime sets the CreationTime field's value.

func (*HyperParameterTuningJobSummary) SetHyperParameterTuningEndTime added in v1.14.0

func (s *HyperParameterTuningJobSummary) SetHyperParameterTuningEndTime(v time.Time) *HyperParameterTuningJobSummary

SetHyperParameterTuningEndTime sets the HyperParameterTuningEndTime field's value.

func (*HyperParameterTuningJobSummary) SetHyperParameterTuningJobArn added in v1.14.0

func (s *HyperParameterTuningJobSummary) SetHyperParameterTuningJobArn(v string) *HyperParameterTuningJobSummary

SetHyperParameterTuningJobArn sets the HyperParameterTuningJobArn field's value.

func (*HyperParameterTuningJobSummary) SetHyperParameterTuningJobName added in v1.14.0

func (s *HyperParameterTuningJobSummary) SetHyperParameterTuningJobName(v string) *HyperParameterTuningJobSummary

SetHyperParameterTuningJobName sets the HyperParameterTuningJobName field's value.

func (*HyperParameterTuningJobSummary) SetHyperParameterTuningJobStatus added in v1.14.0

func (s *HyperParameterTuningJobSummary) SetHyperParameterTuningJobStatus(v string) *HyperParameterTuningJobSummary

SetHyperParameterTuningJobStatus sets the HyperParameterTuningJobStatus field's value.

func (*HyperParameterTuningJobSummary) SetLastModifiedTime added in v1.14.0

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*HyperParameterTuningJobSummary) SetObjectiveStatusCounters added in v1.14.0

SetObjectiveStatusCounters sets the ObjectiveStatusCounters field's value.

func (*HyperParameterTuningJobSummary) SetResourceLimits added in v1.14.0

SetResourceLimits sets the ResourceLimits field's value.

func (*HyperParameterTuningJobSummary) SetStrategy added in v1.14.0

SetStrategy sets the Strategy field's value.

func (*HyperParameterTuningJobSummary) SetTrainingJobStatusCounters added in v1.14.0

SetTrainingJobStatusCounters sets the TrainingJobStatusCounters field's value.

func (HyperParameterTuningJobSummary) String added in v1.14.0

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type HyperParameterTuningJobWarmStartConfig added in v1.15.76

type HyperParameterTuningJobWarmStartConfig struct {

	// An array of hyperparameter tuning jobs that are used as the starting point
	// for the new hyperparameter tuning job. For more information about warm starting
	// a hyperparameter tuning job, see Using a Previous Hyperparameter Tuning Job
	// as a Starting Point (https://docs.aws.amazon.com/sagemaker/latest/dg/automatic-model-tuning-warm-start.html).
	//
	// Hyperparameter tuning jobs created before October 1, 2018 cannot be used
	// as parent jobs for warm start tuning jobs.
	//
	// ParentHyperParameterTuningJobs is a required field
	ParentHyperParameterTuningJobs []*ParentHyperParameterTuningJob `min:"1" type:"list" required:"true"`

	// Specifies one of the following:
	//
	// IDENTICAL_DATA_AND_ALGORITHM
	//
	// The new hyperparameter tuning job uses the same input data and training image
	// as the parent tuning jobs. You can change the hyperparameter ranges to search
	// and the maximum number of training jobs that the hyperparameter tuning job
	// launches. You cannot use a new version of the training algorithm, unless
	// the changes in the new version do not affect the algorithm itself. For example,
	// changes that improve logging or adding support for a different data format
	// are allowed. You can also change hyperparameters from tunable to static,
	// and from static to tunable, but the total number of static plus tunable hyperparameters
	// must remain the same as it is in all parent jobs. The objective metric for
	// the new tuning job must be the same as for all parent jobs.
	//
	// TRANSFER_LEARNING
	//
	// The new hyperparameter tuning job can include input data, hyperparameter
	// ranges, maximum number of concurrent training jobs, and maximum number of
	// training jobs that are different than those of its parent hyperparameter
	// tuning jobs. The training image can also be a different version from the
	// version used in the parent hyperparameter tuning job. You can also change
	// hyperparameters from tunable to static, and from static to tunable, but the
	// total number of static plus tunable hyperparameters must remain the same
	// as it is in all parent jobs. The objective metric for the new tuning job
	// must be the same as for all parent jobs.
	//
	// WarmStartType is a required field
	WarmStartType *string `type:"string" required:"true" enum:"HyperParameterTuningJobWarmStartType"`
	// contains filtered or unexported fields
}

Specifies the configuration for a hyperparameter tuning job that uses one or more previous hyperparameter tuning jobs as a starting point. The results of previous tuning jobs are used to inform which combinations of hyperparameters to search over in the new tuning job.

All training jobs launched by the new hyperparameter tuning job are evaluated by using the objective metric, and the training job that performs the best is compared to the best training jobs from the parent tuning jobs. From these, the training job that performs the best as measured by the objective metric is returned as the overall best training job.

All training jobs launched by parent hyperparameter tuning jobs and the new hyperparameter tuning jobs count against the limit of training jobs for the tuning job.

func (HyperParameterTuningJobWarmStartConfig) GoString added in v1.15.76

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HyperParameterTuningJobWarmStartConfig) SetParentHyperParameterTuningJobs added in v1.15.76

SetParentHyperParameterTuningJobs sets the ParentHyperParameterTuningJobs field's value.

func (*HyperParameterTuningJobWarmStartConfig) SetWarmStartType added in v1.15.76

SetWarmStartType sets the WarmStartType field's value.

func (HyperParameterTuningJobWarmStartConfig) String added in v1.15.76

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HyperParameterTuningJobWarmStartConfig) Validate added in v1.15.76

Validate inspects the fields of the type to determine if they are valid.

type HyperParameterTuningResourceConfig added in v1.44.72

type HyperParameterTuningResourceConfig struct {

	// The strategy that determines the order of preference for resources specified
	// in InstanceConfigs used in hyperparameter optimization.
	AllocationStrategy *string `type:"string" enum:"HyperParameterTuningAllocationStrategy"`

	// A list containing the configuration(s) for one or more resources for processing
	// hyperparameter jobs. These resources include compute instances and storage
	// volumes to use in model training jobs launched by hyperparameter tuning jobs.
	// The AllocationStrategy controls the order in which multiple configurations
	// provided in InstanceConfigs are used.
	//
	// If you only want to use a single instance configuration inside the HyperParameterTuningResourceConfig
	// API, do not provide a value for InstanceConfigs. Instead, use InstanceType,
	// VolumeSizeInGB and InstanceCount. If you use InstanceConfigs, do not provide
	// values for InstanceType, VolumeSizeInGB or InstanceCount.
	InstanceConfigs []*HyperParameterTuningInstanceConfig `min:"1" type:"list"`

	// The number of compute instances of type InstanceType to use. For distributed
	// training (https://docs.aws.amazon.com/sagemaker/latest/dg/data-parallel-use-api.html),
	// select a value greater than 1.
	InstanceCount *int64 `type:"integer"`

	// The instance type used to run hyperparameter optimization tuning jobs. See
	// descriptions of instance types (https://docs.aws.amazon.com/sagemaker/latest/dg/notebooks-available-instance-types.html)
	// for more information.
	InstanceType *string `type:"string" enum:"TrainingInstanceType"`

	// A key used by Amazon Web Services Key Management Service to encrypt data
	// on the storage volume attached to the compute instances used to run the training
	// job. You can use either of the following formats to specify a key.
	//
	// KMS Key ID:
	//
	// "1234abcd-12ab-34cd-56ef-1234567890ab"
	//
	// Amazon Resource Name (ARN) of a KMS key:
	//
	// "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"
	//
	// Some instances use local storage, which use a hardware module to encrypt
	// (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ssd-instance-store.html)
	// storage volumes. If you choose one of these instance types, you cannot request
	// a VolumeKmsKeyId. For a list of instance types that use local storage, see
	// instance store volumes (http://aws.amazon.com/releasenotes/host-instance-storage-volumes-table/).
	// For more information about Amazon Web Services Key Management Service, see
	// KMS encryption (https://docs.aws.amazon.com/sagemaker/latest/dg/sms-security-kms-permissions.html)
	// for more information.
	VolumeKmsKeyId *string `type:"string"`

	// The volume size in GB for the storage volume to be used in processing hyperparameter
	// optimization jobs (optional). These volumes store model artifacts, incremental
	// states and optionally, scratch space for training algorithms. Do not provide
	// a value for this parameter if a value for InstanceConfigs is also specified.
	//
	// Some instance types have a fixed total local storage size. If you select
	// one of these instances for training, VolumeSizeInGB cannot be greater than
	// this total size. For a list of instance types with local instance storage
	// and their sizes, see instance store volumes (http://aws.amazon.com/releasenotes/host-instance-storage-volumes-table/).
	//
	// SageMaker supports only the General Purpose SSD (gp2) (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-volume-types.html)
	// storage volume type.
	VolumeSizeInGB *int64 `type:"integer"`
	// contains filtered or unexported fields
}

The configuration of resources, including compute instances and storage volumes for use in training jobs launched by hyperparameter tuning jobs. HyperParameterTuningResourceConfig is similar to ResourceConfig, but has the additional InstanceConfigs and AllocationStrategy fields to allow for flexible instance management. Specify one or more instance types, count, and the allocation strategy for instance selection.

HyperParameterTuningResourceConfig supports the capabilities of ResourceConfig with the exception of KeepAlivePeriodInSeconds. Hyperparameter tuning jobs use warm pools by default, which reuse clusters between training jobs.

func (HyperParameterTuningResourceConfig) GoString added in v1.44.72

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HyperParameterTuningResourceConfig) SetAllocationStrategy added in v1.44.72

SetAllocationStrategy sets the AllocationStrategy field's value.

func (*HyperParameterTuningResourceConfig) SetInstanceConfigs added in v1.44.72

SetInstanceConfigs sets the InstanceConfigs field's value.

func (*HyperParameterTuningResourceConfig) SetInstanceCount added in v1.44.72

SetInstanceCount sets the InstanceCount field's value.

func (*HyperParameterTuningResourceConfig) SetInstanceType added in v1.44.72

SetInstanceType sets the InstanceType field's value.

func (*HyperParameterTuningResourceConfig) SetVolumeKmsKeyId added in v1.44.72

SetVolumeKmsKeyId sets the VolumeKmsKeyId field's value.

func (*HyperParameterTuningResourceConfig) SetVolumeSizeInGB added in v1.44.72

SetVolumeSizeInGB sets the VolumeSizeInGB field's value.

func (HyperParameterTuningResourceConfig) String added in v1.44.72

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HyperParameterTuningResourceConfig) Validate added in v1.44.72

Validate inspects the fields of the type to determine if they are valid.

type HyperbandStrategyConfig added in v1.44.99

type HyperbandStrategyConfig struct {

	// The maximum number of resources (such as epochs) that can be used by a training
	// job launched by a hyperparameter tuning job. Once a job reaches the MaxResource
	// value, it is stopped. If a value for MaxResource is not provided, and Hyperband
	// is selected as the hyperparameter tuning strategy, HyperbandTrainingJ attempts
	// to infer MaxResource from the following keys (if present) in StaticsHyperParameters
	// (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_HyperParameterTrainingJobDefinition.html#sagemaker-Type-HyperParameterTrainingJobDefinition-StaticHyperParameters):
	//
	//    * epochs
	//
	//    * numepochs
	//
	//    * n-epochs
	//
	//    * n_epochs
	//
	//    * num_epochs
	//
	// If HyperbandStrategyConfig is unable to infer a value for MaxResource, it
	// generates a validation error. The maximum value is 20,000 epochs. All metrics
	// that correspond to an objective metric are used to derive early stopping
	// decisions (https://docs.aws.amazon.com/sagemaker/latest/dg/automatic-model-tuning-early-stopping.html).
	// For distributive (https://docs.aws.amazon.com/sagemaker/latest/dg/distributed-training.html)
	// training jobs, ensure that duplicate metrics are not printed in the logs
	// across the individual nodes in a training job. If multiple nodes are publishing
	// duplicate or incorrect metrics, training jobs may make an incorrect stopping
	// decision and stop the job prematurely.
	MaxResource *int64 `min:"1" type:"integer"`

	// The minimum number of resources (such as epochs) that can be used by a training
	// job launched by a hyperparameter tuning job. If the value for MinResource
	// has not been reached, the training job is not stopped by Hyperband.
	MinResource *int64 `min:"1" type:"integer"`
	// contains filtered or unexported fields
}

The configuration for Hyperband, a multi-fidelity based hyperparameter tuning strategy. Hyperband uses the final and intermediate results of a training job to dynamically allocate resources to utilized hyperparameter configurations while automatically stopping under-performing configurations. This parameter should be provided only if Hyperband is selected as the StrategyConfig under the HyperParameterTuningJobConfig API.

func (HyperbandStrategyConfig) GoString added in v1.44.99

func (s HyperbandStrategyConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HyperbandStrategyConfig) SetMaxResource added in v1.44.99

SetMaxResource sets the MaxResource field's value.

func (*HyperbandStrategyConfig) SetMinResource added in v1.44.99

SetMinResource sets the MinResource field's value.

func (HyperbandStrategyConfig) String added in v1.44.99

func (s HyperbandStrategyConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*HyperbandStrategyConfig) Validate added in v1.44.99

func (s *HyperbandStrategyConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type IamIdentity added in v1.44.217

type IamIdentity struct {

	// The Amazon Resource Name (ARN) of the IAM identity.
	Arn *string `type:"string"`

	// The ID of the principal that assumes the IAM identity.
	PrincipalId *string `type:"string"`

	// The person or application which assumes the IAM identity.
	SourceIdentity *string `type:"string"`
	// contains filtered or unexported fields
}

The IAM Identity details associated with the user. These details are associated with model package groups, model packages and project entities only.

func (IamIdentity) GoString added in v1.44.217

func (s IamIdentity) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*IamIdentity) SetArn added in v1.44.217

func (s *IamIdentity) SetArn(v string) *IamIdentity

SetArn sets the Arn field's value.

func (*IamIdentity) SetPrincipalId added in v1.44.217

func (s *IamIdentity) SetPrincipalId(v string) *IamIdentity

SetPrincipalId sets the PrincipalId field's value.

func (*IamIdentity) SetSourceIdentity added in v1.44.217

func (s *IamIdentity) SetSourceIdentity(v string) *IamIdentity

SetSourceIdentity sets the SourceIdentity field's value.

func (IamIdentity) String added in v1.44.217

func (s IamIdentity) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Image added in v1.35.15

type Image struct {

	// When the image was created.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// The description of the image.
	Description *string `min:"1" type:"string"`

	// The name of the image as displayed.
	DisplayName *string `min:"1" type:"string"`

	// When a create, update, or delete operation fails, the reason for the failure.
	FailureReason *string `type:"string"`

	// The ARN of the image.
	//
	// ImageArn is a required field
	ImageArn *string `type:"string" required:"true"`

	// The name of the image.
	//
	// ImageName is a required field
	ImageName *string `min:"1" type:"string" required:"true"`

	// The status of the image.
	//
	// ImageStatus is a required field
	ImageStatus *string `type:"string" required:"true" enum:"ImageStatus"`

	// When the image was last modified.
	//
	// LastModifiedTime is a required field
	LastModifiedTime *time.Time `type:"timestamp" required:"true"`
	// contains filtered or unexported fields
}

A SageMaker image. A SageMaker image represents a set of container images that are derived from a common base container image. Each of these container images is represented by a SageMaker ImageVersion.

func (Image) GoString added in v1.35.15

func (s Image) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Image) SetCreationTime added in v1.35.15

func (s *Image) SetCreationTime(v time.Time) *Image

SetCreationTime sets the CreationTime field's value.

func (*Image) SetDescription added in v1.35.15

func (s *Image) SetDescription(v string) *Image

SetDescription sets the Description field's value.

func (*Image) SetDisplayName added in v1.35.15

func (s *Image) SetDisplayName(v string) *Image

SetDisplayName sets the DisplayName field's value.

func (*Image) SetFailureReason added in v1.35.15

func (s *Image) SetFailureReason(v string) *Image

SetFailureReason sets the FailureReason field's value.

func (*Image) SetImageArn added in v1.35.15

func (s *Image) SetImageArn(v string) *Image

SetImageArn sets the ImageArn field's value.

func (*Image) SetImageName added in v1.35.15

func (s *Image) SetImageName(v string) *Image

SetImageName sets the ImageName field's value.

func (*Image) SetImageStatus added in v1.35.15

func (s *Image) SetImageStatus(v string) *Image

SetImageStatus sets the ImageStatus field's value.

func (*Image) SetLastModifiedTime added in v1.35.15

func (s *Image) SetLastModifiedTime(v time.Time) *Image

SetLastModifiedTime sets the LastModifiedTime field's value.

func (Image) String added in v1.35.15

func (s Image) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ImageClassificationJobConfig added in v1.44.228

type ImageClassificationJobConfig struct {

	// How long a job is allowed to run, or how many candidates a job is allowed
	// to generate.
	CompletionCriteria *AutoMLJobCompletionCriteria `type:"structure"`
	// contains filtered or unexported fields
}

Stores the configuration information for the image classification problem of an AutoML job V2.

func (ImageClassificationJobConfig) GoString added in v1.44.228

func (s ImageClassificationJobConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ImageClassificationJobConfig) SetCompletionCriteria added in v1.44.228

SetCompletionCriteria sets the CompletionCriteria field's value.

func (ImageClassificationJobConfig) String added in v1.44.228

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ImageClassificationJobConfig) Validate added in v1.44.228

func (s *ImageClassificationJobConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ImageConfig added in v1.34.5

type ImageConfig struct {

	// Set this to one of the following values:
	//
	//    * Platform - The model image is hosted in Amazon ECR.
	//
	//    * Vpc - The model image is hosted in a private Docker registry in your
	//    VPC.
	//
	// RepositoryAccessMode is a required field
	RepositoryAccessMode *string `type:"string" required:"true" enum:"RepositoryAccessMode"`

	// (Optional) Specifies an authentication configuration for the private docker
	// registry where your model image is hosted. Specify a value for this property
	// only if you specified Vpc as the value for the RepositoryAccessMode field,
	// and the private Docker registry where the model image is hosted requires
	// authentication.
	RepositoryAuthConfig *RepositoryAuthConfig `type:"structure"`
	// contains filtered or unexported fields
}

Specifies whether the model container is in Amazon ECR or a private Docker registry accessible from your Amazon Virtual Private Cloud (VPC).

func (ImageConfig) GoString added in v1.34.5

func (s ImageConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ImageConfig) SetRepositoryAccessMode added in v1.34.5

func (s *ImageConfig) SetRepositoryAccessMode(v string) *ImageConfig

SetRepositoryAccessMode sets the RepositoryAccessMode field's value.

func (*ImageConfig) SetRepositoryAuthConfig added in v1.38.1

func (s *ImageConfig) SetRepositoryAuthConfig(v *RepositoryAuthConfig) *ImageConfig

SetRepositoryAuthConfig sets the RepositoryAuthConfig field's value.

func (ImageConfig) String added in v1.34.5

func (s ImageConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ImageConfig) Validate added in v1.34.5

func (s *ImageConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ImageVersion added in v1.35.15

type ImageVersion struct {

	// When the version was created.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// When a create or delete operation fails, the reason for the failure.
	FailureReason *string `type:"string"`

	// The ARN of the image the version is based on.
	//
	// ImageArn is a required field
	ImageArn *string `type:"string" required:"true"`

	// The ARN of the version.
	//
	// ImageVersionArn is a required field
	ImageVersionArn *string `type:"string" required:"true"`

	// The status of the version.
	//
	// ImageVersionStatus is a required field
	ImageVersionStatus *string `type:"string" required:"true" enum:"ImageVersionStatus"`

	// When the version was last modified.
	//
	// LastModifiedTime is a required field
	LastModifiedTime *time.Time `type:"timestamp" required:"true"`

	// The version number.
	//
	// Version is a required field
	Version *int64 `type:"integer" required:"true"`
	// contains filtered or unexported fields
}

A version of a SageMaker Image. A version represents an existing container image.

func (ImageVersion) GoString added in v1.35.15

func (s ImageVersion) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ImageVersion) SetCreationTime added in v1.35.15

func (s *ImageVersion) SetCreationTime(v time.Time) *ImageVersion

SetCreationTime sets the CreationTime field's value.

func (*ImageVersion) SetFailureReason added in v1.35.15

func (s *ImageVersion) SetFailureReason(v string) *ImageVersion

SetFailureReason sets the FailureReason field's value.

func (*ImageVersion) SetImageArn added in v1.35.15

func (s *ImageVersion) SetImageArn(v string) *ImageVersion

SetImageArn sets the ImageArn field's value.

func (*ImageVersion) SetImageVersionArn added in v1.35.15

func (s *ImageVersion) SetImageVersionArn(v string) *ImageVersion

SetImageVersionArn sets the ImageVersionArn field's value.

func (*ImageVersion) SetImageVersionStatus added in v1.35.15

func (s *ImageVersion) SetImageVersionStatus(v string) *ImageVersion

SetImageVersionStatus sets the ImageVersionStatus field's value.

func (*ImageVersion) SetLastModifiedTime added in v1.35.15

func (s *ImageVersion) SetLastModifiedTime(v time.Time) *ImageVersion

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*ImageVersion) SetVersion added in v1.35.15

func (s *ImageVersion) SetVersion(v int64) *ImageVersion

SetVersion sets the Version field's value.

func (ImageVersion) String added in v1.35.15

func (s ImageVersion) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ImportHubContentInput added in v1.44.150

type ImportHubContentInput struct {

	// The version of the hub content schema to import.
	//
	// DocumentSchemaVersion is a required field
	DocumentSchemaVersion *string `min:"5" type:"string" required:"true"`

	// A description of the hub content to import.
	HubContentDescription *string `type:"string"`

	// The display name of the hub content to import.
	HubContentDisplayName *string `type:"string"`

	// The hub content document that describes information about the hub content
	// such as type, associated containers, scripts, and more.
	//
	// HubContentDocument is a required field
	HubContentDocument *string `type:"string" required:"true"`

	// A string that provides a description of the hub content. This string can
	// include links, tables, and standard markdown formating.
	HubContentMarkdown *string `type:"string"`

	// The name of the hub content to import.
	//
	// HubContentName is a required field
	HubContentName *string `type:"string" required:"true"`

	// The searchable keywords of the hub content.
	HubContentSearchKeywords []*string `type:"list"`

	// The type of hub content to import.
	//
	// HubContentType is a required field
	HubContentType *string `type:"string" required:"true" enum:"HubContentType"`

	// The version of the hub content to import.
	HubContentVersion *string `min:"5" type:"string"`

	// The name of the hub to import content into.
	//
	// HubName is a required field
	HubName *string `type:"string" required:"true"`

	// Any tags associated with the hub content.
	Tags []*Tag `type:"list"`
	// contains filtered or unexported fields
}

func (ImportHubContentInput) GoString added in v1.44.150

func (s ImportHubContentInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ImportHubContentInput) SetDocumentSchemaVersion added in v1.44.150

func (s *ImportHubContentInput) SetDocumentSchemaVersion(v string) *ImportHubContentInput

SetDocumentSchemaVersion sets the DocumentSchemaVersion field's value.

func (*ImportHubContentInput) SetHubContentDescription added in v1.44.150

func (s *ImportHubContentInput) SetHubContentDescription(v string) *ImportHubContentInput

SetHubContentDescription sets the HubContentDescription field's value.

func (*ImportHubContentInput) SetHubContentDisplayName added in v1.44.150

func (s *ImportHubContentInput) SetHubContentDisplayName(v string) *ImportHubContentInput

SetHubContentDisplayName sets the HubContentDisplayName field's value.

func (*ImportHubContentInput) SetHubContentDocument added in v1.44.150

func (s *ImportHubContentInput) SetHubContentDocument(v string) *ImportHubContentInput

SetHubContentDocument sets the HubContentDocument field's value.

func (*ImportHubContentInput) SetHubContentMarkdown added in v1.44.150

func (s *ImportHubContentInput) SetHubContentMarkdown(v string) *ImportHubContentInput

SetHubContentMarkdown sets the HubContentMarkdown field's value.

func (*ImportHubContentInput) SetHubContentName added in v1.44.150

func (s *ImportHubContentInput) SetHubContentName(v string) *ImportHubContentInput

SetHubContentName sets the HubContentName field's value.

func (*ImportHubContentInput) SetHubContentSearchKeywords added in v1.44.150

func (s *ImportHubContentInput) SetHubContentSearchKeywords(v []*string) *ImportHubContentInput

SetHubContentSearchKeywords sets the HubContentSearchKeywords field's value.

func (*ImportHubContentInput) SetHubContentType added in v1.44.150

func (s *ImportHubContentInput) SetHubContentType(v string) *ImportHubContentInput

SetHubContentType sets the HubContentType field's value.

func (*ImportHubContentInput) SetHubContentVersion added in v1.44.150

func (s *ImportHubContentInput) SetHubContentVersion(v string) *ImportHubContentInput

SetHubContentVersion sets the HubContentVersion field's value.

func (*ImportHubContentInput) SetHubName added in v1.44.150

SetHubName sets the HubName field's value.

func (*ImportHubContentInput) SetTags added in v1.44.150

SetTags sets the Tags field's value.

func (ImportHubContentInput) String added in v1.44.150

func (s ImportHubContentInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ImportHubContentInput) Validate added in v1.44.150

func (s *ImportHubContentInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ImportHubContentOutput added in v1.44.150

type ImportHubContentOutput struct {

	// The ARN of the hub that the content was imported into.
	//
	// HubArn is a required field
	HubArn *string `type:"string" required:"true"`

	// The ARN of the hub content that was imported.
	//
	// HubContentArn is a required field
	HubContentArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ImportHubContentOutput) GoString added in v1.44.150

func (s ImportHubContentOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ImportHubContentOutput) SetHubArn added in v1.44.150

SetHubArn sets the HubArn field's value.

func (*ImportHubContentOutput) SetHubContentArn added in v1.44.150

func (s *ImportHubContentOutput) SetHubContentArn(v string) *ImportHubContentOutput

SetHubContentArn sets the HubContentArn field's value.

func (ImportHubContentOutput) String added in v1.44.150

func (s ImportHubContentOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InferenceExecutionConfig added in v1.37.16

type InferenceExecutionConfig struct {

	// How containers in a multi-container are run. The following values are valid.
	//
	//    * SERIAL - Containers run as a serial pipeline.
	//
	//    * DIRECT - Only the individual container that you specify is run.
	//
	// Mode is a required field
	Mode *string `type:"string" required:"true" enum:"InferenceExecutionMode"`
	// contains filtered or unexported fields
}

Specifies details about how containers in a multi-container endpoint are run.

func (InferenceExecutionConfig) GoString added in v1.37.16

func (s InferenceExecutionConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InferenceExecutionConfig) SetMode added in v1.37.16

SetMode sets the Mode field's value.

func (InferenceExecutionConfig) String added in v1.37.16

func (s InferenceExecutionConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InferenceExecutionConfig) Validate added in v1.37.16

func (s *InferenceExecutionConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type InferenceExperimentDataStorageConfig added in v1.44.150

type InferenceExperimentDataStorageConfig struct {

	// Configuration specifying how to treat different headers. If no headers are
	// specified SageMaker will by default base64 encode when capturing the data.
	ContentType *CaptureContentTypeHeader `type:"structure"`

	// The Amazon S3 bucket where the inference request and response data is stored.
	//
	// Destination is a required field
	Destination *string `type:"string" required:"true"`

	// The Amazon Web Services Key Management Service key that Amazon SageMaker
	// uses to encrypt captured data at rest using Amazon S3 server-side encryption.
	KmsKey *string `type:"string"`
	// contains filtered or unexported fields
}

The Amazon S3 location and configuration for storing inference request and response data.

func (InferenceExperimentDataStorageConfig) GoString added in v1.44.150

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InferenceExperimentDataStorageConfig) SetContentType added in v1.44.150

SetContentType sets the ContentType field's value.

func (*InferenceExperimentDataStorageConfig) SetDestination added in v1.44.150

SetDestination sets the Destination field's value.

func (*InferenceExperimentDataStorageConfig) SetKmsKey added in v1.44.150

SetKmsKey sets the KmsKey field's value.

func (InferenceExperimentDataStorageConfig) String added in v1.44.150

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InferenceExperimentDataStorageConfig) Validate added in v1.44.150

Validate inspects the fields of the type to determine if they are valid.

type InferenceExperimentSchedule added in v1.44.150

type InferenceExperimentSchedule struct {

	// The timestamp at which the inference experiment ended or will end.
	EndTime *time.Time `type:"timestamp"`

	// The timestamp at which the inference experiment started or will start.
	StartTime *time.Time `type:"timestamp"`
	// contains filtered or unexported fields
}

The start and end times of an inference experiment.

The maximum duration that you can set for an inference experiment is 30 days.

func (InferenceExperimentSchedule) GoString added in v1.44.150

func (s InferenceExperimentSchedule) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InferenceExperimentSchedule) SetEndTime added in v1.44.150

SetEndTime sets the EndTime field's value.

func (*InferenceExperimentSchedule) SetStartTime added in v1.44.150

SetStartTime sets the StartTime field's value.

func (InferenceExperimentSchedule) String added in v1.44.150

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InferenceExperimentSummary added in v1.44.150

type InferenceExperimentSummary struct {

	// The timestamp at which the inference experiment was completed.
	CompletionTime *time.Time `type:"timestamp"`

	// The timestamp at which the inference experiment was created.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// The description of the inference experiment.
	Description *string `type:"string"`

	// The timestamp when you last modified the inference experiment.
	//
	// LastModifiedTime is a required field
	LastModifiedTime *time.Time `type:"timestamp" required:"true"`

	// The name of the inference experiment.
	//
	// Name is a required field
	Name *string `min:"1" type:"string" required:"true"`

	// The ARN of the IAM role that Amazon SageMaker can assume to access model
	// artifacts and container images, and manage Amazon SageMaker Inference endpoints
	// for model deployment.
	RoleArn *string `min:"20" type:"string"`

	// The duration for which the inference experiment ran or will run.
	//
	// The maximum duration that you can set for an inference experiment is 30 days.
	Schedule *InferenceExperimentSchedule `type:"structure"`

	// The status of the inference experiment.
	//
	// Status is a required field
	Status *string `type:"string" required:"true" enum:"InferenceExperimentStatus"`

	// The error message for the inference experiment status result.
	StatusReason *string `type:"string"`

	// The type of the inference experiment.
	//
	// Type is a required field
	Type *string `type:"string" required:"true" enum:"InferenceExperimentType"`
	// contains filtered or unexported fields
}

Lists a summary of properties of an inference experiment.

func (InferenceExperimentSummary) GoString added in v1.44.150

func (s InferenceExperimentSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InferenceExperimentSummary) SetCompletionTime added in v1.44.150

SetCompletionTime sets the CompletionTime field's value.

func (*InferenceExperimentSummary) SetCreationTime added in v1.44.150

SetCreationTime sets the CreationTime field's value.

func (*InferenceExperimentSummary) SetDescription added in v1.44.150

SetDescription sets the Description field's value.

func (*InferenceExperimentSummary) SetLastModifiedTime added in v1.44.150

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*InferenceExperimentSummary) SetName added in v1.44.150

SetName sets the Name field's value.

func (*InferenceExperimentSummary) SetRoleArn added in v1.44.150

SetRoleArn sets the RoleArn field's value.

func (*InferenceExperimentSummary) SetSchedule added in v1.44.150

SetSchedule sets the Schedule field's value.

func (*InferenceExperimentSummary) SetStatus added in v1.44.150

SetStatus sets the Status field's value.

func (*InferenceExperimentSummary) SetStatusReason added in v1.44.150

SetStatusReason sets the StatusReason field's value.

func (*InferenceExperimentSummary) SetType added in v1.44.150

SetType sets the Type field's value.

func (InferenceExperimentSummary) String added in v1.44.150

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InferenceMetrics added in v1.44.121

type InferenceMetrics struct {

	// The expected maximum number of requests per minute for the instance.
	//
	// MaxInvocations is a required field
	MaxInvocations *int64 `type:"integer" required:"true"`

	// The expected model latency at maximum invocations per minute for the instance.
	//
	// ModelLatency is a required field
	ModelLatency *int64 `type:"integer" required:"true"`
	// contains filtered or unexported fields
}

The metrics for an existing endpoint compared in an Inference Recommender job.

func (InferenceMetrics) GoString added in v1.44.121

func (s InferenceMetrics) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InferenceMetrics) SetMaxInvocations added in v1.44.121

func (s *InferenceMetrics) SetMaxInvocations(v int64) *InferenceMetrics

SetMaxInvocations sets the MaxInvocations field's value.

func (*InferenceMetrics) SetModelLatency added in v1.44.121

func (s *InferenceMetrics) SetModelLatency(v int64) *InferenceMetrics

SetModelLatency sets the ModelLatency field's value.

func (InferenceMetrics) String added in v1.44.121

func (s InferenceMetrics) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InferenceRecommendation added in v1.42.17

type InferenceRecommendation struct {

	// Defines the endpoint configuration parameters.
	//
	// EndpointConfiguration is a required field
	EndpointConfiguration *EndpointOutputConfiguration `type:"structure" required:"true"`

	// A timestamp that shows when the benchmark completed.
	InvocationEndTime *time.Time `type:"timestamp"`

	// A timestamp that shows when the benchmark started.
	InvocationStartTime *time.Time `type:"timestamp"`

	// The metrics used to decide what recommendation to make.
	//
	// Metrics is a required field
	Metrics *RecommendationMetrics `type:"structure" required:"true"`

	// Defines the model configuration.
	//
	// ModelConfiguration is a required field
	ModelConfiguration *ModelConfiguration `type:"structure" required:"true"`

	// The recommendation ID which uniquely identifies each recommendation.
	RecommendationId *string `type:"string"`
	// contains filtered or unexported fields
}

A list of recommendations made by Amazon SageMaker Inference Recommender.

func (InferenceRecommendation) GoString added in v1.42.17

func (s InferenceRecommendation) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InferenceRecommendation) SetEndpointConfiguration added in v1.42.17

SetEndpointConfiguration sets the EndpointConfiguration field's value.

func (*InferenceRecommendation) SetInvocationEndTime added in v1.44.268

func (s *InferenceRecommendation) SetInvocationEndTime(v time.Time) *InferenceRecommendation

SetInvocationEndTime sets the InvocationEndTime field's value.

func (*InferenceRecommendation) SetInvocationStartTime added in v1.44.268

func (s *InferenceRecommendation) SetInvocationStartTime(v time.Time) *InferenceRecommendation

SetInvocationStartTime sets the InvocationStartTime field's value.

func (*InferenceRecommendation) SetMetrics added in v1.42.17

SetMetrics sets the Metrics field's value.

func (*InferenceRecommendation) SetModelConfiguration added in v1.42.17

SetModelConfiguration sets the ModelConfiguration field's value.

func (*InferenceRecommendation) SetRecommendationId added in v1.44.187

func (s *InferenceRecommendation) SetRecommendationId(v string) *InferenceRecommendation

SetRecommendationId sets the RecommendationId field's value.

func (InferenceRecommendation) String added in v1.42.17

func (s InferenceRecommendation) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InferenceRecommendationsJob added in v1.42.17

type InferenceRecommendationsJob struct {

	// A timestamp that shows when the job completed.
	CompletionTime *time.Time `type:"timestamp"`

	// A timestamp that shows when the job was created.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// If the job fails, provides information why the job failed.
	FailureReason *string `type:"string"`

	// The Amazon Resource Name (ARN) of the recommendation job.
	//
	// JobArn is a required field
	JobArn *string `type:"string" required:"true"`

	// The job description.
	//
	// JobDescription is a required field
	JobDescription *string `type:"string" required:"true"`

	// The name of the job.
	//
	// JobName is a required field
	JobName *string `min:"1" type:"string" required:"true"`

	// The recommendation job type.
	//
	// JobType is a required field
	JobType *string `type:"string" required:"true" enum:"RecommendationJobType"`

	// A timestamp that shows when the job was last modified.
	//
	// LastModifiedTime is a required field
	LastModifiedTime *time.Time `type:"timestamp" required:"true"`

	// The name of the created model.
	ModelName *string `type:"string"`

	// The Amazon Resource Name (ARN) of a versioned model package.
	ModelPackageVersionArn *string `min:"1" type:"string"`

	// The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker
	// to perform tasks on your behalf.
	//
	// RoleArn is a required field
	RoleArn *string `min:"20" type:"string" required:"true"`

	// The Amazon Simple Storage Service (Amazon S3) path where the sample payload
	// is stored. This path must point to a single gzip compressed tar archive (.tar.gz
	// suffix).
	SamplePayloadUrl *string `type:"string"`

	// The status of the job.
	//
	// Status is a required field
	Status *string `type:"string" required:"true" enum:"RecommendationJobStatus"`
	// contains filtered or unexported fields
}

A structure that contains a list of recommendation jobs.

func (InferenceRecommendationsJob) GoString added in v1.42.17

func (s InferenceRecommendationsJob) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InferenceRecommendationsJob) SetCompletionTime added in v1.42.17

SetCompletionTime sets the CompletionTime field's value.

func (*InferenceRecommendationsJob) SetCreationTime added in v1.42.17

SetCreationTime sets the CreationTime field's value.

func (*InferenceRecommendationsJob) SetFailureReason added in v1.42.17

SetFailureReason sets the FailureReason field's value.

func (*InferenceRecommendationsJob) SetJobArn added in v1.42.17

SetJobArn sets the JobArn field's value.

func (*InferenceRecommendationsJob) SetJobDescription added in v1.42.17

SetJobDescription sets the JobDescription field's value.

func (*InferenceRecommendationsJob) SetJobName added in v1.42.17

SetJobName sets the JobName field's value.

func (*InferenceRecommendationsJob) SetJobType added in v1.42.17

SetJobType sets the JobType field's value.

func (*InferenceRecommendationsJob) SetLastModifiedTime added in v1.42.17

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*InferenceRecommendationsJob) SetModelName added in v1.44.268

SetModelName sets the ModelName field's value.

func (*InferenceRecommendationsJob) SetModelPackageVersionArn added in v1.44.268

func (s *InferenceRecommendationsJob) SetModelPackageVersionArn(v string) *InferenceRecommendationsJob

SetModelPackageVersionArn sets the ModelPackageVersionArn field's value.

func (*InferenceRecommendationsJob) SetRoleArn added in v1.42.17

SetRoleArn sets the RoleArn field's value.

func (*InferenceRecommendationsJob) SetSamplePayloadUrl added in v1.44.268

SetSamplePayloadUrl sets the SamplePayloadUrl field's value.

func (*InferenceRecommendationsJob) SetStatus added in v1.42.17

SetStatus sets the Status field's value.

func (InferenceRecommendationsJob) String added in v1.42.17

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InferenceRecommendationsJobStep added in v1.44.122

type InferenceRecommendationsJobStep struct {

	// The details for a specific benchmark.
	InferenceBenchmark *RecommendationJobInferenceBenchmark `type:"structure"`

	// The name of the Inference Recommender job.
	//
	// JobName is a required field
	JobName *string `min:"1" type:"string" required:"true"`

	// The current status of the benchmark.
	//
	// Status is a required field
	Status *string `type:"string" required:"true" enum:"RecommendationJobStatus"`

	// The type of the subtask.
	//
	// BENCHMARK: Evaluate the performance of your model on different instance types.
	//
	// StepType is a required field
	StepType *string `type:"string" required:"true" enum:"RecommendationStepType"`
	// contains filtered or unexported fields
}

A returned array object for the Steps response field in the ListInferenceRecommendationsJobSteps (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ListInferenceRecommendationsJobSteps.html) API command.

func (InferenceRecommendationsJobStep) GoString added in v1.44.122

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InferenceRecommendationsJobStep) SetInferenceBenchmark added in v1.44.122

SetInferenceBenchmark sets the InferenceBenchmark field's value.

func (*InferenceRecommendationsJobStep) SetJobName added in v1.44.122

SetJobName sets the JobName field's value.

func (*InferenceRecommendationsJobStep) SetStatus added in v1.44.122

SetStatus sets the Status field's value.

func (*InferenceRecommendationsJobStep) SetStepType added in v1.44.122

SetStepType sets the StepType field's value.

func (InferenceRecommendationsJobStep) String added in v1.44.122

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InferenceSpecification added in v1.15.86

type InferenceSpecification struct {

	// The Amazon ECR registry path of the Docker image that contains the inference
	// code.
	//
	// Containers is a required field
	Containers []*ModelPackageContainerDefinition `min:"1" type:"list" required:"true"`

	// The supported MIME types for the input data.
	//
	// SupportedContentTypes is a required field
	SupportedContentTypes []*string `type:"list" required:"true"`

	// A list of the instance types that are used to generate inferences in real-time.
	//
	// This parameter is required for unversioned models, and optional for versioned
	// models.
	SupportedRealtimeInferenceInstanceTypes []*string `type:"list" enum:"ProductionVariantInstanceType"`

	// The supported MIME types for the output data.
	//
	// SupportedResponseMIMETypes is a required field
	SupportedResponseMIMETypes []*string `type:"list" required:"true"`

	// A list of the instance types on which a transformation job can be run or
	// on which an endpoint can be deployed.
	//
	// This parameter is required for unversioned models, and optional for versioned
	// models.
	SupportedTransformInstanceTypes []*string `min:"1" type:"list" enum:"TransformInstanceType"`
	// contains filtered or unexported fields
}

Defines how to perform inference generation after a training job is run.

func (InferenceSpecification) GoString added in v1.15.86

func (s InferenceSpecification) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InferenceSpecification) SetContainers added in v1.15.86

SetContainers sets the Containers field's value.

func (*InferenceSpecification) SetSupportedContentTypes added in v1.15.86

func (s *InferenceSpecification) SetSupportedContentTypes(v []*string) *InferenceSpecification

SetSupportedContentTypes sets the SupportedContentTypes field's value.

func (*InferenceSpecification) SetSupportedRealtimeInferenceInstanceTypes added in v1.15.86

func (s *InferenceSpecification) SetSupportedRealtimeInferenceInstanceTypes(v []*string) *InferenceSpecification

SetSupportedRealtimeInferenceInstanceTypes sets the SupportedRealtimeInferenceInstanceTypes field's value.

func (*InferenceSpecification) SetSupportedResponseMIMETypes added in v1.15.86

func (s *InferenceSpecification) SetSupportedResponseMIMETypes(v []*string) *InferenceSpecification

SetSupportedResponseMIMETypes sets the SupportedResponseMIMETypes field's value.

func (*InferenceSpecification) SetSupportedTransformInstanceTypes added in v1.15.86

func (s *InferenceSpecification) SetSupportedTransformInstanceTypes(v []*string) *InferenceSpecification

SetSupportedTransformInstanceTypes sets the SupportedTransformInstanceTypes field's value.

func (InferenceSpecification) String added in v1.15.86

func (s InferenceSpecification) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InferenceSpecification) Validate added in v1.15.86

func (s *InferenceSpecification) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type InputConfig added in v1.15.86

type InputConfig struct {

	// Specifies the name and shape of the expected data inputs for your trained
	// model with a JSON dictionary form. The data inputs are Framework specific.
	//
	//    * TensorFlow: You must specify the name and shape (NHWC format) of the
	//    expected data inputs using a dictionary format for your trained model.
	//    The dictionary formats required for the console and CLI are different.
	//    Examples for one input: If using the console, {"input":[1,1024,1024,3]}
	//    If using the CLI, {\"input\":[1,1024,1024,3]} Examples for two inputs:
	//    If using the console, {"data1": [1,28,28,1], "data2":[1,28,28,1]} If using
	//    the CLI, {\"data1\": [1,28,28,1], \"data2\":[1,28,28,1]}
	//
	//    * KERAS: You must specify the name and shape (NCHW format) of expected
	//    data inputs using a dictionary format for your trained model. Note that
	//    while Keras model artifacts should be uploaded in NHWC (channel-last)
	//    format, DataInputConfig should be specified in NCHW (channel-first) format.
	//    The dictionary formats required for the console and CLI are different.
	//    Examples for one input: If using the console, {"input_1":[1,3,224,224]}
	//    If using the CLI, {\"input_1\":[1,3,224,224]} Examples for two inputs:
	//    If using the console, {"input_1": [1,3,224,224], "input_2":[1,3,224,224]}
	//    If using the CLI, {\"input_1\": [1,3,224,224], \"input_2\":[1,3,224,224]}
	//
	//    * MXNET/ONNX/DARKNET: You must specify the name and shape (NCHW format)
	//    of the expected data inputs in order using a dictionary format for your
	//    trained model. The dictionary formats required for the console and CLI
	//    are different. Examples for one input: If using the console, {"data":[1,3,1024,1024]}
	//    If using the CLI, {\"data\":[1,3,1024,1024]} Examples for two inputs:
	//    If using the console, {"var1": [1,1,28,28], "var2":[1,1,28,28]} If using
	//    the CLI, {\"var1\": [1,1,28,28], \"var2\":[1,1,28,28]}
	//
	//    * PyTorch: You can either specify the name and shape (NCHW format) of
	//    expected data inputs in order using a dictionary format for your trained
	//    model or you can specify the shape only using a list format. The dictionary
	//    formats required for the console and CLI are different. The list formats
	//    for the console and CLI are the same. Examples for one input in dictionary
	//    format: If using the console, {"input0":[1,3,224,224]} If using the CLI,
	//    {\"input0\":[1,3,224,224]} Example for one input in list format: [[1,3,224,224]]
	//    Examples for two inputs in dictionary format: If using the console, {"input0":[1,3,224,224],
	//    "input1":[1,3,224,224]} If using the CLI, {\"input0\":[1,3,224,224], \"input1\":[1,3,224,224]}
	//    Example for two inputs in list format: [[1,3,224,224], [1,3,224,224]]
	//
	//    * XGBOOST: input data name and shape are not needed.
	//
	// DataInputConfig supports the following parameters for CoreML TargetDevice
	// (ML Model format):
	//
	//    * shape: Input shape, for example {"input_1": {"shape": [1,224,224,3]}}.
	//    In addition to static input shapes, CoreML converter supports Flexible
	//    input shapes: Range Dimension. You can use the Range Dimension feature
	//    if you know the input shape will be within some specific interval in that
	//    dimension, for example: {"input_1": {"shape": ["1..10", 224, 224, 3]}}
	//    Enumerated shapes. Sometimes, the models are trained to work only on a
	//    select set of inputs. You can enumerate all supported input shapes, for
	//    example: {"input_1": {"shape": [[1, 224, 224, 3], [1, 160, 160, 3]]}}
	//
	//    * default_shape: Default input shape. You can set a default shape during
	//    conversion for both Range Dimension and Enumerated Shapes. For example
	//    {"input_1": {"shape": ["1..10", 224, 224, 3], "default_shape": [1, 224,
	//    224, 3]}}
	//
	//    * type: Input type. Allowed values: Image and Tensor. By default, the
	//    converter generates an ML Model with inputs of type Tensor (MultiArray).
	//    User can set input type to be Image. Image input type requires additional
	//    input parameters such as bias and scale.
	//
	//    * bias: If the input type is an Image, you need to provide the bias vector.
	//
	//    * scale: If the input type is an Image, you need to provide a scale factor.
	//
	// CoreML ClassifierConfig parameters can be specified using OutputConfig (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_OutputConfig.html)
	// CompilerOptions. CoreML converter supports Tensorflow and PyTorch models.
	// CoreML conversion examples:
	//
	//    * Tensor type input: "DataInputConfig": {"input_1": {"shape": [[1,224,224,3],
	//    [1,160,160,3]], "default_shape": [1,224,224,3]}}
	//
	//    * Tensor type input without input name (PyTorch): "DataInputConfig": [{"shape":
	//    [[1,3,224,224], [1,3,160,160]], "default_shape": [1,3,224,224]}]
	//
	//    * Image type input: "DataInputConfig": {"input_1": {"shape": [[1,224,224,3],
	//    [1,160,160,3]], "default_shape": [1,224,224,3], "type": "Image", "bias":
	//    [-1,-1,-1], "scale": 0.007843137255}} "CompilerOptions": {"class_labels":
	//    "imagenet_labels_1000.txt"}
	//
	//    * Image type input without input name (PyTorch): "DataInputConfig": [{"shape":
	//    [[1,3,224,224], [1,3,160,160]], "default_shape": [1,3,224,224], "type":
	//    "Image", "bias": [-1,-1,-1], "scale": 0.007843137255}] "CompilerOptions":
	//    {"class_labels": "imagenet_labels_1000.txt"}
	//
	// Depending on the model format, DataInputConfig requires the following parameters
	// for ml_eia2 OutputConfig:TargetDevice (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_OutputConfig.html#sagemaker-Type-OutputConfig-TargetDevice).
	//
	//    * For TensorFlow models saved in the SavedModel format, specify the input
	//    names from signature_def_key and the input model shapes for DataInputConfig.
	//    Specify the signature_def_key in OutputConfig:CompilerOptions (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_OutputConfig.html#sagemaker-Type-OutputConfig-CompilerOptions)
	//    if the model does not use TensorFlow's default signature def key. For
	//    example: "DataInputConfig": {"inputs": [1, 224, 224, 3]} "CompilerOptions":
	//    {"signature_def_key": "serving_custom"}
	//
	//    * For TensorFlow models saved as a frozen graph, specify the input tensor
	//    names and shapes in DataInputConfig and the output tensor names for output_names
	//    in OutputConfig:CompilerOptions (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_OutputConfig.html#sagemaker-Type-OutputConfig-CompilerOptions).
	//    For example: "DataInputConfig": {"input_tensor:0": [1, 224, 224, 3]} "CompilerOptions":
	//    {"output_names": ["output_tensor:0"]}
	//
	// DataInputConfig is a required field
	DataInputConfig *string `min:"1" type:"string" required:"true"`

	// Identifies the framework in which the model was trained. For example: TENSORFLOW.
	//
	// Framework is a required field
	Framework *string `type:"string" required:"true" enum:"Framework"`

	// Specifies the framework version to use. This API field is only supported
	// for the MXNet, PyTorch, TensorFlow and TensorFlow Lite frameworks.
	//
	// For information about framework versions supported for cloud targets and
	// edge devices, see Cloud Supported Instance Types and Frameworks (https://docs.aws.amazon.com/sagemaker/latest/dg/neo-supported-cloud.html)
	// and Edge Supported Frameworks (https://docs.aws.amazon.com/sagemaker/latest/dg/neo-supported-devices-edge-frameworks.html).
	FrameworkVersion *string `min:"3" type:"string"`

	// The S3 path where the model artifacts, which result from model training,
	// are stored. This path must point to a single gzip compressed tar archive
	// (.tar.gz suffix).
	//
	// S3Uri is a required field
	S3Uri *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Contains information about the location of input model artifacts, the name and shape of the expected data inputs, and the framework in which the model was trained.

func (InputConfig) GoString added in v1.15.86

func (s InputConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InputConfig) SetDataInputConfig added in v1.15.86

func (s *InputConfig) SetDataInputConfig(v string) *InputConfig

SetDataInputConfig sets the DataInputConfig field's value.

func (*InputConfig) SetFramework added in v1.15.86

func (s *InputConfig) SetFramework(v string) *InputConfig

SetFramework sets the Framework field's value.

func (*InputConfig) SetFrameworkVersion added in v1.37.8

func (s *InputConfig) SetFrameworkVersion(v string) *InputConfig

SetFrameworkVersion sets the FrameworkVersion field's value.

func (*InputConfig) SetS3Uri added in v1.15.86

func (s *InputConfig) SetS3Uri(v string) *InputConfig

SetS3Uri sets the S3Uri field's value.

func (InputConfig) String added in v1.15.86

func (s InputConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InputConfig) Validate added in v1.15.86

func (s *InputConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type InstanceGroup added in v1.44.50

type InstanceGroup struct {

	// Specifies the number of instances of the instance group.
	//
	// InstanceCount is a required field
	InstanceCount *int64 `type:"integer" required:"true"`

	// Specifies the name of the instance group.
	//
	// InstanceGroupName is a required field
	InstanceGroupName *string `min:"1" type:"string" required:"true"`

	// Specifies the instance type of the instance group.
	//
	// InstanceType is a required field
	InstanceType *string `type:"string" required:"true" enum:"TrainingInstanceType"`
	// contains filtered or unexported fields
}

Defines an instance group for heterogeneous cluster training. When requesting a training job using the CreateTrainingJob (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingJob.html) API, you can configure multiple instance groups .

func (InstanceGroup) GoString added in v1.44.50

func (s InstanceGroup) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InstanceGroup) SetInstanceCount added in v1.44.50

func (s *InstanceGroup) SetInstanceCount(v int64) *InstanceGroup

SetInstanceCount sets the InstanceCount field's value.

func (*InstanceGroup) SetInstanceGroupName added in v1.44.50

func (s *InstanceGroup) SetInstanceGroupName(v string) *InstanceGroup

SetInstanceGroupName sets the InstanceGroupName field's value.

func (*InstanceGroup) SetInstanceType added in v1.44.50

func (s *InstanceGroup) SetInstanceType(v string) *InstanceGroup

SetInstanceType sets the InstanceType field's value.

func (InstanceGroup) String added in v1.44.50

func (s InstanceGroup) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InstanceGroup) Validate added in v1.44.50

func (s *InstanceGroup) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type InstanceMetadataServiceConfiguration added in v1.44.24

type InstanceMetadataServiceConfiguration struct {

	// Indicates the minimum IMDS version that the notebook instance supports. When
	// passed as part of CreateNotebookInstance, if no value is selected, then it
	// defaults to IMDSv1. This means that both IMDSv1 and IMDSv2 are supported.
	// If passed as part of UpdateNotebookInstance, there is no default.
	//
	// MinimumInstanceMetadataServiceVersion is a required field
	MinimumInstanceMetadataServiceVersion *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Information on the IMDS configuration of the notebook instance

func (InstanceMetadataServiceConfiguration) GoString added in v1.44.24

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InstanceMetadataServiceConfiguration) SetMinimumInstanceMetadataServiceVersion added in v1.44.24

func (s *InstanceMetadataServiceConfiguration) SetMinimumInstanceMetadataServiceVersion(v string) *InstanceMetadataServiceConfiguration

SetMinimumInstanceMetadataServiceVersion sets the MinimumInstanceMetadataServiceVersion field's value.

func (InstanceMetadataServiceConfiguration) String added in v1.44.24

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InstanceMetadataServiceConfiguration) Validate added in v1.44.24

Validate inspects the fields of the type to determine if they are valid.

type IntegerParameterRange added in v1.14.0

type IntegerParameterRange struct {

	// The maximum value of the hyperparameter to search.
	//
	// MaxValue is a required field
	MaxValue *string `type:"string" required:"true"`

	// The minimum value of the hyperparameter to search.
	//
	// MinValue is a required field
	MinValue *string `type:"string" required:"true"`

	// The name of the hyperparameter to search.
	//
	// Name is a required field
	Name *string `type:"string" required:"true"`

	// The scale that hyperparameter tuning uses to search the hyperparameter range.
	// For information about choosing a hyperparameter scale, see Hyperparameter
	// Scaling (https://docs.aws.amazon.com/sagemaker/latest/dg/automatic-model-tuning-define-ranges.html#scaling-type).
	// One of the following values:
	//
	// Auto
	//
	// SageMaker hyperparameter tuning chooses the best scale for the hyperparameter.
	//
	// Linear
	//
	// Hyperparameter tuning searches the values in the hyperparameter range by
	// using a linear scale.
	//
	// Logarithmic
	//
	// Hyperparameter tuning searches the values in the hyperparameter range by
	// using a logarithmic scale.
	//
	// Logarithmic scaling works only for ranges that have only values greater than
	// 0.
	ScalingType *string `type:"string" enum:"HyperParameterScalingType"`
	// contains filtered or unexported fields
}

For a hyperparameter of the integer type, specifies the range that a hyperparameter tuning job searches.

func (IntegerParameterRange) GoString added in v1.14.0

func (s IntegerParameterRange) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*IntegerParameterRange) SetMaxValue added in v1.14.0

SetMaxValue sets the MaxValue field's value.

func (*IntegerParameterRange) SetMinValue added in v1.14.0

SetMinValue sets the MinValue field's value.

func (*IntegerParameterRange) SetName added in v1.14.0

SetName sets the Name field's value.

func (*IntegerParameterRange) SetScalingType added in v1.18.3

func (s *IntegerParameterRange) SetScalingType(v string) *IntegerParameterRange

SetScalingType sets the ScalingType field's value.

func (IntegerParameterRange) String added in v1.14.0

func (s IntegerParameterRange) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*IntegerParameterRange) Validate added in v1.14.0

func (s *IntegerParameterRange) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type IntegerParameterRangeSpecification added in v1.15.86

type IntegerParameterRangeSpecification struct {

	// The maximum integer value allowed.
	//
	// MaxValue is a required field
	MaxValue *string `type:"string" required:"true"`

	// The minimum integer value allowed.
	//
	// MinValue is a required field
	MinValue *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Defines the possible values for an integer hyperparameter.

func (IntegerParameterRangeSpecification) GoString added in v1.15.86

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*IntegerParameterRangeSpecification) SetMaxValue added in v1.15.86

SetMaxValue sets the MaxValue field's value.

func (*IntegerParameterRangeSpecification) SetMinValue added in v1.15.86

SetMinValue sets the MinValue field's value.

func (IntegerParameterRangeSpecification) String added in v1.15.86

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*IntegerParameterRangeSpecification) Validate added in v1.15.86

Validate inspects the fields of the type to determine if they are valid.

type JupyterServerAppSettings added in v1.25.47

type JupyterServerAppSettings struct {

	// A list of Git repositories that SageMaker automatically displays to users
	// for cloning in the JupyterServer application.
	CodeRepositories []*CodeRepository `type:"list"`

	// The default instance type and the Amazon Resource Name (ARN) of the default
	// SageMaker image used by the JupyterServer app. If you use the LifecycleConfigArns
	// parameter, then this parameter is also required.
	DefaultResourceSpec *ResourceSpec `type:"structure"`

	// The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to
	// the JupyterServerApp. If you use this parameter, the DefaultResourceSpec
	// parameter is also required.
	//
	// To remove a Lifecycle Config, you must set LifecycleConfigArns to an empty
	// list.
	LifecycleConfigArns []*string `type:"list"`
	// contains filtered or unexported fields
}

The JupyterServer app settings.

func (JupyterServerAppSettings) GoString added in v1.25.47

func (s JupyterServerAppSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*JupyterServerAppSettings) SetCodeRepositories added in v1.44.150

SetCodeRepositories sets the CodeRepositories field's value.

func (*JupyterServerAppSettings) SetDefaultResourceSpec added in v1.25.47

func (s *JupyterServerAppSettings) SetDefaultResourceSpec(v *ResourceSpec) *JupyterServerAppSettings

SetDefaultResourceSpec sets the DefaultResourceSpec field's value.

func (*JupyterServerAppSettings) SetLifecycleConfigArns added in v1.40.41

func (s *JupyterServerAppSettings) SetLifecycleConfigArns(v []*string) *JupyterServerAppSettings

SetLifecycleConfigArns sets the LifecycleConfigArns field's value.

func (JupyterServerAppSettings) String added in v1.25.47

func (s JupyterServerAppSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*JupyterServerAppSettings) Validate added in v1.44.150

func (s *JupyterServerAppSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type KernelGatewayAppSettings added in v1.25.47

type KernelGatewayAppSettings struct {

	// A list of custom SageMaker images that are configured to run as a KernelGateway
	// app.
	CustomImages []*CustomImage `type:"list"`

	// The default instance type and the Amazon Resource Name (ARN) of the default
	// SageMaker image used by the KernelGateway app.
	//
	// The Amazon SageMaker Studio UI does not use the default instance type value
	// set here. The default instance type set here is used when Apps are created
	// using the Amazon Web Services Command Line Interface or Amazon Web Services
	// CloudFormation and the instance type parameter value is not passed.
	DefaultResourceSpec *ResourceSpec `type:"structure"`

	// The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to
	// the the user profile or domain.
	//
	// To remove a Lifecycle Config, you must set LifecycleConfigArns to an empty
	// list.
	LifecycleConfigArns []*string `type:"list"`
	// contains filtered or unexported fields
}

The KernelGateway app settings.

func (KernelGatewayAppSettings) GoString added in v1.25.47

func (s KernelGatewayAppSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*KernelGatewayAppSettings) SetCustomImages added in v1.35.15

SetCustomImages sets the CustomImages field's value.

func (*KernelGatewayAppSettings) SetDefaultResourceSpec added in v1.25.47

func (s *KernelGatewayAppSettings) SetDefaultResourceSpec(v *ResourceSpec) *KernelGatewayAppSettings

SetDefaultResourceSpec sets the DefaultResourceSpec field's value.

func (*KernelGatewayAppSettings) SetLifecycleConfigArns added in v1.40.41

func (s *KernelGatewayAppSettings) SetLifecycleConfigArns(v []*string) *KernelGatewayAppSettings

SetLifecycleConfigArns sets the LifecycleConfigArns field's value.

func (KernelGatewayAppSettings) String added in v1.25.47

func (s KernelGatewayAppSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*KernelGatewayAppSettings) Validate added in v1.35.15

func (s *KernelGatewayAppSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type KernelGatewayImageConfig added in v1.35.15

type KernelGatewayImageConfig struct {

	// The Amazon Elastic File System (EFS) storage configuration for a SageMaker
	// image.
	FileSystemConfig *FileSystemConfig `type:"structure"`

	// The specification of the Jupyter kernels in the image.
	//
	// KernelSpecs is a required field
	KernelSpecs []*KernelSpec `min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

The configuration for the file system and kernels in a SageMaker image running as a KernelGateway app.

func (KernelGatewayImageConfig) GoString added in v1.35.15

func (s KernelGatewayImageConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*KernelGatewayImageConfig) SetFileSystemConfig added in v1.35.15

SetFileSystemConfig sets the FileSystemConfig field's value.

func (*KernelGatewayImageConfig) SetKernelSpecs added in v1.35.15

SetKernelSpecs sets the KernelSpecs field's value.

func (KernelGatewayImageConfig) String added in v1.35.15

func (s KernelGatewayImageConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*KernelGatewayImageConfig) Validate added in v1.35.15

func (s *KernelGatewayImageConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type KernelSpec added in v1.35.15

type KernelSpec struct {

	// The display name of the kernel.
	DisplayName *string `type:"string"`

	// The name of the Jupyter kernel in the image. This value is case sensitive.
	//
	// Name is a required field
	Name *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

The specification of a Jupyter kernel.

func (KernelSpec) GoString added in v1.35.15

func (s KernelSpec) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*KernelSpec) SetDisplayName added in v1.35.15

func (s *KernelSpec) SetDisplayName(v string) *KernelSpec

SetDisplayName sets the DisplayName field's value.

func (*KernelSpec) SetName added in v1.35.15

func (s *KernelSpec) SetName(v string) *KernelSpec

SetName sets the Name field's value.

func (KernelSpec) String added in v1.35.15

func (s KernelSpec) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*KernelSpec) Validate added in v1.35.15

func (s *KernelSpec) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type LabelCounters added in v1.15.86

type LabelCounters struct {

	// The total number of objects that could not be labeled due to an error.
	FailedNonRetryableError *int64 `type:"integer"`

	// The total number of objects labeled by a human worker.
	HumanLabeled *int64 `type:"integer"`

	// The total number of objects labeled by automated data labeling.
	MachineLabeled *int64 `type:"integer"`

	// The total number of objects labeled.
	TotalLabeled *int64 `type:"integer"`

	// The total number of objects not yet labeled.
	Unlabeled *int64 `type:"integer"`
	// contains filtered or unexported fields
}

Provides a breakdown of the number of objects labeled.

func (LabelCounters) GoString added in v1.15.86

func (s LabelCounters) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LabelCounters) SetFailedNonRetryableError added in v1.15.86

func (s *LabelCounters) SetFailedNonRetryableError(v int64) *LabelCounters

SetFailedNonRetryableError sets the FailedNonRetryableError field's value.

func (*LabelCounters) SetHumanLabeled added in v1.15.86

func (s *LabelCounters) SetHumanLabeled(v int64) *LabelCounters

SetHumanLabeled sets the HumanLabeled field's value.

func (*LabelCounters) SetMachineLabeled added in v1.15.86

func (s *LabelCounters) SetMachineLabeled(v int64) *LabelCounters

SetMachineLabeled sets the MachineLabeled field's value.

func (*LabelCounters) SetTotalLabeled added in v1.15.86

func (s *LabelCounters) SetTotalLabeled(v int64) *LabelCounters

SetTotalLabeled sets the TotalLabeled field's value.

func (*LabelCounters) SetUnlabeled added in v1.15.86

func (s *LabelCounters) SetUnlabeled(v int64) *LabelCounters

SetUnlabeled sets the Unlabeled field's value.

func (LabelCounters) String added in v1.15.86

func (s LabelCounters) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type LabelCountersForWorkteam added in v1.15.86

type LabelCountersForWorkteam struct {

	// The total number of data objects labeled by a human worker.
	HumanLabeled *int64 `type:"integer"`

	// The total number of data objects that need to be labeled by a human worker.
	PendingHuman *int64 `type:"integer"`

	// The total number of tasks in the labeling job.
	Total *int64 `type:"integer"`
	// contains filtered or unexported fields
}

Provides counts for human-labeled tasks in the labeling job.

func (LabelCountersForWorkteam) GoString added in v1.15.86

func (s LabelCountersForWorkteam) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LabelCountersForWorkteam) SetHumanLabeled added in v1.15.86

SetHumanLabeled sets the HumanLabeled field's value.

func (*LabelCountersForWorkteam) SetPendingHuman added in v1.15.86

SetPendingHuman sets the PendingHuman field's value.

func (*LabelCountersForWorkteam) SetTotal added in v1.15.86

SetTotal sets the Total field's value.

func (LabelCountersForWorkteam) String added in v1.15.86

func (s LabelCountersForWorkteam) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type LabelingJobAlgorithmsConfig added in v1.15.86

type LabelingJobAlgorithmsConfig struct {

	// At the end of an auto-label job Ground Truth sends the Amazon Resource Name
	// (ARN) of the final model used for auto-labeling. You can use this model as
	// the starting point for subsequent similar jobs by providing the ARN of the
	// model here.
	InitialActiveLearningModelArn *string `min:"20" type:"string"`

	// Specifies the Amazon Resource Name (ARN) of the algorithm used for auto-labeling.
	// You must select one of the following ARNs:
	//
	//    * Image classification arn:aws:sagemaker:region:027400017018:labeling-job-algorithm-specification/image-classification
	//
	//    * Text classification arn:aws:sagemaker:region:027400017018:labeling-job-algorithm-specification/text-classification
	//
	//    * Object detection arn:aws:sagemaker:region:027400017018:labeling-job-algorithm-specification/object-detection
	//
	//    * Semantic Segmentation arn:aws:sagemaker:region:027400017018:labeling-job-algorithm-specification/semantic-segmentation
	//
	// LabelingJobAlgorithmSpecificationArn is a required field
	LabelingJobAlgorithmSpecificationArn *string `type:"string" required:"true"`

	// Provides configuration information for a labeling job.
	LabelingJobResourceConfig *LabelingJobResourceConfig `type:"structure"`
	// contains filtered or unexported fields
}

Provides configuration information for auto-labeling of your data objects. A LabelingJobAlgorithmsConfig object must be supplied in order to use auto-labeling.

func (LabelingJobAlgorithmsConfig) GoString added in v1.15.86

func (s LabelingJobAlgorithmsConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LabelingJobAlgorithmsConfig) SetInitialActiveLearningModelArn added in v1.15.86

func (s *LabelingJobAlgorithmsConfig) SetInitialActiveLearningModelArn(v string) *LabelingJobAlgorithmsConfig

SetInitialActiveLearningModelArn sets the InitialActiveLearningModelArn field's value.

func (*LabelingJobAlgorithmsConfig) SetLabelingJobAlgorithmSpecificationArn added in v1.15.86

func (s *LabelingJobAlgorithmsConfig) SetLabelingJobAlgorithmSpecificationArn(v string) *LabelingJobAlgorithmsConfig

SetLabelingJobAlgorithmSpecificationArn sets the LabelingJobAlgorithmSpecificationArn field's value.

func (*LabelingJobAlgorithmsConfig) SetLabelingJobResourceConfig added in v1.15.86

SetLabelingJobResourceConfig sets the LabelingJobResourceConfig field's value.

func (LabelingJobAlgorithmsConfig) String added in v1.15.86

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LabelingJobAlgorithmsConfig) Validate added in v1.15.86

func (s *LabelingJobAlgorithmsConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type LabelingJobDataAttributes added in v1.15.86

type LabelingJobDataAttributes struct {

	// Declares that your content is free of personally identifiable information
	// or adult content. SageMaker may restrict the Amazon Mechanical Turk workers
	// that can view your task based on this information.
	ContentClassifiers []*string `type:"list" enum:"ContentClassifier"`
	// contains filtered or unexported fields
}

Attributes of the data specified by the customer. Use these to describe the data to be labeled.

func (LabelingJobDataAttributes) GoString added in v1.15.86

func (s LabelingJobDataAttributes) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LabelingJobDataAttributes) SetContentClassifiers added in v1.15.86

func (s *LabelingJobDataAttributes) SetContentClassifiers(v []*string) *LabelingJobDataAttributes

SetContentClassifiers sets the ContentClassifiers field's value.

func (LabelingJobDataAttributes) String added in v1.15.86

func (s LabelingJobDataAttributes) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type LabelingJobDataSource added in v1.15.86

type LabelingJobDataSource struct {

	// The Amazon S3 location of the input data objects.
	S3DataSource *LabelingJobS3DataSource `type:"structure"`

	// An Amazon SNS data source used for streaming labeling jobs. To learn more,
	// see Send Data to a Streaming Labeling Job (https://docs.aws.amazon.com/sagemaker/latest/dg/sms-streaming-labeling-job.html#sms-streaming-how-it-works-send-data).
	SnsDataSource *LabelingJobSnsDataSource `type:"structure"`
	// contains filtered or unexported fields
}

Provides information about the location of input data.

You must specify at least one of the following: S3DataSource or SnsDataSource.

Use SnsDataSource to specify an SNS input topic for a streaming labeling job. If you do not specify and SNS input topic ARN, Ground Truth will create a one-time labeling job.

Use S3DataSource to specify an input manifest file for both streaming and one-time labeling jobs. Adding an S3DataSource is optional if you use SnsDataSource to create a streaming labeling job.

func (LabelingJobDataSource) GoString added in v1.15.86

func (s LabelingJobDataSource) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LabelingJobDataSource) SetS3DataSource added in v1.15.86

SetS3DataSource sets the S3DataSource field's value.

func (*LabelingJobDataSource) SetSnsDataSource added in v1.34.24

SetSnsDataSource sets the SnsDataSource field's value.

func (LabelingJobDataSource) String added in v1.15.86

func (s LabelingJobDataSource) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LabelingJobDataSource) Validate added in v1.15.86

func (s *LabelingJobDataSource) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type LabelingJobForWorkteamSummary added in v1.15.86

type LabelingJobForWorkteamSummary struct {

	// The date and time that the labeling job was created.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// A unique identifier for a labeling job. You can use this to refer to a specific
	// labeling job.
	//
	// JobReferenceCode is a required field
	JobReferenceCode *string `min:"1" type:"string" required:"true"`

	// Provides information about the progress of a labeling job.
	LabelCounters *LabelCountersForWorkteam `type:"structure"`

	// The name of the labeling job that the work team is assigned to.
	LabelingJobName *string `min:"1" type:"string"`

	// The configured number of workers per data object.
	NumberOfHumanWorkersPerDataObject *int64 `min:"1" type:"integer"`

	// The Amazon Web Services account ID of the account used to start the labeling
	// job.
	//
	// WorkRequesterAccountId is a required field
	WorkRequesterAccountId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Provides summary information for a work team.

func (LabelingJobForWorkteamSummary) GoString added in v1.15.86

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LabelingJobForWorkteamSummary) SetCreationTime added in v1.15.86

SetCreationTime sets the CreationTime field's value.

func (*LabelingJobForWorkteamSummary) SetJobReferenceCode added in v1.15.86

SetJobReferenceCode sets the JobReferenceCode field's value.

func (*LabelingJobForWorkteamSummary) SetLabelCounters added in v1.15.86

SetLabelCounters sets the LabelCounters field's value.

func (*LabelingJobForWorkteamSummary) SetLabelingJobName added in v1.15.86

SetLabelingJobName sets the LabelingJobName field's value.

func (*LabelingJobForWorkteamSummary) SetNumberOfHumanWorkersPerDataObject added in v1.19.27

func (s *LabelingJobForWorkteamSummary) SetNumberOfHumanWorkersPerDataObject(v int64) *LabelingJobForWorkteamSummary

SetNumberOfHumanWorkersPerDataObject sets the NumberOfHumanWorkersPerDataObject field's value.

func (*LabelingJobForWorkteamSummary) SetWorkRequesterAccountId added in v1.15.86

func (s *LabelingJobForWorkteamSummary) SetWorkRequesterAccountId(v string) *LabelingJobForWorkteamSummary

SetWorkRequesterAccountId sets the WorkRequesterAccountId field's value.

func (LabelingJobForWorkteamSummary) String added in v1.15.86

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type LabelingJobInputConfig added in v1.15.86

type LabelingJobInputConfig struct {

	// Attributes of the data specified by the customer.
	DataAttributes *LabelingJobDataAttributes `type:"structure"`

	// The location of the input data.
	//
	// DataSource is a required field
	DataSource *LabelingJobDataSource `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

Input configuration information for a labeling job.

func (LabelingJobInputConfig) GoString added in v1.15.86

func (s LabelingJobInputConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LabelingJobInputConfig) SetDataAttributes added in v1.15.86

SetDataAttributes sets the DataAttributes field's value.

func (*LabelingJobInputConfig) SetDataSource added in v1.15.86

SetDataSource sets the DataSource field's value.

func (LabelingJobInputConfig) String added in v1.15.86

func (s LabelingJobInputConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LabelingJobInputConfig) Validate added in v1.15.86

func (s *LabelingJobInputConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type LabelingJobOutput added in v1.15.86

type LabelingJobOutput struct {

	// The Amazon Resource Name (ARN) for the most recent SageMaker model trained
	// as part of automated data labeling.
	FinalActiveLearningModelArn *string `min:"20" type:"string"`

	// The Amazon S3 bucket location of the manifest file for labeled data.
	//
	// OutputDatasetS3Uri is a required field
	OutputDatasetS3Uri *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Specifies the location of the output produced by the labeling job.

func (LabelingJobOutput) GoString added in v1.15.86

func (s LabelingJobOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LabelingJobOutput) SetFinalActiveLearningModelArn added in v1.15.86

func (s *LabelingJobOutput) SetFinalActiveLearningModelArn(v string) *LabelingJobOutput

SetFinalActiveLearningModelArn sets the FinalActiveLearningModelArn field's value.

func (*LabelingJobOutput) SetOutputDatasetS3Uri added in v1.15.86

func (s *LabelingJobOutput) SetOutputDatasetS3Uri(v string) *LabelingJobOutput

SetOutputDatasetS3Uri sets the OutputDatasetS3Uri field's value.

func (LabelingJobOutput) String added in v1.15.86

func (s LabelingJobOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type LabelingJobOutputConfig added in v1.15.86

type LabelingJobOutputConfig struct {

	// The Amazon Web Services Key Management Service ID of the key used to encrypt
	// the output data, if any.
	//
	// If you provide your own KMS key ID, you must add the required permissions
	// to your KMS key described in Encrypt Output Data and Storage Volume with
	// Amazon Web Services KMS (https://docs.aws.amazon.com/sagemaker/latest/dg/sms-security-permission.html#sms-security-kms-permissions).
	//
	// If you don't provide a KMS key ID, Amazon SageMaker uses the default Amazon
	// Web Services KMS key for Amazon S3 for your role's account to encrypt your
	// output data.
	//
	// If you use a bucket policy with an s3:PutObject permission that only allows
	// objects with server-side encryption, set the condition key of s3:x-amz-server-side-encryption
	// to "aws:kms". For more information, see KMS-Managed Encryption Keys (https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingKMSEncryption.html)
	// in the Amazon Simple Storage Service Developer Guide.
	KmsKeyId *string `type:"string"`

	// The Amazon S3 location to write output data.
	//
	// S3OutputPath is a required field
	S3OutputPath *string `type:"string" required:"true"`

	// An Amazon Simple Notification Service (Amazon SNS) output topic ARN. Provide
	// a SnsTopicArn if you want to do real time chaining to another streaming job
	// and receive an Amazon SNS notifications each time a data object is submitted
	// by a worker.
	//
	// If you provide an SnsTopicArn in OutputConfig, when workers complete labeling
	// tasks, Ground Truth will send labeling task output data to the SNS output
	// topic you specify here.
	//
	// To learn more, see Receive Output Data from a Streaming Labeling Job (https://docs.aws.amazon.com/sagemaker/latest/dg/sms-streaming-labeling-job.html#sms-streaming-how-it-works-output-data).
	SnsTopicArn *string `type:"string"`
	// contains filtered or unexported fields
}

Output configuration information for a labeling job.

func (LabelingJobOutputConfig) GoString added in v1.15.86

func (s LabelingJobOutputConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LabelingJobOutputConfig) SetKmsKeyId added in v1.15.86

SetKmsKeyId sets the KmsKeyId field's value.

func (*LabelingJobOutputConfig) SetS3OutputPath added in v1.15.86

SetS3OutputPath sets the S3OutputPath field's value.

func (*LabelingJobOutputConfig) SetSnsTopicArn added in v1.34.24

SetSnsTopicArn sets the SnsTopicArn field's value.

func (LabelingJobOutputConfig) String added in v1.15.86

func (s LabelingJobOutputConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LabelingJobOutputConfig) Validate added in v1.15.86

func (s *LabelingJobOutputConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type LabelingJobResourceConfig added in v1.15.86

type LabelingJobResourceConfig struct {

	// The Amazon Web Services Key Management Service (Amazon Web Services KMS)
	// key that Amazon SageMaker uses to encrypt data on the storage volume attached
	// to the ML compute instance(s) that run the training and inference jobs used
	// for automated data labeling.
	//
	// You can only specify a VolumeKmsKeyId when you create a labeling job with
	// automated data labeling enabled using the API operation CreateLabelingJob.
	// You cannot specify an Amazon Web Services KMS key to encrypt the storage
	// volume used for automated data labeling model training and inference when
	// you create a labeling job using the console. To learn more, see Output Data
	// and Storage Volume Encryption (https://docs.aws.amazon.com/sagemaker/latest/dg/sms-security.html).
	//
	// The VolumeKmsKeyId can be any of the following formats:
	//
	//    * KMS Key ID "1234abcd-12ab-34cd-56ef-1234567890ab"
	//
	//    * Amazon Resource Name (ARN) of a KMS Key "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"
	VolumeKmsKeyId *string `type:"string"`

	// Specifies a VPC that your training jobs and hosted models have access to.
	// Control access to and from your training and model containers by configuring
	// the VPC. For more information, see Protect Endpoints by Using an Amazon Virtual
	// Private Cloud (https://docs.aws.amazon.com/sagemaker/latest/dg/host-vpc.html)
	// and Protect Training Jobs by Using an Amazon Virtual Private Cloud (https://docs.aws.amazon.com/sagemaker/latest/dg/train-vpc.html).
	VpcConfig *VpcConfig `type:"structure"`
	// contains filtered or unexported fields
}

Configure encryption on the storage volume attached to the ML compute instance used to run automated data labeling model training and inference.

func (LabelingJobResourceConfig) GoString added in v1.15.86

func (s LabelingJobResourceConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LabelingJobResourceConfig) SetVolumeKmsKeyId added in v1.15.86

SetVolumeKmsKeyId sets the VolumeKmsKeyId field's value.

func (*LabelingJobResourceConfig) SetVpcConfig added in v1.44.41

SetVpcConfig sets the VpcConfig field's value.

func (LabelingJobResourceConfig) String added in v1.15.86

func (s LabelingJobResourceConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LabelingJobResourceConfig) Validate added in v1.44.41

func (s *LabelingJobResourceConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type LabelingJobS3DataSource added in v1.15.86

type LabelingJobS3DataSource struct {

	// The Amazon S3 location of the manifest file that describes the input data
	// objects.
	//
	// The input manifest file referenced in ManifestS3Uri must contain one of the
	// following keys: source-ref or source. The value of the keys are interpreted
	// as follows:
	//
	//    * source-ref: The source of the object is the Amazon S3 object specified
	//    in the value. Use this value when the object is a binary object, such
	//    as an image.
	//
	//    * source: The source of the object is the value. Use this value when the
	//    object is a text value.
	//
	// If you are a new user of Ground Truth, it is recommended you review Use an
	// Input Manifest File (https://docs.aws.amazon.com/sagemaker/latest/dg/sms-input-data-input-manifest.html)
	// in the Amazon SageMaker Developer Guide to learn how to create an input manifest
	// file.
	//
	// ManifestS3Uri is a required field
	ManifestS3Uri *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

The Amazon S3 location of the input data objects.

func (LabelingJobS3DataSource) GoString added in v1.15.86

func (s LabelingJobS3DataSource) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LabelingJobS3DataSource) SetManifestS3Uri added in v1.15.86

func (s *LabelingJobS3DataSource) SetManifestS3Uri(v string) *LabelingJobS3DataSource

SetManifestS3Uri sets the ManifestS3Uri field's value.

func (LabelingJobS3DataSource) String added in v1.15.86

func (s LabelingJobS3DataSource) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LabelingJobS3DataSource) Validate added in v1.15.86

func (s *LabelingJobS3DataSource) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type LabelingJobSnsDataSource added in v1.34.24

type LabelingJobSnsDataSource struct {

	// The Amazon SNS input topic Amazon Resource Name (ARN). Specify the ARN of
	// the input topic you will use to send new data objects to a streaming labeling
	// job.
	//
	// SnsTopicArn is a required field
	SnsTopicArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

An Amazon SNS data source used for streaming labeling jobs.

func (LabelingJobSnsDataSource) GoString added in v1.34.24

func (s LabelingJobSnsDataSource) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LabelingJobSnsDataSource) SetSnsTopicArn added in v1.34.24

SetSnsTopicArn sets the SnsTopicArn field's value.

func (LabelingJobSnsDataSource) String added in v1.34.24

func (s LabelingJobSnsDataSource) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LabelingJobSnsDataSource) Validate added in v1.34.24

func (s *LabelingJobSnsDataSource) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type LabelingJobStoppingConditions added in v1.15.86

type LabelingJobStoppingConditions struct {

	// The maximum number of objects that can be labeled by human workers.
	MaxHumanLabeledObjectCount *int64 `min:"1" type:"integer"`

	// The maximum number of input data objects that should be labeled.
	MaxPercentageOfInputDatasetLabeled *int64 `min:"1" type:"integer"`
	// contains filtered or unexported fields
}

A set of conditions for stopping a labeling job. If any of the conditions are met, the job is automatically stopped. You can use these conditions to control the cost of data labeling.

Labeling jobs fail after 30 days with an appropriate client error message.

func (LabelingJobStoppingConditions) GoString added in v1.15.86

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LabelingJobStoppingConditions) SetMaxHumanLabeledObjectCount added in v1.15.86

func (s *LabelingJobStoppingConditions) SetMaxHumanLabeledObjectCount(v int64) *LabelingJobStoppingConditions

SetMaxHumanLabeledObjectCount sets the MaxHumanLabeledObjectCount field's value.

func (*LabelingJobStoppingConditions) SetMaxPercentageOfInputDatasetLabeled added in v1.15.86

func (s *LabelingJobStoppingConditions) SetMaxPercentageOfInputDatasetLabeled(v int64) *LabelingJobStoppingConditions

SetMaxPercentageOfInputDatasetLabeled sets the MaxPercentageOfInputDatasetLabeled field's value.

func (LabelingJobStoppingConditions) String added in v1.15.86

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LabelingJobStoppingConditions) Validate added in v1.15.86

func (s *LabelingJobStoppingConditions) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type LabelingJobSummary added in v1.15.86

type LabelingJobSummary struct {

	// The Amazon Resource Name (ARN) of the Lambda function used to consolidate
	// the annotations from individual workers into a label for a data object. For
	// more information, see Annotation Consolidation (https://docs.aws.amazon.com/sagemaker/latest/dg/sms-annotation-consolidation.html).
	AnnotationConsolidationLambdaArn *string `type:"string"`

	// The date and time that the job was created (timestamp).
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// If the LabelingJobStatus field is Failed, this field contains a description
	// of the error.
	FailureReason *string `type:"string"`

	// Input configuration for the labeling job.
	InputConfig *LabelingJobInputConfig `type:"structure"`

	// Counts showing the progress of the labeling job.
	//
	// LabelCounters is a required field
	LabelCounters *LabelCounters `type:"structure" required:"true"`

	// The Amazon Resource Name (ARN) assigned to the labeling job when it was created.
	//
	// LabelingJobArn is a required field
	LabelingJobArn *string `type:"string" required:"true"`

	// The name of the labeling job.
	//
	// LabelingJobName is a required field
	LabelingJobName *string `min:"1" type:"string" required:"true"`

	// The location of the output produced by the labeling job.
	LabelingJobOutput *LabelingJobOutput `type:"structure"`

	// The current status of the labeling job.
	//
	// LabelingJobStatus is a required field
	LabelingJobStatus *string `type:"string" required:"true" enum:"LabelingJobStatus"`

	// The date and time that the job was last modified (timestamp).
	//
	// LastModifiedTime is a required field
	LastModifiedTime *time.Time `type:"timestamp" required:"true"`

	// The Amazon Resource Name (ARN) of a Lambda function. The function is run
	// before each data object is sent to a worker.
	//
	// PreHumanTaskLambdaArn is a required field
	PreHumanTaskLambdaArn *string `type:"string" required:"true"`

	// The Amazon Resource Name (ARN) of the work team assigned to the job.
	//
	// WorkteamArn is a required field
	WorkteamArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Provides summary information about a labeling job.

func (LabelingJobSummary) GoString added in v1.15.86

func (s LabelingJobSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LabelingJobSummary) SetAnnotationConsolidationLambdaArn added in v1.15.86

func (s *LabelingJobSummary) SetAnnotationConsolidationLambdaArn(v string) *LabelingJobSummary

SetAnnotationConsolidationLambdaArn sets the AnnotationConsolidationLambdaArn field's value.

func (*LabelingJobSummary) SetCreationTime added in v1.15.86

func (s *LabelingJobSummary) SetCreationTime(v time.Time) *LabelingJobSummary

SetCreationTime sets the CreationTime field's value.

func (*LabelingJobSummary) SetFailureReason added in v1.15.86

func (s *LabelingJobSummary) SetFailureReason(v string) *LabelingJobSummary

SetFailureReason sets the FailureReason field's value.

func (*LabelingJobSummary) SetInputConfig added in v1.15.86

SetInputConfig sets the InputConfig field's value.

func (*LabelingJobSummary) SetLabelCounters added in v1.15.86

func (s *LabelingJobSummary) SetLabelCounters(v *LabelCounters) *LabelingJobSummary

SetLabelCounters sets the LabelCounters field's value.

func (*LabelingJobSummary) SetLabelingJobArn added in v1.15.86

func (s *LabelingJobSummary) SetLabelingJobArn(v string) *LabelingJobSummary

SetLabelingJobArn sets the LabelingJobArn field's value.

func (*LabelingJobSummary) SetLabelingJobName added in v1.15.86

func (s *LabelingJobSummary) SetLabelingJobName(v string) *LabelingJobSummary

SetLabelingJobName sets the LabelingJobName field's value.

func (*LabelingJobSummary) SetLabelingJobOutput added in v1.15.86

func (s *LabelingJobSummary) SetLabelingJobOutput(v *LabelingJobOutput) *LabelingJobSummary

SetLabelingJobOutput sets the LabelingJobOutput field's value.

func (*LabelingJobSummary) SetLabelingJobStatus added in v1.15.86

func (s *LabelingJobSummary) SetLabelingJobStatus(v string) *LabelingJobSummary

SetLabelingJobStatus sets the LabelingJobStatus field's value.

func (*LabelingJobSummary) SetLastModifiedTime added in v1.15.86

func (s *LabelingJobSummary) SetLastModifiedTime(v time.Time) *LabelingJobSummary

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*LabelingJobSummary) SetPreHumanTaskLambdaArn added in v1.15.86

func (s *LabelingJobSummary) SetPreHumanTaskLambdaArn(v string) *LabelingJobSummary

SetPreHumanTaskLambdaArn sets the PreHumanTaskLambdaArn field's value.

func (*LabelingJobSummary) SetWorkteamArn added in v1.15.86

func (s *LabelingJobSummary) SetWorkteamArn(v string) *LabelingJobSummary

SetWorkteamArn sets the WorkteamArn field's value.

func (LabelingJobSummary) String added in v1.15.86

func (s LabelingJobSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type LambdaStepMetadata added in v1.40.12

type LambdaStepMetadata struct {

	// The Amazon Resource Name (ARN) of the Lambda function that was run by this
	// step execution.
	Arn *string `type:"string"`

	// A list of the output parameters of the Lambda step.
	OutputParameters []*OutputParameter `type:"list"`
	// contains filtered or unexported fields
}

Metadata for a Lambda step.

func (LambdaStepMetadata) GoString added in v1.40.12

func (s LambdaStepMetadata) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LambdaStepMetadata) SetArn added in v1.40.12

SetArn sets the Arn field's value.

func (*LambdaStepMetadata) SetOutputParameters added in v1.40.12

func (s *LambdaStepMetadata) SetOutputParameters(v []*OutputParameter) *LambdaStepMetadata

SetOutputParameters sets the OutputParameters field's value.

func (LambdaStepMetadata) String added in v1.40.12

func (s LambdaStepMetadata) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type LastUpdateStatus added in v1.44.45

type LastUpdateStatus struct {

	// If the update wasn't successful, indicates the reason why it failed.
	FailureReason *string `type:"string"`

	// A value that indicates whether the update was made successful.
	//
	// Status is a required field
	Status *string `type:"string" required:"true" enum:"LastUpdateStatusValue"`
	// contains filtered or unexported fields
}

A value that indicates whether the update was successful.

func (LastUpdateStatus) GoString added in v1.44.45

func (s LastUpdateStatus) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LastUpdateStatus) SetFailureReason added in v1.44.45

func (s *LastUpdateStatus) SetFailureReason(v string) *LastUpdateStatus

SetFailureReason sets the FailureReason field's value.

func (*LastUpdateStatus) SetStatus added in v1.44.45

func (s *LastUpdateStatus) SetStatus(v string) *LastUpdateStatus

SetStatus sets the Status field's value.

func (LastUpdateStatus) String added in v1.44.45

func (s LastUpdateStatus) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type LineageGroupSummary added in v1.42.17

type LineageGroupSummary struct {

	// The creation time of the lineage group summary.
	CreationTime *time.Time `type:"timestamp"`

	// The display name of the lineage group summary.
	DisplayName *string `min:"1" type:"string"`

	// The last modified time of the lineage group summary.
	LastModifiedTime *time.Time `type:"timestamp"`

	// The Amazon Resource Name (ARN) of the lineage group resource.
	LineageGroupArn *string `type:"string"`

	// The name or Amazon Resource Name (ARN) of the lineage group.
	LineageGroupName *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

Lists a summary of the properties of a lineage group. A lineage group provides a group of shareable lineage entity resources.

func (LineageGroupSummary) GoString added in v1.42.17

func (s LineageGroupSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LineageGroupSummary) SetCreationTime added in v1.42.17

func (s *LineageGroupSummary) SetCreationTime(v time.Time) *LineageGroupSummary

SetCreationTime sets the CreationTime field's value.

func (*LineageGroupSummary) SetDisplayName added in v1.42.17

func (s *LineageGroupSummary) SetDisplayName(v string) *LineageGroupSummary

SetDisplayName sets the DisplayName field's value.

func (*LineageGroupSummary) SetLastModifiedTime added in v1.42.17

func (s *LineageGroupSummary) SetLastModifiedTime(v time.Time) *LineageGroupSummary

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*LineageGroupSummary) SetLineageGroupArn added in v1.42.17

func (s *LineageGroupSummary) SetLineageGroupArn(v string) *LineageGroupSummary

SetLineageGroupArn sets the LineageGroupArn field's value.

func (*LineageGroupSummary) SetLineageGroupName added in v1.42.17

func (s *LineageGroupSummary) SetLineageGroupName(v string) *LineageGroupSummary

SetLineageGroupName sets the LineageGroupName field's value.

func (LineageGroupSummary) String added in v1.42.17

func (s LineageGroupSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListActionsInput added in v1.35.37

type ListActionsInput struct {

	// A filter that returns only actions of the specified type.
	ActionType *string `type:"string"`

	// A filter that returns only actions created on or after the specified time.
	CreatedAfter *time.Time `type:"timestamp"`

	// A filter that returns only actions created on or before the specified time.
	CreatedBefore *time.Time `type:"timestamp"`

	// The maximum number of actions to return in the response. The default value
	// is 10.
	MaxResults *int64 `min:"1" type:"integer"`

	// If the previous call to ListActions didn't return the full set of actions,
	// the call returns a token for getting the next set of actions.
	NextToken *string `type:"string"`

	// The property used to sort results. The default value is CreationTime.
	SortBy *string `type:"string" enum:"SortActionsBy"`

	// The sort order. The default value is Descending.
	SortOrder *string `type:"string" enum:"SortOrder"`

	// A filter that returns only actions with the specified source URI.
	SourceUri *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListActionsInput) GoString added in v1.35.37

func (s ListActionsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListActionsInput) SetActionType added in v1.35.37

func (s *ListActionsInput) SetActionType(v string) *ListActionsInput

SetActionType sets the ActionType field's value.

func (*ListActionsInput) SetCreatedAfter added in v1.35.37

func (s *ListActionsInput) SetCreatedAfter(v time.Time) *ListActionsInput

SetCreatedAfter sets the CreatedAfter field's value.

func (*ListActionsInput) SetCreatedBefore added in v1.35.37

func (s *ListActionsInput) SetCreatedBefore(v time.Time) *ListActionsInput

SetCreatedBefore sets the CreatedBefore field's value.

func (*ListActionsInput) SetMaxResults added in v1.35.37

func (s *ListActionsInput) SetMaxResults(v int64) *ListActionsInput

SetMaxResults sets the MaxResults field's value.

func (*ListActionsInput) SetNextToken added in v1.35.37

func (s *ListActionsInput) SetNextToken(v string) *ListActionsInput

SetNextToken sets the NextToken field's value.

func (*ListActionsInput) SetSortBy added in v1.35.37

func (s *ListActionsInput) SetSortBy(v string) *ListActionsInput

SetSortBy sets the SortBy field's value.

func (*ListActionsInput) SetSortOrder added in v1.35.37

func (s *ListActionsInput) SetSortOrder(v string) *ListActionsInput

SetSortOrder sets the SortOrder field's value.

func (*ListActionsInput) SetSourceUri added in v1.35.37

func (s *ListActionsInput) SetSourceUri(v string) *ListActionsInput

SetSourceUri sets the SourceUri field's value.

func (ListActionsInput) String added in v1.35.37

func (s ListActionsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListActionsInput) Validate added in v1.35.37

func (s *ListActionsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListActionsOutput added in v1.35.37

type ListActionsOutput struct {

	// A list of actions and their properties.
	ActionSummaries []*ActionSummary `type:"list"`

	// A token for getting the next set of actions, if there are any.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListActionsOutput) GoString added in v1.35.37

func (s ListActionsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListActionsOutput) SetActionSummaries added in v1.35.37

func (s *ListActionsOutput) SetActionSummaries(v []*ActionSummary) *ListActionsOutput

SetActionSummaries sets the ActionSummaries field's value.

func (*ListActionsOutput) SetNextToken added in v1.35.37

func (s *ListActionsOutput) SetNextToken(v string) *ListActionsOutput

SetNextToken sets the NextToken field's value.

func (ListActionsOutput) String added in v1.35.37

func (s ListActionsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListAlgorithmsInput added in v1.15.86

type ListAlgorithmsInput struct {

	// A filter that returns only algorithms created after the specified time (timestamp).
	CreationTimeAfter *time.Time `type:"timestamp"`

	// A filter that returns only algorithms created before the specified time (timestamp).
	CreationTimeBefore *time.Time `type:"timestamp"`

	// The maximum number of algorithms to return in the response.
	MaxResults *int64 `min:"1" type:"integer"`

	// A string in the algorithm name. This filter returns only algorithms whose
	// name contains the specified string.
	NameContains *string `type:"string"`

	// If the response to a previous ListAlgorithms request was truncated, the response
	// includes a NextToken. To retrieve the next set of algorithms, use the token
	// in the next request.
	NextToken *string `type:"string"`

	// The parameter by which to sort the results. The default is CreationTime.
	SortBy *string `type:"string" enum:"AlgorithmSortBy"`

	// The sort order for the results. The default is Ascending.
	SortOrder *string `type:"string" enum:"SortOrder"`
	// contains filtered or unexported fields
}

func (ListAlgorithmsInput) GoString added in v1.15.86

func (s ListAlgorithmsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAlgorithmsInput) SetCreationTimeAfter added in v1.15.86

func (s *ListAlgorithmsInput) SetCreationTimeAfter(v time.Time) *ListAlgorithmsInput

SetCreationTimeAfter sets the CreationTimeAfter field's value.

func (*ListAlgorithmsInput) SetCreationTimeBefore added in v1.15.86

func (s *ListAlgorithmsInput) SetCreationTimeBefore(v time.Time) *ListAlgorithmsInput

SetCreationTimeBefore sets the CreationTimeBefore field's value.

func (*ListAlgorithmsInput) SetMaxResults added in v1.15.86

func (s *ListAlgorithmsInput) SetMaxResults(v int64) *ListAlgorithmsInput

SetMaxResults sets the MaxResults field's value.

func (*ListAlgorithmsInput) SetNameContains added in v1.15.86

func (s *ListAlgorithmsInput) SetNameContains(v string) *ListAlgorithmsInput

SetNameContains sets the NameContains field's value.

func (*ListAlgorithmsInput) SetNextToken added in v1.15.86

func (s *ListAlgorithmsInput) SetNextToken(v string) *ListAlgorithmsInput

SetNextToken sets the NextToken field's value.

func (*ListAlgorithmsInput) SetSortBy added in v1.15.86

SetSortBy sets the SortBy field's value.

func (*ListAlgorithmsInput) SetSortOrder added in v1.15.86

func (s *ListAlgorithmsInput) SetSortOrder(v string) *ListAlgorithmsInput

SetSortOrder sets the SortOrder field's value.

func (ListAlgorithmsInput) String added in v1.15.86

func (s ListAlgorithmsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAlgorithmsInput) Validate added in v1.15.86

func (s *ListAlgorithmsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListAlgorithmsOutput added in v1.15.86

type ListAlgorithmsOutput struct {

	// >An array of AlgorithmSummary objects, each of which lists an algorithm.
	//
	// AlgorithmSummaryList is a required field
	AlgorithmSummaryList []*AlgorithmSummary `type:"list" required:"true"`

	// If the response is truncated, SageMaker returns this token. To retrieve the
	// next set of algorithms, use it in the subsequent request.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListAlgorithmsOutput) GoString added in v1.15.86

func (s ListAlgorithmsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAlgorithmsOutput) SetAlgorithmSummaryList added in v1.15.86

func (s *ListAlgorithmsOutput) SetAlgorithmSummaryList(v []*AlgorithmSummary) *ListAlgorithmsOutput

SetAlgorithmSummaryList sets the AlgorithmSummaryList field's value.

func (*ListAlgorithmsOutput) SetNextToken added in v1.15.86

func (s *ListAlgorithmsOutput) SetNextToken(v string) *ListAlgorithmsOutput

SetNextToken sets the NextToken field's value.

func (ListAlgorithmsOutput) String added in v1.15.86

func (s ListAlgorithmsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListAliasesInput added in v1.44.163

type ListAliasesInput struct {

	// The alias of the image version.
	Alias *string `min:"1" type:"string"`

	// The name of the image.
	//
	// ImageName is a required field
	ImageName *string `min:"1" type:"string" required:"true"`

	// The maximum number of aliases to return.
	MaxResults *int64 `min:"1" type:"integer"`

	// If the previous call to ListAliases didn't return the full set of aliases,
	// the call returns a token for retrieving the next set of aliases.
	NextToken *string `type:"string"`

	// The version of the image. If image version is not specified, the aliases
	// of all versions of the image are listed.
	Version *int64 `type:"integer"`
	// contains filtered or unexported fields
}

func (ListAliasesInput) GoString added in v1.44.163

func (s ListAliasesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAliasesInput) SetAlias added in v1.44.163

func (s *ListAliasesInput) SetAlias(v string) *ListAliasesInput

SetAlias sets the Alias field's value.

func (*ListAliasesInput) SetImageName added in v1.44.163

func (s *ListAliasesInput) SetImageName(v string) *ListAliasesInput

SetImageName sets the ImageName field's value.

func (*ListAliasesInput) SetMaxResults added in v1.44.163

func (s *ListAliasesInput) SetMaxResults(v int64) *ListAliasesInput

SetMaxResults sets the MaxResults field's value.

func (*ListAliasesInput) SetNextToken added in v1.44.163

func (s *ListAliasesInput) SetNextToken(v string) *ListAliasesInput

SetNextToken sets the NextToken field's value.

func (*ListAliasesInput) SetVersion added in v1.44.163

func (s *ListAliasesInput) SetVersion(v int64) *ListAliasesInput

SetVersion sets the Version field's value.

func (ListAliasesInput) String added in v1.44.163

func (s ListAliasesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAliasesInput) Validate added in v1.44.163

func (s *ListAliasesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListAliasesOutput added in v1.44.163

type ListAliasesOutput struct {

	// A token for getting the next set of aliases, if more aliases exist.
	NextToken *string `type:"string"`

	// A list of SageMaker image version aliases.
	SageMakerImageVersionAliases []*string `type:"list"`
	// contains filtered or unexported fields
}

func (ListAliasesOutput) GoString added in v1.44.163

func (s ListAliasesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAliasesOutput) SetNextToken added in v1.44.163

func (s *ListAliasesOutput) SetNextToken(v string) *ListAliasesOutput

SetNextToken sets the NextToken field's value.

func (*ListAliasesOutput) SetSageMakerImageVersionAliases added in v1.44.163

func (s *ListAliasesOutput) SetSageMakerImageVersionAliases(v []*string) *ListAliasesOutput

SetSageMakerImageVersionAliases sets the SageMakerImageVersionAliases field's value.

func (ListAliasesOutput) String added in v1.44.163

func (s ListAliasesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListAppImageConfigsInput added in v1.35.15

type ListAppImageConfigsInput struct {

	// A filter that returns only AppImageConfigs created on or after the specified
	// time.
	CreationTimeAfter *time.Time `type:"timestamp"`

	// A filter that returns only AppImageConfigs created on or before the specified
	// time.
	CreationTimeBefore *time.Time `type:"timestamp"`

	// The total number of items to return in the response. If the total number
	// of items available is more than the value specified, a NextToken is provided
	// in the response. To resume pagination, provide the NextToken value in the
	// as part of a subsequent call. The default value is 10.
	MaxResults *int64 `min:"1" type:"integer"`

	// A filter that returns only AppImageConfigs modified on or after the specified
	// time.
	ModifiedTimeAfter *time.Time `type:"timestamp"`

	// A filter that returns only AppImageConfigs modified on or before the specified
	// time.
	ModifiedTimeBefore *time.Time `type:"timestamp"`

	// A filter that returns only AppImageConfigs whose name contains the specified
	// string.
	NameContains *string `type:"string"`

	// If the previous call to ListImages didn't return the full set of AppImageConfigs,
	// the call returns a token for getting the next set of AppImageConfigs.
	NextToken *string `type:"string"`

	// The property used to sort results. The default value is CreationTime.
	SortBy *string `type:"string" enum:"AppImageConfigSortKey"`

	// The sort order. The default value is Descending.
	SortOrder *string `type:"string" enum:"SortOrder"`
	// contains filtered or unexported fields
}

func (ListAppImageConfigsInput) GoString added in v1.35.15

func (s ListAppImageConfigsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAppImageConfigsInput) SetCreationTimeAfter added in v1.35.15

func (s *ListAppImageConfigsInput) SetCreationTimeAfter(v time.Time) *ListAppImageConfigsInput

SetCreationTimeAfter sets the CreationTimeAfter field's value.

func (*ListAppImageConfigsInput) SetCreationTimeBefore added in v1.35.15

func (s *ListAppImageConfigsInput) SetCreationTimeBefore(v time.Time) *ListAppImageConfigsInput

SetCreationTimeBefore sets the CreationTimeBefore field's value.

func (*ListAppImageConfigsInput) SetMaxResults added in v1.35.15

SetMaxResults sets the MaxResults field's value.

func (*ListAppImageConfigsInput) SetModifiedTimeAfter added in v1.35.15

func (s *ListAppImageConfigsInput) SetModifiedTimeAfter(v time.Time) *ListAppImageConfigsInput

SetModifiedTimeAfter sets the ModifiedTimeAfter field's value.

func (*ListAppImageConfigsInput) SetModifiedTimeBefore added in v1.35.15

func (s *ListAppImageConfigsInput) SetModifiedTimeBefore(v time.Time) *ListAppImageConfigsInput

SetModifiedTimeBefore sets the ModifiedTimeBefore field's value.

func (*ListAppImageConfigsInput) SetNameContains added in v1.35.15

SetNameContains sets the NameContains field's value.

func (*ListAppImageConfigsInput) SetNextToken added in v1.35.15

SetNextToken sets the NextToken field's value.

func (*ListAppImageConfigsInput) SetSortBy added in v1.35.15

SetSortBy sets the SortBy field's value.

func (*ListAppImageConfigsInput) SetSortOrder added in v1.35.15

SetSortOrder sets the SortOrder field's value.

func (ListAppImageConfigsInput) String added in v1.35.15

func (s ListAppImageConfigsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAppImageConfigsInput) Validate added in v1.35.15

func (s *ListAppImageConfigsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListAppImageConfigsOutput added in v1.35.15

type ListAppImageConfigsOutput struct {

	// A list of AppImageConfigs and their properties.
	AppImageConfigs []*AppImageConfigDetails `type:"list"`

	// A token for getting the next set of AppImageConfigs, if there are any.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListAppImageConfigsOutput) GoString added in v1.35.15

func (s ListAppImageConfigsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAppImageConfigsOutput) SetAppImageConfigs added in v1.35.15

SetAppImageConfigs sets the AppImageConfigs field's value.

func (*ListAppImageConfigsOutput) SetNextToken added in v1.35.15

SetNextToken sets the NextToken field's value.

func (ListAppImageConfigsOutput) String added in v1.35.15

func (s ListAppImageConfigsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListAppsInput added in v1.25.47

type ListAppsInput struct {

	// A parameter to search for the domain ID.
	DomainIdEquals *string `type:"string"`

	// The total number of items to return in the response. If the total number
	// of items available is more than the value specified, a NextToken is provided
	// in the response. To resume pagination, provide the NextToken value in the
	// as part of a subsequent call. The default value is 10.
	MaxResults *int64 `min:"1" type:"integer"`

	// If the previous response was truncated, you will receive this token. Use
	// it in your next request to receive the next set of results.
	NextToken *string `type:"string"`

	// The parameter by which to sort the results. The default is CreationTime.
	SortBy *string `type:"string" enum:"AppSortKey"`

	// The sort order for the results. The default is Ascending.
	SortOrder *string `type:"string" enum:"SortOrder"`

	// A parameter to search by space name. If UserProfileNameEquals is set, then
	// this value cannot be set.
	SpaceNameEquals *string `type:"string"`

	// A parameter to search by user profile name. If SpaceNameEquals is set, then
	// this value cannot be set.
	UserProfileNameEquals *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListAppsInput) GoString added in v1.25.47

func (s ListAppsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAppsInput) SetDomainIdEquals added in v1.25.47

func (s *ListAppsInput) SetDomainIdEquals(v string) *ListAppsInput

SetDomainIdEquals sets the DomainIdEquals field's value.

func (*ListAppsInput) SetMaxResults added in v1.25.47

func (s *ListAppsInput) SetMaxResults(v int64) *ListAppsInput

SetMaxResults sets the MaxResults field's value.

func (*ListAppsInput) SetNextToken added in v1.25.47

func (s *ListAppsInput) SetNextToken(v string) *ListAppsInput

SetNextToken sets the NextToken field's value.

func (*ListAppsInput) SetSortBy added in v1.25.47

func (s *ListAppsInput) SetSortBy(v string) *ListAppsInput

SetSortBy sets the SortBy field's value.

func (*ListAppsInput) SetSortOrder added in v1.25.47

func (s *ListAppsInput) SetSortOrder(v string) *ListAppsInput

SetSortOrder sets the SortOrder field's value.

func (*ListAppsInput) SetSpaceNameEquals added in v1.44.150

func (s *ListAppsInput) SetSpaceNameEquals(v string) *ListAppsInput

SetSpaceNameEquals sets the SpaceNameEquals field's value.

func (*ListAppsInput) SetUserProfileNameEquals added in v1.25.47

func (s *ListAppsInput) SetUserProfileNameEquals(v string) *ListAppsInput

SetUserProfileNameEquals sets the UserProfileNameEquals field's value.

func (ListAppsInput) String added in v1.25.47

func (s ListAppsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAppsInput) Validate added in v1.25.47

func (s *ListAppsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListAppsOutput added in v1.25.47

type ListAppsOutput struct {

	// The list of apps.
	Apps []*AppDetails `type:"list"`

	// If the previous response was truncated, you will receive this token. Use
	// it in your next request to receive the next set of results.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListAppsOutput) GoString added in v1.25.47

func (s ListAppsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAppsOutput) SetApps added in v1.25.47

func (s *ListAppsOutput) SetApps(v []*AppDetails) *ListAppsOutput

SetApps sets the Apps field's value.

func (*ListAppsOutput) SetNextToken added in v1.25.47

func (s *ListAppsOutput) SetNextToken(v string) *ListAppsOutput

SetNextToken sets the NextToken field's value.

func (ListAppsOutput) String added in v1.25.47

func (s ListAppsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListArtifactsInput added in v1.35.37

type ListArtifactsInput struct {

	// A filter that returns only artifacts of the specified type.
	ArtifactType *string `type:"string"`

	// A filter that returns only artifacts created on or after the specified time.
	CreatedAfter *time.Time `type:"timestamp"`

	// A filter that returns only artifacts created on or before the specified time.
	CreatedBefore *time.Time `type:"timestamp"`

	// The maximum number of artifacts to return in the response. The default value
	// is 10.
	MaxResults *int64 `min:"1" type:"integer"`

	// If the previous call to ListArtifacts didn't return the full set of artifacts,
	// the call returns a token for getting the next set of artifacts.
	NextToken *string `type:"string"`

	// The property used to sort results. The default value is CreationTime.
	SortBy *string `type:"string" enum:"SortArtifactsBy"`

	// The sort order. The default value is Descending.
	SortOrder *string `type:"string" enum:"SortOrder"`

	// A filter that returns only artifacts with the specified source URI.
	SourceUri *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListArtifactsInput) GoString added in v1.35.37

func (s ListArtifactsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListArtifactsInput) SetArtifactType added in v1.35.37

func (s *ListArtifactsInput) SetArtifactType(v string) *ListArtifactsInput

SetArtifactType sets the ArtifactType field's value.

func (*ListArtifactsInput) SetCreatedAfter added in v1.35.37

func (s *ListArtifactsInput) SetCreatedAfter(v time.Time) *ListArtifactsInput

SetCreatedAfter sets the CreatedAfter field's value.

func (*ListArtifactsInput) SetCreatedBefore added in v1.35.37

func (s *ListArtifactsInput) SetCreatedBefore(v time.Time) *ListArtifactsInput

SetCreatedBefore sets the CreatedBefore field's value.

func (*ListArtifactsInput) SetMaxResults added in v1.35.37

func (s *ListArtifactsInput) SetMaxResults(v int64) *ListArtifactsInput

SetMaxResults sets the MaxResults field's value.

func (*ListArtifactsInput) SetNextToken added in v1.35.37

func (s *ListArtifactsInput) SetNextToken(v string) *ListArtifactsInput

SetNextToken sets the NextToken field's value.

func (*ListArtifactsInput) SetSortBy added in v1.35.37

func (s *ListArtifactsInput) SetSortBy(v string) *ListArtifactsInput

SetSortBy sets the SortBy field's value.

func (*ListArtifactsInput) SetSortOrder added in v1.35.37

func (s *ListArtifactsInput) SetSortOrder(v string) *ListArtifactsInput

SetSortOrder sets the SortOrder field's value.

func (*ListArtifactsInput) SetSourceUri added in v1.35.37

func (s *ListArtifactsInput) SetSourceUri(v string) *ListArtifactsInput

SetSourceUri sets the SourceUri field's value.

func (ListArtifactsInput) String added in v1.35.37

func (s ListArtifactsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListArtifactsInput) Validate added in v1.35.37

func (s *ListArtifactsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListArtifactsOutput added in v1.35.37

type ListArtifactsOutput struct {

	// A list of artifacts and their properties.
	ArtifactSummaries []*ArtifactSummary `type:"list"`

	// A token for getting the next set of artifacts, if there are any.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListArtifactsOutput) GoString added in v1.35.37

func (s ListArtifactsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListArtifactsOutput) SetArtifactSummaries added in v1.35.37

func (s *ListArtifactsOutput) SetArtifactSummaries(v []*ArtifactSummary) *ListArtifactsOutput

SetArtifactSummaries sets the ArtifactSummaries field's value.

func (*ListArtifactsOutput) SetNextToken added in v1.35.37

func (s *ListArtifactsOutput) SetNextToken(v string) *ListArtifactsOutput

SetNextToken sets the NextToken field's value.

func (ListArtifactsOutput) String added in v1.35.37

func (s ListArtifactsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListAssociationsInput added in v1.35.37

type ListAssociationsInput struct {

	// A filter that returns only associations of the specified type.
	AssociationType *string `type:"string" enum:"AssociationEdgeType"`

	// A filter that returns only associations created on or after the specified
	// time.
	CreatedAfter *time.Time `type:"timestamp"`

	// A filter that returns only associations created on or before the specified
	// time.
	CreatedBefore *time.Time `type:"timestamp"`

	// A filter that returns only associations with the specified destination Amazon
	// Resource Name (ARN).
	DestinationArn *string `type:"string"`

	// A filter that returns only associations with the specified destination type.
	DestinationType *string `type:"string"`

	// The maximum number of associations to return in the response. The default
	// value is 10.
	MaxResults *int64 `min:"1" type:"integer"`

	// If the previous call to ListAssociations didn't return the full set of associations,
	// the call returns a token for getting the next set of associations.
	NextToken *string `type:"string"`

	// The property used to sort results. The default value is CreationTime.
	SortBy *string `type:"string" enum:"SortAssociationsBy"`

	// The sort order. The default value is Descending.
	SortOrder *string `type:"string" enum:"SortOrder"`

	// A filter that returns only associations with the specified source ARN.
	SourceArn *string `type:"string"`

	// A filter that returns only associations with the specified source type.
	SourceType *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListAssociationsInput) GoString added in v1.35.37

func (s ListAssociationsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAssociationsInput) SetAssociationType added in v1.35.37

func (s *ListAssociationsInput) SetAssociationType(v string) *ListAssociationsInput

SetAssociationType sets the AssociationType field's value.

func (*ListAssociationsInput) SetCreatedAfter added in v1.35.37

func (s *ListAssociationsInput) SetCreatedAfter(v time.Time) *ListAssociationsInput

SetCreatedAfter sets the CreatedAfter field's value.

func (*ListAssociationsInput) SetCreatedBefore added in v1.35.37

func (s *ListAssociationsInput) SetCreatedBefore(v time.Time) *ListAssociationsInput

SetCreatedBefore sets the CreatedBefore field's value.

func (*ListAssociationsInput) SetDestinationArn added in v1.35.37

func (s *ListAssociationsInput) SetDestinationArn(v string) *ListAssociationsInput

SetDestinationArn sets the DestinationArn field's value.

func (*ListAssociationsInput) SetDestinationType added in v1.35.37

func (s *ListAssociationsInput) SetDestinationType(v string) *ListAssociationsInput

SetDestinationType sets the DestinationType field's value.

func (*ListAssociationsInput) SetMaxResults added in v1.35.37

func (s *ListAssociationsInput) SetMaxResults(v int64) *ListAssociationsInput

SetMaxResults sets the MaxResults field's value.

func (*ListAssociationsInput) SetNextToken added in v1.35.37

SetNextToken sets the NextToken field's value.

func (*ListAssociationsInput) SetSortBy added in v1.35.37

SetSortBy sets the SortBy field's value.

func (*ListAssociationsInput) SetSortOrder added in v1.35.37

SetSortOrder sets the SortOrder field's value.

func (*ListAssociationsInput) SetSourceArn added in v1.35.37

SetSourceArn sets the SourceArn field's value.

func (*ListAssociationsInput) SetSourceType added in v1.35.37

func (s *ListAssociationsInput) SetSourceType(v string) *ListAssociationsInput

SetSourceType sets the SourceType field's value.

func (ListAssociationsInput) String added in v1.35.37

func (s ListAssociationsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAssociationsInput) Validate added in v1.35.37

func (s *ListAssociationsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListAssociationsOutput added in v1.35.37

type ListAssociationsOutput struct {

	// A list of associations and their properties.
	AssociationSummaries []*AssociationSummary `type:"list"`

	// A token for getting the next set of associations, if there are any.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListAssociationsOutput) GoString added in v1.35.37

func (s ListAssociationsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAssociationsOutput) SetAssociationSummaries added in v1.35.37

func (s *ListAssociationsOutput) SetAssociationSummaries(v []*AssociationSummary) *ListAssociationsOutput

SetAssociationSummaries sets the AssociationSummaries field's value.

func (*ListAssociationsOutput) SetNextToken added in v1.35.37

SetNextToken sets the NextToken field's value.

func (ListAssociationsOutput) String added in v1.35.37

func (s ListAssociationsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListAutoMLJobsInput added in v1.25.47

type ListAutoMLJobsInput struct {

	// Request a list of jobs, using a filter for time.
	CreationTimeAfter *time.Time `type:"timestamp"`

	// Request a list of jobs, using a filter for time.
	CreationTimeBefore *time.Time `type:"timestamp"`

	// Request a list of jobs, using a filter for time.
	LastModifiedTimeAfter *time.Time `type:"timestamp"`

	// Request a list of jobs, using a filter for time.
	LastModifiedTimeBefore *time.Time `type:"timestamp"`

	// Request a list of jobs up to a specified limit.
	MaxResults *int64 `min:"1" type:"integer"`

	// Request a list of jobs, using a search filter for name.
	NameContains *string `type:"string"`

	// If the previous response was truncated, you receive this token. Use it in
	// your next request to receive the next set of results.
	NextToken *string `type:"string"`

	// The parameter by which to sort the results. The default is Name.
	SortBy *string `type:"string" enum:"AutoMLSortBy"`

	// The sort order for the results. The default is Descending.
	SortOrder *string `type:"string" enum:"AutoMLSortOrder"`

	// Request a list of jobs, using a filter for status.
	StatusEquals *string `type:"string" enum:"AutoMLJobStatus"`
	// contains filtered or unexported fields
}

func (ListAutoMLJobsInput) GoString added in v1.25.47

func (s ListAutoMLJobsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAutoMLJobsInput) SetCreationTimeAfter added in v1.25.47

func (s *ListAutoMLJobsInput) SetCreationTimeAfter(v time.Time) *ListAutoMLJobsInput

SetCreationTimeAfter sets the CreationTimeAfter field's value.

func (*ListAutoMLJobsInput) SetCreationTimeBefore added in v1.25.47

func (s *ListAutoMLJobsInput) SetCreationTimeBefore(v time.Time) *ListAutoMLJobsInput

SetCreationTimeBefore sets the CreationTimeBefore field's value.

func (*ListAutoMLJobsInput) SetLastModifiedTimeAfter added in v1.25.47

func (s *ListAutoMLJobsInput) SetLastModifiedTimeAfter(v time.Time) *ListAutoMLJobsInput

SetLastModifiedTimeAfter sets the LastModifiedTimeAfter field's value.

func (*ListAutoMLJobsInput) SetLastModifiedTimeBefore added in v1.25.47

func (s *ListAutoMLJobsInput) SetLastModifiedTimeBefore(v time.Time) *ListAutoMLJobsInput

SetLastModifiedTimeBefore sets the LastModifiedTimeBefore field's value.

func (*ListAutoMLJobsInput) SetMaxResults added in v1.25.47

func (s *ListAutoMLJobsInput) SetMaxResults(v int64) *ListAutoMLJobsInput

SetMaxResults sets the MaxResults field's value.

func (*ListAutoMLJobsInput) SetNameContains added in v1.25.47

func (s *ListAutoMLJobsInput) SetNameContains(v string) *ListAutoMLJobsInput

SetNameContains sets the NameContains field's value.

func (*ListAutoMLJobsInput) SetNextToken added in v1.25.47

func (s *ListAutoMLJobsInput) SetNextToken(v string) *ListAutoMLJobsInput

SetNextToken sets the NextToken field's value.

func (*ListAutoMLJobsInput) SetSortBy added in v1.25.47

SetSortBy sets the SortBy field's value.

func (*ListAutoMLJobsInput) SetSortOrder added in v1.25.47

func (s *ListAutoMLJobsInput) SetSortOrder(v string) *ListAutoMLJobsInput

SetSortOrder sets the SortOrder field's value.

func (*ListAutoMLJobsInput) SetStatusEquals added in v1.25.47

func (s *ListAutoMLJobsInput) SetStatusEquals(v string) *ListAutoMLJobsInput

SetStatusEquals sets the StatusEquals field's value.

func (ListAutoMLJobsInput) String added in v1.25.47

func (s ListAutoMLJobsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAutoMLJobsInput) Validate added in v1.25.47

func (s *ListAutoMLJobsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListAutoMLJobsOutput added in v1.25.47

type ListAutoMLJobsOutput struct {

	// Returns a summary list of jobs.
	//
	// AutoMLJobSummaries is a required field
	AutoMLJobSummaries []*AutoMLJobSummary `type:"list" required:"true"`

	// If the previous response was truncated, you receive this token. Use it in
	// your next request to receive the next set of results.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListAutoMLJobsOutput) GoString added in v1.25.47

func (s ListAutoMLJobsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAutoMLJobsOutput) SetAutoMLJobSummaries added in v1.25.47

func (s *ListAutoMLJobsOutput) SetAutoMLJobSummaries(v []*AutoMLJobSummary) *ListAutoMLJobsOutput

SetAutoMLJobSummaries sets the AutoMLJobSummaries field's value.

func (*ListAutoMLJobsOutput) SetNextToken added in v1.25.47

func (s *ListAutoMLJobsOutput) SetNextToken(v string) *ListAutoMLJobsOutput

SetNextToken sets the NextToken field's value.

func (ListAutoMLJobsOutput) String added in v1.25.47

func (s ListAutoMLJobsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListCandidatesForAutoMLJobInput added in v1.25.47

type ListCandidatesForAutoMLJobInput struct {

	// List the candidates created for the job by providing the job's name.
	//
	// AutoMLJobName is a required field
	AutoMLJobName *string `min:"1" type:"string" required:"true"`

	// List the candidates for the job and filter by candidate name.
	CandidateNameEquals *string `min:"1" type:"string"`

	// List the job's candidates up to a specified limit.
	MaxResults *int64 `min:"1" type:"integer"`

	// If the previous response was truncated, you receive this token. Use it in
	// your next request to receive the next set of results.
	NextToken *string `type:"string"`

	// The parameter by which to sort the results. The default is Descending.
	SortBy *string `type:"string" enum:"CandidateSortBy"`

	// The sort order for the results. The default is Ascending.
	SortOrder *string `type:"string" enum:"AutoMLSortOrder"`

	// List the candidates for the job and filter by status.
	StatusEquals *string `type:"string" enum:"CandidateStatus"`
	// contains filtered or unexported fields
}

func (ListCandidatesForAutoMLJobInput) GoString added in v1.25.47

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListCandidatesForAutoMLJobInput) SetAutoMLJobName added in v1.25.47

SetAutoMLJobName sets the AutoMLJobName field's value.

func (*ListCandidatesForAutoMLJobInput) SetCandidateNameEquals added in v1.25.47

SetCandidateNameEquals sets the CandidateNameEquals field's value.

func (*ListCandidatesForAutoMLJobInput) SetMaxResults added in v1.25.47

SetMaxResults sets the MaxResults field's value.

func (*ListCandidatesForAutoMLJobInput) SetNextToken added in v1.25.47

SetNextToken sets the NextToken field's value.

func (*ListCandidatesForAutoMLJobInput) SetSortBy added in v1.25.47

SetSortBy sets the SortBy field's value.

func (*ListCandidatesForAutoMLJobInput) SetSortOrder added in v1.25.47

SetSortOrder sets the SortOrder field's value.

func (*ListCandidatesForAutoMLJobInput) SetStatusEquals added in v1.25.47

SetStatusEquals sets the StatusEquals field's value.

func (ListCandidatesForAutoMLJobInput) String added in v1.25.47

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListCandidatesForAutoMLJobInput) Validate added in v1.25.47

func (s *ListCandidatesForAutoMLJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListCandidatesForAutoMLJobOutput added in v1.25.47

type ListCandidatesForAutoMLJobOutput struct {

	// Summaries about the AutoMLCandidates.
	//
	// Candidates is a required field
	Candidates []*AutoMLCandidate `type:"list" required:"true"`

	// If the previous response was truncated, you receive this token. Use it in
	// your next request to receive the next set of results.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListCandidatesForAutoMLJobOutput) GoString added in v1.25.47

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListCandidatesForAutoMLJobOutput) SetCandidates added in v1.25.47

SetCandidates sets the Candidates field's value.

func (*ListCandidatesForAutoMLJobOutput) SetNextToken added in v1.25.47

SetNextToken sets the NextToken field's value.

func (ListCandidatesForAutoMLJobOutput) String added in v1.25.47

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListCodeRepositoriesInput added in v1.15.86

type ListCodeRepositoriesInput struct {

	// A filter that returns only Git repositories that were created after the specified
	// time.
	CreationTimeAfter *time.Time `type:"timestamp"`

	// A filter that returns only Git repositories that were created before the
	// specified time.
	CreationTimeBefore *time.Time `type:"timestamp"`

	// A filter that returns only Git repositories that were last modified after
	// the specified time.
	LastModifiedTimeAfter *time.Time `type:"timestamp"`

	// A filter that returns only Git repositories that were last modified before
	// the specified time.
	LastModifiedTimeBefore *time.Time `type:"timestamp"`

	// The maximum number of Git repositories to return in the response.
	MaxResults *int64 `min:"1" type:"integer"`

	// A string in the Git repositories name. This filter returns only repositories
	// whose name contains the specified string.
	NameContains *string `type:"string"`

	// If the result of a ListCodeRepositoriesOutput request was truncated, the
	// response includes a NextToken. To get the next set of Git repositories, use
	// the token in the next request.
	NextToken *string `type:"string"`

	// The field to sort results by. The default is Name.
	SortBy *string `type:"string" enum:"CodeRepositorySortBy"`

	// The sort order for results. The default is Ascending.
	SortOrder *string `type:"string" enum:"CodeRepositorySortOrder"`
	// contains filtered or unexported fields
}

func (ListCodeRepositoriesInput) GoString added in v1.15.86

func (s ListCodeRepositoriesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListCodeRepositoriesInput) SetCreationTimeAfter added in v1.15.86

func (s *ListCodeRepositoriesInput) SetCreationTimeAfter(v time.Time) *ListCodeRepositoriesInput

SetCreationTimeAfter sets the CreationTimeAfter field's value.

func (*ListCodeRepositoriesInput) SetCreationTimeBefore added in v1.15.86

func (s *ListCodeRepositoriesInput) SetCreationTimeBefore(v time.Time) *ListCodeRepositoriesInput

SetCreationTimeBefore sets the CreationTimeBefore field's value.

func (*ListCodeRepositoriesInput) SetLastModifiedTimeAfter added in v1.15.86

func (s *ListCodeRepositoriesInput) SetLastModifiedTimeAfter(v time.Time) *ListCodeRepositoriesInput

SetLastModifiedTimeAfter sets the LastModifiedTimeAfter field's value.

func (*ListCodeRepositoriesInput) SetLastModifiedTimeBefore added in v1.15.86

func (s *ListCodeRepositoriesInput) SetLastModifiedTimeBefore(v time.Time) *ListCodeRepositoriesInput

SetLastModifiedTimeBefore sets the LastModifiedTimeBefore field's value.

func (*ListCodeRepositoriesInput) SetMaxResults added in v1.15.86

SetMaxResults sets the MaxResults field's value.

func (*ListCodeRepositoriesInput) SetNameContains added in v1.15.86

SetNameContains sets the NameContains field's value.

func (*ListCodeRepositoriesInput) SetNextToken added in v1.15.86

SetNextToken sets the NextToken field's value.

func (*ListCodeRepositoriesInput) SetSortBy added in v1.15.86

SetSortBy sets the SortBy field's value.

func (*ListCodeRepositoriesInput) SetSortOrder added in v1.15.86

SetSortOrder sets the SortOrder field's value.

func (ListCodeRepositoriesInput) String added in v1.15.86

func (s ListCodeRepositoriesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListCodeRepositoriesInput) Validate added in v1.15.86

func (s *ListCodeRepositoriesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListCodeRepositoriesOutput added in v1.15.86

type ListCodeRepositoriesOutput struct {

	// Gets a list of summaries of the Git repositories. Each summary specifies
	// the following values for the repository:
	//
	//    * Name
	//
	//    * Amazon Resource Name (ARN)
	//
	//    * Creation time
	//
	//    * Last modified time
	//
	//    * Configuration information, including the URL location of the repository
	//    and the ARN of the Amazon Web Services Secrets Manager secret that contains
	//    the credentials used to access the repository.
	//
	// CodeRepositorySummaryList is a required field
	CodeRepositorySummaryList []*CodeRepositorySummary `type:"list" required:"true"`

	// If the result of a ListCodeRepositoriesOutput request was truncated, the
	// response includes a NextToken. To get the next set of Git repositories, use
	// the token in the next request.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListCodeRepositoriesOutput) GoString added in v1.15.86

func (s ListCodeRepositoriesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListCodeRepositoriesOutput) SetCodeRepositorySummaryList added in v1.15.86

func (s *ListCodeRepositoriesOutput) SetCodeRepositorySummaryList(v []*CodeRepositorySummary) *ListCodeRepositoriesOutput

SetCodeRepositorySummaryList sets the CodeRepositorySummaryList field's value.

func (*ListCodeRepositoriesOutput) SetNextToken added in v1.15.86

SetNextToken sets the NextToken field's value.

func (ListCodeRepositoriesOutput) String added in v1.15.86

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListCompilationJobsInput added in v1.15.86

type ListCompilationJobsInput struct {

	// A filter that returns the model compilation jobs that were created after
	// a specified time.
	CreationTimeAfter *time.Time `type:"timestamp"`

	// A filter that returns the model compilation jobs that were created before
	// a specified time.
	CreationTimeBefore *time.Time `type:"timestamp"`

	// A filter that returns the model compilation jobs that were modified after
	// a specified time.
	LastModifiedTimeAfter *time.Time `type:"timestamp"`

	// A filter that returns the model compilation jobs that were modified before
	// a specified time.
	LastModifiedTimeBefore *time.Time `type:"timestamp"`

	// The maximum number of model compilation jobs to return in the response.
	MaxResults *int64 `min:"1" type:"integer"`

	// A filter that returns the model compilation jobs whose name contains a specified
	// string.
	NameContains *string `type:"string"`

	// If the result of the previous ListCompilationJobs request was truncated,
	// the response includes a NextToken. To retrieve the next set of model compilation
	// jobs, use the token in the next request.
	NextToken *string `type:"string"`

	// The field by which to sort results. The default is CreationTime.
	SortBy *string `type:"string" enum:"ListCompilationJobsSortBy"`

	// The sort order for results. The default is Ascending.
	SortOrder *string `type:"string" enum:"SortOrder"`

	// A filter that retrieves model compilation jobs with a specific CompilationJobStatus
	// status.
	StatusEquals *string `type:"string" enum:"CompilationJobStatus"`
	// contains filtered or unexported fields
}

func (ListCompilationJobsInput) GoString added in v1.15.86

func (s ListCompilationJobsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListCompilationJobsInput) SetCreationTimeAfter added in v1.15.86

func (s *ListCompilationJobsInput) SetCreationTimeAfter(v time.Time) *ListCompilationJobsInput

SetCreationTimeAfter sets the CreationTimeAfter field's value.

func (*ListCompilationJobsInput) SetCreationTimeBefore added in v1.15.86

func (s *ListCompilationJobsInput) SetCreationTimeBefore(v time.Time) *ListCompilationJobsInput

SetCreationTimeBefore sets the CreationTimeBefore field's value.

func (*ListCompilationJobsInput) SetLastModifiedTimeAfter added in v1.15.86

func (s *ListCompilationJobsInput) SetLastModifiedTimeAfter(v time.Time) *ListCompilationJobsInput

SetLastModifiedTimeAfter sets the LastModifiedTimeAfter field's value.

func (*ListCompilationJobsInput) SetLastModifiedTimeBefore added in v1.15.86

func (s *ListCompilationJobsInput) SetLastModifiedTimeBefore(v time.Time) *ListCompilationJobsInput

SetLastModifiedTimeBefore sets the LastModifiedTimeBefore field's value.

func (*ListCompilationJobsInput) SetMaxResults added in v1.15.86

SetMaxResults sets the MaxResults field's value.

func (*ListCompilationJobsInput) SetNameContains added in v1.15.86

SetNameContains sets the NameContains field's value.

func (*ListCompilationJobsInput) SetNextToken added in v1.15.86

SetNextToken sets the NextToken field's value.

func (*ListCompilationJobsInput) SetSortBy added in v1.16.9

SetSortBy sets the SortBy field's value.

func (*ListCompilationJobsInput) SetSortOrder added in v1.16.9

SetSortOrder sets the SortOrder field's value.

func (*ListCompilationJobsInput) SetStatusEquals added in v1.15.86

SetStatusEquals sets the StatusEquals field's value.

func (ListCompilationJobsInput) String added in v1.15.86

func (s ListCompilationJobsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListCompilationJobsInput) Validate added in v1.15.86

func (s *ListCompilationJobsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListCompilationJobsOutput added in v1.15.86

type ListCompilationJobsOutput struct {

	// An array of CompilationJobSummary (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CompilationJobSummary.html)
	// objects, each describing a model compilation job.
	//
	// CompilationJobSummaries is a required field
	CompilationJobSummaries []*CompilationJobSummary `type:"list" required:"true"`

	// If the response is truncated, Amazon SageMaker returns this NextToken. To
	// retrieve the next set of model compilation jobs, use this token in the next
	// request.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListCompilationJobsOutput) GoString added in v1.15.86

func (s ListCompilationJobsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListCompilationJobsOutput) SetCompilationJobSummaries added in v1.15.86

func (s *ListCompilationJobsOutput) SetCompilationJobSummaries(v []*CompilationJobSummary) *ListCompilationJobsOutput

SetCompilationJobSummaries sets the CompilationJobSummaries field's value.

func (*ListCompilationJobsOutput) SetNextToken added in v1.15.86

SetNextToken sets the NextToken field's value.

func (ListCompilationJobsOutput) String added in v1.15.86

func (s ListCompilationJobsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListContextsInput added in v1.35.37

type ListContextsInput struct {

	// A filter that returns only contexts of the specified type.
	ContextType *string `type:"string"`

	// A filter that returns only contexts created on or after the specified time.
	CreatedAfter *time.Time `type:"timestamp"`

	// A filter that returns only contexts created on or before the specified time.
	CreatedBefore *time.Time `type:"timestamp"`

	// The maximum number of contexts to return in the response. The default value
	// is 10.
	MaxResults *int64 `min:"1" type:"integer"`

	// If the previous call to ListContexts didn't return the full set of contexts,
	// the call returns a token for getting the next set of contexts.
	NextToken *string `type:"string"`

	// The property used to sort results. The default value is CreationTime.
	SortBy *string `type:"string" enum:"SortContextsBy"`

	// The sort order. The default value is Descending.
	SortOrder *string `type:"string" enum:"SortOrder"`

	// A filter that returns only contexts with the specified source URI.
	SourceUri *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListContextsInput) GoString added in v1.35.37

func (s ListContextsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListContextsInput) SetContextType added in v1.35.37

func (s *ListContextsInput) SetContextType(v string) *ListContextsInput

SetContextType sets the ContextType field's value.

func (*ListContextsInput) SetCreatedAfter added in v1.35.37

func (s *ListContextsInput) SetCreatedAfter(v time.Time) *ListContextsInput

SetCreatedAfter sets the CreatedAfter field's value.

func (*ListContextsInput) SetCreatedBefore added in v1.35.37

func (s *ListContextsInput) SetCreatedBefore(v time.Time) *ListContextsInput

SetCreatedBefore sets the CreatedBefore field's value.

func (*ListContextsInput) SetMaxResults added in v1.35.37

func (s *ListContextsInput) SetMaxResults(v int64) *ListContextsInput

SetMaxResults sets the MaxResults field's value.

func (*ListContextsInput) SetNextToken added in v1.35.37

func (s *ListContextsInput) SetNextToken(v string) *ListContextsInput

SetNextToken sets the NextToken field's value.

func (*ListContextsInput) SetSortBy added in v1.35.37

func (s *ListContextsInput) SetSortBy(v string) *ListContextsInput

SetSortBy sets the SortBy field's value.

func (*ListContextsInput) SetSortOrder added in v1.35.37

func (s *ListContextsInput) SetSortOrder(v string) *ListContextsInput

SetSortOrder sets the SortOrder field's value.

func (*ListContextsInput) SetSourceUri added in v1.35.37

func (s *ListContextsInput) SetSourceUri(v string) *ListContextsInput

SetSourceUri sets the SourceUri field's value.

func (ListContextsInput) String added in v1.35.37

func (s ListContextsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListContextsInput) Validate added in v1.35.37

func (s *ListContextsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListContextsOutput added in v1.35.37

type ListContextsOutput struct {

	// A list of contexts and their properties.
	ContextSummaries []*ContextSummary `type:"list"`

	// A token for getting the next set of contexts, if there are any.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListContextsOutput) GoString added in v1.35.37

func (s ListContextsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListContextsOutput) SetContextSummaries added in v1.35.37

func (s *ListContextsOutput) SetContextSummaries(v []*ContextSummary) *ListContextsOutput

SetContextSummaries sets the ContextSummaries field's value.

func (*ListContextsOutput) SetNextToken added in v1.35.37

func (s *ListContextsOutput) SetNextToken(v string) *ListContextsOutput

SetNextToken sets the NextToken field's value.

func (ListContextsOutput) String added in v1.35.37

func (s ListContextsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListDataQualityJobDefinitionsInput added in v1.36.4

type ListDataQualityJobDefinitionsInput struct {

	// A filter that returns only data quality monitoring job definitions created
	// after the specified time.
	CreationTimeAfter *time.Time `type:"timestamp"`

	// A filter that returns only data quality monitoring job definitions created
	// before the specified time.
	CreationTimeBefore *time.Time `type:"timestamp"`

	// A filter that lists the data quality job definitions associated with the
	// specified endpoint.
	EndpointName *string `type:"string"`

	// The maximum number of data quality monitoring job definitions to return in
	// the response.
	MaxResults *int64 `min:"1" type:"integer"`

	// A string in the data quality monitoring job definition name. This filter
	// returns only data quality monitoring job definitions whose name contains
	// the specified string.
	NameContains *string `type:"string"`

	// If the result of the previous ListDataQualityJobDefinitions request was truncated,
	// the response includes a NextToken. To retrieve the next set of transform
	// jobs, use the token in the next request.>
	NextToken *string `type:"string"`

	// The field to sort results by. The default is CreationTime.
	SortBy *string `type:"string" enum:"MonitoringJobDefinitionSortKey"`

	// The sort order for results. The default is Descending.
	SortOrder *string `type:"string" enum:"SortOrder"`
	// contains filtered or unexported fields
}

func (ListDataQualityJobDefinitionsInput) GoString added in v1.36.4

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListDataQualityJobDefinitionsInput) SetCreationTimeAfter added in v1.36.4

SetCreationTimeAfter sets the CreationTimeAfter field's value.

func (*ListDataQualityJobDefinitionsInput) SetCreationTimeBefore added in v1.36.4

SetCreationTimeBefore sets the CreationTimeBefore field's value.

func (*ListDataQualityJobDefinitionsInput) SetEndpointName added in v1.36.4

SetEndpointName sets the EndpointName field's value.

func (*ListDataQualityJobDefinitionsInput) SetMaxResults added in v1.36.4

SetMaxResults sets the MaxResults field's value.

func (*ListDataQualityJobDefinitionsInput) SetNameContains added in v1.36.4

SetNameContains sets the NameContains field's value.

func (*ListDataQualityJobDefinitionsInput) SetNextToken added in v1.36.4

SetNextToken sets the NextToken field's value.

func (*ListDataQualityJobDefinitionsInput) SetSortBy added in v1.36.4

SetSortBy sets the SortBy field's value.

func (*ListDataQualityJobDefinitionsInput) SetSortOrder added in v1.36.4

SetSortOrder sets the SortOrder field's value.

func (ListDataQualityJobDefinitionsInput) String added in v1.36.4

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListDataQualityJobDefinitionsInput) Validate added in v1.36.4

Validate inspects the fields of the type to determine if they are valid.

type ListDataQualityJobDefinitionsOutput added in v1.36.4

type ListDataQualityJobDefinitionsOutput struct {

	// A list of data quality monitoring job definitions.
	//
	// JobDefinitionSummaries is a required field
	JobDefinitionSummaries []*MonitoringJobDefinitionSummary `type:"list" required:"true"`

	// If the result of the previous ListDataQualityJobDefinitions request was truncated,
	// the response includes a NextToken. To retrieve the next set of data quality
	// monitoring job definitions, use the token in the next request.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListDataQualityJobDefinitionsOutput) GoString added in v1.36.4

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListDataQualityJobDefinitionsOutput) SetJobDefinitionSummaries added in v1.36.4

SetJobDefinitionSummaries sets the JobDefinitionSummaries field's value.

func (*ListDataQualityJobDefinitionsOutput) SetNextToken added in v1.36.4

SetNextToken sets the NextToken field's value.

func (ListDataQualityJobDefinitionsOutput) String added in v1.36.4

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListDeviceFleetsInput added in v1.36.4

type ListDeviceFleetsInput struct {

	// Filter fleets where packaging job was created after specified time.
	CreationTimeAfter *time.Time `type:"timestamp"`

	// Filter fleets where the edge packaging job was created before specified time.
	CreationTimeBefore *time.Time `type:"timestamp"`

	// Select fleets where the job was updated after X
	LastModifiedTimeAfter *time.Time `type:"timestamp"`

	// Select fleets where the job was updated before X
	LastModifiedTimeBefore *time.Time `type:"timestamp"`

	// The maximum number of results to select.
	MaxResults *int64 `type:"integer"`

	// Filter for fleets containing this name in their fleet device name.
	NameContains *string `type:"string"`

	// The response from the last list when returning a list large enough to need
	// tokening.
	NextToken *string `type:"string"`

	// The column to sort by.
	SortBy *string `type:"string" enum:"ListDeviceFleetsSortBy"`

	// What direction to sort in.
	SortOrder *string `type:"string" enum:"SortOrder"`
	// contains filtered or unexported fields
}

func (ListDeviceFleetsInput) GoString added in v1.36.4

func (s ListDeviceFleetsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListDeviceFleetsInput) SetCreationTimeAfter added in v1.36.4

func (s *ListDeviceFleetsInput) SetCreationTimeAfter(v time.Time) *ListDeviceFleetsInput

SetCreationTimeAfter sets the CreationTimeAfter field's value.

func (*ListDeviceFleetsInput) SetCreationTimeBefore added in v1.36.4

func (s *ListDeviceFleetsInput) SetCreationTimeBefore(v time.Time) *ListDeviceFleetsInput

SetCreationTimeBefore sets the CreationTimeBefore field's value.

func (*ListDeviceFleetsInput) SetLastModifiedTimeAfter added in v1.36.4

func (s *ListDeviceFleetsInput) SetLastModifiedTimeAfter(v time.Time) *ListDeviceFleetsInput

SetLastModifiedTimeAfter sets the LastModifiedTimeAfter field's value.

func (*ListDeviceFleetsInput) SetLastModifiedTimeBefore added in v1.36.4

func (s *ListDeviceFleetsInput) SetLastModifiedTimeBefore(v time.Time) *ListDeviceFleetsInput

SetLastModifiedTimeBefore sets the LastModifiedTimeBefore field's value.

func (*ListDeviceFleetsInput) SetMaxResults added in v1.36.4

func (s *ListDeviceFleetsInput) SetMaxResults(v int64) *ListDeviceFleetsInput

SetMaxResults sets the MaxResults field's value.

func (*ListDeviceFleetsInput) SetNameContains added in v1.36.4

func (s *ListDeviceFleetsInput) SetNameContains(v string) *ListDeviceFleetsInput

SetNameContains sets the NameContains field's value.

func (*ListDeviceFleetsInput) SetNextToken added in v1.36.4

SetNextToken sets the NextToken field's value.

func (*ListDeviceFleetsInput) SetSortBy added in v1.36.4

SetSortBy sets the SortBy field's value.

func (*ListDeviceFleetsInput) SetSortOrder added in v1.36.4

SetSortOrder sets the SortOrder field's value.

func (ListDeviceFleetsInput) String added in v1.36.4

func (s ListDeviceFleetsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListDeviceFleetsOutput added in v1.36.4

type ListDeviceFleetsOutput struct {

	// Summary of the device fleet.
	//
	// DeviceFleetSummaries is a required field
	DeviceFleetSummaries []*DeviceFleetSummary `type:"list" required:"true"`

	// The response from the last list when returning a list large enough to need
	// tokening.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListDeviceFleetsOutput) GoString added in v1.36.4

func (s ListDeviceFleetsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListDeviceFleetsOutput) SetDeviceFleetSummaries added in v1.36.4

func (s *ListDeviceFleetsOutput) SetDeviceFleetSummaries(v []*DeviceFleetSummary) *ListDeviceFleetsOutput

SetDeviceFleetSummaries sets the DeviceFleetSummaries field's value.

func (*ListDeviceFleetsOutput) SetNextToken added in v1.36.4

SetNextToken sets the NextToken field's value.

func (ListDeviceFleetsOutput) String added in v1.36.4

func (s ListDeviceFleetsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListDevicesInput added in v1.36.4

type ListDevicesInput struct {

	// Filter for fleets containing this name in their device fleet name.
	DeviceFleetName *string `min:"1" type:"string"`

	// Select fleets where the job was updated after X
	LatestHeartbeatAfter *time.Time `type:"timestamp"`

	// Maximum number of results to select.
	MaxResults *int64 `type:"integer"`

	// A filter that searches devices that contains this name in any of their models.
	ModelName *string `min:"1" type:"string"`

	// The response from the last list when returning a list large enough to need
	// tokening.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListDevicesInput) GoString added in v1.36.4

func (s ListDevicesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListDevicesInput) SetDeviceFleetName added in v1.36.4

func (s *ListDevicesInput) SetDeviceFleetName(v string) *ListDevicesInput

SetDeviceFleetName sets the DeviceFleetName field's value.

func (*ListDevicesInput) SetLatestHeartbeatAfter added in v1.36.4

func (s *ListDevicesInput) SetLatestHeartbeatAfter(v time.Time) *ListDevicesInput

SetLatestHeartbeatAfter sets the LatestHeartbeatAfter field's value.

func (*ListDevicesInput) SetMaxResults added in v1.36.4

func (s *ListDevicesInput) SetMaxResults(v int64) *ListDevicesInput

SetMaxResults sets the MaxResults field's value.

func (*ListDevicesInput) SetModelName added in v1.36.4

func (s *ListDevicesInput) SetModelName(v string) *ListDevicesInput

SetModelName sets the ModelName field's value.

func (*ListDevicesInput) SetNextToken added in v1.36.4

func (s *ListDevicesInput) SetNextToken(v string) *ListDevicesInput

SetNextToken sets the NextToken field's value.

func (ListDevicesInput) String added in v1.36.4

func (s ListDevicesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListDevicesInput) Validate added in v1.36.4

func (s *ListDevicesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListDevicesOutput added in v1.36.4

type ListDevicesOutput struct {

	// Summary of devices.
	//
	// DeviceSummaries is a required field
	DeviceSummaries []*DeviceSummary `type:"list" required:"true"`

	// The response from the last list when returning a list large enough to need
	// tokening.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListDevicesOutput) GoString added in v1.36.4

func (s ListDevicesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListDevicesOutput) SetDeviceSummaries added in v1.36.4

func (s *ListDevicesOutput) SetDeviceSummaries(v []*DeviceSummary) *ListDevicesOutput

SetDeviceSummaries sets the DeviceSummaries field's value.

func (*ListDevicesOutput) SetNextToken added in v1.36.4

func (s *ListDevicesOutput) SetNextToken(v string) *ListDevicesOutput

SetNextToken sets the NextToken field's value.

func (ListDevicesOutput) String added in v1.36.4

func (s ListDevicesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListDomainsInput added in v1.25.47

type ListDomainsInput struct {

	// The total number of items to return in the response. If the total number
	// of items available is more than the value specified, a NextToken is provided
	// in the response. To resume pagination, provide the NextToken value in the
	// as part of a subsequent call. The default value is 10.
	MaxResults *int64 `min:"1" type:"integer"`

	// If the previous response was truncated, you will receive this token. Use
	// it in your next request to receive the next set of results.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListDomainsInput) GoString added in v1.25.47

func (s ListDomainsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListDomainsInput) SetMaxResults added in v1.25.47

func (s *ListDomainsInput) SetMaxResults(v int64) *ListDomainsInput

SetMaxResults sets the MaxResults field's value.

func (*ListDomainsInput) SetNextToken added in v1.25.47

func (s *ListDomainsInput) SetNextToken(v string) *ListDomainsInput

SetNextToken sets the NextToken field's value.

func (ListDomainsInput) String added in v1.25.47

func (s ListDomainsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListDomainsInput) Validate added in v1.25.47

func (s *ListDomainsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListDomainsOutput added in v1.25.47

type ListDomainsOutput struct {

	// The list of domains.
	Domains []*DomainDetails `type:"list"`

	// If the previous response was truncated, you will receive this token. Use
	// it in your next request to receive the next set of results.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListDomainsOutput) GoString added in v1.25.47

func (s ListDomainsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListDomainsOutput) SetDomains added in v1.25.47

func (s *ListDomainsOutput) SetDomains(v []*DomainDetails) *ListDomainsOutput

SetDomains sets the Domains field's value.

func (*ListDomainsOutput) SetNextToken added in v1.25.47

func (s *ListDomainsOutput) SetNextToken(v string) *ListDomainsOutput

SetNextToken sets the NextToken field's value.

func (ListDomainsOutput) String added in v1.25.47

func (s ListDomainsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListEdgeDeploymentPlansInput added in v1.44.57

type ListEdgeDeploymentPlansInput struct {

	// Selects edge deployment plans created after this time.
	CreationTimeAfter *time.Time `type:"timestamp"`

	// Selects edge deployment plans created before this time.
	CreationTimeBefore *time.Time `type:"timestamp"`

	// Selects edge deployment plans with a device fleet name containing this name.
	DeviceFleetNameContains *string `type:"string"`

	// Selects edge deployment plans that were last updated after this time.
	LastModifiedTimeAfter *time.Time `type:"timestamp"`

	// Selects edge deployment plans that were last updated before this time.
	LastModifiedTimeBefore *time.Time `type:"timestamp"`

	// The maximum number of results to select (50 by default).
	MaxResults *int64 `type:"integer"`

	// Selects edge deployment plans with names containing this name.
	NameContains *string `type:"string"`

	// The response from the last list when returning a list large enough to need
	// tokening.
	NextToken *string `type:"string"`

	// The column by which to sort the edge deployment plans. Can be one of NAME,
	// DEVICEFLEETNAME, CREATIONTIME, LASTMODIFIEDTIME.
	SortBy *string `type:"string" enum:"ListEdgeDeploymentPlansSortBy"`

	// The direction of the sorting (ascending or descending).
	SortOrder *string `type:"string" enum:"SortOrder"`
	// contains filtered or unexported fields
}

func (ListEdgeDeploymentPlansInput) GoString added in v1.44.57

func (s ListEdgeDeploymentPlansInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListEdgeDeploymentPlansInput) SetCreationTimeAfter added in v1.44.57

SetCreationTimeAfter sets the CreationTimeAfter field's value.

func (*ListEdgeDeploymentPlansInput) SetCreationTimeBefore added in v1.44.57

SetCreationTimeBefore sets the CreationTimeBefore field's value.

func (*ListEdgeDeploymentPlansInput) SetDeviceFleetNameContains added in v1.44.57

func (s *ListEdgeDeploymentPlansInput) SetDeviceFleetNameContains(v string) *ListEdgeDeploymentPlansInput

SetDeviceFleetNameContains sets the DeviceFleetNameContains field's value.

func (*ListEdgeDeploymentPlansInput) SetLastModifiedTimeAfter added in v1.44.57

func (s *ListEdgeDeploymentPlansInput) SetLastModifiedTimeAfter(v time.Time) *ListEdgeDeploymentPlansInput

SetLastModifiedTimeAfter sets the LastModifiedTimeAfter field's value.

func (*ListEdgeDeploymentPlansInput) SetLastModifiedTimeBefore added in v1.44.57

func (s *ListEdgeDeploymentPlansInput) SetLastModifiedTimeBefore(v time.Time) *ListEdgeDeploymentPlansInput

SetLastModifiedTimeBefore sets the LastModifiedTimeBefore field's value.

func (*ListEdgeDeploymentPlansInput) SetMaxResults added in v1.44.57

SetMaxResults sets the MaxResults field's value.

func (*ListEdgeDeploymentPlansInput) SetNameContains added in v1.44.57

SetNameContains sets the NameContains field's value.

func (*ListEdgeDeploymentPlansInput) SetNextToken added in v1.44.57

SetNextToken sets the NextToken field's value.

func (*ListEdgeDeploymentPlansInput) SetSortBy added in v1.44.57

SetSortBy sets the SortBy field's value.

func (*ListEdgeDeploymentPlansInput) SetSortOrder added in v1.44.57

SetSortOrder sets the SortOrder field's value.

func (ListEdgeDeploymentPlansInput) String added in v1.44.57

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListEdgeDeploymentPlansOutput added in v1.44.57

type ListEdgeDeploymentPlansOutput struct {

	// List of summaries of edge deployment plans.
	//
	// EdgeDeploymentPlanSummaries is a required field
	EdgeDeploymentPlanSummaries []*EdgeDeploymentPlanSummary `type:"list" required:"true"`

	// The token to use when calling the next page of results.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListEdgeDeploymentPlansOutput) GoString added in v1.44.57

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListEdgeDeploymentPlansOutput) SetEdgeDeploymentPlanSummaries added in v1.44.57

SetEdgeDeploymentPlanSummaries sets the EdgeDeploymentPlanSummaries field's value.

func (*ListEdgeDeploymentPlansOutput) SetNextToken added in v1.44.57

SetNextToken sets the NextToken field's value.

func (ListEdgeDeploymentPlansOutput) String added in v1.44.57

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListEdgePackagingJobsInput added in v1.36.4

type ListEdgePackagingJobsInput struct {

	// Select jobs where the job was created after specified time.
	CreationTimeAfter *time.Time `type:"timestamp"`

	// Select jobs where the job was created before specified time.
	CreationTimeBefore *time.Time `type:"timestamp"`

	// Select jobs where the job was updated after specified time.
	LastModifiedTimeAfter *time.Time `type:"timestamp"`

	// Select jobs where the job was updated before specified time.
	LastModifiedTimeBefore *time.Time `type:"timestamp"`

	// Maximum number of results to select.
	MaxResults *int64 `type:"integer"`

	// Filter for jobs where the model name contains this string.
	ModelNameContains *string `type:"string"`

	// Filter for jobs containing this name in their packaging job name.
	NameContains *string `type:"string"`

	// The response from the last list when returning a list large enough to need
	// tokening.
	NextToken *string `type:"string"`

	// Use to specify what column to sort by.
	SortBy *string `type:"string" enum:"ListEdgePackagingJobsSortBy"`

	// What direction to sort by.
	SortOrder *string `type:"string" enum:"SortOrder"`

	// The job status to filter for.
	StatusEquals *string `type:"string" enum:"EdgePackagingJobStatus"`
	// contains filtered or unexported fields
}

func (ListEdgePackagingJobsInput) GoString added in v1.36.4

func (s ListEdgePackagingJobsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListEdgePackagingJobsInput) SetCreationTimeAfter added in v1.36.4

func (s *ListEdgePackagingJobsInput) SetCreationTimeAfter(v time.Time) *ListEdgePackagingJobsInput

SetCreationTimeAfter sets the CreationTimeAfter field's value.

func (*ListEdgePackagingJobsInput) SetCreationTimeBefore added in v1.36.4

func (s *ListEdgePackagingJobsInput) SetCreationTimeBefore(v time.Time) *ListEdgePackagingJobsInput

SetCreationTimeBefore sets the CreationTimeBefore field's value.

func (*ListEdgePackagingJobsInput) SetLastModifiedTimeAfter added in v1.36.4

func (s *ListEdgePackagingJobsInput) SetLastModifiedTimeAfter(v time.Time) *ListEdgePackagingJobsInput

SetLastModifiedTimeAfter sets the LastModifiedTimeAfter field's value.

func (*ListEdgePackagingJobsInput) SetLastModifiedTimeBefore added in v1.36.4

func (s *ListEdgePackagingJobsInput) SetLastModifiedTimeBefore(v time.Time) *ListEdgePackagingJobsInput

SetLastModifiedTimeBefore sets the LastModifiedTimeBefore field's value.

func (*ListEdgePackagingJobsInput) SetMaxResults added in v1.36.4

SetMaxResults sets the MaxResults field's value.

func (*ListEdgePackagingJobsInput) SetModelNameContains added in v1.36.4

func (s *ListEdgePackagingJobsInput) SetModelNameContains(v string) *ListEdgePackagingJobsInput

SetModelNameContains sets the ModelNameContains field's value.

func (*ListEdgePackagingJobsInput) SetNameContains added in v1.36.4

SetNameContains sets the NameContains field's value.

func (*ListEdgePackagingJobsInput) SetNextToken added in v1.36.4

SetNextToken sets the NextToken field's value.

func (*ListEdgePackagingJobsInput) SetSortBy added in v1.36.4

SetSortBy sets the SortBy field's value.

func (*ListEdgePackagingJobsInput) SetSortOrder added in v1.36.4

SetSortOrder sets the SortOrder field's value.

func (*ListEdgePackagingJobsInput) SetStatusEquals added in v1.36.4

SetStatusEquals sets the StatusEquals field's value.

func (ListEdgePackagingJobsInput) String added in v1.36.4

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListEdgePackagingJobsOutput added in v1.36.4

type ListEdgePackagingJobsOutput struct {

	// Summaries of edge packaging jobs.
	//
	// EdgePackagingJobSummaries is a required field
	EdgePackagingJobSummaries []*EdgePackagingJobSummary `type:"list" required:"true"`

	// Token to use when calling the next page of results.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListEdgePackagingJobsOutput) GoString added in v1.36.4

func (s ListEdgePackagingJobsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListEdgePackagingJobsOutput) SetEdgePackagingJobSummaries added in v1.36.4

SetEdgePackagingJobSummaries sets the EdgePackagingJobSummaries field's value.

func (*ListEdgePackagingJobsOutput) SetNextToken added in v1.36.4

SetNextToken sets the NextToken field's value.

func (ListEdgePackagingJobsOutput) String added in v1.36.4

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListEndpointConfigsInput

type ListEndpointConfigsInput struct {

	// A filter that returns only endpoint configurations with a creation time greater
	// than or equal to the specified time (timestamp).
	CreationTimeAfter *time.Time `type:"timestamp"`

	// A filter that returns only endpoint configurations created before the specified
	// time (timestamp).
	CreationTimeBefore *time.Time `type:"timestamp"`

	// The maximum number of training jobs to return in the response.
	MaxResults *int64 `min:"1" type:"integer"`

	// A string in the endpoint configuration name. This filter returns only endpoint
	// configurations whose name contains the specified string.
	NameContains *string `type:"string"`

	// If the result of the previous ListEndpointConfig request was truncated, the
	// response includes a NextToken. To retrieve the next set of endpoint configurations,
	// use the token in the next request.
	NextToken *string `type:"string"`

	// The field to sort results by. The default is CreationTime.
	SortBy *string `type:"string" enum:"EndpointConfigSortKey"`

	// The sort order for results. The default is Descending.
	SortOrder *string `type:"string" enum:"OrderKey"`
	// contains filtered or unexported fields
}

func (ListEndpointConfigsInput) GoString

func (s ListEndpointConfigsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListEndpointConfigsInput) SetCreationTimeAfter

func (s *ListEndpointConfigsInput) SetCreationTimeAfter(v time.Time) *ListEndpointConfigsInput

SetCreationTimeAfter sets the CreationTimeAfter field's value.

func (*ListEndpointConfigsInput) SetCreationTimeBefore

func (s *ListEndpointConfigsInput) SetCreationTimeBefore(v time.Time) *ListEndpointConfigsInput

SetCreationTimeBefore sets the CreationTimeBefore field's value.

func (*ListEndpointConfigsInput) SetMaxResults

SetMaxResults sets the MaxResults field's value.

func (*ListEndpointConfigsInput) SetNameContains

SetNameContains sets the NameContains field's value.

func (*ListEndpointConfigsInput) SetNextToken

SetNextToken sets the NextToken field's value.

func (*ListEndpointConfigsInput) SetSortBy

SetSortBy sets the SortBy field's value.

func (*ListEndpointConfigsInput) SetSortOrder

SetSortOrder sets the SortOrder field's value.

func (ListEndpointConfigsInput) String

func (s ListEndpointConfigsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListEndpointConfigsInput) Validate

func (s *ListEndpointConfigsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListEndpointConfigsOutput

type ListEndpointConfigsOutput struct {

	// An array of endpoint configurations.
	//
	// EndpointConfigs is a required field
	EndpointConfigs []*EndpointConfigSummary `type:"list" required:"true"`

	// If the response is truncated, SageMaker returns this token. To retrieve the
	// next set of endpoint configurations, use it in the subsequent request
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListEndpointConfigsOutput) GoString

func (s ListEndpointConfigsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListEndpointConfigsOutput) SetEndpointConfigs

SetEndpointConfigs sets the EndpointConfigs field's value.

func (*ListEndpointConfigsOutput) SetNextToken

SetNextToken sets the NextToken field's value.

func (ListEndpointConfigsOutput) String

func (s ListEndpointConfigsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListEndpointsInput

type ListEndpointsInput struct {

	// A filter that returns only endpoints with a creation time greater than or
	// equal to the specified time (timestamp).
	CreationTimeAfter *time.Time `type:"timestamp"`

	// A filter that returns only endpoints that were created before the specified
	// time (timestamp).
	CreationTimeBefore *time.Time `type:"timestamp"`

	// A filter that returns only endpoints that were modified after the specified
	// timestamp.
	LastModifiedTimeAfter *time.Time `type:"timestamp"`

	// A filter that returns only endpoints that were modified before the specified
	// timestamp.
	LastModifiedTimeBefore *time.Time `type:"timestamp"`

	// The maximum number of endpoints to return in the response. This value defaults
	// to 10.
	MaxResults *int64 `min:"1" type:"integer"`

	// A string in endpoint names. This filter returns only endpoints whose name
	// contains the specified string.
	NameContains *string `type:"string"`

	// If the result of a ListEndpoints request was truncated, the response includes
	// a NextToken. To retrieve the next set of endpoints, use the token in the
	// next request.
	NextToken *string `type:"string"`

	// Sorts the list of results. The default is CreationTime.
	SortBy *string `type:"string" enum:"EndpointSortKey"`

	// The sort order for results. The default is Descending.
	SortOrder *string `type:"string" enum:"OrderKey"`

	// A filter that returns only endpoints with the specified status.
	StatusEquals *string `type:"string" enum:"EndpointStatus"`
	// contains filtered or unexported fields
}

func (ListEndpointsInput) GoString

func (s ListEndpointsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListEndpointsInput) SetCreationTimeAfter

func (s *ListEndpointsInput) SetCreationTimeAfter(v time.Time) *ListEndpointsInput

SetCreationTimeAfter sets the CreationTimeAfter field's value.

func (*ListEndpointsInput) SetCreationTimeBefore

func (s *ListEndpointsInput) SetCreationTimeBefore(v time.Time) *ListEndpointsInput

SetCreationTimeBefore sets the CreationTimeBefore field's value.

func (*ListEndpointsInput) SetLastModifiedTimeAfter

func (s *ListEndpointsInput) SetLastModifiedTimeAfter(v time.Time) *ListEndpointsInput

SetLastModifiedTimeAfter sets the LastModifiedTimeAfter field's value.

func (*ListEndpointsInput) SetLastModifiedTimeBefore

func (s *ListEndpointsInput) SetLastModifiedTimeBefore(v time.Time) *ListEndpointsInput

SetLastModifiedTimeBefore sets the LastModifiedTimeBefore field's value.

func (*ListEndpointsInput) SetMaxResults

func (s *ListEndpointsInput) SetMaxResults(v int64) *ListEndpointsInput

SetMaxResults sets the MaxResults field's value.

func (*ListEndpointsInput) SetNameContains

func (s *ListEndpointsInput) SetNameContains(v string) *ListEndpointsInput

SetNameContains sets the NameContains field's value.

func (*ListEndpointsInput) SetNextToken

func (s *ListEndpointsInput) SetNextToken(v string) *ListEndpointsInput

SetNextToken sets the NextToken field's value.

func (*ListEndpointsInput) SetSortBy

func (s *ListEndpointsInput) SetSortBy(v string) *ListEndpointsInput

SetSortBy sets the SortBy field's value.

func (*ListEndpointsInput) SetSortOrder

func (s *ListEndpointsInput) SetSortOrder(v string) *ListEndpointsInput

SetSortOrder sets the SortOrder field's value.

func (*ListEndpointsInput) SetStatusEquals

func (s *ListEndpointsInput) SetStatusEquals(v string) *ListEndpointsInput

SetStatusEquals sets the StatusEquals field's value.

func (ListEndpointsInput) String

func (s ListEndpointsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListEndpointsInput) Validate

func (s *ListEndpointsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListEndpointsOutput

type ListEndpointsOutput struct {

	// An array or endpoint objects.
	//
	// Endpoints is a required field
	Endpoints []*EndpointSummary `type:"list" required:"true"`

	// If the response is truncated, SageMaker returns this token. To retrieve the
	// next set of training jobs, use it in the subsequent request.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListEndpointsOutput) GoString

func (s ListEndpointsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListEndpointsOutput) SetEndpoints

SetEndpoints sets the Endpoints field's value.

func (*ListEndpointsOutput) SetNextToken

func (s *ListEndpointsOutput) SetNextToken(v string) *ListEndpointsOutput

SetNextToken sets the NextToken field's value.

func (ListEndpointsOutput) String

func (s ListEndpointsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListExperimentsInput added in v1.25.47

type ListExperimentsInput struct {

	// A filter that returns only experiments created after the specified time.
	CreatedAfter *time.Time `type:"timestamp"`

	// A filter that returns only experiments created before the specified time.
	CreatedBefore *time.Time `type:"timestamp"`

	// The maximum number of experiments to return in the response. The default
	// value is 10.
	MaxResults *int64 `min:"1" type:"integer"`

	// If the previous call to ListExperiments didn't return the full set of experiments,
	// the call returns a token for getting the next set of experiments.
	NextToken *string `type:"string"`

	// The property used to sort results. The default value is CreationTime.
	SortBy *string `type:"string" enum:"SortExperimentsBy"`

	// The sort order. The default value is Descending.
	SortOrder *string `type:"string" enum:"SortOrder"`
	// contains filtered or unexported fields
}

func (ListExperimentsInput) GoString added in v1.25.47

func (s ListExperimentsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListExperimentsInput) SetCreatedAfter added in v1.25.47

func (s *ListExperimentsInput) SetCreatedAfter(v time.Time) *ListExperimentsInput

SetCreatedAfter sets the CreatedAfter field's value.

func (*ListExperimentsInput) SetCreatedBefore added in v1.25.47

func (s *ListExperimentsInput) SetCreatedBefore(v time.Time) *ListExperimentsInput

SetCreatedBefore sets the CreatedBefore field's value.

func (*ListExperimentsInput) SetMaxResults added in v1.25.47

func (s *ListExperimentsInput) SetMaxResults(v int64) *ListExperimentsInput

SetMaxResults sets the MaxResults field's value.

func (*ListExperimentsInput) SetNextToken added in v1.25.47

func (s *ListExperimentsInput) SetNextToken(v string) *ListExperimentsInput

SetNextToken sets the NextToken field's value.

func (*ListExperimentsInput) SetSortBy added in v1.25.47

SetSortBy sets the SortBy field's value.

func (*ListExperimentsInput) SetSortOrder added in v1.25.47

func (s *ListExperimentsInput) SetSortOrder(v string) *ListExperimentsInput

SetSortOrder sets the SortOrder field's value.

func (ListExperimentsInput) String added in v1.25.47

func (s ListExperimentsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListExperimentsInput) Validate added in v1.25.47

func (s *ListExperimentsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListExperimentsOutput added in v1.25.47

type ListExperimentsOutput struct {

	// A list of the summaries of your experiments.
	ExperimentSummaries []*ExperimentSummary `type:"list"`

	// A token for getting the next set of experiments, if there are any.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListExperimentsOutput) GoString added in v1.25.47

func (s ListExperimentsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListExperimentsOutput) SetExperimentSummaries added in v1.25.47

func (s *ListExperimentsOutput) SetExperimentSummaries(v []*ExperimentSummary) *ListExperimentsOutput

SetExperimentSummaries sets the ExperimentSummaries field's value.

func (*ListExperimentsOutput) SetNextToken added in v1.25.47

SetNextToken sets the NextToken field's value.

func (ListExperimentsOutput) String added in v1.25.47

func (s ListExperimentsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListFeatureGroupsInput added in v1.35.37

type ListFeatureGroupsInput struct {

	// Use this parameter to search for FeatureGroupss created after a specific
	// date and time.
	CreationTimeAfter *time.Time `type:"timestamp"`

	// Use this parameter to search for FeatureGroupss created before a specific
	// date and time.
	CreationTimeBefore *time.Time `type:"timestamp"`

	// A FeatureGroup status. Filters by FeatureGroup status.
	FeatureGroupStatusEquals *string `type:"string" enum:"FeatureGroupStatus"`

	// The maximum number of results returned by ListFeatureGroups.
	MaxResults *int64 `min:"1" type:"integer"`

	// A string that partially matches one or more FeatureGroups names. Filters
	// FeatureGroups by name.
	NameContains *string `min:"1" type:"string"`

	// A token to resume pagination of ListFeatureGroups results.
	NextToken *string `type:"string"`

	// An OfflineStore status. Filters by OfflineStore status.
	OfflineStoreStatusEquals *string `type:"string" enum:"OfflineStoreStatusValue"`

	// The value on which the feature group list is sorted.
	SortBy *string `type:"string" enum:"FeatureGroupSortBy"`

	// The order in which feature groups are listed.
	SortOrder *string `type:"string" enum:"FeatureGroupSortOrder"`
	// contains filtered or unexported fields
}

func (ListFeatureGroupsInput) GoString added in v1.35.37

func (s ListFeatureGroupsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListFeatureGroupsInput) SetCreationTimeAfter added in v1.35.37

func (s *ListFeatureGroupsInput) SetCreationTimeAfter(v time.Time) *ListFeatureGroupsInput

SetCreationTimeAfter sets the CreationTimeAfter field's value.

func (*ListFeatureGroupsInput) SetCreationTimeBefore added in v1.35.37

func (s *ListFeatureGroupsInput) SetCreationTimeBefore(v time.Time) *ListFeatureGroupsInput

SetCreationTimeBefore sets the CreationTimeBefore field's value.

func (*ListFeatureGroupsInput) SetFeatureGroupStatusEquals added in v1.35.37

func (s *ListFeatureGroupsInput) SetFeatureGroupStatusEquals(v string) *ListFeatureGroupsInput

SetFeatureGroupStatusEquals sets the FeatureGroupStatusEquals field's value.

func (*ListFeatureGroupsInput) SetMaxResults added in v1.35.37

SetMaxResults sets the MaxResults field's value.

func (*ListFeatureGroupsInput) SetNameContains added in v1.35.37

func (s *ListFeatureGroupsInput) SetNameContains(v string) *ListFeatureGroupsInput

SetNameContains sets the NameContains field's value.

func (*ListFeatureGroupsInput) SetNextToken added in v1.35.37

SetNextToken sets the NextToken field's value.

func (*ListFeatureGroupsInput) SetOfflineStoreStatusEquals added in v1.35.37

func (s *ListFeatureGroupsInput) SetOfflineStoreStatusEquals(v string) *ListFeatureGroupsInput

SetOfflineStoreStatusEquals sets the OfflineStoreStatusEquals field's value.

func (*ListFeatureGroupsInput) SetSortBy added in v1.35.37

SetSortBy sets the SortBy field's value.

func (*ListFeatureGroupsInput) SetSortOrder added in v1.35.37

SetSortOrder sets the SortOrder field's value.

func (ListFeatureGroupsInput) String added in v1.35.37

func (s ListFeatureGroupsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListFeatureGroupsInput) Validate added in v1.35.37

func (s *ListFeatureGroupsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListFeatureGroupsOutput added in v1.35.37

type ListFeatureGroupsOutput struct {

	// A summary of feature groups.
	//
	// FeatureGroupSummaries is a required field
	FeatureGroupSummaries []*FeatureGroupSummary `type:"list" required:"true"`

	// A token to resume pagination of ListFeatureGroups results.
	//
	// NextToken is a required field
	NextToken *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ListFeatureGroupsOutput) GoString added in v1.35.37

func (s ListFeatureGroupsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListFeatureGroupsOutput) SetFeatureGroupSummaries added in v1.35.37

func (s *ListFeatureGroupsOutput) SetFeatureGroupSummaries(v []*FeatureGroupSummary) *ListFeatureGroupsOutput

SetFeatureGroupSummaries sets the FeatureGroupSummaries field's value.

func (*ListFeatureGroupsOutput) SetNextToken added in v1.35.37

SetNextToken sets the NextToken field's value.

func (ListFeatureGroupsOutput) String added in v1.35.37

func (s ListFeatureGroupsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListFlowDefinitionsInput added in v1.25.47

type ListFlowDefinitionsInput struct {

	// A filter that returns only flow definitions with a creation time greater
	// than or equal to the specified timestamp.
	CreationTimeAfter *time.Time `type:"timestamp"`

	// A filter that returns only flow definitions that were created before the
	// specified timestamp.
	CreationTimeBefore *time.Time `type:"timestamp"`

	// The total number of items to return. If the total number of available items
	// is more than the value specified in MaxResults, then a NextToken will be
	// provided in the output that you can use to resume pagination.
	MaxResults *int64 `min:"1" type:"integer"`

	// A token to resume pagination.
	NextToken *string `type:"string"`

	// An optional value that specifies whether you want the results sorted in Ascending
	// or Descending order.
	SortOrder *string `type:"string" enum:"SortOrder"`
	// contains filtered or unexported fields
}

func (ListFlowDefinitionsInput) GoString added in v1.25.47

func (s ListFlowDefinitionsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListFlowDefinitionsInput) SetCreationTimeAfter added in v1.25.47

func (s *ListFlowDefinitionsInput) SetCreationTimeAfter(v time.Time) *ListFlowDefinitionsInput

SetCreationTimeAfter sets the CreationTimeAfter field's value.

func (*ListFlowDefinitionsInput) SetCreationTimeBefore added in v1.25.47

func (s *ListFlowDefinitionsInput) SetCreationTimeBefore(v time.Time) *ListFlowDefinitionsInput

SetCreationTimeBefore sets the CreationTimeBefore field's value.

func (*ListFlowDefinitionsInput) SetMaxResults added in v1.25.47

SetMaxResults sets the MaxResults field's value.

func (*ListFlowDefinitionsInput) SetNextToken added in v1.25.47

SetNextToken sets the NextToken field's value.

func (*ListFlowDefinitionsInput) SetSortOrder added in v1.25.47

SetSortOrder sets the SortOrder field's value.

func (ListFlowDefinitionsInput) String added in v1.25.47

func (s ListFlowDefinitionsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListFlowDefinitionsInput) Validate added in v1.25.47

func (s *ListFlowDefinitionsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListFlowDefinitionsOutput added in v1.25.47

type ListFlowDefinitionsOutput struct {

	// An array of objects describing the flow definitions.
	//
	// FlowDefinitionSummaries is a required field
	FlowDefinitionSummaries []*FlowDefinitionSummary `type:"list" required:"true"`

	// A token to resume pagination.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListFlowDefinitionsOutput) GoString added in v1.25.47

func (s ListFlowDefinitionsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListFlowDefinitionsOutput) SetFlowDefinitionSummaries added in v1.25.47

func (s *ListFlowDefinitionsOutput) SetFlowDefinitionSummaries(v []*FlowDefinitionSummary) *ListFlowDefinitionsOutput

SetFlowDefinitionSummaries sets the FlowDefinitionSummaries field's value.

func (*ListFlowDefinitionsOutput) SetNextToken added in v1.25.47

SetNextToken sets the NextToken field's value.

func (ListFlowDefinitionsOutput) String added in v1.25.47

func (s ListFlowDefinitionsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListHubContentVersionsInput added in v1.44.150

type ListHubContentVersionsInput struct {

	// Only list hub content versions that were created after the time specified.
	CreationTimeAfter *time.Time `type:"timestamp"`

	// Only list hub content versions that were created before the time specified.
	CreationTimeBefore *time.Time `type:"timestamp"`

	// The name of the hub content.
	//
	// HubContentName is a required field
	HubContentName *string `type:"string" required:"true"`

	// The type of hub content to list versions of.
	//
	// HubContentType is a required field
	HubContentType *string `type:"string" required:"true" enum:"HubContentType"`

	// The name of the hub to list the content versions of.
	//
	// HubName is a required field
	HubName *string `type:"string" required:"true"`

	// The maximum number of hub content versions to list.
	MaxResults *int64 `min:"1" type:"integer"`

	// The upper bound of the hub content schema version.
	MaxSchemaVersion *string `min:"5" type:"string"`

	// The lower bound of the hub content versions to list.
	MinVersion *string `min:"5" type:"string"`

	// If the response to a previous ListHubContentVersions request was truncated,
	// the response includes a NextToken. To retrieve the next set of hub content
	// versions, use the token in the next request.
	NextToken *string `type:"string"`

	// Sort hub content versions by either name or creation time.
	SortBy *string `type:"string" enum:"HubContentSortBy"`

	// Sort hub content versions by ascending or descending order.
	SortOrder *string `type:"string" enum:"SortOrder"`
	// contains filtered or unexported fields
}

func (ListHubContentVersionsInput) GoString added in v1.44.150

func (s ListHubContentVersionsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListHubContentVersionsInput) SetCreationTimeAfter added in v1.44.150

SetCreationTimeAfter sets the CreationTimeAfter field's value.

func (*ListHubContentVersionsInput) SetCreationTimeBefore added in v1.44.150

SetCreationTimeBefore sets the CreationTimeBefore field's value.

func (*ListHubContentVersionsInput) SetHubContentName added in v1.44.150

SetHubContentName sets the HubContentName field's value.

func (*ListHubContentVersionsInput) SetHubContentType added in v1.44.150

SetHubContentType sets the HubContentType field's value.

func (*ListHubContentVersionsInput) SetHubName added in v1.44.150

SetHubName sets the HubName field's value.

func (*ListHubContentVersionsInput) SetMaxResults added in v1.44.150

SetMaxResults sets the MaxResults field's value.

func (*ListHubContentVersionsInput) SetMaxSchemaVersion added in v1.44.150

SetMaxSchemaVersion sets the MaxSchemaVersion field's value.

func (*ListHubContentVersionsInput) SetMinVersion added in v1.44.150

SetMinVersion sets the MinVersion field's value.

func (*ListHubContentVersionsInput) SetNextToken added in v1.44.150

SetNextToken sets the NextToken field's value.

func (*ListHubContentVersionsInput) SetSortBy added in v1.44.150

SetSortBy sets the SortBy field's value.

func (*ListHubContentVersionsInput) SetSortOrder added in v1.44.150

SetSortOrder sets the SortOrder field's value.

func (ListHubContentVersionsInput) String added in v1.44.150

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListHubContentVersionsInput) Validate added in v1.44.150

func (s *ListHubContentVersionsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListHubContentVersionsOutput added in v1.44.150

type ListHubContentVersionsOutput struct {

	// The summaries of the listed hub content versions.
	//
	// HubContentSummaries is a required field
	HubContentSummaries []*HubContentInfo `type:"list" required:"true"`

	// If the response is truncated, SageMaker returns this token. To retrieve the
	// next set of hub content versions, use it in the subsequent request.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListHubContentVersionsOutput) GoString added in v1.44.150

func (s ListHubContentVersionsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListHubContentVersionsOutput) SetHubContentSummaries added in v1.44.150

SetHubContentSummaries sets the HubContentSummaries field's value.

func (*ListHubContentVersionsOutput) SetNextToken added in v1.44.150

SetNextToken sets the NextToken field's value.

func (ListHubContentVersionsOutput) String added in v1.44.150

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListHubContentsInput added in v1.44.150

type ListHubContentsInput struct {

	// Only list hub content that was created after the time specified.
	CreationTimeAfter *time.Time `type:"timestamp"`

	// Only list hub content that was created before the time specified.
	CreationTimeBefore *time.Time `type:"timestamp"`

	// The type of hub content to list.
	//
	// HubContentType is a required field
	HubContentType *string `type:"string" required:"true" enum:"HubContentType"`

	// The name of the hub to list the contents of.
	//
	// HubName is a required field
	HubName *string `type:"string" required:"true"`

	// The maximum amount of hub content to list.
	MaxResults *int64 `min:"1" type:"integer"`

	// The upper bound of the hub content schema verion.
	MaxSchemaVersion *string `min:"5" type:"string"`

	// Only list hub content if the name contains the specified string.
	NameContains *string `type:"string"`

	// If the response to a previous ListHubContents request was truncated, the
	// response includes a NextToken. To retrieve the next set of hub content, use
	// the token in the next request.
	NextToken *string `type:"string"`

	// Sort hub content versions by either name or creation time.
	SortBy *string `type:"string" enum:"HubContentSortBy"`

	// Sort hubs by ascending or descending order.
	SortOrder *string `type:"string" enum:"SortOrder"`
	// contains filtered or unexported fields
}

func (ListHubContentsInput) GoString added in v1.44.150

func (s ListHubContentsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListHubContentsInput) SetCreationTimeAfter added in v1.44.150

func (s *ListHubContentsInput) SetCreationTimeAfter(v time.Time) *ListHubContentsInput

SetCreationTimeAfter sets the CreationTimeAfter field's value.

func (*ListHubContentsInput) SetCreationTimeBefore added in v1.44.150

func (s *ListHubContentsInput) SetCreationTimeBefore(v time.Time) *ListHubContentsInput

SetCreationTimeBefore sets the CreationTimeBefore field's value.

func (*ListHubContentsInput) SetHubContentType added in v1.44.150

func (s *ListHubContentsInput) SetHubContentType(v string) *ListHubContentsInput

SetHubContentType sets the HubContentType field's value.

func (*ListHubContentsInput) SetHubName added in v1.44.150

SetHubName sets the HubName field's value.

func (*ListHubContentsInput) SetMaxResults added in v1.44.150

func (s *ListHubContentsInput) SetMaxResults(v int64) *ListHubContentsInput

SetMaxResults sets the MaxResults field's value.

func (*ListHubContentsInput) SetMaxSchemaVersion added in v1.44.150

func (s *ListHubContentsInput) SetMaxSchemaVersion(v string) *ListHubContentsInput

SetMaxSchemaVersion sets the MaxSchemaVersion field's value.

func (*ListHubContentsInput) SetNameContains added in v1.44.150

func (s *ListHubContentsInput) SetNameContains(v string) *ListHubContentsInput

SetNameContains sets the NameContains field's value.

func (*ListHubContentsInput) SetNextToken added in v1.44.150

func (s *ListHubContentsInput) SetNextToken(v string) *ListHubContentsInput

SetNextToken sets the NextToken field's value.

func (*ListHubContentsInput) SetSortBy added in v1.44.150

SetSortBy sets the SortBy field's value.

func (*ListHubContentsInput) SetSortOrder added in v1.44.150

func (s *ListHubContentsInput) SetSortOrder(v string) *ListHubContentsInput

SetSortOrder sets the SortOrder field's value.

func (ListHubContentsInput) String added in v1.44.150

func (s ListHubContentsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListHubContentsInput) Validate added in v1.44.150

func (s *ListHubContentsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListHubContentsOutput added in v1.44.150

type ListHubContentsOutput struct {

	// The summaries of the listed hub content.
	//
	// HubContentSummaries is a required field
	HubContentSummaries []*HubContentInfo `type:"list" required:"true"`

	// If the response is truncated, SageMaker returns this token. To retrieve the
	// next set of hub content, use it in the subsequent request.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListHubContentsOutput) GoString added in v1.44.150

func (s ListHubContentsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListHubContentsOutput) SetHubContentSummaries added in v1.44.150

func (s *ListHubContentsOutput) SetHubContentSummaries(v []*HubContentInfo) *ListHubContentsOutput

SetHubContentSummaries sets the HubContentSummaries field's value.

func (*ListHubContentsOutput) SetNextToken added in v1.44.150

SetNextToken sets the NextToken field's value.

func (ListHubContentsOutput) String added in v1.44.150

func (s ListHubContentsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListHubsInput added in v1.44.150

type ListHubsInput struct {

	// Only list hubs that were created after the time specified.
	CreationTimeAfter *time.Time `type:"timestamp"`

	// Only list hubs that were created before the time specified.
	CreationTimeBefore *time.Time `type:"timestamp"`

	// Only list hubs that were last modified after the time specified.
	LastModifiedTimeAfter *time.Time `type:"timestamp"`

	// Only list hubs that were last modified before the time specified.
	LastModifiedTimeBefore *time.Time `type:"timestamp"`

	// The maximum number of hubs to list.
	MaxResults *int64 `min:"1" type:"integer"`

	// Only list hubs with names that contain the specified string.
	NameContains *string `type:"string"`

	// If the response to a previous ListHubs request was truncated, the response
	// includes a NextToken. To retrieve the next set of hubs, use the token in
	// the next request.
	NextToken *string `type:"string"`

	// Sort hubs by either name or creation time.
	SortBy *string `type:"string" enum:"HubSortBy"`

	// Sort hubs by ascending or descending order.
	SortOrder *string `type:"string" enum:"SortOrder"`
	// contains filtered or unexported fields
}

func (ListHubsInput) GoString added in v1.44.150

func (s ListHubsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListHubsInput) SetCreationTimeAfter added in v1.44.150

func (s *ListHubsInput) SetCreationTimeAfter(v time.Time) *ListHubsInput

SetCreationTimeAfter sets the CreationTimeAfter field's value.

func (*ListHubsInput) SetCreationTimeBefore added in v1.44.150

func (s *ListHubsInput) SetCreationTimeBefore(v time.Time) *ListHubsInput

SetCreationTimeBefore sets the CreationTimeBefore field's value.

func (*ListHubsInput) SetLastModifiedTimeAfter added in v1.44.150

func (s *ListHubsInput) SetLastModifiedTimeAfter(v time.Time) *ListHubsInput

SetLastModifiedTimeAfter sets the LastModifiedTimeAfter field's value.

func (*ListHubsInput) SetLastModifiedTimeBefore added in v1.44.150

func (s *ListHubsInput) SetLastModifiedTimeBefore(v time.Time) *ListHubsInput

SetLastModifiedTimeBefore sets the LastModifiedTimeBefore field's value.

func (*ListHubsInput) SetMaxResults added in v1.44.150

func (s *ListHubsInput) SetMaxResults(v int64) *ListHubsInput

SetMaxResults sets the MaxResults field's value.

func (*ListHubsInput) SetNameContains added in v1.44.150

func (s *ListHubsInput) SetNameContains(v string) *ListHubsInput

SetNameContains sets the NameContains field's value.

func (*ListHubsInput) SetNextToken added in v1.44.150

func (s *ListHubsInput) SetNextToken(v string) *ListHubsInput

SetNextToken sets the NextToken field's value.

func (*ListHubsInput) SetSortBy added in v1.44.150

func (s *ListHubsInput) SetSortBy(v string) *ListHubsInput

SetSortBy sets the SortBy field's value.

func (*ListHubsInput) SetSortOrder added in v1.44.150

func (s *ListHubsInput) SetSortOrder(v string) *ListHubsInput

SetSortOrder sets the SortOrder field's value.

func (ListHubsInput) String added in v1.44.150

func (s ListHubsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListHubsInput) Validate added in v1.44.150

func (s *ListHubsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListHubsOutput added in v1.44.150

type ListHubsOutput struct {

	// The summaries of the listed hubs.
	//
	// HubSummaries is a required field
	HubSummaries []*HubInfo `type:"list" required:"true"`

	// If the response is truncated, SageMaker returns this token. To retrieve the
	// next set of hubs, use it in the subsequent request.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListHubsOutput) GoString added in v1.44.150

func (s ListHubsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListHubsOutput) SetHubSummaries added in v1.44.150

func (s *ListHubsOutput) SetHubSummaries(v []*HubInfo) *ListHubsOutput

SetHubSummaries sets the HubSummaries field's value.

func (*ListHubsOutput) SetNextToken added in v1.44.150

func (s *ListHubsOutput) SetNextToken(v string) *ListHubsOutput

SetNextToken sets the NextToken field's value.

func (ListHubsOutput) String added in v1.44.150

func (s ListHubsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListHumanTaskUisInput added in v1.25.47

type ListHumanTaskUisInput struct {

	// A filter that returns only human task user interfaces with a creation time
	// greater than or equal to the specified timestamp.
	CreationTimeAfter *time.Time `type:"timestamp"`

	// A filter that returns only human task user interfaces that were created before
	// the specified timestamp.
	CreationTimeBefore *time.Time `type:"timestamp"`

	// The total number of items to return. If the total number of available items
	// is more than the value specified in MaxResults, then a NextToken will be
	// provided in the output that you can use to resume pagination.
	MaxResults *int64 `min:"1" type:"integer"`

	// A token to resume pagination.
	NextToken *string `type:"string"`

	// An optional value that specifies whether you want the results sorted in Ascending
	// or Descending order.
	SortOrder *string `type:"string" enum:"SortOrder"`
	// contains filtered or unexported fields
}

func (ListHumanTaskUisInput) GoString added in v1.25.47

func (s ListHumanTaskUisInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListHumanTaskUisInput) SetCreationTimeAfter added in v1.25.47

func (s *ListHumanTaskUisInput) SetCreationTimeAfter(v time.Time) *ListHumanTaskUisInput

SetCreationTimeAfter sets the CreationTimeAfter field's value.

func (*ListHumanTaskUisInput) SetCreationTimeBefore added in v1.25.47

func (s *ListHumanTaskUisInput) SetCreationTimeBefore(v time.Time) *ListHumanTaskUisInput

SetCreationTimeBefore sets the CreationTimeBefore field's value.

func (*ListHumanTaskUisInput) SetMaxResults added in v1.25.47

func (s *ListHumanTaskUisInput) SetMaxResults(v int64) *ListHumanTaskUisInput

SetMaxResults sets the MaxResults field's value.

func (*ListHumanTaskUisInput) SetNextToken added in v1.25.47

SetNextToken sets the NextToken field's value.

func (*ListHumanTaskUisInput) SetSortOrder added in v1.25.47

SetSortOrder sets the SortOrder field's value.

func (ListHumanTaskUisInput) String added in v1.25.47

func (s ListHumanTaskUisInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListHumanTaskUisInput) Validate added in v1.25.47

func (s *ListHumanTaskUisInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListHumanTaskUisOutput added in v1.25.47

type ListHumanTaskUisOutput struct {

	// An array of objects describing the human task user interfaces.
	//
	// HumanTaskUiSummaries is a required field
	HumanTaskUiSummaries []*HumanTaskUiSummary `type:"list" required:"true"`

	// A token to resume pagination.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListHumanTaskUisOutput) GoString added in v1.25.47

func (s ListHumanTaskUisOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListHumanTaskUisOutput) SetHumanTaskUiSummaries added in v1.25.47

func (s *ListHumanTaskUisOutput) SetHumanTaskUiSummaries(v []*HumanTaskUiSummary) *ListHumanTaskUisOutput

SetHumanTaskUiSummaries sets the HumanTaskUiSummaries field's value.

func (*ListHumanTaskUisOutput) SetNextToken added in v1.25.47

SetNextToken sets the NextToken field's value.

func (ListHumanTaskUisOutput) String added in v1.25.47

func (s ListHumanTaskUisOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListHyperParameterTuningJobsInput added in v1.14.0

type ListHyperParameterTuningJobsInput struct {

	// A filter that returns only tuning jobs that were created after the specified
	// time.
	CreationTimeAfter *time.Time `type:"timestamp"`

	// A filter that returns only tuning jobs that were created before the specified
	// time.
	CreationTimeBefore *time.Time `type:"timestamp"`

	// A filter that returns only tuning jobs that were modified after the specified
	// time.
	LastModifiedTimeAfter *time.Time `type:"timestamp"`

	// A filter that returns only tuning jobs that were modified before the specified
	// time.
	LastModifiedTimeBefore *time.Time `type:"timestamp"`

	// The maximum number of tuning jobs to return. The default value is 10.
	MaxResults *int64 `min:"1" type:"integer"`

	// A string in the tuning job name. This filter returns only tuning jobs whose
	// name contains the specified string.
	NameContains *string `type:"string"`

	// If the result of the previous ListHyperParameterTuningJobs request was truncated,
	// the response includes a NextToken. To retrieve the next set of tuning jobs,
	// use the token in the next request.
	NextToken *string `type:"string"`

	// The field to sort results by. The default is Name.
	SortBy *string `type:"string" enum:"HyperParameterTuningJobSortByOptions"`

	// The sort order for results. The default is Ascending.
	SortOrder *string `type:"string" enum:"SortOrder"`

	// A filter that returns only tuning jobs with the specified status.
	StatusEquals *string `type:"string" enum:"HyperParameterTuningJobStatus"`
	// contains filtered or unexported fields
}

func (ListHyperParameterTuningJobsInput) GoString added in v1.14.0

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListHyperParameterTuningJobsInput) SetCreationTimeAfter added in v1.14.0

SetCreationTimeAfter sets the CreationTimeAfter field's value.

func (*ListHyperParameterTuningJobsInput) SetCreationTimeBefore added in v1.14.0

SetCreationTimeBefore sets the CreationTimeBefore field's value.

func (*ListHyperParameterTuningJobsInput) SetLastModifiedTimeAfter added in v1.14.0

SetLastModifiedTimeAfter sets the LastModifiedTimeAfter field's value.

func (*ListHyperParameterTuningJobsInput) SetLastModifiedTimeBefore added in v1.14.0

SetLastModifiedTimeBefore sets the LastModifiedTimeBefore field's value.

func (*ListHyperParameterTuningJobsInput) SetMaxResults added in v1.14.0

SetMaxResults sets the MaxResults field's value.

func (*ListHyperParameterTuningJobsInput) SetNameContains added in v1.14.0

SetNameContains sets the NameContains field's value.

func (*ListHyperParameterTuningJobsInput) SetNextToken added in v1.14.0

SetNextToken sets the NextToken field's value.

func (*ListHyperParameterTuningJobsInput) SetSortBy added in v1.14.0

SetSortBy sets the SortBy field's value.

func (*ListHyperParameterTuningJobsInput) SetSortOrder added in v1.14.0

SetSortOrder sets the SortOrder field's value.

func (*ListHyperParameterTuningJobsInput) SetStatusEquals added in v1.14.0

SetStatusEquals sets the StatusEquals field's value.

func (ListHyperParameterTuningJobsInput) String added in v1.14.0

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListHyperParameterTuningJobsInput) Validate added in v1.14.0

Validate inspects the fields of the type to determine if they are valid.

type ListHyperParameterTuningJobsOutput added in v1.14.0

type ListHyperParameterTuningJobsOutput struct {

	// A list of HyperParameterTuningJobSummary (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_HyperParameterTuningJobSummary.html)
	// objects that describe the tuning jobs that the ListHyperParameterTuningJobs
	// request returned.
	//
	// HyperParameterTuningJobSummaries is a required field
	HyperParameterTuningJobSummaries []*HyperParameterTuningJobSummary `type:"list" required:"true"`

	// If the result of this ListHyperParameterTuningJobs request was truncated,
	// the response includes a NextToken. To retrieve the next set of tuning jobs,
	// use the token in the next request.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListHyperParameterTuningJobsOutput) GoString added in v1.14.0

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListHyperParameterTuningJobsOutput) SetHyperParameterTuningJobSummaries added in v1.14.0

SetHyperParameterTuningJobSummaries sets the HyperParameterTuningJobSummaries field's value.

func (*ListHyperParameterTuningJobsOutput) SetNextToken added in v1.14.0

SetNextToken sets the NextToken field's value.

func (ListHyperParameterTuningJobsOutput) String added in v1.14.0

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListImageVersionsInput added in v1.35.15

type ListImageVersionsInput struct {

	// A filter that returns only versions created on or after the specified time.
	CreationTimeAfter *time.Time `type:"timestamp"`

	// A filter that returns only versions created on or before the specified time.
	CreationTimeBefore *time.Time `type:"timestamp"`

	// The name of the image to list the versions of.
	//
	// ImageName is a required field
	ImageName *string `min:"1" type:"string" required:"true"`

	// A filter that returns only versions modified on or after the specified time.
	LastModifiedTimeAfter *time.Time `type:"timestamp"`

	// A filter that returns only versions modified on or before the specified time.
	LastModifiedTimeBefore *time.Time `type:"timestamp"`

	// The maximum number of versions to return in the response. The default value
	// is 10.
	MaxResults *int64 `min:"1" type:"integer"`

	// If the previous call to ListImageVersions didn't return the full set of versions,
	// the call returns a token for getting the next set of versions.
	NextToken *string `type:"string"`

	// The property used to sort results. The default value is CREATION_TIME.
	SortBy *string `type:"string" enum:"ImageVersionSortBy"`

	// The sort order. The default value is DESCENDING.
	SortOrder *string `type:"string" enum:"ImageVersionSortOrder"`
	// contains filtered or unexported fields
}

func (ListImageVersionsInput) GoString added in v1.35.15

func (s ListImageVersionsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListImageVersionsInput) SetCreationTimeAfter added in v1.35.15

func (s *ListImageVersionsInput) SetCreationTimeAfter(v time.Time) *ListImageVersionsInput

SetCreationTimeAfter sets the CreationTimeAfter field's value.

func (*ListImageVersionsInput) SetCreationTimeBefore added in v1.35.15

func (s *ListImageVersionsInput) SetCreationTimeBefore(v time.Time) *ListImageVersionsInput

SetCreationTimeBefore sets the CreationTimeBefore field's value.

func (*ListImageVersionsInput) SetImageName added in v1.35.15

SetImageName sets the ImageName field's value.

func (*ListImageVersionsInput) SetLastModifiedTimeAfter added in v1.35.15

func (s *ListImageVersionsInput) SetLastModifiedTimeAfter(v time.Time) *ListImageVersionsInput

SetLastModifiedTimeAfter sets the LastModifiedTimeAfter field's value.

func (*ListImageVersionsInput) SetLastModifiedTimeBefore added in v1.35.15

func (s *ListImageVersionsInput) SetLastModifiedTimeBefore(v time.Time) *ListImageVersionsInput

SetLastModifiedTimeBefore sets the LastModifiedTimeBefore field's value.

func (*ListImageVersionsInput) SetMaxResults added in v1.35.15

SetMaxResults sets the MaxResults field's value.

func (*ListImageVersionsInput) SetNextToken added in v1.35.15

SetNextToken sets the NextToken field's value.

func (*ListImageVersionsInput) SetSortBy added in v1.35.15

SetSortBy sets the SortBy field's value.

func (*ListImageVersionsInput) SetSortOrder added in v1.35.15

SetSortOrder sets the SortOrder field's value.

func (ListImageVersionsInput) String added in v1.35.15

func (s ListImageVersionsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListImageVersionsInput) Validate added in v1.35.15

func (s *ListImageVersionsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListImageVersionsOutput added in v1.35.15

type ListImageVersionsOutput struct {

	// A list of versions and their properties.
	ImageVersions []*ImageVersion `type:"list"`

	// A token for getting the next set of versions, if there are any.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListImageVersionsOutput) GoString added in v1.35.15

func (s ListImageVersionsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListImageVersionsOutput) SetImageVersions added in v1.35.15

SetImageVersions sets the ImageVersions field's value.

func (*ListImageVersionsOutput) SetNextToken added in v1.35.15

SetNextToken sets the NextToken field's value.

func (ListImageVersionsOutput) String added in v1.35.15

func (s ListImageVersionsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListImagesInput added in v1.35.15

type ListImagesInput struct {

	// A filter that returns only images created on or after the specified time.
	CreationTimeAfter *time.Time `type:"timestamp"`

	// A filter that returns only images created on or before the specified time.
	CreationTimeBefore *time.Time `type:"timestamp"`

	// A filter that returns only images modified on or after the specified time.
	LastModifiedTimeAfter *time.Time `type:"timestamp"`

	// A filter that returns only images modified on or before the specified time.
	LastModifiedTimeBefore *time.Time `type:"timestamp"`

	// The maximum number of images to return in the response. The default value
	// is 10.
	MaxResults *int64 `min:"1" type:"integer"`

	// A filter that returns only images whose name contains the specified string.
	NameContains *string `type:"string"`

	// If the previous call to ListImages didn't return the full set of images,
	// the call returns a token for getting the next set of images.
	NextToken *string `type:"string"`

	// The property used to sort results. The default value is CREATION_TIME.
	SortBy *string `type:"string" enum:"ImageSortBy"`

	// The sort order. The default value is DESCENDING.
	SortOrder *string `type:"string" enum:"ImageSortOrder"`
	// contains filtered or unexported fields
}

func (ListImagesInput) GoString added in v1.35.15

func (s ListImagesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListImagesInput) SetCreationTimeAfter added in v1.35.15

func (s *ListImagesInput) SetCreationTimeAfter(v time.Time) *ListImagesInput

SetCreationTimeAfter sets the CreationTimeAfter field's value.

func (*ListImagesInput) SetCreationTimeBefore added in v1.35.15

func (s *ListImagesInput) SetCreationTimeBefore(v time.Time) *ListImagesInput

SetCreationTimeBefore sets the CreationTimeBefore field's value.

func (*ListImagesInput) SetLastModifiedTimeAfter added in v1.35.15

func (s *ListImagesInput) SetLastModifiedTimeAfter(v time.Time) *ListImagesInput

SetLastModifiedTimeAfter sets the LastModifiedTimeAfter field's value.

func (*ListImagesInput) SetLastModifiedTimeBefore added in v1.35.15

func (s *ListImagesInput) SetLastModifiedTimeBefore(v time.Time) *ListImagesInput

SetLastModifiedTimeBefore sets the LastModifiedTimeBefore field's value.

func (*ListImagesInput) SetMaxResults added in v1.35.15

func (s *ListImagesInput) SetMaxResults(v int64) *ListImagesInput

SetMaxResults sets the MaxResults field's value.

func (*ListImagesInput) SetNameContains added in v1.35.15

func (s *ListImagesInput) SetNameContains(v string) *ListImagesInput

SetNameContains sets the NameContains field's value.

func (*ListImagesInput) SetNextToken added in v1.35.15

func (s *ListImagesInput) SetNextToken(v string) *ListImagesInput

SetNextToken sets the NextToken field's value.

func (*ListImagesInput) SetSortBy added in v1.35.15

func (s *ListImagesInput) SetSortBy(v string) *ListImagesInput

SetSortBy sets the SortBy field's value.

func (*ListImagesInput) SetSortOrder added in v1.35.15

func (s *ListImagesInput) SetSortOrder(v string) *ListImagesInput

SetSortOrder sets the SortOrder field's value.

func (ListImagesInput) String added in v1.35.15

func (s ListImagesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListImagesInput) Validate added in v1.35.15

func (s *ListImagesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListImagesOutput added in v1.35.15

type ListImagesOutput struct {

	// A list of images and their properties.
	Images []*Image `type:"list"`

	// A token for getting the next set of images, if there are any.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListImagesOutput) GoString added in v1.35.15

func (s ListImagesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListImagesOutput) SetImages added in v1.35.15

func (s *ListImagesOutput) SetImages(v []*Image) *ListImagesOutput

SetImages sets the Images field's value.

func (*ListImagesOutput) SetNextToken added in v1.35.15

func (s *ListImagesOutput) SetNextToken(v string) *ListImagesOutput

SetNextToken sets the NextToken field's value.

func (ListImagesOutput) String added in v1.35.15

func (s ListImagesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListInferenceExperimentsInput added in v1.44.150

type ListInferenceExperimentsInput struct {

	// Selects inference experiments which were created after this timestamp.
	CreationTimeAfter *time.Time `type:"timestamp"`

	// Selects inference experiments which were created before this timestamp.
	CreationTimeBefore *time.Time `type:"timestamp"`

	// Selects inference experiments which were last modified after this timestamp.
	LastModifiedTimeAfter *time.Time `type:"timestamp"`

	// Selects inference experiments which were last modified before this timestamp.
	LastModifiedTimeBefore *time.Time `type:"timestamp"`

	// The maximum number of results to select.
	MaxResults *int64 `min:"1" type:"integer"`

	// Selects inference experiments whose names contain this name.
	NameContains *string `type:"string"`

	// The response from the last list when returning a list large enough to need
	// tokening.
	NextToken *string `type:"string"`

	// The column by which to sort the listed inference experiments.
	SortBy *string `type:"string" enum:"SortInferenceExperimentsBy"`

	// The direction of sorting (ascending or descending).
	SortOrder *string `type:"string" enum:"SortOrder"`

	// Selects inference experiments which are in this status. For the possible
	// statuses, see DescribeInferenceExperiment (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeInferenceExperiment.html).
	StatusEquals *string `type:"string" enum:"InferenceExperimentStatus"`

	// Selects inference experiments of this type. For the possible types of inference
	// experiments, see CreateInferenceExperiment (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateInferenceExperiment.html).
	Type *string `type:"string" enum:"InferenceExperimentType"`
	// contains filtered or unexported fields
}

func (ListInferenceExperimentsInput) GoString added in v1.44.150

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListInferenceExperimentsInput) SetCreationTimeAfter added in v1.44.150

SetCreationTimeAfter sets the CreationTimeAfter field's value.

func (*ListInferenceExperimentsInput) SetCreationTimeBefore added in v1.44.150

SetCreationTimeBefore sets the CreationTimeBefore field's value.

func (*ListInferenceExperimentsInput) SetLastModifiedTimeAfter added in v1.44.150

func (s *ListInferenceExperimentsInput) SetLastModifiedTimeAfter(v time.Time) *ListInferenceExperimentsInput

SetLastModifiedTimeAfter sets the LastModifiedTimeAfter field's value.

func (*ListInferenceExperimentsInput) SetLastModifiedTimeBefore added in v1.44.150

func (s *ListInferenceExperimentsInput) SetLastModifiedTimeBefore(v time.Time) *ListInferenceExperimentsInput

SetLastModifiedTimeBefore sets the LastModifiedTimeBefore field's value.

func (*ListInferenceExperimentsInput) SetMaxResults added in v1.44.150

SetMaxResults sets the MaxResults field's value.

func (*ListInferenceExperimentsInput) SetNameContains added in v1.44.150

SetNameContains sets the NameContains field's value.

func (*ListInferenceExperimentsInput) SetNextToken added in v1.44.150

SetNextToken sets the NextToken field's value.

func (*ListInferenceExperimentsInput) SetSortBy added in v1.44.150

SetSortBy sets the SortBy field's value.

func (*ListInferenceExperimentsInput) SetSortOrder added in v1.44.150

SetSortOrder sets the SortOrder field's value.

func (*ListInferenceExperimentsInput) SetStatusEquals added in v1.44.150

SetStatusEquals sets the StatusEquals field's value.

func (*ListInferenceExperimentsInput) SetType added in v1.44.150

SetType sets the Type field's value.

func (ListInferenceExperimentsInput) String added in v1.44.150

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListInferenceExperimentsInput) Validate added in v1.44.150

func (s *ListInferenceExperimentsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListInferenceExperimentsOutput added in v1.44.150

type ListInferenceExperimentsOutput struct {

	// List of inference experiments.
	InferenceExperiments []*InferenceExperimentSummary `type:"list"`

	// The token to use when calling the next page of results.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListInferenceExperimentsOutput) GoString added in v1.44.150

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListInferenceExperimentsOutput) SetInferenceExperiments added in v1.44.150

SetInferenceExperiments sets the InferenceExperiments field's value.

func (*ListInferenceExperimentsOutput) SetNextToken added in v1.44.150

SetNextToken sets the NextToken field's value.

func (ListInferenceExperimentsOutput) String added in v1.44.150

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListInferenceRecommendationsJobStepsInput added in v1.44.122

type ListInferenceRecommendationsJobStepsInput struct {

	// The name for the Inference Recommender job.
	//
	// JobName is a required field
	JobName *string `min:"1" type:"string" required:"true"`

	// The maximum number of results to return.
	MaxResults *int64 `min:"1" type:"integer"`

	// A token that you can specify to return more results from the list. Specify
	// this field if you have a token that was returned from a previous request.
	NextToken *string `type:"string"`

	// A filter to return benchmarks of a specified status. If this field is left
	// empty, then all benchmarks are returned.
	Status *string `type:"string" enum:"RecommendationJobStatus"`

	// A filter to return details about the specified type of subtask.
	//
	// BENCHMARK: Evaluate the performance of your model on different instance types.
	StepType *string `type:"string" enum:"RecommendationStepType"`
	// contains filtered or unexported fields
}

func (ListInferenceRecommendationsJobStepsInput) GoString added in v1.44.122

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListInferenceRecommendationsJobStepsInput) SetJobName added in v1.44.122

SetJobName sets the JobName field's value.

func (*ListInferenceRecommendationsJobStepsInput) SetMaxResults added in v1.44.122

SetMaxResults sets the MaxResults field's value.

func (*ListInferenceRecommendationsJobStepsInput) SetNextToken added in v1.44.122

SetNextToken sets the NextToken field's value.

func (*ListInferenceRecommendationsJobStepsInput) SetStatus added in v1.44.122

SetStatus sets the Status field's value.

func (*ListInferenceRecommendationsJobStepsInput) SetStepType added in v1.44.122

SetStepType sets the StepType field's value.

func (ListInferenceRecommendationsJobStepsInput) String added in v1.44.122

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListInferenceRecommendationsJobStepsInput) Validate added in v1.44.122

Validate inspects the fields of the type to determine if they are valid.

type ListInferenceRecommendationsJobStepsOutput added in v1.44.122

type ListInferenceRecommendationsJobStepsOutput struct {

	// A token that you can specify in your next request to return more results
	// from the list.
	NextToken *string `type:"string"`

	// A list of all subtask details in Inference Recommender.
	Steps []*InferenceRecommendationsJobStep `type:"list"`
	// contains filtered or unexported fields
}

func (ListInferenceRecommendationsJobStepsOutput) GoString added in v1.44.122

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListInferenceRecommendationsJobStepsOutput) SetNextToken added in v1.44.122

SetNextToken sets the NextToken field's value.

func (*ListInferenceRecommendationsJobStepsOutput) SetSteps added in v1.44.122

SetSteps sets the Steps field's value.

func (ListInferenceRecommendationsJobStepsOutput) String added in v1.44.122

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListInferenceRecommendationsJobsInput added in v1.42.17

type ListInferenceRecommendationsJobsInput struct {

	// A filter that returns only jobs created after the specified time (timestamp).
	CreationTimeAfter *time.Time `type:"timestamp"`

	// A filter that returns only jobs created before the specified time (timestamp).
	CreationTimeBefore *time.Time `type:"timestamp"`

	// A filter that returns only jobs that were last modified after the specified
	// time (timestamp).
	LastModifiedTimeAfter *time.Time `type:"timestamp"`

	// A filter that returns only jobs that were last modified before the specified
	// time (timestamp).
	LastModifiedTimeBefore *time.Time `type:"timestamp"`

	// The maximum number of recommendations to return in the response.
	MaxResults *int64 `min:"1" type:"integer"`

	// A filter that returns only jobs that were created for this model.
	ModelNameEquals *string `type:"string"`

	// A filter that returns only jobs that were created for this versioned model
	// package.
	ModelPackageVersionArnEquals *string `min:"1" type:"string"`

	// A string in the job name. This filter returns only recommendations whose
	// name contains the specified string.
	NameContains *string `type:"string"`

	// If the response to a previous ListInferenceRecommendationsJobsRequest request
	// was truncated, the response includes a NextToken. To retrieve the next set
	// of recommendations, use the token in the next request.
	NextToken *string `type:"string"`

	// The parameter by which to sort the results.
	SortBy *string `type:"string" enum:"ListInferenceRecommendationsJobsSortBy"`

	// The sort order for the results.
	SortOrder *string `type:"string" enum:"SortOrder"`

	// A filter that retrieves only inference recommendations jobs with a specific
	// status.
	StatusEquals *string `type:"string" enum:"RecommendationJobStatus"`
	// contains filtered or unexported fields
}

func (ListInferenceRecommendationsJobsInput) GoString added in v1.42.17

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListInferenceRecommendationsJobsInput) SetCreationTimeAfter added in v1.42.17

SetCreationTimeAfter sets the CreationTimeAfter field's value.

func (*ListInferenceRecommendationsJobsInput) SetCreationTimeBefore added in v1.42.17

SetCreationTimeBefore sets the CreationTimeBefore field's value.

func (*ListInferenceRecommendationsJobsInput) SetLastModifiedTimeAfter added in v1.42.17

SetLastModifiedTimeAfter sets the LastModifiedTimeAfter field's value.

func (*ListInferenceRecommendationsJobsInput) SetLastModifiedTimeBefore added in v1.42.17

SetLastModifiedTimeBefore sets the LastModifiedTimeBefore field's value.

func (*ListInferenceRecommendationsJobsInput) SetMaxResults added in v1.42.17

SetMaxResults sets the MaxResults field's value.

func (*ListInferenceRecommendationsJobsInput) SetModelNameEquals added in v1.44.268

SetModelNameEquals sets the ModelNameEquals field's value.

func (*ListInferenceRecommendationsJobsInput) SetModelPackageVersionArnEquals added in v1.44.268

SetModelPackageVersionArnEquals sets the ModelPackageVersionArnEquals field's value.

func (*ListInferenceRecommendationsJobsInput) SetNameContains added in v1.42.17

SetNameContains sets the NameContains field's value.

func (*ListInferenceRecommendationsJobsInput) SetNextToken added in v1.42.17

SetNextToken sets the NextToken field's value.

func (*ListInferenceRecommendationsJobsInput) SetSortBy added in v1.42.17

SetSortBy sets the SortBy field's value.

func (*ListInferenceRecommendationsJobsInput) SetSortOrder added in v1.42.17

SetSortOrder sets the SortOrder field's value.

func (*ListInferenceRecommendationsJobsInput) SetStatusEquals added in v1.42.17

SetStatusEquals sets the StatusEquals field's value.

func (ListInferenceRecommendationsJobsInput) String added in v1.42.17

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListInferenceRecommendationsJobsInput) Validate added in v1.42.17

Validate inspects the fields of the type to determine if they are valid.

type ListInferenceRecommendationsJobsOutput added in v1.42.17

type ListInferenceRecommendationsJobsOutput struct {

	// The recommendations created from the Amazon SageMaker Inference Recommender
	// job.
	//
	// InferenceRecommendationsJobs is a required field
	InferenceRecommendationsJobs []*InferenceRecommendationsJob `type:"list" required:"true"`

	// A token for getting the next set of recommendations, if there are any.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListInferenceRecommendationsJobsOutput) GoString added in v1.42.17

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListInferenceRecommendationsJobsOutput) SetInferenceRecommendationsJobs added in v1.42.17

SetInferenceRecommendationsJobs sets the InferenceRecommendationsJobs field's value.

func (*ListInferenceRecommendationsJobsOutput) SetNextToken added in v1.42.17

SetNextToken sets the NextToken field's value.

func (ListInferenceRecommendationsJobsOutput) String added in v1.42.17

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListLabelingJobsForWorkteamInput added in v1.15.86

type ListLabelingJobsForWorkteamInput struct {

	// A filter that returns only labeling jobs created after the specified time
	// (timestamp).
	CreationTimeAfter *time.Time `type:"timestamp"`

	// A filter that returns only labeling jobs created before the specified time
	// (timestamp).
	CreationTimeBefore *time.Time `type:"timestamp"`

	// A filter the limits jobs to only the ones whose job reference code contains
	// the specified string.
	JobReferenceCodeContains *string `min:"1" type:"string"`

	// The maximum number of labeling jobs to return in each page of the response.
	MaxResults *int64 `min:"1" type:"integer"`

	// If the result of the previous ListLabelingJobsForWorkteam request was truncated,
	// the response includes a NextToken. To retrieve the next set of labeling jobs,
	// use the token in the next request.
	NextToken *string `type:"string"`

	// The field to sort results by. The default is CreationTime.
	SortBy *string `type:"string" enum:"ListLabelingJobsForWorkteamSortByOptions"`

	// The sort order for results. The default is Ascending.
	SortOrder *string `type:"string" enum:"SortOrder"`

	// The Amazon Resource Name (ARN) of the work team for which you want to see
	// labeling jobs for.
	//
	// WorkteamArn is a required field
	WorkteamArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ListLabelingJobsForWorkteamInput) GoString added in v1.15.86

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListLabelingJobsForWorkteamInput) SetCreationTimeAfter added in v1.15.86

SetCreationTimeAfter sets the CreationTimeAfter field's value.

func (*ListLabelingJobsForWorkteamInput) SetCreationTimeBefore added in v1.15.86

SetCreationTimeBefore sets the CreationTimeBefore field's value.

func (*ListLabelingJobsForWorkteamInput) SetJobReferenceCodeContains added in v1.15.86

SetJobReferenceCodeContains sets the JobReferenceCodeContains field's value.

func (*ListLabelingJobsForWorkteamInput) SetMaxResults added in v1.15.86

SetMaxResults sets the MaxResults field's value.

func (*ListLabelingJobsForWorkteamInput) SetNextToken added in v1.15.86

SetNextToken sets the NextToken field's value.

func (*ListLabelingJobsForWorkteamInput) SetSortBy added in v1.15.86

SetSortBy sets the SortBy field's value.

func (*ListLabelingJobsForWorkteamInput) SetSortOrder added in v1.15.86

SetSortOrder sets the SortOrder field's value.

func (*ListLabelingJobsForWorkteamInput) SetWorkteamArn added in v1.15.86

SetWorkteamArn sets the WorkteamArn field's value.

func (ListLabelingJobsForWorkteamInput) String added in v1.15.86

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListLabelingJobsForWorkteamInput) Validate added in v1.15.86

Validate inspects the fields of the type to determine if they are valid.

type ListLabelingJobsForWorkteamOutput added in v1.15.86

type ListLabelingJobsForWorkteamOutput struct {

	// An array of LabelingJobSummary objects, each describing a labeling job.
	//
	// LabelingJobSummaryList is a required field
	LabelingJobSummaryList []*LabelingJobForWorkteamSummary `type:"list" required:"true"`

	// If the response is truncated, SageMaker returns this token. To retrieve the
	// next set of labeling jobs, use it in the subsequent request.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListLabelingJobsForWorkteamOutput) GoString added in v1.15.86

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListLabelingJobsForWorkteamOutput) SetLabelingJobSummaryList added in v1.15.86

SetLabelingJobSummaryList sets the LabelingJobSummaryList field's value.

func (*ListLabelingJobsForWorkteamOutput) SetNextToken added in v1.15.86

SetNextToken sets the NextToken field's value.

func (ListLabelingJobsForWorkteamOutput) String added in v1.15.86

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListLabelingJobsInput added in v1.15.86

type ListLabelingJobsInput struct {

	// A filter that returns only labeling jobs created after the specified time
	// (timestamp).
	CreationTimeAfter *time.Time `type:"timestamp"`

	// A filter that returns only labeling jobs created before the specified time
	// (timestamp).
	CreationTimeBefore *time.Time `type:"timestamp"`

	// A filter that returns only labeling jobs modified after the specified time
	// (timestamp).
	LastModifiedTimeAfter *time.Time `type:"timestamp"`

	// A filter that returns only labeling jobs modified before the specified time
	// (timestamp).
	LastModifiedTimeBefore *time.Time `type:"timestamp"`

	// The maximum number of labeling jobs to return in each page of the response.
	MaxResults *int64 `min:"1" type:"integer"`

	// A string in the labeling job name. This filter returns only labeling jobs
	// whose name contains the specified string.
	NameContains *string `type:"string"`

	// If the result of the previous ListLabelingJobs request was truncated, the
	// response includes a NextToken. To retrieve the next set of labeling jobs,
	// use the token in the next request.
	NextToken *string `type:"string"`

	// The field to sort results by. The default is CreationTime.
	SortBy *string `type:"string" enum:"SortBy"`

	// The sort order for results. The default is Ascending.
	SortOrder *string `type:"string" enum:"SortOrder"`

	// A filter that retrieves only labeling jobs with a specific status.
	StatusEquals *string `type:"string" enum:"LabelingJobStatus"`
	// contains filtered or unexported fields
}

func (ListLabelingJobsInput) GoString added in v1.15.86

func (s ListLabelingJobsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListLabelingJobsInput) SetCreationTimeAfter added in v1.15.86

func (s *ListLabelingJobsInput) SetCreationTimeAfter(v time.Time) *ListLabelingJobsInput

SetCreationTimeAfter sets the CreationTimeAfter field's value.

func (*ListLabelingJobsInput) SetCreationTimeBefore added in v1.15.86

func (s *ListLabelingJobsInput) SetCreationTimeBefore(v time.Time) *ListLabelingJobsInput

SetCreationTimeBefore sets the CreationTimeBefore field's value.

func (*ListLabelingJobsInput) SetLastModifiedTimeAfter added in v1.15.86

func (s *ListLabelingJobsInput) SetLastModifiedTimeAfter(v time.Time) *ListLabelingJobsInput

SetLastModifiedTimeAfter sets the LastModifiedTimeAfter field's value.

func (*ListLabelingJobsInput) SetLastModifiedTimeBefore added in v1.15.86

func (s *ListLabelingJobsInput) SetLastModifiedTimeBefore(v time.Time) *ListLabelingJobsInput

SetLastModifiedTimeBefore sets the LastModifiedTimeBefore field's value.

func (*ListLabelingJobsInput) SetMaxResults added in v1.15.86

func (s *ListLabelingJobsInput) SetMaxResults(v int64) *ListLabelingJobsInput

SetMaxResults sets the MaxResults field's value.

func (*ListLabelingJobsInput) SetNameContains added in v1.15.86

func (s *ListLabelingJobsInput) SetNameContains(v string) *ListLabelingJobsInput

SetNameContains sets the NameContains field's value.

func (*ListLabelingJobsInput) SetNextToken added in v1.15.86

SetNextToken sets the NextToken field's value.

func (*ListLabelingJobsInput) SetSortBy added in v1.15.86

SetSortBy sets the SortBy field's value.

func (*ListLabelingJobsInput) SetSortOrder added in v1.15.86

SetSortOrder sets the SortOrder field's value.

func (*ListLabelingJobsInput) SetStatusEquals added in v1.15.86

func (s *ListLabelingJobsInput) SetStatusEquals(v string) *ListLabelingJobsInput

SetStatusEquals sets the StatusEquals field's value.

func (ListLabelingJobsInput) String added in v1.15.86

func (s ListLabelingJobsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListLabelingJobsInput) Validate added in v1.15.86

func (s *ListLabelingJobsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListLabelingJobsOutput added in v1.15.86

type ListLabelingJobsOutput struct {

	// An array of LabelingJobSummary objects, each describing a labeling job.
	LabelingJobSummaryList []*LabelingJobSummary `type:"list"`

	// If the response is truncated, SageMaker returns this token. To retrieve the
	// next set of labeling jobs, use it in the subsequent request.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListLabelingJobsOutput) GoString added in v1.15.86

func (s ListLabelingJobsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListLabelingJobsOutput) SetLabelingJobSummaryList added in v1.15.86

func (s *ListLabelingJobsOutput) SetLabelingJobSummaryList(v []*LabelingJobSummary) *ListLabelingJobsOutput

SetLabelingJobSummaryList sets the LabelingJobSummaryList field's value.

func (*ListLabelingJobsOutput) SetNextToken added in v1.15.86

SetNextToken sets the NextToken field's value.

func (ListLabelingJobsOutput) String added in v1.15.86

func (s ListLabelingJobsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListLineageGroupsInput added in v1.42.17

type ListLineageGroupsInput struct {

	// A timestamp to filter against lineage groups created after a certain point
	// in time.
	CreatedAfter *time.Time `type:"timestamp"`

	// A timestamp to filter against lineage groups created before a certain point
	// in time.
	CreatedBefore *time.Time `type:"timestamp"`

	// The maximum number of endpoints to return in the response. This value defaults
	// to 10.
	MaxResults *int64 `min:"1" type:"integer"`

	// If the response is truncated, SageMaker returns this token. To retrieve the
	// next set of algorithms, use it in the subsequent request.
	NextToken *string `type:"string"`

	// The parameter by which to sort the results. The default is CreationTime.
	SortBy *string `type:"string" enum:"SortLineageGroupsBy"`

	// The sort order for the results. The default is Ascending.
	SortOrder *string `type:"string" enum:"SortOrder"`
	// contains filtered or unexported fields
}

func (ListLineageGroupsInput) GoString added in v1.42.17

func (s ListLineageGroupsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListLineageGroupsInput) SetCreatedAfter added in v1.42.17

func (s *ListLineageGroupsInput) SetCreatedAfter(v time.Time) *ListLineageGroupsInput

SetCreatedAfter sets the CreatedAfter field's value.

func (*ListLineageGroupsInput) SetCreatedBefore added in v1.42.17

func (s *ListLineageGroupsInput) SetCreatedBefore(v time.Time) *ListLineageGroupsInput

SetCreatedBefore sets the CreatedBefore field's value.

func (*ListLineageGroupsInput) SetMaxResults added in v1.42.17

SetMaxResults sets the MaxResults field's value.

func (*ListLineageGroupsInput) SetNextToken added in v1.42.17

SetNextToken sets the NextToken field's value.

func (*ListLineageGroupsInput) SetSortBy added in v1.42.17

SetSortBy sets the SortBy field's value.

func (*ListLineageGroupsInput) SetSortOrder added in v1.42.17

SetSortOrder sets the SortOrder field's value.

func (ListLineageGroupsInput) String added in v1.42.17

func (s ListLineageGroupsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListLineageGroupsInput) Validate added in v1.42.17

func (s *ListLineageGroupsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListLineageGroupsOutput added in v1.42.17

type ListLineageGroupsOutput struct {

	// A list of lineage groups and their properties.
	LineageGroupSummaries []*LineageGroupSummary `type:"list"`

	// If the response is truncated, SageMaker returns this token. To retrieve the
	// next set of algorithms, use it in the subsequent request.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListLineageGroupsOutput) GoString added in v1.42.17

func (s ListLineageGroupsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListLineageGroupsOutput) SetLineageGroupSummaries added in v1.42.17

func (s *ListLineageGroupsOutput) SetLineageGroupSummaries(v []*LineageGroupSummary) *ListLineageGroupsOutput

SetLineageGroupSummaries sets the LineageGroupSummaries field's value.

func (*ListLineageGroupsOutput) SetNextToken added in v1.42.17

SetNextToken sets the NextToken field's value.

func (ListLineageGroupsOutput) String added in v1.42.17

func (s ListLineageGroupsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListModelBiasJobDefinitionsInput added in v1.36.4

type ListModelBiasJobDefinitionsInput struct {

	// A filter that returns only model bias jobs created after a specified time.
	CreationTimeAfter *time.Time `type:"timestamp"`

	// A filter that returns only model bias jobs created before a specified time.
	CreationTimeBefore *time.Time `type:"timestamp"`

	// Name of the endpoint to monitor for model bias.
	EndpointName *string `type:"string"`

	// The maximum number of model bias jobs to return in the response. The default
	// value is 10.
	MaxResults *int64 `min:"1" type:"integer"`

	// Filter for model bias jobs whose name contains a specified string.
	NameContains *string `type:"string"`

	// The token returned if the response is truncated. To retrieve the next set
	// of job executions, use it in the next request.
	NextToken *string `type:"string"`

	// Whether to sort results by the Name or CreationTime field. The default is
	// CreationTime.
	SortBy *string `type:"string" enum:"MonitoringJobDefinitionSortKey"`

	// Whether to sort the results in Ascending or Descending order. The default
	// is Descending.
	SortOrder *string `type:"string" enum:"SortOrder"`
	// contains filtered or unexported fields
}

func (ListModelBiasJobDefinitionsInput) GoString added in v1.36.4

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListModelBiasJobDefinitionsInput) SetCreationTimeAfter added in v1.36.4

SetCreationTimeAfter sets the CreationTimeAfter field's value.

func (*ListModelBiasJobDefinitionsInput) SetCreationTimeBefore added in v1.36.4

SetCreationTimeBefore sets the CreationTimeBefore field's value.

func (*ListModelBiasJobDefinitionsInput) SetEndpointName added in v1.36.4

SetEndpointName sets the EndpointName field's value.

func (*ListModelBiasJobDefinitionsInput) SetMaxResults added in v1.36.4

SetMaxResults sets the MaxResults field's value.

func (*ListModelBiasJobDefinitionsInput) SetNameContains added in v1.36.4

SetNameContains sets the NameContains field's value.

func (*ListModelBiasJobDefinitionsInput) SetNextToken added in v1.36.4

SetNextToken sets the NextToken field's value.

func (*ListModelBiasJobDefinitionsInput) SetSortBy added in v1.36.4

SetSortBy sets the SortBy field's value.

func (*ListModelBiasJobDefinitionsInput) SetSortOrder added in v1.36.4

SetSortOrder sets the SortOrder field's value.

func (ListModelBiasJobDefinitionsInput) String added in v1.36.4

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListModelBiasJobDefinitionsInput) Validate added in v1.36.4

Validate inspects the fields of the type to determine if they are valid.

type ListModelBiasJobDefinitionsOutput added in v1.36.4

type ListModelBiasJobDefinitionsOutput struct {

	// A JSON array in which each element is a summary for a model bias jobs.
	//
	// JobDefinitionSummaries is a required field
	JobDefinitionSummaries []*MonitoringJobDefinitionSummary `type:"list" required:"true"`

	// If the response is truncated, Amazon SageMaker returns this token. To retrieve
	// the next set of jobs, use it in the subsequent request.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListModelBiasJobDefinitionsOutput) GoString added in v1.36.4

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListModelBiasJobDefinitionsOutput) SetJobDefinitionSummaries added in v1.36.4

SetJobDefinitionSummaries sets the JobDefinitionSummaries field's value.

func (*ListModelBiasJobDefinitionsOutput) SetNextToken added in v1.36.4

SetNextToken sets the NextToken field's value.

func (ListModelBiasJobDefinitionsOutput) String added in v1.36.4

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListModelCardExportJobsInput added in v1.44.150

type ListModelCardExportJobsInput struct {

	// Only list model card export jobs that were created after the time specified.
	CreationTimeAfter *time.Time `type:"timestamp"`

	// Only list model card export jobs that were created before the time specified.
	CreationTimeBefore *time.Time `type:"timestamp"`

	// The maximum number of model card export jobs to list.
	MaxResults *int64 `min:"1" type:"integer"`

	// Only list model card export jobs with names that contain the specified string.
	ModelCardExportJobNameContains *string `min:"1" type:"string"`

	// List export jobs for the model card with the specified name.
	//
	// ModelCardName is a required field
	ModelCardName *string `min:"1" type:"string" required:"true"`

	// List export jobs for the model card with the specified version.
	ModelCardVersion *int64 `type:"integer"`

	// If the response to a previous ListModelCardExportJobs request was truncated,
	// the response includes a NextToken. To retrieve the next set of model card
	// export jobs, use the token in the next request.
	NextToken *string `type:"string"`

	// Sort model card export jobs by either name or creation time. Sorts by creation
	// time by default.
	SortBy *string `type:"string" enum:"ModelCardExportJobSortBy"`

	// Sort model card export jobs by ascending or descending order.
	SortOrder *string `type:"string" enum:"ModelCardExportJobSortOrder"`

	// Only list model card export jobs with the specified status.
	StatusEquals *string `type:"string" enum:"ModelCardExportJobStatus"`
	// contains filtered or unexported fields
}

func (ListModelCardExportJobsInput) GoString added in v1.44.150

func (s ListModelCardExportJobsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListModelCardExportJobsInput) SetCreationTimeAfter added in v1.44.150

SetCreationTimeAfter sets the CreationTimeAfter field's value.

func (*ListModelCardExportJobsInput) SetCreationTimeBefore added in v1.44.150

SetCreationTimeBefore sets the CreationTimeBefore field's value.

func (*ListModelCardExportJobsInput) SetMaxResults added in v1.44.150

SetMaxResults sets the MaxResults field's value.

func (*ListModelCardExportJobsInput) SetModelCardExportJobNameContains added in v1.44.150

func (s *ListModelCardExportJobsInput) SetModelCardExportJobNameContains(v string) *ListModelCardExportJobsInput

SetModelCardExportJobNameContains sets the ModelCardExportJobNameContains field's value.

func (*ListModelCardExportJobsInput) SetModelCardName added in v1.44.150

SetModelCardName sets the ModelCardName field's value.

func (*ListModelCardExportJobsInput) SetModelCardVersion added in v1.44.150

SetModelCardVersion sets the ModelCardVersion field's value.

func (*ListModelCardExportJobsInput) SetNextToken added in v1.44.150

SetNextToken sets the NextToken field's value.

func (*ListModelCardExportJobsInput) SetSortBy added in v1.44.150

SetSortBy sets the SortBy field's value.

func (*ListModelCardExportJobsInput) SetSortOrder added in v1.44.150

SetSortOrder sets the SortOrder field's value.

func (*ListModelCardExportJobsInput) SetStatusEquals added in v1.44.150

SetStatusEquals sets the StatusEquals field's value.

func (ListModelCardExportJobsInput) String added in v1.44.150

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListModelCardExportJobsInput) Validate added in v1.44.150

func (s *ListModelCardExportJobsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListModelCardExportJobsOutput added in v1.44.150

type ListModelCardExportJobsOutput struct {

	// The summaries of the listed model card export jobs.
	//
	// ModelCardExportJobSummaries is a required field
	ModelCardExportJobSummaries []*ModelCardExportJobSummary `type:"list" required:"true"`

	// If the response is truncated, SageMaker returns this token. To retrieve the
	// next set of model card export jobs, use it in the subsequent request.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListModelCardExportJobsOutput) GoString added in v1.44.150

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListModelCardExportJobsOutput) SetModelCardExportJobSummaries added in v1.44.150

SetModelCardExportJobSummaries sets the ModelCardExportJobSummaries field's value.

func (*ListModelCardExportJobsOutput) SetNextToken added in v1.44.150

SetNextToken sets the NextToken field's value.

func (ListModelCardExportJobsOutput) String added in v1.44.150

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListModelCardVersionsInput added in v1.44.150

type ListModelCardVersionsInput struct {

	// Only list model card versions that were created after the time specified.
	CreationTimeAfter *time.Time `type:"timestamp"`

	// Only list model card versions that were created before the time specified.
	CreationTimeBefore *time.Time `type:"timestamp"`

	// The maximum number of model card versions to list.
	MaxResults *int64 `min:"1" type:"integer"`

	// List model card versions for the model card with the specified name or Amazon
	// Resource Name (ARN).
	//
	// ModelCardName is a required field
	ModelCardName *string `min:"1" type:"string" required:"true"`

	// Only list model card versions with the specified approval status.
	ModelCardStatus *string `type:"string" enum:"ModelCardStatus"`

	// If the response to a previous ListModelCardVersions request was truncated,
	// the response includes a NextToken. To retrieve the next set of model card
	// versions, use the token in the next request.
	NextToken *string `type:"string"`

	// Sort listed model card versions by version. Sorts by version by default.
	SortBy *string `type:"string" enum:"ModelCardVersionSortBy"`

	// Sort model card versions by ascending or descending order.
	SortOrder *string `type:"string" enum:"ModelCardSortOrder"`
	// contains filtered or unexported fields
}

func (ListModelCardVersionsInput) GoString added in v1.44.150

func (s ListModelCardVersionsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListModelCardVersionsInput) SetCreationTimeAfter added in v1.44.150

func (s *ListModelCardVersionsInput) SetCreationTimeAfter(v time.Time) *ListModelCardVersionsInput

SetCreationTimeAfter sets the CreationTimeAfter field's value.

func (*ListModelCardVersionsInput) SetCreationTimeBefore added in v1.44.150

func (s *ListModelCardVersionsInput) SetCreationTimeBefore(v time.Time) *ListModelCardVersionsInput

SetCreationTimeBefore sets the CreationTimeBefore field's value.

func (*ListModelCardVersionsInput) SetMaxResults added in v1.44.150

SetMaxResults sets the MaxResults field's value.

func (*ListModelCardVersionsInput) SetModelCardName added in v1.44.150

SetModelCardName sets the ModelCardName field's value.

func (*ListModelCardVersionsInput) SetModelCardStatus added in v1.44.150

SetModelCardStatus sets the ModelCardStatus field's value.

func (*ListModelCardVersionsInput) SetNextToken added in v1.44.150

SetNextToken sets the NextToken field's value.

func (*ListModelCardVersionsInput) SetSortBy added in v1.44.150

SetSortBy sets the SortBy field's value.

func (*ListModelCardVersionsInput) SetSortOrder added in v1.44.150

SetSortOrder sets the SortOrder field's value.

func (ListModelCardVersionsInput) String added in v1.44.150

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListModelCardVersionsInput) Validate added in v1.44.150

func (s *ListModelCardVersionsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListModelCardVersionsOutput added in v1.44.150

type ListModelCardVersionsOutput struct {

	// The summaries of the listed versions of the model card.
	//
	// ModelCardVersionSummaryList is a required field
	ModelCardVersionSummaryList []*ModelCardVersionSummary `type:"list" required:"true"`

	// If the response is truncated, SageMaker returns this token. To retrieve the
	// next set of model card versions, use it in the subsequent request.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListModelCardVersionsOutput) GoString added in v1.44.150

func (s ListModelCardVersionsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListModelCardVersionsOutput) SetModelCardVersionSummaryList added in v1.44.150

func (s *ListModelCardVersionsOutput) SetModelCardVersionSummaryList(v []*ModelCardVersionSummary) *ListModelCardVersionsOutput

SetModelCardVersionSummaryList sets the ModelCardVersionSummaryList field's value.

func (*ListModelCardVersionsOutput) SetNextToken added in v1.44.150

SetNextToken sets the NextToken field's value.

func (ListModelCardVersionsOutput) String added in v1.44.150

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListModelCardsInput added in v1.44.150

type ListModelCardsInput struct {

	// Only list model cards that were created after the time specified.
	CreationTimeAfter *time.Time `type:"timestamp"`

	// Only list model cards that were created before the time specified.
	CreationTimeBefore *time.Time `type:"timestamp"`

	// The maximum number of model cards to list.
	MaxResults *int64 `min:"1" type:"integer"`

	// Only list model cards with the specified approval status.
	ModelCardStatus *string `type:"string" enum:"ModelCardStatus"`

	// Only list model cards with names that contain the specified string.
	NameContains *string `min:"1" type:"string"`

	// If the response to a previous ListModelCards request was truncated, the response
	// includes a NextToken. To retrieve the next set of model cards, use the token
	// in the next request.
	NextToken *string `type:"string"`

	// Sort model cards by either name or creation time. Sorts by creation time
	// by default.
	SortBy *string `type:"string" enum:"ModelCardSortBy"`

	// Sort model cards by ascending or descending order.
	SortOrder *string `type:"string" enum:"ModelCardSortOrder"`
	// contains filtered or unexported fields
}

func (ListModelCardsInput) GoString added in v1.44.150

func (s ListModelCardsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListModelCardsInput) SetCreationTimeAfter added in v1.44.150

func (s *ListModelCardsInput) SetCreationTimeAfter(v time.Time) *ListModelCardsInput

SetCreationTimeAfter sets the CreationTimeAfter field's value.

func (*ListModelCardsInput) SetCreationTimeBefore added in v1.44.150

func (s *ListModelCardsInput) SetCreationTimeBefore(v time.Time) *ListModelCardsInput

SetCreationTimeBefore sets the CreationTimeBefore field's value.

func (*ListModelCardsInput) SetMaxResults added in v1.44.150

func (s *ListModelCardsInput) SetMaxResults(v int64) *ListModelCardsInput

SetMaxResults sets the MaxResults field's value.

func (*ListModelCardsInput) SetModelCardStatus added in v1.44.150

func (s *ListModelCardsInput) SetModelCardStatus(v string) *ListModelCardsInput

SetModelCardStatus sets the ModelCardStatus field's value.

func (*ListModelCardsInput) SetNameContains added in v1.44.150

func (s *ListModelCardsInput) SetNameContains(v string) *ListModelCardsInput

SetNameContains sets the NameContains field's value.

func (*ListModelCardsInput) SetNextToken added in v1.44.150

func (s *ListModelCardsInput) SetNextToken(v string) *ListModelCardsInput

SetNextToken sets the NextToken field's value.

func (*ListModelCardsInput) SetSortBy added in v1.44.150

SetSortBy sets the SortBy field's value.

func (*ListModelCardsInput) SetSortOrder added in v1.44.150

func (s *ListModelCardsInput) SetSortOrder(v string) *ListModelCardsInput

SetSortOrder sets the SortOrder field's value.

func (ListModelCardsInput) String added in v1.44.150

func (s ListModelCardsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListModelCardsInput) Validate added in v1.44.150

func (s *ListModelCardsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListModelCardsOutput added in v1.44.150

type ListModelCardsOutput struct {

	// The summaries of the listed model cards.
	//
	// ModelCardSummaries is a required field
	ModelCardSummaries []*ModelCardSummary `type:"list" required:"true"`

	// If the response is truncated, SageMaker returns this token. To retrieve the
	// next set of model cards, use it in the subsequent request.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListModelCardsOutput) GoString added in v1.44.150

func (s ListModelCardsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListModelCardsOutput) SetModelCardSummaries added in v1.44.150

func (s *ListModelCardsOutput) SetModelCardSummaries(v []*ModelCardSummary) *ListModelCardsOutput

SetModelCardSummaries sets the ModelCardSummaries field's value.

func (*ListModelCardsOutput) SetNextToken added in v1.44.150

func (s *ListModelCardsOutput) SetNextToken(v string) *ListModelCardsOutput

SetNextToken sets the NextToken field's value.

func (ListModelCardsOutput) String added in v1.44.150

func (s ListModelCardsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListModelExplainabilityJobDefinitionsInput added in v1.36.4

type ListModelExplainabilityJobDefinitionsInput struct {

	// A filter that returns only model explainability jobs created after a specified
	// time.
	CreationTimeAfter *time.Time `type:"timestamp"`

	// A filter that returns only model explainability jobs created before a specified
	// time.
	CreationTimeBefore *time.Time `type:"timestamp"`

	// Name of the endpoint to monitor for model explainability.
	EndpointName *string `type:"string"`

	// The maximum number of jobs to return in the response. The default value is
	// 10.
	MaxResults *int64 `min:"1" type:"integer"`

	// Filter for model explainability jobs whose name contains a specified string.
	NameContains *string `type:"string"`

	// The token returned if the response is truncated. To retrieve the next set
	// of job executions, use it in the next request.
	NextToken *string `type:"string"`

	// Whether to sort results by the Name or CreationTime field. The default is
	// CreationTime.
	SortBy *string `type:"string" enum:"MonitoringJobDefinitionSortKey"`

	// Whether to sort the results in Ascending or Descending order. The default
	// is Descending.
	SortOrder *string `type:"string" enum:"SortOrder"`
	// contains filtered or unexported fields
}

func (ListModelExplainabilityJobDefinitionsInput) GoString added in v1.36.4

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListModelExplainabilityJobDefinitionsInput) SetCreationTimeAfter added in v1.36.4

SetCreationTimeAfter sets the CreationTimeAfter field's value.

func (*ListModelExplainabilityJobDefinitionsInput) SetCreationTimeBefore added in v1.36.4

SetCreationTimeBefore sets the CreationTimeBefore field's value.

func (*ListModelExplainabilityJobDefinitionsInput) SetEndpointName added in v1.36.4

SetEndpointName sets the EndpointName field's value.

func (*ListModelExplainabilityJobDefinitionsInput) SetMaxResults added in v1.36.4

SetMaxResults sets the MaxResults field's value.

func (*ListModelExplainabilityJobDefinitionsInput) SetNameContains added in v1.36.4

SetNameContains sets the NameContains field's value.

func (*ListModelExplainabilityJobDefinitionsInput) SetNextToken added in v1.36.4

SetNextToken sets the NextToken field's value.

func (*ListModelExplainabilityJobDefinitionsInput) SetSortBy added in v1.36.4

SetSortBy sets the SortBy field's value.

func (*ListModelExplainabilityJobDefinitionsInput) SetSortOrder added in v1.36.4

SetSortOrder sets the SortOrder field's value.

func (ListModelExplainabilityJobDefinitionsInput) String added in v1.36.4

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListModelExplainabilityJobDefinitionsInput) Validate added in v1.36.4

Validate inspects the fields of the type to determine if they are valid.

type ListModelExplainabilityJobDefinitionsOutput added in v1.36.4

type ListModelExplainabilityJobDefinitionsOutput struct {

	// A JSON array in which each element is a summary for a explainability bias
	// jobs.
	//
	// JobDefinitionSummaries is a required field
	JobDefinitionSummaries []*MonitoringJobDefinitionSummary `type:"list" required:"true"`

	// If the response is truncated, Amazon SageMaker returns this token. To retrieve
	// the next set of jobs, use it in the subsequent request.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListModelExplainabilityJobDefinitionsOutput) GoString added in v1.36.4

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListModelExplainabilityJobDefinitionsOutput) SetJobDefinitionSummaries added in v1.36.4

SetJobDefinitionSummaries sets the JobDefinitionSummaries field's value.

func (*ListModelExplainabilityJobDefinitionsOutput) SetNextToken added in v1.36.4

SetNextToken sets the NextToken field's value.

func (ListModelExplainabilityJobDefinitionsOutput) String added in v1.36.4

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListModelMetadataInput added in v1.42.17

type ListModelMetadataInput struct {

	// The maximum number of models to return in the response.
	MaxResults *int64 `min:"1" type:"integer"`

	// If the response to a previous ListModelMetadataResponse request was truncated,
	// the response includes a NextToken. To retrieve the next set of model metadata,
	// use the token in the next request.
	NextToken *string `type:"string"`

	// One or more filters that searches for the specified resource or resources
	// in a search. All resource objects that satisfy the expression's condition
	// are included in the search results. Specify the Framework, FrameworkVersion,
	// Domain or Task to filter supported. Filter names and values are case-sensitive.
	SearchExpression *ModelMetadataSearchExpression `type:"structure"`
	// contains filtered or unexported fields
}

func (ListModelMetadataInput) GoString added in v1.42.17

func (s ListModelMetadataInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListModelMetadataInput) SetMaxResults added in v1.42.17

SetMaxResults sets the MaxResults field's value.

func (*ListModelMetadataInput) SetNextToken added in v1.42.17

SetNextToken sets the NextToken field's value.

func (*ListModelMetadataInput) SetSearchExpression added in v1.42.17

SetSearchExpression sets the SearchExpression field's value.

func (ListModelMetadataInput) String added in v1.42.17

func (s ListModelMetadataInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListModelMetadataInput) Validate added in v1.42.17

func (s *ListModelMetadataInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListModelMetadataOutput added in v1.42.17

type ListModelMetadataOutput struct {

	// A structure that holds model metadata.
	//
	// ModelMetadataSummaries is a required field
	ModelMetadataSummaries []*ModelMetadataSummary `type:"list" required:"true"`

	// A token for getting the next set of recommendations, if there are any.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListModelMetadataOutput) GoString added in v1.42.17

func (s ListModelMetadataOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListModelMetadataOutput) SetModelMetadataSummaries added in v1.42.17

func (s *ListModelMetadataOutput) SetModelMetadataSummaries(v []*ModelMetadataSummary) *ListModelMetadataOutput

SetModelMetadataSummaries sets the ModelMetadataSummaries field's value.

func (*ListModelMetadataOutput) SetNextToken added in v1.42.17

SetNextToken sets the NextToken field's value.

func (ListModelMetadataOutput) String added in v1.42.17

func (s ListModelMetadataOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListModelPackageGroupsInput added in v1.35.37

type ListModelPackageGroupsInput struct {

	// A filter that returns only model groups created after the specified time.
	CreationTimeAfter *time.Time `type:"timestamp"`

	// A filter that returns only model groups created before the specified time.
	CreationTimeBefore *time.Time `type:"timestamp"`

	// The maximum number of results to return in the response.
	MaxResults *int64 `min:"1" type:"integer"`

	// A string in the model group name. This filter returns only model groups whose
	// name contains the specified string.
	NameContains *string `type:"string"`

	// If the result of the previous ListModelPackageGroups request was truncated,
	// the response includes a NextToken. To retrieve the next set of model groups,
	// use the token in the next request.
	NextToken *string `type:"string"`

	// The field to sort results by. The default is CreationTime.
	SortBy *string `type:"string" enum:"ModelPackageGroupSortBy"`

	// The sort order for results. The default is Ascending.
	SortOrder *string `type:"string" enum:"SortOrder"`
	// contains filtered or unexported fields
}

func (ListModelPackageGroupsInput) GoString added in v1.35.37

func (s ListModelPackageGroupsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListModelPackageGroupsInput) SetCreationTimeAfter added in v1.35.37

SetCreationTimeAfter sets the CreationTimeAfter field's value.

func (*ListModelPackageGroupsInput) SetCreationTimeBefore added in v1.35.37

SetCreationTimeBefore sets the CreationTimeBefore field's value.

func (*ListModelPackageGroupsInput) SetMaxResults added in v1.35.37

SetMaxResults sets the MaxResults field's value.

func (*ListModelPackageGroupsInput) SetNameContains added in v1.35.37

SetNameContains sets the NameContains field's value.

func (*ListModelPackageGroupsInput) SetNextToken added in v1.35.37

SetNextToken sets the NextToken field's value.

func (*ListModelPackageGroupsInput) SetSortBy added in v1.35.37

SetSortBy sets the SortBy field's value.

func (*ListModelPackageGroupsInput) SetSortOrder added in v1.35.37

SetSortOrder sets the SortOrder field's value.

func (ListModelPackageGroupsInput) String added in v1.35.37

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListModelPackageGroupsInput) Validate added in v1.35.37

func (s *ListModelPackageGroupsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListModelPackageGroupsOutput added in v1.35.37

type ListModelPackageGroupsOutput struct {

	// A list of summaries of the model groups in your Amazon Web Services account.
	//
	// ModelPackageGroupSummaryList is a required field
	ModelPackageGroupSummaryList []*ModelPackageGroupSummary `type:"list" required:"true"`

	// If the response is truncated, SageMaker returns this token. To retrieve the
	// next set of model groups, use it in the subsequent request.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListModelPackageGroupsOutput) GoString added in v1.35.37

func (s ListModelPackageGroupsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListModelPackageGroupsOutput) SetModelPackageGroupSummaryList added in v1.35.37

SetModelPackageGroupSummaryList sets the ModelPackageGroupSummaryList field's value.

func (*ListModelPackageGroupsOutput) SetNextToken added in v1.35.37

SetNextToken sets the NextToken field's value.

func (ListModelPackageGroupsOutput) String added in v1.35.37

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListModelPackagesInput added in v1.15.86

type ListModelPackagesInput struct {

	// A filter that returns only model packages created after the specified time
	// (timestamp).
	CreationTimeAfter *time.Time `type:"timestamp"`

	// A filter that returns only model packages created before the specified time
	// (timestamp).
	CreationTimeBefore *time.Time `type:"timestamp"`

	// The maximum number of model packages to return in the response.
	MaxResults *int64 `min:"1" type:"integer"`

	// A filter that returns only the model packages with the specified approval
	// status.
	ModelApprovalStatus *string `type:"string" enum:"ModelApprovalStatus"`

	// A filter that returns only model versions that belong to the specified model
	// group.
	ModelPackageGroupName *string `min:"1" type:"string"`

	// A filter that returns only the model packages of the specified type. This
	// can be one of the following values.
	//
	//    * UNVERSIONED - List only unversioined models. This is the default value
	//    if no ModelPackageType is specified.
	//
	//    * VERSIONED - List only versioned models.
	//
	//    * BOTH - List both versioned and unversioned models.
	ModelPackageType *string `type:"string" enum:"ModelPackageType"`

	// A string in the model package name. This filter returns only model packages
	// whose name contains the specified string.
	NameContains *string `type:"string"`

	// If the response to a previous ListModelPackages request was truncated, the
	// response includes a NextToken. To retrieve the next set of model packages,
	// use the token in the next request.
	NextToken *string `type:"string"`

	// The parameter by which to sort the results. The default is CreationTime.
	SortBy *string `type:"string" enum:"ModelPackageSortBy"`

	// The sort order for the results. The default is Ascending.
	SortOrder *string `type:"string" enum:"SortOrder"`
	// contains filtered or unexported fields
}

func (ListModelPackagesInput) GoString added in v1.15.86

func (s ListModelPackagesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListModelPackagesInput) SetCreationTimeAfter added in v1.15.86

func (s *ListModelPackagesInput) SetCreationTimeAfter(v time.Time) *ListModelPackagesInput

SetCreationTimeAfter sets the CreationTimeAfter field's value.

func (*ListModelPackagesInput) SetCreationTimeBefore added in v1.15.86

func (s *ListModelPackagesInput) SetCreationTimeBefore(v time.Time) *ListModelPackagesInput

SetCreationTimeBefore sets the CreationTimeBefore field's value.

func (*ListModelPackagesInput) SetMaxResults added in v1.15.86

SetMaxResults sets the MaxResults field's value.

func (*ListModelPackagesInput) SetModelApprovalStatus added in v1.35.37

func (s *ListModelPackagesInput) SetModelApprovalStatus(v string) *ListModelPackagesInput

SetModelApprovalStatus sets the ModelApprovalStatus field's value.

func (*ListModelPackagesInput) SetModelPackageGroupName added in v1.35.37

func (s *ListModelPackagesInput) SetModelPackageGroupName(v string) *ListModelPackagesInput

SetModelPackageGroupName sets the ModelPackageGroupName field's value.

func (*ListModelPackagesInput) SetModelPackageType added in v1.35.37

func (s *ListModelPackagesInput) SetModelPackageType(v string) *ListModelPackagesInput

SetModelPackageType sets the ModelPackageType field's value.

func (*ListModelPackagesInput) SetNameContains added in v1.15.86

func (s *ListModelPackagesInput) SetNameContains(v string) *ListModelPackagesInput

SetNameContains sets the NameContains field's value.

func (*ListModelPackagesInput) SetNextToken added in v1.15.86

SetNextToken sets the NextToken field's value.

func (*ListModelPackagesInput) SetSortBy added in v1.15.86

SetSortBy sets the SortBy field's value.

func (*ListModelPackagesInput) SetSortOrder added in v1.15.86

SetSortOrder sets the SortOrder field's value.

func (ListModelPackagesInput) String added in v1.15.86

func (s ListModelPackagesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListModelPackagesInput) Validate added in v1.15.86

func (s *ListModelPackagesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListModelPackagesOutput added in v1.15.86

type ListModelPackagesOutput struct {

	// An array of ModelPackageSummary objects, each of which lists a model package.
	//
	// ModelPackageSummaryList is a required field
	ModelPackageSummaryList []*ModelPackageSummary `type:"list" required:"true"`

	// If the response is truncated, SageMaker returns this token. To retrieve the
	// next set of model packages, use it in the subsequent request.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListModelPackagesOutput) GoString added in v1.15.86

func (s ListModelPackagesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListModelPackagesOutput) SetModelPackageSummaryList added in v1.15.86

func (s *ListModelPackagesOutput) SetModelPackageSummaryList(v []*ModelPackageSummary) *ListModelPackagesOutput

SetModelPackageSummaryList sets the ModelPackageSummaryList field's value.

func (*ListModelPackagesOutput) SetNextToken added in v1.15.86

SetNextToken sets the NextToken field's value.

func (ListModelPackagesOutput) String added in v1.15.86

func (s ListModelPackagesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListModelQualityJobDefinitionsInput added in v1.36.4

type ListModelQualityJobDefinitionsInput struct {

	// A filter that returns only model quality monitoring job definitions created
	// after the specified time.
	CreationTimeAfter *time.Time `type:"timestamp"`

	// A filter that returns only model quality monitoring job definitions created
	// before the specified time.
	CreationTimeBefore *time.Time `type:"timestamp"`

	// A filter that returns only model quality monitoring job definitions that
	// are associated with the specified endpoint.
	EndpointName *string `type:"string"`

	// The maximum number of results to return in a call to ListModelQualityJobDefinitions.
	MaxResults *int64 `min:"1" type:"integer"`

	// A string in the transform job name. This filter returns only model quality
	// monitoring job definitions whose name contains the specified string.
	NameContains *string `type:"string"`

	// If the result of the previous ListModelQualityJobDefinitions request was
	// truncated, the response includes a NextToken. To retrieve the next set of
	// model quality monitoring job definitions, use the token in the next request.
	NextToken *string `type:"string"`

	// The field to sort results by. The default is CreationTime.
	SortBy *string `type:"string" enum:"MonitoringJobDefinitionSortKey"`

	// The sort order for results. The default is Descending.
	SortOrder *string `type:"string" enum:"SortOrder"`
	// contains filtered or unexported fields
}

func (ListModelQualityJobDefinitionsInput) GoString added in v1.36.4

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListModelQualityJobDefinitionsInput) SetCreationTimeAfter added in v1.36.4

SetCreationTimeAfter sets the CreationTimeAfter field's value.

func (*ListModelQualityJobDefinitionsInput) SetCreationTimeBefore added in v1.36.4

SetCreationTimeBefore sets the CreationTimeBefore field's value.

func (*ListModelQualityJobDefinitionsInput) SetEndpointName added in v1.36.4

SetEndpointName sets the EndpointName field's value.

func (*ListModelQualityJobDefinitionsInput) SetMaxResults added in v1.36.4

SetMaxResults sets the MaxResults field's value.

func (*ListModelQualityJobDefinitionsInput) SetNameContains added in v1.36.4

SetNameContains sets the NameContains field's value.

func (*ListModelQualityJobDefinitionsInput) SetNextToken added in v1.36.4

SetNextToken sets the NextToken field's value.

func (*ListModelQualityJobDefinitionsInput) SetSortBy added in v1.36.4

SetSortBy sets the SortBy field's value.

func (*ListModelQualityJobDefinitionsInput) SetSortOrder added in v1.36.4

SetSortOrder sets the SortOrder field's value.

func (ListModelQualityJobDefinitionsInput) String added in v1.36.4

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListModelQualityJobDefinitionsInput) Validate added in v1.36.4

Validate inspects the fields of the type to determine if they are valid.

type ListModelQualityJobDefinitionsOutput added in v1.36.4

type ListModelQualityJobDefinitionsOutput struct {

	// A list of summaries of model quality monitoring job definitions.
	//
	// JobDefinitionSummaries is a required field
	JobDefinitionSummaries []*MonitoringJobDefinitionSummary `type:"list" required:"true"`

	// If the response is truncated, Amazon SageMaker returns this token. To retrieve
	// the next set of model quality monitoring job definitions, use it in the next
	// request.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListModelQualityJobDefinitionsOutput) GoString added in v1.36.4

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListModelQualityJobDefinitionsOutput) SetJobDefinitionSummaries added in v1.36.4

SetJobDefinitionSummaries sets the JobDefinitionSummaries field's value.

func (*ListModelQualityJobDefinitionsOutput) SetNextToken added in v1.36.4

SetNextToken sets the NextToken field's value.

func (ListModelQualityJobDefinitionsOutput) String added in v1.36.4

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListModelsInput

type ListModelsInput struct {

	// A filter that returns only models with a creation time greater than or equal
	// to the specified time (timestamp).
	CreationTimeAfter *time.Time `type:"timestamp"`

	// A filter that returns only models created before the specified time (timestamp).
	CreationTimeBefore *time.Time `type:"timestamp"`

	// The maximum number of models to return in the response.
	MaxResults *int64 `min:"1" type:"integer"`

	// A string in the model name. This filter returns only models whose name contains
	// the specified string.
	NameContains *string `type:"string"`

	// If the response to a previous ListModels request was truncated, the response
	// includes a NextToken. To retrieve the next set of models, use the token in
	// the next request.
	NextToken *string `type:"string"`

	// Sorts the list of results. The default is CreationTime.
	SortBy *string `type:"string" enum:"ModelSortKey"`

	// The sort order for results. The default is Descending.
	SortOrder *string `type:"string" enum:"OrderKey"`
	// contains filtered or unexported fields
}

func (ListModelsInput) GoString

func (s ListModelsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListModelsInput) SetCreationTimeAfter

func (s *ListModelsInput) SetCreationTimeAfter(v time.Time) *ListModelsInput

SetCreationTimeAfter sets the CreationTimeAfter field's value.

func (*ListModelsInput) SetCreationTimeBefore

func (s *ListModelsInput) SetCreationTimeBefore(v time.Time) *ListModelsInput

SetCreationTimeBefore sets the CreationTimeBefore field's value.

func (*ListModelsInput) SetMaxResults

func (s *ListModelsInput) SetMaxResults(v int64) *ListModelsInput

SetMaxResults sets the MaxResults field's value.

func (*ListModelsInput) SetNameContains

func (s *ListModelsInput) SetNameContains(v string) *ListModelsInput

SetNameContains sets the NameContains field's value.

func (*ListModelsInput) SetNextToken

func (s *ListModelsInput) SetNextToken(v string) *ListModelsInput

SetNextToken sets the NextToken field's value.

func (*ListModelsInput) SetSortBy

func (s *ListModelsInput) SetSortBy(v string) *ListModelsInput

SetSortBy sets the SortBy field's value.

func (*ListModelsInput) SetSortOrder

func (s *ListModelsInput) SetSortOrder(v string) *ListModelsInput

SetSortOrder sets the SortOrder field's value.

func (ListModelsInput) String

func (s ListModelsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListModelsInput) Validate

func (s *ListModelsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListModelsOutput

type ListModelsOutput struct {

	// An array of ModelSummary objects, each of which lists a model.
	//
	// Models is a required field
	Models []*ModelSummary `type:"list" required:"true"`

	// If the response is truncated, SageMaker returns this token. To retrieve the
	// next set of models, use it in the subsequent request.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListModelsOutput) GoString

func (s ListModelsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListModelsOutput) SetModels

func (s *ListModelsOutput) SetModels(v []*ModelSummary) *ListModelsOutput

SetModels sets the Models field's value.

func (*ListModelsOutput) SetNextToken

func (s *ListModelsOutput) SetNextToken(v string) *ListModelsOutput

SetNextToken sets the NextToken field's value.

func (ListModelsOutput) String

func (s ListModelsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListMonitoringAlertHistoryInput added in v1.44.150

type ListMonitoringAlertHistoryInput struct {

	// A filter that returns only alerts created on or after the specified time.
	CreationTimeAfter *time.Time `type:"timestamp"`

	// A filter that returns only alerts created on or before the specified time.
	CreationTimeBefore *time.Time `type:"timestamp"`

	// The maximum number of results to display. The default is 100.
	MaxResults *int64 `min:"1" type:"integer"`

	// The name of a monitoring alert.
	MonitoringAlertName *string `min:"1" type:"string"`

	// The name of a monitoring schedule.
	MonitoringScheduleName *string `min:"1" type:"string"`

	// If the result of the previous ListMonitoringAlertHistory request was truncated,
	// the response includes a NextToken. To retrieve the next set of alerts in
	// the history, use the token in the next request.
	NextToken *string `type:"string"`

	// The field used to sort results. The default is CreationTime.
	SortBy *string `type:"string" enum:"MonitoringAlertHistorySortKey"`

	// The sort order, whether Ascending or Descending, of the alert history. The
	// default is Descending.
	SortOrder *string `type:"string" enum:"SortOrder"`

	// A filter that retrieves only alerts with a specific status.
	StatusEquals *string `type:"string" enum:"MonitoringAlertStatus"`
	// contains filtered or unexported fields
}

func (ListMonitoringAlertHistoryInput) GoString added in v1.44.150

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListMonitoringAlertHistoryInput) SetCreationTimeAfter added in v1.44.150

SetCreationTimeAfter sets the CreationTimeAfter field's value.

func (*ListMonitoringAlertHistoryInput) SetCreationTimeBefore added in v1.44.150

SetCreationTimeBefore sets the CreationTimeBefore field's value.

func (*ListMonitoringAlertHistoryInput) SetMaxResults added in v1.44.150

SetMaxResults sets the MaxResults field's value.

func (*ListMonitoringAlertHistoryInput) SetMonitoringAlertName added in v1.44.150

SetMonitoringAlertName sets the MonitoringAlertName field's value.

func (*ListMonitoringAlertHistoryInput) SetMonitoringScheduleName added in v1.44.150

SetMonitoringScheduleName sets the MonitoringScheduleName field's value.

func (*ListMonitoringAlertHistoryInput) SetNextToken added in v1.44.150

SetNextToken sets the NextToken field's value.

func (*ListMonitoringAlertHistoryInput) SetSortBy added in v1.44.150

SetSortBy sets the SortBy field's value.

func (*ListMonitoringAlertHistoryInput) SetSortOrder added in v1.44.150

SetSortOrder sets the SortOrder field's value.

func (*ListMonitoringAlertHistoryInput) SetStatusEquals added in v1.44.150

SetStatusEquals sets the StatusEquals field's value.

func (ListMonitoringAlertHistoryInput) String added in v1.44.150

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListMonitoringAlertHistoryInput) Validate added in v1.44.150

func (s *ListMonitoringAlertHistoryInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListMonitoringAlertHistoryOutput added in v1.44.150

type ListMonitoringAlertHistoryOutput struct {

	// An alert history for a model monitoring schedule.
	MonitoringAlertHistory []*MonitoringAlertHistorySummary `type:"list"`

	// If the response is truncated, SageMaker returns this token. To retrieve the
	// next set of alerts, use it in the subsequent request.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListMonitoringAlertHistoryOutput) GoString added in v1.44.150

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListMonitoringAlertHistoryOutput) SetMonitoringAlertHistory added in v1.44.150

SetMonitoringAlertHistory sets the MonitoringAlertHistory field's value.

func (*ListMonitoringAlertHistoryOutput) SetNextToken added in v1.44.150

SetNextToken sets the NextToken field's value.

func (ListMonitoringAlertHistoryOutput) String added in v1.44.150

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListMonitoringAlertsInput added in v1.44.150

type ListMonitoringAlertsInput struct {

	// The maximum number of results to display. The default is 100.
	MaxResults *int64 `min:"1" type:"integer"`

	// The name of a monitoring schedule.
	//
	// MonitoringScheduleName is a required field
	MonitoringScheduleName *string `min:"1" type:"string" required:"true"`

	// If the result of the previous ListMonitoringAlerts request was truncated,
	// the response includes a NextToken. To retrieve the next set of alerts in
	// the history, use the token in the next request.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListMonitoringAlertsInput) GoString added in v1.44.150

func (s ListMonitoringAlertsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListMonitoringAlertsInput) SetMaxResults added in v1.44.150

SetMaxResults sets the MaxResults field's value.

func (*ListMonitoringAlertsInput) SetMonitoringScheduleName added in v1.44.150

func (s *ListMonitoringAlertsInput) SetMonitoringScheduleName(v string) *ListMonitoringAlertsInput

SetMonitoringScheduleName sets the MonitoringScheduleName field's value.

func (*ListMonitoringAlertsInput) SetNextToken added in v1.44.150

SetNextToken sets the NextToken field's value.

func (ListMonitoringAlertsInput) String added in v1.44.150

func (s ListMonitoringAlertsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListMonitoringAlertsInput) Validate added in v1.44.150

func (s *ListMonitoringAlertsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListMonitoringAlertsOutput added in v1.44.150

type ListMonitoringAlertsOutput struct {

	// A JSON array where each element is a summary for a monitoring alert.
	MonitoringAlertSummaries []*MonitoringAlertSummary `min:"1" type:"list"`

	// If the response is truncated, SageMaker returns this token. To retrieve the
	// next set of alerts, use it in the subsequent request.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListMonitoringAlertsOutput) GoString added in v1.44.150

func (s ListMonitoringAlertsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListMonitoringAlertsOutput) SetMonitoringAlertSummaries added in v1.44.150

SetMonitoringAlertSummaries sets the MonitoringAlertSummaries field's value.

func (*ListMonitoringAlertsOutput) SetNextToken added in v1.44.150

SetNextToken sets the NextToken field's value.

func (ListMonitoringAlertsOutput) String added in v1.44.150

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListMonitoringExecutionsInput added in v1.25.47

type ListMonitoringExecutionsInput struct {

	// A filter that returns only jobs created after a specified time.
	CreationTimeAfter *time.Time `type:"timestamp"`

	// A filter that returns only jobs created before a specified time.
	CreationTimeBefore *time.Time `type:"timestamp"`

	// Name of a specific endpoint to fetch jobs for.
	EndpointName *string `type:"string"`

	// A filter that returns only jobs modified before a specified time.
	LastModifiedTimeAfter *time.Time `type:"timestamp"`

	// A filter that returns only jobs modified after a specified time.
	LastModifiedTimeBefore *time.Time `type:"timestamp"`

	// The maximum number of jobs to return in the response. The default value is
	// 10.
	MaxResults *int64 `min:"1" type:"integer"`

	// Gets a list of the monitoring job runs of the specified monitoring job definitions.
	MonitoringJobDefinitionName *string `min:"1" type:"string"`

	// Name of a specific schedule to fetch jobs for.
	MonitoringScheduleName *string `min:"1" type:"string"`

	// A filter that returns only the monitoring job runs of the specified monitoring
	// type.
	MonitoringTypeEquals *string `type:"string" enum:"MonitoringType"`

	// The token returned if the response is truncated. To retrieve the next set
	// of job executions, use it in the next request.
	NextToken *string `type:"string"`

	// Filter for jobs scheduled after a specified time.
	ScheduledTimeAfter *time.Time `type:"timestamp"`

	// Filter for jobs scheduled before a specified time.
	ScheduledTimeBefore *time.Time `type:"timestamp"`

	// Whether to sort results by Status, CreationTime, ScheduledTime field. The
	// default is CreationTime.
	SortBy *string `type:"string" enum:"MonitoringExecutionSortKey"`

	// Whether to sort the results in Ascending or Descending order. The default
	// is Descending.
	SortOrder *string `type:"string" enum:"SortOrder"`

	// A filter that retrieves only jobs with a specific status.
	StatusEquals *string `type:"string" enum:"ExecutionStatus"`
	// contains filtered or unexported fields
}

func (ListMonitoringExecutionsInput) GoString added in v1.25.47

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListMonitoringExecutionsInput) SetCreationTimeAfter added in v1.25.47

SetCreationTimeAfter sets the CreationTimeAfter field's value.

func (*ListMonitoringExecutionsInput) SetCreationTimeBefore added in v1.25.47

SetCreationTimeBefore sets the CreationTimeBefore field's value.

func (*ListMonitoringExecutionsInput) SetEndpointName added in v1.25.47

SetEndpointName sets the EndpointName field's value.

func (*ListMonitoringExecutionsInput) SetLastModifiedTimeAfter added in v1.25.47

func (s *ListMonitoringExecutionsInput) SetLastModifiedTimeAfter(v time.Time) *ListMonitoringExecutionsInput

SetLastModifiedTimeAfter sets the LastModifiedTimeAfter field's value.

func (*ListMonitoringExecutionsInput) SetLastModifiedTimeBefore added in v1.25.47

func (s *ListMonitoringExecutionsInput) SetLastModifiedTimeBefore(v time.Time) *ListMonitoringExecutionsInput

SetLastModifiedTimeBefore sets the LastModifiedTimeBefore field's value.

func (*ListMonitoringExecutionsInput) SetMaxResults added in v1.25.47

SetMaxResults sets the MaxResults field's value.

func (*ListMonitoringExecutionsInput) SetMonitoringJobDefinitionName added in v1.36.4

func (s *ListMonitoringExecutionsInput) SetMonitoringJobDefinitionName(v string) *ListMonitoringExecutionsInput

SetMonitoringJobDefinitionName sets the MonitoringJobDefinitionName field's value.

func (*ListMonitoringExecutionsInput) SetMonitoringScheduleName added in v1.25.47

func (s *ListMonitoringExecutionsInput) SetMonitoringScheduleName(v string) *ListMonitoringExecutionsInput

SetMonitoringScheduleName sets the MonitoringScheduleName field's value.

func (*ListMonitoringExecutionsInput) SetMonitoringTypeEquals added in v1.36.4

SetMonitoringTypeEquals sets the MonitoringTypeEquals field's value.

func (*ListMonitoringExecutionsInput) SetNextToken added in v1.25.47

SetNextToken sets the NextToken field's value.

func (*ListMonitoringExecutionsInput) SetScheduledTimeAfter added in v1.25.47

SetScheduledTimeAfter sets the ScheduledTimeAfter field's value.

func (*ListMonitoringExecutionsInput) SetScheduledTimeBefore added in v1.25.47

SetScheduledTimeBefore sets the ScheduledTimeBefore field's value.

func (*ListMonitoringExecutionsInput) SetSortBy added in v1.25.47

SetSortBy sets the SortBy field's value.

func (*ListMonitoringExecutionsInput) SetSortOrder added in v1.25.47

SetSortOrder sets the SortOrder field's value.

func (*ListMonitoringExecutionsInput) SetStatusEquals added in v1.25.47

SetStatusEquals sets the StatusEquals field's value.

func (ListMonitoringExecutionsInput) String added in v1.25.47

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListMonitoringExecutionsInput) Validate added in v1.25.47

func (s *ListMonitoringExecutionsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListMonitoringExecutionsOutput added in v1.25.47

type ListMonitoringExecutionsOutput struct {

	// A JSON array in which each element is a summary for a monitoring execution.
	//
	// MonitoringExecutionSummaries is a required field
	MonitoringExecutionSummaries []*MonitoringExecutionSummary `type:"list" required:"true"`

	// If the response is truncated, Amazon SageMaker returns this token. To retrieve
	// the next set of jobs, use it in the subsequent reques
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListMonitoringExecutionsOutput) GoString added in v1.25.47

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListMonitoringExecutionsOutput) SetMonitoringExecutionSummaries added in v1.25.47

SetMonitoringExecutionSummaries sets the MonitoringExecutionSummaries field's value.

func (*ListMonitoringExecutionsOutput) SetNextToken added in v1.25.47

SetNextToken sets the NextToken field's value.

func (ListMonitoringExecutionsOutput) String added in v1.25.47

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListMonitoringSchedulesInput added in v1.25.47

type ListMonitoringSchedulesInput struct {

	// A filter that returns only monitoring schedules created after a specified
	// time.
	CreationTimeAfter *time.Time `type:"timestamp"`

	// A filter that returns only monitoring schedules created before a specified
	// time.
	CreationTimeBefore *time.Time `type:"timestamp"`

	// Name of a specific endpoint to fetch schedules for.
	EndpointName *string `type:"string"`

	// A filter that returns only monitoring schedules modified after a specified
	// time.
	LastModifiedTimeAfter *time.Time `type:"timestamp"`

	// A filter that returns only monitoring schedules modified before a specified
	// time.
	LastModifiedTimeBefore *time.Time `type:"timestamp"`

	// The maximum number of jobs to return in the response. The default value is
	// 10.
	MaxResults *int64 `min:"1" type:"integer"`

	// Gets a list of the monitoring schedules for the specified monitoring job
	// definition.
	MonitoringJobDefinitionName *string `min:"1" type:"string"`

	// A filter that returns only the monitoring schedules for the specified monitoring
	// type.
	MonitoringTypeEquals *string `type:"string" enum:"MonitoringType"`

	// Filter for monitoring schedules whose name contains a specified string.
	NameContains *string `type:"string"`

	// The token returned if the response is truncated. To retrieve the next set
	// of job executions, use it in the next request.
	NextToken *string `type:"string"`

	// Whether to sort results by Status, CreationTime, ScheduledTime field. The
	// default is CreationTime.
	SortBy *string `type:"string" enum:"MonitoringScheduleSortKey"`

	// Whether to sort the results in Ascending or Descending order. The default
	// is Descending.
	SortOrder *string `type:"string" enum:"SortOrder"`

	// A filter that returns only monitoring schedules modified before a specified
	// time.
	StatusEquals *string `type:"string" enum:"ScheduleStatus"`
	// contains filtered or unexported fields
}

func (ListMonitoringSchedulesInput) GoString added in v1.25.47

func (s ListMonitoringSchedulesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListMonitoringSchedulesInput) SetCreationTimeAfter added in v1.25.47

SetCreationTimeAfter sets the CreationTimeAfter field's value.

func (*ListMonitoringSchedulesInput) SetCreationTimeBefore added in v1.25.47

SetCreationTimeBefore sets the CreationTimeBefore field's value.

func (*ListMonitoringSchedulesInput) SetEndpointName added in v1.25.47

SetEndpointName sets the EndpointName field's value.

func (*ListMonitoringSchedulesInput) SetLastModifiedTimeAfter added in v1.25.47

func (s *ListMonitoringSchedulesInput) SetLastModifiedTimeAfter(v time.Time) *ListMonitoringSchedulesInput

SetLastModifiedTimeAfter sets the LastModifiedTimeAfter field's value.

func (*ListMonitoringSchedulesInput) SetLastModifiedTimeBefore added in v1.25.47

func (s *ListMonitoringSchedulesInput) SetLastModifiedTimeBefore(v time.Time) *ListMonitoringSchedulesInput

SetLastModifiedTimeBefore sets the LastModifiedTimeBefore field's value.

func (*ListMonitoringSchedulesInput) SetMaxResults added in v1.25.47

SetMaxResults sets the MaxResults field's value.

func (*ListMonitoringSchedulesInput) SetMonitoringJobDefinitionName added in v1.36.4

func (s *ListMonitoringSchedulesInput) SetMonitoringJobDefinitionName(v string) *ListMonitoringSchedulesInput

SetMonitoringJobDefinitionName sets the MonitoringJobDefinitionName field's value.

func (*ListMonitoringSchedulesInput) SetMonitoringTypeEquals added in v1.36.4

func (s *ListMonitoringSchedulesInput) SetMonitoringTypeEquals(v string) *ListMonitoringSchedulesInput

SetMonitoringTypeEquals sets the MonitoringTypeEquals field's value.

func (*ListMonitoringSchedulesInput) SetNameContains added in v1.25.47

SetNameContains sets the NameContains field's value.

func (*ListMonitoringSchedulesInput) SetNextToken added in v1.25.47

SetNextToken sets the NextToken field's value.

func (*ListMonitoringSchedulesInput) SetSortBy added in v1.25.47

SetSortBy sets the SortBy field's value.

func (*ListMonitoringSchedulesInput) SetSortOrder added in v1.25.47

SetSortOrder sets the SortOrder field's value.

func (*ListMonitoringSchedulesInput) SetStatusEquals added in v1.25.47

SetStatusEquals sets the StatusEquals field's value.

func (ListMonitoringSchedulesInput) String added in v1.25.47

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListMonitoringSchedulesInput) Validate added in v1.25.47

func (s *ListMonitoringSchedulesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListMonitoringSchedulesOutput added in v1.25.47

type ListMonitoringSchedulesOutput struct {

	// A JSON array in which each element is a summary for a monitoring schedule.
	//
	// MonitoringScheduleSummaries is a required field
	MonitoringScheduleSummaries []*MonitoringScheduleSummary `type:"list" required:"true"`

	// If the response is truncated, Amazon SageMaker returns this token. To retrieve
	// the next set of jobs, use it in the subsequent request.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListMonitoringSchedulesOutput) GoString added in v1.25.47

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListMonitoringSchedulesOutput) SetMonitoringScheduleSummaries added in v1.25.47

SetMonitoringScheduleSummaries sets the MonitoringScheduleSummaries field's value.

func (*ListMonitoringSchedulesOutput) SetNextToken added in v1.25.47

SetNextToken sets the NextToken field's value.

func (ListMonitoringSchedulesOutput) String added in v1.25.47

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListNotebookInstanceLifecycleConfigsInput added in v1.13.15

type ListNotebookInstanceLifecycleConfigsInput struct {

	// A filter that returns only lifecycle configurations that were created after
	// the specified time (timestamp).
	CreationTimeAfter *time.Time `type:"timestamp"`

	// A filter that returns only lifecycle configurations that were created before
	// the specified time (timestamp).
	CreationTimeBefore *time.Time `type:"timestamp"`

	// A filter that returns only lifecycle configurations that were modified after
	// the specified time (timestamp).
	LastModifiedTimeAfter *time.Time `type:"timestamp"`

	// A filter that returns only lifecycle configurations that were modified before
	// the specified time (timestamp).
	LastModifiedTimeBefore *time.Time `type:"timestamp"`

	// The maximum number of lifecycle configurations to return in the response.
	MaxResults *int64 `min:"1" type:"integer"`

	// A string in the lifecycle configuration name. This filter returns only lifecycle
	// configurations whose name contains the specified string.
	NameContains *string `type:"string"`

	// If the result of a ListNotebookInstanceLifecycleConfigs request was truncated,
	// the response includes a NextToken. To get the next set of lifecycle configurations,
	// use the token in the next request.
	NextToken *string `type:"string"`

	// Sorts the list of results. The default is CreationTime.
	SortBy *string `type:"string" enum:"NotebookInstanceLifecycleConfigSortKey"`

	// The sort order for results.
	SortOrder *string `type:"string" enum:"NotebookInstanceLifecycleConfigSortOrder"`
	// contains filtered or unexported fields
}

func (ListNotebookInstanceLifecycleConfigsInput) GoString added in v1.13.15

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListNotebookInstanceLifecycleConfigsInput) SetCreationTimeAfter added in v1.13.15

SetCreationTimeAfter sets the CreationTimeAfter field's value.

func (*ListNotebookInstanceLifecycleConfigsInput) SetCreationTimeBefore added in v1.13.15

SetCreationTimeBefore sets the CreationTimeBefore field's value.

func (*ListNotebookInstanceLifecycleConfigsInput) SetLastModifiedTimeAfter added in v1.13.15

SetLastModifiedTimeAfter sets the LastModifiedTimeAfter field's value.

func (*ListNotebookInstanceLifecycleConfigsInput) SetLastModifiedTimeBefore added in v1.13.15

SetLastModifiedTimeBefore sets the LastModifiedTimeBefore field's value.

func (*ListNotebookInstanceLifecycleConfigsInput) SetMaxResults added in v1.13.15

SetMaxResults sets the MaxResults field's value.

func (*ListNotebookInstanceLifecycleConfigsInput) SetNameContains added in v1.13.15

SetNameContains sets the NameContains field's value.

func (*ListNotebookInstanceLifecycleConfigsInput) SetNextToken added in v1.13.15

SetNextToken sets the NextToken field's value.

func (*ListNotebookInstanceLifecycleConfigsInput) SetSortBy added in v1.13.15

SetSortBy sets the SortBy field's value.

func (*ListNotebookInstanceLifecycleConfigsInput) SetSortOrder added in v1.13.15

SetSortOrder sets the SortOrder field's value.

func (ListNotebookInstanceLifecycleConfigsInput) String added in v1.13.15

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListNotebookInstanceLifecycleConfigsInput) Validate added in v1.13.15

Validate inspects the fields of the type to determine if they are valid.

type ListNotebookInstanceLifecycleConfigsOutput added in v1.13.15

type ListNotebookInstanceLifecycleConfigsOutput struct {

	// If the response is truncated, SageMaker returns this token. To get the next
	// set of lifecycle configurations, use it in the next request.
	NextToken *string `type:"string"`

	// An array of NotebookInstanceLifecycleConfiguration objects, each listing
	// a lifecycle configuration.
	NotebookInstanceLifecycleConfigs []*NotebookInstanceLifecycleConfigSummary `type:"list"`
	// contains filtered or unexported fields
}

func (ListNotebookInstanceLifecycleConfigsOutput) GoString added in v1.13.15

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListNotebookInstanceLifecycleConfigsOutput) SetNextToken added in v1.13.15

SetNextToken sets the NextToken field's value.

func (*ListNotebookInstanceLifecycleConfigsOutput) SetNotebookInstanceLifecycleConfigs added in v1.13.15

SetNotebookInstanceLifecycleConfigs sets the NotebookInstanceLifecycleConfigs field's value.

func (ListNotebookInstanceLifecycleConfigsOutput) String added in v1.13.15

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListNotebookInstancesInput

type ListNotebookInstancesInput struct {

	// A filter that returns only notebook instances with associated with the specified
	// git repository.
	AdditionalCodeRepositoryEquals *string `min:"1" type:"string"`

	// A filter that returns only notebook instances that were created after the
	// specified time (timestamp).
	CreationTimeAfter *time.Time `type:"timestamp"`

	// A filter that returns only notebook instances that were created before the
	// specified time (timestamp).
	CreationTimeBefore *time.Time `type:"timestamp"`

	// A string in the name or URL of a Git repository associated with this notebook
	// instance. This filter returns only notebook instances associated with a git
	// repository with a name that contains the specified string.
	DefaultCodeRepositoryContains *string `type:"string"`

	// A filter that returns only notebook instances that were modified after the
	// specified time (timestamp).
	LastModifiedTimeAfter *time.Time `type:"timestamp"`

	// A filter that returns only notebook instances that were modified before the
	// specified time (timestamp).
	LastModifiedTimeBefore *time.Time `type:"timestamp"`

	// The maximum number of notebook instances to return.
	MaxResults *int64 `min:"1" type:"integer"`

	// A string in the notebook instances' name. This filter returns only notebook
	// instances whose name contains the specified string.
	NameContains *string `type:"string"`

	// If the previous call to the ListNotebookInstances is truncated, the response
	// includes a NextToken. You can use this token in your subsequent ListNotebookInstances
	// request to fetch the next set of notebook instances.
	//
	// You might specify a filter or a sort order in your request. When response
	// is truncated, you must use the same values for the filer and sort order in
	// the next request.
	NextToken *string `type:"string"`

	// A string in the name of a notebook instances lifecycle configuration associated
	// with this notebook instance. This filter returns only notebook instances
	// associated with a lifecycle configuration with a name that contains the specified
	// string.
	NotebookInstanceLifecycleConfigNameContains *string `type:"string"`

	// The field to sort results by. The default is Name.
	SortBy *string `type:"string" enum:"NotebookInstanceSortKey"`

	// The sort order for results.
	SortOrder *string `type:"string" enum:"NotebookInstanceSortOrder"`

	// A filter that returns only notebook instances with the specified status.
	StatusEquals *string `type:"string" enum:"NotebookInstanceStatus"`
	// contains filtered or unexported fields
}

func (ListNotebookInstancesInput) GoString

func (s ListNotebookInstancesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListNotebookInstancesInput) SetAdditionalCodeRepositoryEquals added in v1.15.86

func (s *ListNotebookInstancesInput) SetAdditionalCodeRepositoryEquals(v string) *ListNotebookInstancesInput

SetAdditionalCodeRepositoryEquals sets the AdditionalCodeRepositoryEquals field's value.

func (*ListNotebookInstancesInput) SetCreationTimeAfter

func (s *ListNotebookInstancesInput) SetCreationTimeAfter(v time.Time) *ListNotebookInstancesInput

SetCreationTimeAfter sets the CreationTimeAfter field's value.

func (*ListNotebookInstancesInput) SetCreationTimeBefore

func (s *ListNotebookInstancesInput) SetCreationTimeBefore(v time.Time) *ListNotebookInstancesInput

SetCreationTimeBefore sets the CreationTimeBefore field's value.

func (*ListNotebookInstancesInput) SetDefaultCodeRepositoryContains added in v1.15.86

func (s *ListNotebookInstancesInput) SetDefaultCodeRepositoryContains(v string) *ListNotebookInstancesInput

SetDefaultCodeRepositoryContains sets the DefaultCodeRepositoryContains field's value.

func (*ListNotebookInstancesInput) SetLastModifiedTimeAfter

func (s *ListNotebookInstancesInput) SetLastModifiedTimeAfter(v time.Time) *ListNotebookInstancesInput

SetLastModifiedTimeAfter sets the LastModifiedTimeAfter field's value.

func (*ListNotebookInstancesInput) SetLastModifiedTimeBefore

func (s *ListNotebookInstancesInput) SetLastModifiedTimeBefore(v time.Time) *ListNotebookInstancesInput

SetLastModifiedTimeBefore sets the LastModifiedTimeBefore field's value.

func (*ListNotebookInstancesInput) SetMaxResults

SetMaxResults sets the MaxResults field's value.

func (*ListNotebookInstancesInput) SetNameContains

SetNameContains sets the NameContains field's value.

func (*ListNotebookInstancesInput) SetNextToken

SetNextToken sets the NextToken field's value.

func (*ListNotebookInstancesInput) SetNotebookInstanceLifecycleConfigNameContains added in v1.13.15

func (s *ListNotebookInstancesInput) SetNotebookInstanceLifecycleConfigNameContains(v string) *ListNotebookInstancesInput

SetNotebookInstanceLifecycleConfigNameContains sets the NotebookInstanceLifecycleConfigNameContains field's value.

func (*ListNotebookInstancesInput) SetSortBy

SetSortBy sets the SortBy field's value.

func (*ListNotebookInstancesInput) SetSortOrder

SetSortOrder sets the SortOrder field's value.

func (*ListNotebookInstancesInput) SetStatusEquals

SetStatusEquals sets the StatusEquals field's value.

func (ListNotebookInstancesInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListNotebookInstancesInput) Validate

func (s *ListNotebookInstancesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListNotebookInstancesOutput

type ListNotebookInstancesOutput struct {

	// If the response to the previous ListNotebookInstances request was truncated,
	// SageMaker returns this token. To retrieve the next set of notebook instances,
	// use the token in the next request.
	NextToken *string `type:"string"`

	// An array of NotebookInstanceSummary objects, one for each notebook instance.
	NotebookInstances []*NotebookInstanceSummary `type:"list"`
	// contains filtered or unexported fields
}

func (ListNotebookInstancesOutput) GoString

func (s ListNotebookInstancesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListNotebookInstancesOutput) SetNextToken

SetNextToken sets the NextToken field's value.

func (*ListNotebookInstancesOutput) SetNotebookInstances

SetNotebookInstances sets the NotebookInstances field's value.

func (ListNotebookInstancesOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListPipelineExecutionStepsInput added in v1.35.37

type ListPipelineExecutionStepsInput struct {

	// The maximum number of pipeline execution steps to return in the response.
	MaxResults *int64 `min:"1" type:"integer"`

	// If the result of the previous ListPipelineExecutionSteps request was truncated,
	// the response includes a NextToken. To retrieve the next set of pipeline execution
	// steps, use the token in the next request.
	NextToken *string `type:"string"`

	// The Amazon Resource Name (ARN) of the pipeline execution.
	PipelineExecutionArn *string `type:"string"`

	// The field by which to sort results. The default is CreatedTime.
	SortOrder *string `type:"string" enum:"SortOrder"`
	// contains filtered or unexported fields
}

func (ListPipelineExecutionStepsInput) GoString added in v1.35.37

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListPipelineExecutionStepsInput) SetMaxResults added in v1.35.37

SetMaxResults sets the MaxResults field's value.

func (*ListPipelineExecutionStepsInput) SetNextToken added in v1.35.37

SetNextToken sets the NextToken field's value.

func (*ListPipelineExecutionStepsInput) SetPipelineExecutionArn added in v1.35.37

SetPipelineExecutionArn sets the PipelineExecutionArn field's value.

func (*ListPipelineExecutionStepsInput) SetSortOrder added in v1.35.37

SetSortOrder sets the SortOrder field's value.

func (ListPipelineExecutionStepsInput) String added in v1.35.37

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListPipelineExecutionStepsInput) Validate added in v1.35.37

func (s *ListPipelineExecutionStepsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListPipelineExecutionStepsOutput added in v1.35.37

type ListPipelineExecutionStepsOutput struct {

	// If the result of the previous ListPipelineExecutionSteps request was truncated,
	// the response includes a NextToken. To retrieve the next set of pipeline execution
	// steps, use the token in the next request.
	NextToken *string `type:"string"`

	// A list of PipeLineExecutionStep objects. Each PipeLineExecutionStep consists
	// of StepName, StartTime, EndTime, StepStatus, and Metadata. Metadata is an
	// object with properties for each job that contains relevant information about
	// the job created by the step.
	PipelineExecutionSteps []*PipelineExecutionStep `type:"list"`
	// contains filtered or unexported fields
}

func (ListPipelineExecutionStepsOutput) GoString added in v1.35.37

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListPipelineExecutionStepsOutput) SetNextToken added in v1.35.37

SetNextToken sets the NextToken field's value.

func (*ListPipelineExecutionStepsOutput) SetPipelineExecutionSteps added in v1.35.37

SetPipelineExecutionSteps sets the PipelineExecutionSteps field's value.

func (ListPipelineExecutionStepsOutput) String added in v1.35.37

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListPipelineExecutionsInput added in v1.35.37

type ListPipelineExecutionsInput struct {

	// A filter that returns the pipeline executions that were created after a specified
	// time.
	CreatedAfter *time.Time `type:"timestamp"`

	// A filter that returns the pipeline executions that were created before a
	// specified time.
	CreatedBefore *time.Time `type:"timestamp"`

	// The maximum number of pipeline executions to return in the response.
	MaxResults *int64 `min:"1" type:"integer"`

	// If the result of the previous ListPipelineExecutions request was truncated,
	// the response includes a NextToken. To retrieve the next set of pipeline executions,
	// use the token in the next request.
	NextToken *string `type:"string"`

	// The name or Amazon Resource Name (ARN) of the pipeline.
	//
	// PipelineName is a required field
	PipelineName *string `min:"1" type:"string" required:"true"`

	// The field by which to sort results. The default is CreatedTime.
	SortBy *string `type:"string" enum:"SortPipelineExecutionsBy"`

	// The sort order for results.
	SortOrder *string `type:"string" enum:"SortOrder"`
	// contains filtered or unexported fields
}

func (ListPipelineExecutionsInput) GoString added in v1.35.37

func (s ListPipelineExecutionsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListPipelineExecutionsInput) SetCreatedAfter added in v1.35.37

SetCreatedAfter sets the CreatedAfter field's value.

func (*ListPipelineExecutionsInput) SetCreatedBefore added in v1.35.37

SetCreatedBefore sets the CreatedBefore field's value.

func (*ListPipelineExecutionsInput) SetMaxResults added in v1.35.37

SetMaxResults sets the MaxResults field's value.

func (*ListPipelineExecutionsInput) SetNextToken added in v1.35.37

SetNextToken sets the NextToken field's value.

func (*ListPipelineExecutionsInput) SetPipelineName added in v1.35.37

SetPipelineName sets the PipelineName field's value.

func (*ListPipelineExecutionsInput) SetSortBy added in v1.35.37

SetSortBy sets the SortBy field's value.

func (*ListPipelineExecutionsInput) SetSortOrder added in v1.35.37

SetSortOrder sets the SortOrder field's value.

func (ListPipelineExecutionsInput) String added in v1.35.37

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListPipelineExecutionsInput) Validate added in v1.35.37

func (s *ListPipelineExecutionsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListPipelineExecutionsOutput added in v1.35.37

type ListPipelineExecutionsOutput struct {

	// If the result of the previous ListPipelineExecutions request was truncated,
	// the response includes a NextToken. To retrieve the next set of pipeline executions,
	// use the token in the next request.
	NextToken *string `type:"string"`

	// Contains a sorted list of pipeline execution summary objects matching the
	// specified filters. Each run summary includes the Amazon Resource Name (ARN)
	// of the pipeline execution, the run date, and the status. This list can be
	// empty.
	PipelineExecutionSummaries []*PipelineExecutionSummary `type:"list"`
	// contains filtered or unexported fields
}

func (ListPipelineExecutionsOutput) GoString added in v1.35.37

func (s ListPipelineExecutionsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListPipelineExecutionsOutput) SetNextToken added in v1.35.37

SetNextToken sets the NextToken field's value.

func (*ListPipelineExecutionsOutput) SetPipelineExecutionSummaries added in v1.35.37

SetPipelineExecutionSummaries sets the PipelineExecutionSummaries field's value.

func (ListPipelineExecutionsOutput) String added in v1.35.37

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListPipelineParametersForExecutionInput added in v1.35.37

type ListPipelineParametersForExecutionInput struct {

	// The maximum number of parameters to return in the response.
	MaxResults *int64 `min:"1" type:"integer"`

	// If the result of the previous ListPipelineParametersForExecution request
	// was truncated, the response includes a NextToken. To retrieve the next set
	// of parameters, use the token in the next request.
	NextToken *string `type:"string"`

	// The Amazon Resource Name (ARN) of the pipeline execution.
	//
	// PipelineExecutionArn is a required field
	PipelineExecutionArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ListPipelineParametersForExecutionInput) GoString added in v1.35.37

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListPipelineParametersForExecutionInput) SetMaxResults added in v1.35.37

SetMaxResults sets the MaxResults field's value.

func (*ListPipelineParametersForExecutionInput) SetNextToken added in v1.35.37

SetNextToken sets the NextToken field's value.

func (*ListPipelineParametersForExecutionInput) SetPipelineExecutionArn added in v1.35.37

SetPipelineExecutionArn sets the PipelineExecutionArn field's value.

func (ListPipelineParametersForExecutionInput) String added in v1.35.37

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListPipelineParametersForExecutionInput) Validate added in v1.35.37

Validate inspects the fields of the type to determine if they are valid.

type ListPipelineParametersForExecutionOutput added in v1.35.37

type ListPipelineParametersForExecutionOutput struct {

	// If the result of the previous ListPipelineParametersForExecution request
	// was truncated, the response includes a NextToken. To retrieve the next set
	// of parameters, use the token in the next request.
	NextToken *string `type:"string"`

	// Contains a list of pipeline parameters. This list can be empty.
	PipelineParameters []*Parameter `type:"list"`
	// contains filtered or unexported fields
}

func (ListPipelineParametersForExecutionOutput) GoString added in v1.35.37

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListPipelineParametersForExecutionOutput) SetNextToken added in v1.35.37

SetNextToken sets the NextToken field's value.

func (*ListPipelineParametersForExecutionOutput) SetPipelineParameters added in v1.35.37

SetPipelineParameters sets the PipelineParameters field's value.

func (ListPipelineParametersForExecutionOutput) String added in v1.35.37

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListPipelinesInput added in v1.35.37

type ListPipelinesInput struct {

	// A filter that returns the pipelines that were created after a specified time.
	CreatedAfter *time.Time `type:"timestamp"`

	// A filter that returns the pipelines that were created before a specified
	// time.
	CreatedBefore *time.Time `type:"timestamp"`

	// The maximum number of pipelines to return in the response.
	MaxResults *int64 `min:"1" type:"integer"`

	// If the result of the previous ListPipelines request was truncated, the response
	// includes a NextToken. To retrieve the next set of pipelines, use the token
	// in the next request.
	NextToken *string `type:"string"`

	// The prefix of the pipeline name.
	PipelineNamePrefix *string `min:"1" type:"string"`

	// The field by which to sort results. The default is CreatedTime.
	SortBy *string `type:"string" enum:"SortPipelinesBy"`

	// The sort order for results.
	SortOrder *string `type:"string" enum:"SortOrder"`
	// contains filtered or unexported fields
}

func (ListPipelinesInput) GoString added in v1.35.37

func (s ListPipelinesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListPipelinesInput) SetCreatedAfter added in v1.35.37

func (s *ListPipelinesInput) SetCreatedAfter(v time.Time) *ListPipelinesInput

SetCreatedAfter sets the CreatedAfter field's value.

func (*ListPipelinesInput) SetCreatedBefore added in v1.35.37

func (s *ListPipelinesInput) SetCreatedBefore(v time.Time) *ListPipelinesInput

SetCreatedBefore sets the CreatedBefore field's value.

func (*ListPipelinesInput) SetMaxResults added in v1.35.37

func (s *ListPipelinesInput) SetMaxResults(v int64) *ListPipelinesInput

SetMaxResults sets the MaxResults field's value.

func (*ListPipelinesInput) SetNextToken added in v1.35.37

func (s *ListPipelinesInput) SetNextToken(v string) *ListPipelinesInput

SetNextToken sets the NextToken field's value.

func (*ListPipelinesInput) SetPipelineNamePrefix added in v1.35.37

func (s *ListPipelinesInput) SetPipelineNamePrefix(v string) *ListPipelinesInput

SetPipelineNamePrefix sets the PipelineNamePrefix field's value.

func (*ListPipelinesInput) SetSortBy added in v1.35.37

func (s *ListPipelinesInput) SetSortBy(v string) *ListPipelinesInput

SetSortBy sets the SortBy field's value.

func (*ListPipelinesInput) SetSortOrder added in v1.35.37

func (s *ListPipelinesInput) SetSortOrder(v string) *ListPipelinesInput

SetSortOrder sets the SortOrder field's value.

func (ListPipelinesInput) String added in v1.35.37

func (s ListPipelinesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListPipelinesInput) Validate added in v1.35.37

func (s *ListPipelinesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListPipelinesOutput added in v1.35.37

type ListPipelinesOutput struct {

	// If the result of the previous ListPipelines request was truncated, the response
	// includes a NextToken. To retrieve the next set of pipelines, use the token
	// in the next request.
	NextToken *string `type:"string"`

	// Contains a sorted list of PipelineSummary objects matching the specified
	// filters. Each PipelineSummary consists of PipelineArn, PipelineName, ExperimentName,
	// PipelineDescription, CreationTime, LastModifiedTime, LastRunTime, and RoleArn.
	// This list can be empty.
	PipelineSummaries []*PipelineSummary `type:"list"`
	// contains filtered or unexported fields
}

func (ListPipelinesOutput) GoString added in v1.35.37

func (s ListPipelinesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListPipelinesOutput) SetNextToken added in v1.35.37

func (s *ListPipelinesOutput) SetNextToken(v string) *ListPipelinesOutput

SetNextToken sets the NextToken field's value.

func (*ListPipelinesOutput) SetPipelineSummaries added in v1.35.37

func (s *ListPipelinesOutput) SetPipelineSummaries(v []*PipelineSummary) *ListPipelinesOutput

SetPipelineSummaries sets the PipelineSummaries field's value.

func (ListPipelinesOutput) String added in v1.35.37

func (s ListPipelinesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListProcessingJobsInput added in v1.25.47

type ListProcessingJobsInput struct {

	// A filter that returns only processing jobs created after the specified time.
	CreationTimeAfter *time.Time `type:"timestamp"`

	// A filter that returns only processing jobs created after the specified time.
	CreationTimeBefore *time.Time `type:"timestamp"`

	// A filter that returns only processing jobs modified after the specified time.
	LastModifiedTimeAfter *time.Time `type:"timestamp"`

	// A filter that returns only processing jobs modified before the specified
	// time.
	LastModifiedTimeBefore *time.Time `type:"timestamp"`

	// The maximum number of processing jobs to return in the response.
	MaxResults *int64 `min:"1" type:"integer"`

	// A string in the processing job name. This filter returns only processing
	// jobs whose name contains the specified string.
	NameContains *string `type:"string"`

	// If the result of the previous ListProcessingJobs request was truncated, the
	// response includes a NextToken. To retrieve the next set of processing jobs,
	// use the token in the next request.
	NextToken *string `type:"string"`

	// The field to sort results by. The default is CreationTime.
	SortBy *string `type:"string" enum:"SortBy"`

	// The sort order for results. The default is Ascending.
	SortOrder *string `type:"string" enum:"SortOrder"`

	// A filter that retrieves only processing jobs with a specific status.
	StatusEquals *string `type:"string" enum:"ProcessingJobStatus"`
	// contains filtered or unexported fields
}

func (ListProcessingJobsInput) GoString added in v1.25.47

func (s ListProcessingJobsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListProcessingJobsInput) SetCreationTimeAfter added in v1.25.47

func (s *ListProcessingJobsInput) SetCreationTimeAfter(v time.Time) *ListProcessingJobsInput

SetCreationTimeAfter sets the CreationTimeAfter field's value.

func (*ListProcessingJobsInput) SetCreationTimeBefore added in v1.25.47

func (s *ListProcessingJobsInput) SetCreationTimeBefore(v time.Time) *ListProcessingJobsInput

SetCreationTimeBefore sets the CreationTimeBefore field's value.

func (*ListProcessingJobsInput) SetLastModifiedTimeAfter added in v1.25.47

func (s *ListProcessingJobsInput) SetLastModifiedTimeAfter(v time.Time) *ListProcessingJobsInput

SetLastModifiedTimeAfter sets the LastModifiedTimeAfter field's value.

func (*ListProcessingJobsInput) SetLastModifiedTimeBefore added in v1.25.47

func (s *ListProcessingJobsInput) SetLastModifiedTimeBefore(v time.Time) *ListProcessingJobsInput

SetLastModifiedTimeBefore sets the LastModifiedTimeBefore field's value.

func (*ListProcessingJobsInput) SetMaxResults added in v1.25.47

SetMaxResults sets the MaxResults field's value.

func (*ListProcessingJobsInput) SetNameContains added in v1.25.47

SetNameContains sets the NameContains field's value.

func (*ListProcessingJobsInput) SetNextToken added in v1.25.47

SetNextToken sets the NextToken field's value.

func (*ListProcessingJobsInput) SetSortBy added in v1.25.47

SetSortBy sets the SortBy field's value.

func (*ListProcessingJobsInput) SetSortOrder added in v1.25.47

SetSortOrder sets the SortOrder field's value.

func (*ListProcessingJobsInput) SetStatusEquals added in v1.25.47

SetStatusEquals sets the StatusEquals field's value.

func (ListProcessingJobsInput) String added in v1.25.47

func (s ListProcessingJobsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListProcessingJobsInput) Validate added in v1.25.47

func (s *ListProcessingJobsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListProcessingJobsOutput added in v1.25.47

type ListProcessingJobsOutput struct {

	// If the response is truncated, Amazon SageMaker returns this token. To retrieve
	// the next set of processing jobs, use it in the subsequent request.
	NextToken *string `type:"string"`

	// An array of ProcessingJobSummary objects, each listing a processing job.
	//
	// ProcessingJobSummaries is a required field
	ProcessingJobSummaries []*ProcessingJobSummary `type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (ListProcessingJobsOutput) GoString added in v1.25.47

func (s ListProcessingJobsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListProcessingJobsOutput) SetNextToken added in v1.25.47

SetNextToken sets the NextToken field's value.

func (*ListProcessingJobsOutput) SetProcessingJobSummaries added in v1.25.47

func (s *ListProcessingJobsOutput) SetProcessingJobSummaries(v []*ProcessingJobSummary) *ListProcessingJobsOutput

SetProcessingJobSummaries sets the ProcessingJobSummaries field's value.

func (ListProcessingJobsOutput) String added in v1.25.47

func (s ListProcessingJobsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListProjectsInput added in v1.35.37

type ListProjectsInput struct {

	// A filter that returns the projects that were created after a specified time.
	CreationTimeAfter *time.Time `type:"timestamp"`

	// A filter that returns the projects that were created before a specified time.
	CreationTimeBefore *time.Time `type:"timestamp"`

	// The maximum number of projects to return in the response.
	MaxResults *int64 `min:"1" type:"integer"`

	// A filter that returns the projects whose name contains a specified string.
	NameContains *string `min:"1" type:"string"`

	// If the result of the previous ListProjects request was truncated, the response
	// includes a NextToken. To retrieve the next set of projects, use the token
	// in the next request.
	NextToken *string `type:"string"`

	// The field by which to sort results. The default is CreationTime.
	SortBy *string `type:"string" enum:"ProjectSortBy"`

	// The sort order for results. The default is Ascending.
	SortOrder *string `type:"string" enum:"ProjectSortOrder"`
	// contains filtered or unexported fields
}

func (ListProjectsInput) GoString added in v1.35.37

func (s ListProjectsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListProjectsInput) SetCreationTimeAfter added in v1.35.37

func (s *ListProjectsInput) SetCreationTimeAfter(v time.Time) *ListProjectsInput

SetCreationTimeAfter sets the CreationTimeAfter field's value.

func (*ListProjectsInput) SetCreationTimeBefore added in v1.35.37

func (s *ListProjectsInput) SetCreationTimeBefore(v time.Time) *ListProjectsInput

SetCreationTimeBefore sets the CreationTimeBefore field's value.

func (*ListProjectsInput) SetMaxResults added in v1.35.37

func (s *ListProjectsInput) SetMaxResults(v int64) *ListProjectsInput

SetMaxResults sets the MaxResults field's value.

func (*ListProjectsInput) SetNameContains added in v1.35.37

func (s *ListProjectsInput) SetNameContains(v string) *ListProjectsInput

SetNameContains sets the NameContains field's value.

func (*ListProjectsInput) SetNextToken added in v1.35.37

func (s *ListProjectsInput) SetNextToken(v string) *ListProjectsInput

SetNextToken sets the NextToken field's value.

func (*ListProjectsInput) SetSortBy added in v1.35.37

func (s *ListProjectsInput) SetSortBy(v string) *ListProjectsInput

SetSortBy sets the SortBy field's value.

func (*ListProjectsInput) SetSortOrder added in v1.35.37

func (s *ListProjectsInput) SetSortOrder(v string) *ListProjectsInput

SetSortOrder sets the SortOrder field's value.

func (ListProjectsInput) String added in v1.35.37

func (s ListProjectsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListProjectsInput) Validate added in v1.35.37

func (s *ListProjectsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListProjectsOutput added in v1.35.37

type ListProjectsOutput struct {

	// If the result of the previous ListCompilationJobs request was truncated,
	// the response includes a NextToken. To retrieve the next set of model compilation
	// jobs, use the token in the next request.
	NextToken *string `type:"string"`

	// A list of summaries of projects.
	//
	// ProjectSummaryList is a required field
	ProjectSummaryList []*ProjectSummary `type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (ListProjectsOutput) GoString added in v1.35.37

func (s ListProjectsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListProjectsOutput) SetNextToken added in v1.35.37

func (s *ListProjectsOutput) SetNextToken(v string) *ListProjectsOutput

SetNextToken sets the NextToken field's value.

func (*ListProjectsOutput) SetProjectSummaryList added in v1.35.37

func (s *ListProjectsOutput) SetProjectSummaryList(v []*ProjectSummary) *ListProjectsOutput

SetProjectSummaryList sets the ProjectSummaryList field's value.

func (ListProjectsOutput) String added in v1.35.37

func (s ListProjectsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListResourceCatalogsInput added in v1.44.305

type ListResourceCatalogsInput struct {

	// Use this parameter to search for ResourceCatalogs created after a specific
	// date and time.
	CreationTimeAfter *time.Time `type:"timestamp"`

	// Use this parameter to search for ResourceCatalogs created before a specific
	// date and time.
	CreationTimeBefore *time.Time `type:"timestamp"`

	// The maximum number of results returned by ListResourceCatalogs.
	MaxResults *int64 `min:"1" type:"integer"`

	// A string that partially matches one or more ResourceCatalogs names. Filters
	// ResourceCatalog by name.
	NameContains *string `min:"1" type:"string"`

	// A token to resume pagination of ListResourceCatalogs results.
	NextToken *string `type:"string"`

	// The value on which the resource catalog list is sorted.
	SortBy *string `type:"string" enum:"ResourceCatalogSortBy"`

	// The order in which the resource catalogs are listed.
	SortOrder *string `type:"string" enum:"ResourceCatalogSortOrder"`
	// contains filtered or unexported fields
}

func (ListResourceCatalogsInput) GoString added in v1.44.305

func (s ListResourceCatalogsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListResourceCatalogsInput) SetCreationTimeAfter added in v1.44.305

func (s *ListResourceCatalogsInput) SetCreationTimeAfter(v time.Time) *ListResourceCatalogsInput

SetCreationTimeAfter sets the CreationTimeAfter field's value.

func (*ListResourceCatalogsInput) SetCreationTimeBefore added in v1.44.305

func (s *ListResourceCatalogsInput) SetCreationTimeBefore(v time.Time) *ListResourceCatalogsInput

SetCreationTimeBefore sets the CreationTimeBefore field's value.

func (*ListResourceCatalogsInput) SetMaxResults added in v1.44.305

SetMaxResults sets the MaxResults field's value.

func (*ListResourceCatalogsInput) SetNameContains added in v1.44.305

SetNameContains sets the NameContains field's value.

func (*ListResourceCatalogsInput) SetNextToken added in v1.44.305

SetNextToken sets the NextToken field's value.

func (*ListResourceCatalogsInput) SetSortBy added in v1.44.305

SetSortBy sets the SortBy field's value.

func (*ListResourceCatalogsInput) SetSortOrder added in v1.44.305

SetSortOrder sets the SortOrder field's value.

func (ListResourceCatalogsInput) String added in v1.44.305

func (s ListResourceCatalogsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListResourceCatalogsInput) Validate added in v1.44.305

func (s *ListResourceCatalogsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListResourceCatalogsOutput added in v1.44.305

type ListResourceCatalogsOutput struct {

	// A token to resume pagination of ListResourceCatalogs results.
	NextToken *string `type:"string"`

	// A list of the requested ResourceCatalogs.
	ResourceCatalogs []*ResourceCatalog `type:"list"`
	// contains filtered or unexported fields
}

func (ListResourceCatalogsOutput) GoString added in v1.44.305

func (s ListResourceCatalogsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListResourceCatalogsOutput) SetNextToken added in v1.44.305

SetNextToken sets the NextToken field's value.

func (*ListResourceCatalogsOutput) SetResourceCatalogs added in v1.44.305

SetResourceCatalogs sets the ResourceCatalogs field's value.

func (ListResourceCatalogsOutput) String added in v1.44.305

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListSpacesInput added in v1.44.150

type ListSpacesInput struct {

	// A parameter to search for the Domain ID.
	DomainIdEquals *string `type:"string"`

	// The total number of items to return in the response. If the total number
	// of items available is more than the value specified, a NextToken is provided
	// in the response. To resume pagination, provide the NextToken value in the
	// as part of a subsequent call. The default value is 10.
	MaxResults *int64 `min:"1" type:"integer"`

	// If the previous response was truncated, you will receive this token. Use
	// it in your next request to receive the next set of results.
	NextToken *string `type:"string"`

	// The parameter by which to sort the results. The default is CreationTime.
	SortBy *string `type:"string" enum:"SpaceSortKey"`

	// The sort order for the results. The default is Ascending.
	SortOrder *string `type:"string" enum:"SortOrder"`

	// A parameter by which to filter the results.
	SpaceNameContains *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListSpacesInput) GoString added in v1.44.150

func (s ListSpacesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListSpacesInput) SetDomainIdEquals added in v1.44.150

func (s *ListSpacesInput) SetDomainIdEquals(v string) *ListSpacesInput

SetDomainIdEquals sets the DomainIdEquals field's value.

func (*ListSpacesInput) SetMaxResults added in v1.44.150

func (s *ListSpacesInput) SetMaxResults(v int64) *ListSpacesInput

SetMaxResults sets the MaxResults field's value.

func (*ListSpacesInput) SetNextToken added in v1.44.150

func (s *ListSpacesInput) SetNextToken(v string) *ListSpacesInput

SetNextToken sets the NextToken field's value.

func (*ListSpacesInput) SetSortBy added in v1.44.150

func (s *ListSpacesInput) SetSortBy(v string) *ListSpacesInput

SetSortBy sets the SortBy field's value.

func (*ListSpacesInput) SetSortOrder added in v1.44.150

func (s *ListSpacesInput) SetSortOrder(v string) *ListSpacesInput

SetSortOrder sets the SortOrder field's value.

func (*ListSpacesInput) SetSpaceNameContains added in v1.44.150

func (s *ListSpacesInput) SetSpaceNameContains(v string) *ListSpacesInput

SetSpaceNameContains sets the SpaceNameContains field's value.

func (ListSpacesInput) String added in v1.44.150

func (s ListSpacesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListSpacesInput) Validate added in v1.44.150

func (s *ListSpacesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListSpacesOutput added in v1.44.150

type ListSpacesOutput struct {

	// If the previous response was truncated, you will receive this token. Use
	// it in your next request to receive the next set of results.
	NextToken *string `type:"string"`

	// The list of spaces.
	Spaces []*SpaceDetails `type:"list"`
	// contains filtered or unexported fields
}

func (ListSpacesOutput) GoString added in v1.44.150

func (s ListSpacesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListSpacesOutput) SetNextToken added in v1.44.150

func (s *ListSpacesOutput) SetNextToken(v string) *ListSpacesOutput

SetNextToken sets the NextToken field's value.

func (*ListSpacesOutput) SetSpaces added in v1.44.150

func (s *ListSpacesOutput) SetSpaces(v []*SpaceDetails) *ListSpacesOutput

SetSpaces sets the Spaces field's value.

func (ListSpacesOutput) String added in v1.44.150

func (s ListSpacesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListStageDevicesInput added in v1.44.57

type ListStageDevicesInput struct {

	// The name of the edge deployment plan.
	//
	// EdgeDeploymentPlanName is a required field
	EdgeDeploymentPlanName *string `min:"1" type:"string" required:"true"`

	// Toggle for excluding devices deployed in other stages.
	ExcludeDevicesDeployedInOtherStage *bool `type:"boolean"`

	// The maximum number of requests to select.
	MaxResults *int64 `type:"integer"`

	// The response from the last list when returning a list large enough to neeed
	// tokening.
	NextToken *string `type:"string"`

	// The name of the stage in the deployment.
	//
	// StageName is a required field
	StageName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ListStageDevicesInput) GoString added in v1.44.57

func (s ListStageDevicesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListStageDevicesInput) SetEdgeDeploymentPlanName added in v1.44.57

func (s *ListStageDevicesInput) SetEdgeDeploymentPlanName(v string) *ListStageDevicesInput

SetEdgeDeploymentPlanName sets the EdgeDeploymentPlanName field's value.

func (*ListStageDevicesInput) SetExcludeDevicesDeployedInOtherStage added in v1.44.57

func (s *ListStageDevicesInput) SetExcludeDevicesDeployedInOtherStage(v bool) *ListStageDevicesInput

SetExcludeDevicesDeployedInOtherStage sets the ExcludeDevicesDeployedInOtherStage field's value.

func (*ListStageDevicesInput) SetMaxResults added in v1.44.57

func (s *ListStageDevicesInput) SetMaxResults(v int64) *ListStageDevicesInput

SetMaxResults sets the MaxResults field's value.

func (*ListStageDevicesInput) SetNextToken added in v1.44.57

SetNextToken sets the NextToken field's value.

func (*ListStageDevicesInput) SetStageName added in v1.44.57

SetStageName sets the StageName field's value.

func (ListStageDevicesInput) String added in v1.44.57

func (s ListStageDevicesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListStageDevicesInput) Validate added in v1.44.57

func (s *ListStageDevicesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListStageDevicesOutput added in v1.44.57

type ListStageDevicesOutput struct {

	// List of summaries of devices allocated to the stage.
	//
	// DeviceDeploymentSummaries is a required field
	DeviceDeploymentSummaries []*DeviceDeploymentSummary `type:"list" required:"true"`

	// The token to use when calling the next page of results.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListStageDevicesOutput) GoString added in v1.44.57

func (s ListStageDevicesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListStageDevicesOutput) SetDeviceDeploymentSummaries added in v1.44.57

func (s *ListStageDevicesOutput) SetDeviceDeploymentSummaries(v []*DeviceDeploymentSummary) *ListStageDevicesOutput

SetDeviceDeploymentSummaries sets the DeviceDeploymentSummaries field's value.

func (*ListStageDevicesOutput) SetNextToken added in v1.44.57

SetNextToken sets the NextToken field's value.

func (ListStageDevicesOutput) String added in v1.44.57

func (s ListStageDevicesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListStudioLifecycleConfigsInput added in v1.40.41

type ListStudioLifecycleConfigsInput struct {

	// A parameter to search for the App Type to which the Lifecycle Configuration
	// is attached.
	AppTypeEquals *string `type:"string" enum:"StudioLifecycleConfigAppType"`

	// A filter that returns only Lifecycle Configurations created on or after the
	// specified time.
	CreationTimeAfter *time.Time `type:"timestamp"`

	// A filter that returns only Lifecycle Configurations created on or before
	// the specified time.
	CreationTimeBefore *time.Time `type:"timestamp"`

	// The total number of items to return in the response. If the total number
	// of items available is more than the value specified, a NextToken is provided
	// in the response. To resume pagination, provide the NextToken value in the
	// as part of a subsequent call. The default value is 10.
	MaxResults *int64 `min:"1" type:"integer"`

	// A filter that returns only Lifecycle Configurations modified after the specified
	// time.
	ModifiedTimeAfter *time.Time `type:"timestamp"`

	// A filter that returns only Lifecycle Configurations modified before the specified
	// time.
	ModifiedTimeBefore *time.Time `type:"timestamp"`

	// A string in the Lifecycle Configuration name. This filter returns only Lifecycle
	// Configurations whose name contains the specified string.
	NameContains *string `type:"string"`

	// If the previous call to ListStudioLifecycleConfigs didn't return the full
	// set of Lifecycle Configurations, the call returns a token for getting the
	// next set of Lifecycle Configurations.
	NextToken *string `type:"string"`

	// The property used to sort results. The default value is CreationTime.
	SortBy *string `type:"string" enum:"StudioLifecycleConfigSortKey"`

	// The sort order. The default value is Descending.
	SortOrder *string `type:"string" enum:"SortOrder"`
	// contains filtered or unexported fields
}

func (ListStudioLifecycleConfigsInput) GoString added in v1.40.41

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListStudioLifecycleConfigsInput) SetAppTypeEquals added in v1.40.41

SetAppTypeEquals sets the AppTypeEquals field's value.

func (*ListStudioLifecycleConfigsInput) SetCreationTimeAfter added in v1.40.41

SetCreationTimeAfter sets the CreationTimeAfter field's value.

func (*ListStudioLifecycleConfigsInput) SetCreationTimeBefore added in v1.40.41

SetCreationTimeBefore sets the CreationTimeBefore field's value.

func (*ListStudioLifecycleConfigsInput) SetMaxResults added in v1.40.41

SetMaxResults sets the MaxResults field's value.

func (*ListStudioLifecycleConfigsInput) SetModifiedTimeAfter added in v1.40.41

SetModifiedTimeAfter sets the ModifiedTimeAfter field's value.

func (*ListStudioLifecycleConfigsInput) SetModifiedTimeBefore added in v1.40.41

SetModifiedTimeBefore sets the ModifiedTimeBefore field's value.

func (*ListStudioLifecycleConfigsInput) SetNameContains added in v1.40.41

SetNameContains sets the NameContains field's value.

func (*ListStudioLifecycleConfigsInput) SetNextToken added in v1.40.41

SetNextToken sets the NextToken field's value.

func (*ListStudioLifecycleConfigsInput) SetSortBy added in v1.40.41

SetSortBy sets the SortBy field's value.

func (*ListStudioLifecycleConfigsInput) SetSortOrder added in v1.40.41

SetSortOrder sets the SortOrder field's value.

func (ListStudioLifecycleConfigsInput) String added in v1.40.41

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListStudioLifecycleConfigsInput) Validate added in v1.40.41

func (s *ListStudioLifecycleConfigsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListStudioLifecycleConfigsOutput added in v1.40.41

type ListStudioLifecycleConfigsOutput struct {

	// If the previous response was truncated, you will receive this token. Use
	// it in your next request to receive the next set of results.
	NextToken *string `type:"string"`

	// A list of Lifecycle Configurations and their properties.
	StudioLifecycleConfigs []*StudioLifecycleConfigDetails `type:"list"`
	// contains filtered or unexported fields
}

func (ListStudioLifecycleConfigsOutput) GoString added in v1.40.41

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListStudioLifecycleConfigsOutput) SetNextToken added in v1.40.41

SetNextToken sets the NextToken field's value.

func (*ListStudioLifecycleConfigsOutput) SetStudioLifecycleConfigs added in v1.40.41

SetStudioLifecycleConfigs sets the StudioLifecycleConfigs field's value.

func (ListStudioLifecycleConfigsOutput) String added in v1.40.41

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListSubscribedWorkteamsInput added in v1.15.86

type ListSubscribedWorkteamsInput struct {

	// The maximum number of work teams to return in each page of the response.
	MaxResults *int64 `min:"1" type:"integer"`

	// A string in the work team name. This filter returns only work teams whose
	// name contains the specified string.
	NameContains *string `min:"1" type:"string"`

	// If the result of the previous ListSubscribedWorkteams request was truncated,
	// the response includes a NextToken. To retrieve the next set of labeling jobs,
	// use the token in the next request.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListSubscribedWorkteamsInput) GoString added in v1.15.86

func (s ListSubscribedWorkteamsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListSubscribedWorkteamsInput) SetMaxResults added in v1.15.86

SetMaxResults sets the MaxResults field's value.

func (*ListSubscribedWorkteamsInput) SetNameContains added in v1.15.86

SetNameContains sets the NameContains field's value.

func (*ListSubscribedWorkteamsInput) SetNextToken added in v1.15.86

SetNextToken sets the NextToken field's value.

func (ListSubscribedWorkteamsInput) String added in v1.15.86

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListSubscribedWorkteamsInput) Validate added in v1.15.86

func (s *ListSubscribedWorkteamsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListSubscribedWorkteamsOutput added in v1.15.86

type ListSubscribedWorkteamsOutput struct {

	// If the response is truncated, Amazon SageMaker returns this token. To retrieve
	// the next set of work teams, use it in the subsequent request.
	NextToken *string `type:"string"`

	// An array of Workteam objects, each describing a work team.
	//
	// SubscribedWorkteams is a required field
	SubscribedWorkteams []*SubscribedWorkteam `type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (ListSubscribedWorkteamsOutput) GoString added in v1.15.86

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListSubscribedWorkteamsOutput) SetNextToken added in v1.15.86

SetNextToken sets the NextToken field's value.

func (*ListSubscribedWorkteamsOutput) SetSubscribedWorkteams added in v1.15.86

SetSubscribedWorkteams sets the SubscribedWorkteams field's value.

func (ListSubscribedWorkteamsOutput) String added in v1.15.86

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListTagsInput

type ListTagsInput struct {

	// Maximum number of tags to return.
	MaxResults *int64 `min:"50" type:"integer"`

	// If the response to the previous ListTags request is truncated, SageMaker
	// returns this token. To retrieve the next set of tags, use it in the subsequent
	// request.
	NextToken *string `type:"string"`

	// The Amazon Resource Name (ARN) of the resource whose tags you want to retrieve.
	//
	// ResourceArn is a required field
	ResourceArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ListTagsInput) GoString

func (s ListTagsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTagsInput) SetMaxResults

func (s *ListTagsInput) SetMaxResults(v int64) *ListTagsInput

SetMaxResults sets the MaxResults field's value.

func (*ListTagsInput) SetNextToken

func (s *ListTagsInput) SetNextToken(v string) *ListTagsInput

SetNextToken sets the NextToken field's value.

func (*ListTagsInput) SetResourceArn

func (s *ListTagsInput) SetResourceArn(v string) *ListTagsInput

SetResourceArn sets the ResourceArn field's value.

func (ListTagsInput) String

func (s ListTagsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTagsInput) Validate

func (s *ListTagsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListTagsOutput

type ListTagsOutput struct {

	// If response is truncated, SageMaker includes a token in the response. You
	// can use this token in your subsequent request to fetch next set of tokens.
	NextToken *string `type:"string"`

	// An array of Tag objects, each with a tag key and a value.
	Tags []*Tag `type:"list"`
	// contains filtered or unexported fields
}

func (ListTagsOutput) GoString

func (s ListTagsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTagsOutput) SetNextToken

func (s *ListTagsOutput) SetNextToken(v string) *ListTagsOutput

SetNextToken sets the NextToken field's value.

func (*ListTagsOutput) SetTags

func (s *ListTagsOutput) SetTags(v []*Tag) *ListTagsOutput

SetTags sets the Tags field's value.

func (ListTagsOutput) String

func (s ListTagsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListTrainingJobsForHyperParameterTuningJobInput added in v1.14.0

type ListTrainingJobsForHyperParameterTuningJobInput struct {

	// The name of the tuning job whose training jobs you want to list.
	//
	// HyperParameterTuningJobName is a required field
	HyperParameterTuningJobName *string `min:"1" type:"string" required:"true"`

	// The maximum number of training jobs to return. The default value is 10.
	MaxResults *int64 `min:"1" type:"integer"`

	// If the result of the previous ListTrainingJobsForHyperParameterTuningJob
	// request was truncated, the response includes a NextToken. To retrieve the
	// next set of training jobs, use the token in the next request.
	NextToken *string `type:"string"`

	// The field to sort results by. The default is Name.
	//
	// If the value of this field is FinalObjectiveMetricValue, any training jobs
	// that did not return an objective metric are not listed.
	SortBy *string `type:"string" enum:"TrainingJobSortByOptions"`

	// The sort order for results. The default is Ascending.
	SortOrder *string `type:"string" enum:"SortOrder"`

	// A filter that returns only training jobs with the specified status.
	StatusEquals *string `type:"string" enum:"TrainingJobStatus"`
	// contains filtered or unexported fields
}

func (ListTrainingJobsForHyperParameterTuningJobInput) GoString added in v1.14.0

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTrainingJobsForHyperParameterTuningJobInput) SetHyperParameterTuningJobName added in v1.14.0

SetHyperParameterTuningJobName sets the HyperParameterTuningJobName field's value.

func (*ListTrainingJobsForHyperParameterTuningJobInput) SetMaxResults added in v1.14.0

SetMaxResults sets the MaxResults field's value.

func (*ListTrainingJobsForHyperParameterTuningJobInput) SetNextToken added in v1.14.0

SetNextToken sets the NextToken field's value.

func (*ListTrainingJobsForHyperParameterTuningJobInput) SetSortBy added in v1.14.0

SetSortBy sets the SortBy field's value.

func (*ListTrainingJobsForHyperParameterTuningJobInput) SetSortOrder added in v1.14.0

SetSortOrder sets the SortOrder field's value.

func (*ListTrainingJobsForHyperParameterTuningJobInput) SetStatusEquals added in v1.14.0

SetStatusEquals sets the StatusEquals field's value.

func (ListTrainingJobsForHyperParameterTuningJobInput) String added in v1.14.0

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTrainingJobsForHyperParameterTuningJobInput) Validate added in v1.14.0

Validate inspects the fields of the type to determine if they are valid.

type ListTrainingJobsForHyperParameterTuningJobOutput added in v1.14.0

type ListTrainingJobsForHyperParameterTuningJobOutput struct {

	// If the result of this ListTrainingJobsForHyperParameterTuningJob request
	// was truncated, the response includes a NextToken. To retrieve the next set
	// of training jobs, use the token in the next request.
	NextToken *string `type:"string"`

	// A list of TrainingJobSummary (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_TrainingJobSummary.html)
	// objects that describe the training jobs that the ListTrainingJobsForHyperParameterTuningJob
	// request returned.
	//
	// TrainingJobSummaries is a required field
	TrainingJobSummaries []*HyperParameterTrainingJobSummary `type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (ListTrainingJobsForHyperParameterTuningJobOutput) GoString added in v1.14.0

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTrainingJobsForHyperParameterTuningJobOutput) SetNextToken added in v1.14.0

SetNextToken sets the NextToken field's value.

func (*ListTrainingJobsForHyperParameterTuningJobOutput) SetTrainingJobSummaries added in v1.14.0

SetTrainingJobSummaries sets the TrainingJobSummaries field's value.

func (ListTrainingJobsForHyperParameterTuningJobOutput) String added in v1.14.0

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListTrainingJobsInput

type ListTrainingJobsInput struct {

	// A filter that returns only training jobs created after the specified time
	// (timestamp).
	CreationTimeAfter *time.Time `type:"timestamp"`

	// A filter that returns only training jobs created before the specified time
	// (timestamp).
	CreationTimeBefore *time.Time `type:"timestamp"`

	// A filter that returns only training jobs modified after the specified time
	// (timestamp).
	LastModifiedTimeAfter *time.Time `type:"timestamp"`

	// A filter that returns only training jobs modified before the specified time
	// (timestamp).
	LastModifiedTimeBefore *time.Time `type:"timestamp"`

	// The maximum number of training jobs to return in the response.
	MaxResults *int64 `min:"1" type:"integer"`

	// A string in the training job name. This filter returns only training jobs
	// whose name contains the specified string.
	NameContains *string `type:"string"`

	// If the result of the previous ListTrainingJobs request was truncated, the
	// response includes a NextToken. To retrieve the next set of training jobs,
	// use the token in the next request.
	NextToken *string `type:"string"`

	// The field to sort results by. The default is CreationTime.
	SortBy *string `type:"string" enum:"SortBy"`

	// The sort order for results. The default is Ascending.
	SortOrder *string `type:"string" enum:"SortOrder"`

	// A filter that retrieves only training jobs with a specific status.
	StatusEquals *string `type:"string" enum:"TrainingJobStatus"`

	// A filter that retrieves only training jobs with a specific warm pool status.
	WarmPoolStatusEquals *string `type:"string" enum:"WarmPoolResourceStatus"`
	// contains filtered or unexported fields
}

func (ListTrainingJobsInput) GoString

func (s ListTrainingJobsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTrainingJobsInput) SetCreationTimeAfter

func (s *ListTrainingJobsInput) SetCreationTimeAfter(v time.Time) *ListTrainingJobsInput

SetCreationTimeAfter sets the CreationTimeAfter field's value.

func (*ListTrainingJobsInput) SetCreationTimeBefore

func (s *ListTrainingJobsInput) SetCreationTimeBefore(v time.Time) *ListTrainingJobsInput

SetCreationTimeBefore sets the CreationTimeBefore field's value.

func (*ListTrainingJobsInput) SetLastModifiedTimeAfter

func (s *ListTrainingJobsInput) SetLastModifiedTimeAfter(v time.Time) *ListTrainingJobsInput

SetLastModifiedTimeAfter sets the LastModifiedTimeAfter field's value.

func (*ListTrainingJobsInput) SetLastModifiedTimeBefore

func (s *ListTrainingJobsInput) SetLastModifiedTimeBefore(v time.Time) *ListTrainingJobsInput

SetLastModifiedTimeBefore sets the LastModifiedTimeBefore field's value.

func (*ListTrainingJobsInput) SetMaxResults

func (s *ListTrainingJobsInput) SetMaxResults(v int64) *ListTrainingJobsInput

SetMaxResults sets the MaxResults field's value.

func (*ListTrainingJobsInput) SetNameContains

func (s *ListTrainingJobsInput) SetNameContains(v string) *ListTrainingJobsInput

SetNameContains sets the NameContains field's value.

func (*ListTrainingJobsInput) SetNextToken

SetNextToken sets the NextToken field's value.

func (*ListTrainingJobsInput) SetSortBy

SetSortBy sets the SortBy field's value.

func (*ListTrainingJobsInput) SetSortOrder

SetSortOrder sets the SortOrder field's value.

func (*ListTrainingJobsInput) SetStatusEquals

func (s *ListTrainingJobsInput) SetStatusEquals(v string) *ListTrainingJobsInput

SetStatusEquals sets the StatusEquals field's value.

func (*ListTrainingJobsInput) SetWarmPoolStatusEquals added in v1.44.108

func (s *ListTrainingJobsInput) SetWarmPoolStatusEquals(v string) *ListTrainingJobsInput

SetWarmPoolStatusEquals sets the WarmPoolStatusEquals field's value.

func (ListTrainingJobsInput) String

func (s ListTrainingJobsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTrainingJobsInput) Validate

func (s *ListTrainingJobsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListTrainingJobsOutput

type ListTrainingJobsOutput struct {

	// If the response is truncated, SageMaker returns this token. To retrieve the
	// next set of training jobs, use it in the subsequent request.
	NextToken *string `type:"string"`

	// An array of TrainingJobSummary objects, each listing a training job.
	//
	// TrainingJobSummaries is a required field
	TrainingJobSummaries []*TrainingJobSummary `type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (ListTrainingJobsOutput) GoString

func (s ListTrainingJobsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTrainingJobsOutput) SetNextToken

SetNextToken sets the NextToken field's value.

func (*ListTrainingJobsOutput) SetTrainingJobSummaries

func (s *ListTrainingJobsOutput) SetTrainingJobSummaries(v []*TrainingJobSummary) *ListTrainingJobsOutput

SetTrainingJobSummaries sets the TrainingJobSummaries field's value.

func (ListTrainingJobsOutput) String

func (s ListTrainingJobsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListTransformJobsInput added in v1.14.28

type ListTransformJobsInput struct {

	// A filter that returns only transform jobs created after the specified time.
	CreationTimeAfter *time.Time `type:"timestamp"`

	// A filter that returns only transform jobs created before the specified time.
	CreationTimeBefore *time.Time `type:"timestamp"`

	// A filter that returns only transform jobs modified after the specified time.
	LastModifiedTimeAfter *time.Time `type:"timestamp"`

	// A filter that returns only transform jobs modified before the specified time.
	LastModifiedTimeBefore *time.Time `type:"timestamp"`

	// The maximum number of transform jobs to return in the response. The default
	// value is 10.
	MaxResults *int64 `min:"1" type:"integer"`

	// A string in the transform job name. This filter returns only transform jobs
	// whose name contains the specified string.
	NameContains *string `type:"string"`

	// If the result of the previous ListTransformJobs request was truncated, the
	// response includes a NextToken. To retrieve the next set of transform jobs,
	// use the token in the next request.
	NextToken *string `type:"string"`

	// The field to sort results by. The default is CreationTime.
	SortBy *string `type:"string" enum:"SortBy"`

	// The sort order for results. The default is Descending.
	SortOrder *string `type:"string" enum:"SortOrder"`

	// A filter that retrieves only transform jobs with a specific status.
	StatusEquals *string `type:"string" enum:"TransformJobStatus"`
	// contains filtered or unexported fields
}

func (ListTransformJobsInput) GoString added in v1.14.28

func (s ListTransformJobsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTransformJobsInput) SetCreationTimeAfter added in v1.14.28

func (s *ListTransformJobsInput) SetCreationTimeAfter(v time.Time) *ListTransformJobsInput

SetCreationTimeAfter sets the CreationTimeAfter field's value.

func (*ListTransformJobsInput) SetCreationTimeBefore added in v1.14.28

func (s *ListTransformJobsInput) SetCreationTimeBefore(v time.Time) *ListTransformJobsInput

SetCreationTimeBefore sets the CreationTimeBefore field's value.

func (*ListTransformJobsInput) SetLastModifiedTimeAfter added in v1.14.28

func (s *ListTransformJobsInput) SetLastModifiedTimeAfter(v time.Time) *ListTransformJobsInput

SetLastModifiedTimeAfter sets the LastModifiedTimeAfter field's value.

func (*ListTransformJobsInput) SetLastModifiedTimeBefore added in v1.14.28

func (s *ListTransformJobsInput) SetLastModifiedTimeBefore(v time.Time) *ListTransformJobsInput

SetLastModifiedTimeBefore sets the LastModifiedTimeBefore field's value.

func (*ListTransformJobsInput) SetMaxResults added in v1.14.28

SetMaxResults sets the MaxResults field's value.

func (*ListTransformJobsInput) SetNameContains added in v1.14.28

func (s *ListTransformJobsInput) SetNameContains(v string) *ListTransformJobsInput

SetNameContains sets the NameContains field's value.

func (*ListTransformJobsInput) SetNextToken added in v1.14.28

SetNextToken sets the NextToken field's value.

func (*ListTransformJobsInput) SetSortBy added in v1.14.28

SetSortBy sets the SortBy field's value.

func (*ListTransformJobsInput) SetSortOrder added in v1.14.28

SetSortOrder sets the SortOrder field's value.

func (*ListTransformJobsInput) SetStatusEquals added in v1.14.28

func (s *ListTransformJobsInput) SetStatusEquals(v string) *ListTransformJobsInput

SetStatusEquals sets the StatusEquals field's value.

func (ListTransformJobsInput) String added in v1.14.28

func (s ListTransformJobsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTransformJobsInput) Validate added in v1.14.28

func (s *ListTransformJobsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListTransformJobsOutput added in v1.14.28

type ListTransformJobsOutput struct {

	// If the response is truncated, Amazon SageMaker returns this token. To retrieve
	// the next set of transform jobs, use it in the next request.
	NextToken *string `type:"string"`

	// An array of TransformJobSummary objects.
	//
	// TransformJobSummaries is a required field
	TransformJobSummaries []*TransformJobSummary `type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (ListTransformJobsOutput) GoString added in v1.14.28

func (s ListTransformJobsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTransformJobsOutput) SetNextToken added in v1.14.28

SetNextToken sets the NextToken field's value.

func (*ListTransformJobsOutput) SetTransformJobSummaries added in v1.14.28

func (s *ListTransformJobsOutput) SetTransformJobSummaries(v []*TransformJobSummary) *ListTransformJobsOutput

SetTransformJobSummaries sets the TransformJobSummaries field's value.

func (ListTransformJobsOutput) String added in v1.14.28

func (s ListTransformJobsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListTrialComponentsInput added in v1.25.47

type ListTrialComponentsInput struct {

	// A filter that returns only components created after the specified time.
	CreatedAfter *time.Time `type:"timestamp"`

	// A filter that returns only components created before the specified time.
	CreatedBefore *time.Time `type:"timestamp"`

	// A filter that returns only components that are part of the specified experiment.
	// If you specify ExperimentName, you can't filter by SourceArn or TrialName.
	ExperimentName *string `min:"1" type:"string"`

	// The maximum number of components to return in the response. The default value
	// is 10.
	MaxResults *int64 `min:"1" type:"integer"`

	// If the previous call to ListTrialComponents didn't return the full set of
	// components, the call returns a token for getting the next set of components.
	NextToken *string `type:"string"`

	// The property used to sort results. The default value is CreationTime.
	SortBy *string `type:"string" enum:"SortTrialComponentsBy"`

	// The sort order. The default value is Descending.
	SortOrder *string `type:"string" enum:"SortOrder"`

	// A filter that returns only components that have the specified source Amazon
	// Resource Name (ARN). If you specify SourceArn, you can't filter by ExperimentName
	// or TrialName.
	SourceArn *string `type:"string"`

	// A filter that returns only components that are part of the specified trial.
	// If you specify TrialName, you can't filter by ExperimentName or SourceArn.
	TrialName *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (ListTrialComponentsInput) GoString added in v1.25.47

func (s ListTrialComponentsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTrialComponentsInput) SetCreatedAfter added in v1.25.47

SetCreatedAfter sets the CreatedAfter field's value.

func (*ListTrialComponentsInput) SetCreatedBefore added in v1.25.47

SetCreatedBefore sets the CreatedBefore field's value.

func (*ListTrialComponentsInput) SetExperimentName added in v1.28.0

func (s *ListTrialComponentsInput) SetExperimentName(v string) *ListTrialComponentsInput

SetExperimentName sets the ExperimentName field's value.

func (*ListTrialComponentsInput) SetMaxResults added in v1.25.47

SetMaxResults sets the MaxResults field's value.

func (*ListTrialComponentsInput) SetNextToken added in v1.25.47

SetNextToken sets the NextToken field's value.

func (*ListTrialComponentsInput) SetSortBy added in v1.25.47

SetSortBy sets the SortBy field's value.

func (*ListTrialComponentsInput) SetSortOrder added in v1.25.47

SetSortOrder sets the SortOrder field's value.

func (*ListTrialComponentsInput) SetSourceArn added in v1.25.47

SetSourceArn sets the SourceArn field's value.

func (*ListTrialComponentsInput) SetTrialName added in v1.28.0

SetTrialName sets the TrialName field's value.

func (ListTrialComponentsInput) String added in v1.25.47

func (s ListTrialComponentsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTrialComponentsInput) Validate added in v1.25.47

func (s *ListTrialComponentsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListTrialComponentsOutput added in v1.25.47

type ListTrialComponentsOutput struct {

	// A token for getting the next set of components, if there are any.
	NextToken *string `type:"string"`

	// A list of the summaries of your trial components.
	TrialComponentSummaries []*TrialComponentSummary `type:"list"`
	// contains filtered or unexported fields
}

func (ListTrialComponentsOutput) GoString added in v1.25.47

func (s ListTrialComponentsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTrialComponentsOutput) SetNextToken added in v1.25.47

SetNextToken sets the NextToken field's value.

func (*ListTrialComponentsOutput) SetTrialComponentSummaries added in v1.25.47

func (s *ListTrialComponentsOutput) SetTrialComponentSummaries(v []*TrialComponentSummary) *ListTrialComponentsOutput

SetTrialComponentSummaries sets the TrialComponentSummaries field's value.

func (ListTrialComponentsOutput) String added in v1.25.47

func (s ListTrialComponentsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListTrialsInput added in v1.25.47

type ListTrialsInput struct {

	// A filter that returns only trials created after the specified time.
	CreatedAfter *time.Time `type:"timestamp"`

	// A filter that returns only trials created before the specified time.
	CreatedBefore *time.Time `type:"timestamp"`

	// A filter that returns only trials that are part of the specified experiment.
	ExperimentName *string `min:"1" type:"string"`

	// The maximum number of trials to return in the response. The default value
	// is 10.
	MaxResults *int64 `min:"1" type:"integer"`

	// If the previous call to ListTrials didn't return the full set of trials,
	// the call returns a token for getting the next set of trials.
	NextToken *string `type:"string"`

	// The property used to sort results. The default value is CreationTime.
	SortBy *string `type:"string" enum:"SortTrialsBy"`

	// The sort order. The default value is Descending.
	SortOrder *string `type:"string" enum:"SortOrder"`

	// A filter that returns only trials that are associated with the specified
	// trial component.
	TrialComponentName *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (ListTrialsInput) GoString added in v1.25.47

func (s ListTrialsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTrialsInput) SetCreatedAfter added in v1.25.47

func (s *ListTrialsInput) SetCreatedAfter(v time.Time) *ListTrialsInput

SetCreatedAfter sets the CreatedAfter field's value.

func (*ListTrialsInput) SetCreatedBefore added in v1.25.47

func (s *ListTrialsInput) SetCreatedBefore(v time.Time) *ListTrialsInput

SetCreatedBefore sets the CreatedBefore field's value.

func (*ListTrialsInput) SetExperimentName added in v1.25.47

func (s *ListTrialsInput) SetExperimentName(v string) *ListTrialsInput

SetExperimentName sets the ExperimentName field's value.

func (*ListTrialsInput) SetMaxResults added in v1.25.47

func (s *ListTrialsInput) SetMaxResults(v int64) *ListTrialsInput

SetMaxResults sets the MaxResults field's value.

func (*ListTrialsInput) SetNextToken added in v1.25.47

func (s *ListTrialsInput) SetNextToken(v string) *ListTrialsInput

SetNextToken sets the NextToken field's value.

func (*ListTrialsInput) SetSortBy added in v1.25.47

func (s *ListTrialsInput) SetSortBy(v string) *ListTrialsInput

SetSortBy sets the SortBy field's value.

func (*ListTrialsInput) SetSortOrder added in v1.25.47

func (s *ListTrialsInput) SetSortOrder(v string) *ListTrialsInput

SetSortOrder sets the SortOrder field's value.

func (*ListTrialsInput) SetTrialComponentName added in v1.29.11

func (s *ListTrialsInput) SetTrialComponentName(v string) *ListTrialsInput

SetTrialComponentName sets the TrialComponentName field's value.

func (ListTrialsInput) String added in v1.25.47

func (s ListTrialsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTrialsInput) Validate added in v1.25.47

func (s *ListTrialsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListTrialsOutput added in v1.25.47

type ListTrialsOutput struct {

	// A token for getting the next set of trials, if there are any.
	NextToken *string `type:"string"`

	// A list of the summaries of your trials.
	TrialSummaries []*TrialSummary `type:"list"`
	// contains filtered or unexported fields
}

func (ListTrialsOutput) GoString added in v1.25.47

func (s ListTrialsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTrialsOutput) SetNextToken added in v1.25.47

func (s *ListTrialsOutput) SetNextToken(v string) *ListTrialsOutput

SetNextToken sets the NextToken field's value.

func (*ListTrialsOutput) SetTrialSummaries added in v1.25.47

func (s *ListTrialsOutput) SetTrialSummaries(v []*TrialSummary) *ListTrialsOutput

SetTrialSummaries sets the TrialSummaries field's value.

func (ListTrialsOutput) String added in v1.25.47

func (s ListTrialsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListUserProfilesInput added in v1.25.47

type ListUserProfilesInput struct {

	// A parameter by which to filter the results.
	DomainIdEquals *string `type:"string"`

	// The total number of items to return in the response. If the total number
	// of items available is more than the value specified, a NextToken is provided
	// in the response. To resume pagination, provide the NextToken value in the
	// as part of a subsequent call. The default value is 10.
	MaxResults *int64 `min:"1" type:"integer"`

	// If the previous response was truncated, you will receive this token. Use
	// it in your next request to receive the next set of results.
	NextToken *string `type:"string"`

	// The parameter by which to sort the results. The default is CreationTime.
	SortBy *string `type:"string" enum:"UserProfileSortKey"`

	// The sort order for the results. The default is Ascending.
	SortOrder *string `type:"string" enum:"SortOrder"`

	// A parameter by which to filter the results.
	UserProfileNameContains *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListUserProfilesInput) GoString added in v1.25.47

func (s ListUserProfilesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListUserProfilesInput) SetDomainIdEquals added in v1.25.47

func (s *ListUserProfilesInput) SetDomainIdEquals(v string) *ListUserProfilesInput

SetDomainIdEquals sets the DomainIdEquals field's value.

func (*ListUserProfilesInput) SetMaxResults added in v1.25.47

func (s *ListUserProfilesInput) SetMaxResults(v int64) *ListUserProfilesInput

SetMaxResults sets the MaxResults field's value.

func (*ListUserProfilesInput) SetNextToken added in v1.25.47

SetNextToken sets the NextToken field's value.

func (*ListUserProfilesInput) SetSortBy added in v1.25.47

SetSortBy sets the SortBy field's value.

func (*ListUserProfilesInput) SetSortOrder added in v1.25.47

SetSortOrder sets the SortOrder field's value.

func (*ListUserProfilesInput) SetUserProfileNameContains added in v1.25.47

func (s *ListUserProfilesInput) SetUserProfileNameContains(v string) *ListUserProfilesInput

SetUserProfileNameContains sets the UserProfileNameContains field's value.

func (ListUserProfilesInput) String added in v1.25.47

func (s ListUserProfilesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListUserProfilesInput) Validate added in v1.25.47

func (s *ListUserProfilesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListUserProfilesOutput added in v1.25.47

type ListUserProfilesOutput struct {

	// If the previous response was truncated, you will receive this token. Use
	// it in your next request to receive the next set of results.
	NextToken *string `type:"string"`

	// The list of user profiles.
	UserProfiles []*UserProfileDetails `type:"list"`
	// contains filtered or unexported fields
}

func (ListUserProfilesOutput) GoString added in v1.25.47

func (s ListUserProfilesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListUserProfilesOutput) SetNextToken added in v1.25.47

SetNextToken sets the NextToken field's value.

func (*ListUserProfilesOutput) SetUserProfiles added in v1.25.47

SetUserProfiles sets the UserProfiles field's value.

func (ListUserProfilesOutput) String added in v1.25.47

func (s ListUserProfilesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListWorkforcesInput added in v1.33.12

type ListWorkforcesInput struct {

	// The maximum number of workforces returned in the response.
	MaxResults *int64 `min:"1" type:"integer"`

	// A filter you can use to search for workforces using part of the workforce
	// name.
	NameContains *string `min:"1" type:"string"`

	// A token to resume pagination.
	NextToken *string `type:"string"`

	// Sort workforces using the workforce name or creation date.
	SortBy *string `type:"string" enum:"ListWorkforcesSortByOptions"`

	// Sort workforces in ascending or descending order.
	SortOrder *string `type:"string" enum:"SortOrder"`
	// contains filtered or unexported fields
}

func (ListWorkforcesInput) GoString added in v1.33.12

func (s ListWorkforcesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListWorkforcesInput) SetMaxResults added in v1.33.12

func (s *ListWorkforcesInput) SetMaxResults(v int64) *ListWorkforcesInput

SetMaxResults sets the MaxResults field's value.

func (*ListWorkforcesInput) SetNameContains added in v1.33.12

func (s *ListWorkforcesInput) SetNameContains(v string) *ListWorkforcesInput

SetNameContains sets the NameContains field's value.

func (*ListWorkforcesInput) SetNextToken added in v1.33.12

func (s *ListWorkforcesInput) SetNextToken(v string) *ListWorkforcesInput

SetNextToken sets the NextToken field's value.

func (*ListWorkforcesInput) SetSortBy added in v1.33.12

SetSortBy sets the SortBy field's value.

func (*ListWorkforcesInput) SetSortOrder added in v1.33.12

func (s *ListWorkforcesInput) SetSortOrder(v string) *ListWorkforcesInput

SetSortOrder sets the SortOrder field's value.

func (ListWorkforcesInput) String added in v1.33.12

func (s ListWorkforcesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListWorkforcesInput) Validate added in v1.33.12

func (s *ListWorkforcesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListWorkforcesOutput added in v1.33.12

type ListWorkforcesOutput struct {

	// A token to resume pagination.
	NextToken *string `type:"string"`

	// A list containing information about your workforce.
	//
	// Workforces is a required field
	Workforces []*Workforce `type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (ListWorkforcesOutput) GoString added in v1.33.12

func (s ListWorkforcesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListWorkforcesOutput) SetNextToken added in v1.33.12

func (s *ListWorkforcesOutput) SetNextToken(v string) *ListWorkforcesOutput

SetNextToken sets the NextToken field's value.

func (*ListWorkforcesOutput) SetWorkforces added in v1.33.12

func (s *ListWorkforcesOutput) SetWorkforces(v []*Workforce) *ListWorkforcesOutput

SetWorkforces sets the Workforces field's value.

func (ListWorkforcesOutput) String added in v1.33.12

func (s ListWorkforcesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListWorkteamsInput added in v1.15.86

type ListWorkteamsInput struct {

	// The maximum number of work teams to return in each page of the response.
	MaxResults *int64 `min:"1" type:"integer"`

	// A string in the work team's name. This filter returns only work teams whose
	// name contains the specified string.
	NameContains *string `min:"1" type:"string"`

	// If the result of the previous ListWorkteams request was truncated, the response
	// includes a NextToken. To retrieve the next set of labeling jobs, use the
	// token in the next request.
	NextToken *string `type:"string"`

	// The field to sort results by. The default is CreationTime.
	SortBy *string `type:"string" enum:"ListWorkteamsSortByOptions"`

	// The sort order for results. The default is Ascending.
	SortOrder *string `type:"string" enum:"SortOrder"`
	// contains filtered or unexported fields
}

func (ListWorkteamsInput) GoString added in v1.15.86

func (s ListWorkteamsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListWorkteamsInput) SetMaxResults added in v1.15.86

func (s *ListWorkteamsInput) SetMaxResults(v int64) *ListWorkteamsInput

SetMaxResults sets the MaxResults field's value.

func (*ListWorkteamsInput) SetNameContains added in v1.15.86

func (s *ListWorkteamsInput) SetNameContains(v string) *ListWorkteamsInput

SetNameContains sets the NameContains field's value.

func (*ListWorkteamsInput) SetNextToken added in v1.15.86

func (s *ListWorkteamsInput) SetNextToken(v string) *ListWorkteamsInput

SetNextToken sets the NextToken field's value.

func (*ListWorkteamsInput) SetSortBy added in v1.15.86

func (s *ListWorkteamsInput) SetSortBy(v string) *ListWorkteamsInput

SetSortBy sets the SortBy field's value.

func (*ListWorkteamsInput) SetSortOrder added in v1.15.86

func (s *ListWorkteamsInput) SetSortOrder(v string) *ListWorkteamsInput

SetSortOrder sets the SortOrder field's value.

func (ListWorkteamsInput) String added in v1.15.86

func (s ListWorkteamsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListWorkteamsInput) Validate added in v1.15.86

func (s *ListWorkteamsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListWorkteamsOutput added in v1.15.86

type ListWorkteamsOutput struct {

	// If the response is truncated, Amazon SageMaker returns this token. To retrieve
	// the next set of work teams, use it in the subsequent request.
	NextToken *string `type:"string"`

	// An array of Workteam objects, each describing a work team.
	//
	// Workteams is a required field
	Workteams []*Workteam `type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (ListWorkteamsOutput) GoString added in v1.15.86

func (s ListWorkteamsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListWorkteamsOutput) SetNextToken added in v1.15.86

func (s *ListWorkteamsOutput) SetNextToken(v string) *ListWorkteamsOutput

SetNextToken sets the NextToken field's value.

func (*ListWorkteamsOutput) SetWorkteams added in v1.15.86

func (s *ListWorkteamsOutput) SetWorkteams(v []*Workteam) *ListWorkteamsOutput

SetWorkteams sets the Workteams field's value.

func (ListWorkteamsOutput) String added in v1.15.86

func (s ListWorkteamsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type MemberDefinition added in v1.15.86

type MemberDefinition struct {

	// The Amazon Cognito user group that is part of the work team.
	CognitoMemberDefinition *CognitoMemberDefinition `type:"structure"`

	// A list user groups that exist in your OIDC Identity Provider (IdP). One to
	// ten groups can be used to create a single private work team. When you add
	// a user group to the list of Groups, you can add that user group to one or
	// more private work teams. If you add a user group to a private work team,
	// all workers in that user group are added to the work team.
	OidcMemberDefinition *OidcMemberDefinition `type:"structure"`
	// contains filtered or unexported fields
}

Defines an Amazon Cognito or your own OIDC IdP user group that is part of a work team.

func (MemberDefinition) GoString added in v1.15.86

func (s MemberDefinition) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MemberDefinition) SetCognitoMemberDefinition added in v1.15.86

func (s *MemberDefinition) SetCognitoMemberDefinition(v *CognitoMemberDefinition) *MemberDefinition

SetCognitoMemberDefinition sets the CognitoMemberDefinition field's value.

func (*MemberDefinition) SetOidcMemberDefinition added in v1.33.12

func (s *MemberDefinition) SetOidcMemberDefinition(v *OidcMemberDefinition) *MemberDefinition

SetOidcMemberDefinition sets the OidcMemberDefinition field's value.

func (MemberDefinition) String added in v1.15.86

func (s MemberDefinition) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MemberDefinition) Validate added in v1.15.86

func (s *MemberDefinition) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type MetadataProperties added in v1.35.37

type MetadataProperties struct {

	// The commit ID.
	CommitId *string `type:"string"`

	// The entity this entity was generated by.
	GeneratedBy *string `type:"string"`

	// The project ID.
	ProjectId *string `type:"string"`

	// The repository.
	Repository *string `type:"string"`
	// contains filtered or unexported fields
}

Metadata properties of the tracking entity, trial, or trial component.

func (MetadataProperties) GoString added in v1.35.37

func (s MetadataProperties) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MetadataProperties) SetCommitId added in v1.35.37

func (s *MetadataProperties) SetCommitId(v string) *MetadataProperties

SetCommitId sets the CommitId field's value.

func (*MetadataProperties) SetGeneratedBy added in v1.35.37

func (s *MetadataProperties) SetGeneratedBy(v string) *MetadataProperties

SetGeneratedBy sets the GeneratedBy field's value.

func (*MetadataProperties) SetProjectId added in v1.35.37

func (s *MetadataProperties) SetProjectId(v string) *MetadataProperties

SetProjectId sets the ProjectId field's value.

func (*MetadataProperties) SetRepository added in v1.35.37

func (s *MetadataProperties) SetRepository(v string) *MetadataProperties

SetRepository sets the Repository field's value.

func (MetadataProperties) String added in v1.35.37

func (s MetadataProperties) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type MetricData added in v1.15.76

type MetricData struct {

	// The name of the metric.
	MetricName *string `min:"1" type:"string"`

	// The date and time that the algorithm emitted the metric.
	Timestamp *time.Time `type:"timestamp"`

	// The value of the metric.
	Value *float64 `type:"float"`
	// contains filtered or unexported fields
}

The name, value, and date and time of a metric that was emitted to Amazon CloudWatch.

func (MetricData) GoString added in v1.15.76

func (s MetricData) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MetricData) SetMetricName added in v1.15.76

func (s *MetricData) SetMetricName(v string) *MetricData

SetMetricName sets the MetricName field's value.

func (*MetricData) SetTimestamp added in v1.15.76

func (s *MetricData) SetTimestamp(v time.Time) *MetricData

SetTimestamp sets the Timestamp field's value.

func (*MetricData) SetValue added in v1.15.76

func (s *MetricData) SetValue(v float64) *MetricData

SetValue sets the Value field's value.

func (MetricData) String added in v1.15.76

func (s MetricData) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type MetricDatum added in v1.40.21

type MetricDatum struct {

	// The name of the metric.
	MetricName *string `type:"string" enum:"AutoMLMetricEnum"`

	// The dataset split from which the AutoML job produced the metric.
	Set *string `type:"string" enum:"MetricSetSource"`

	// The name of the standard metric.
	//
	// For definitions of the standard metrics, see Autopilot candidate metrics
	// (https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-model-support-validation.html#autopilot-metrics).
	StandardMetricName *string `type:"string" enum:"AutoMLMetricExtendedEnum"`

	// The value of the metric.
	Value *float64 `type:"float"`
	// contains filtered or unexported fields
}

Information about the metric for a candidate produced by an AutoML job.

func (MetricDatum) GoString added in v1.40.21

func (s MetricDatum) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MetricDatum) SetMetricName added in v1.40.21

func (s *MetricDatum) SetMetricName(v string) *MetricDatum

SetMetricName sets the MetricName field's value.

func (*MetricDatum) SetSet added in v1.40.21

func (s *MetricDatum) SetSet(v string) *MetricDatum

SetSet sets the Set field's value.

func (*MetricDatum) SetStandardMetricName added in v1.44.6

func (s *MetricDatum) SetStandardMetricName(v string) *MetricDatum

SetStandardMetricName sets the StandardMetricName field's value.

func (*MetricDatum) SetValue added in v1.40.21

func (s *MetricDatum) SetValue(v float64) *MetricDatum

SetValue sets the Value field's value.

func (MetricDatum) String added in v1.40.21

func (s MetricDatum) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type MetricDefinition added in v1.14.0

type MetricDefinition struct {

	// The name of the metric.
	//
	// Name is a required field
	Name *string `min:"1" type:"string" required:"true"`

	// A regular expression that searches the output of a training job and gets
	// the value of the metric. For more information about using regular expressions
	// to define metrics, see Defining metrics and environment variables (https://docs.aws.amazon.com/sagemaker/latest/dg/automatic-model-tuning-define-metrics-variables.html).
	//
	// Regex is a required field
	Regex *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Specifies a metric that the training algorithm writes to stderr or stdout. You can view these logs to understand how your training job performs and check for any errors encountered during training. SageMaker hyperparameter tuning captures all defined metrics. Specify one of the defined metrics to use as an objective metric using the TuningObjective (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_HyperParameterTrainingJobDefinition.html#sagemaker-Type-HyperParameterTrainingJobDefinition-TuningObjective) parameter in the HyperParameterTrainingJobDefinition API to evaluate job performance during hyperparameter tuning.

func (MetricDefinition) GoString added in v1.14.0

func (s MetricDefinition) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MetricDefinition) SetName added in v1.14.0

func (s *MetricDefinition) SetName(v string) *MetricDefinition

SetName sets the Name field's value.

func (*MetricDefinition) SetRegex added in v1.14.0

func (s *MetricDefinition) SetRegex(v string) *MetricDefinition

SetRegex sets the Regex field's value.

func (MetricDefinition) String added in v1.14.0

func (s MetricDefinition) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MetricDefinition) Validate added in v1.14.0

func (s *MetricDefinition) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type MetricSpecification added in v1.44.315

type MetricSpecification struct {

	// Information about a customized metric.
	Customized *CustomizedMetricSpecification `type:"structure"`

	// Information about a predefined metric.
	Predefined *PredefinedMetricSpecification `type:"structure"`
	// contains filtered or unexported fields
}

An object containing information about a metric.

func (MetricSpecification) GoString added in v1.44.315

func (s MetricSpecification) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MetricSpecification) SetCustomized added in v1.44.315

SetCustomized sets the Customized field's value.

func (*MetricSpecification) SetPredefined added in v1.44.315

SetPredefined sets the Predefined field's value.

func (MetricSpecification) String added in v1.44.315

func (s MetricSpecification) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type MetricsSource added in v1.35.37

type MetricsSource struct {

	// The hash key used for the metrics source.
	ContentDigest *string `type:"string"`

	// The metric source content type.
	//
	// ContentType is a required field
	ContentType *string `type:"string" required:"true"`

	// The S3 URI for the metrics source.
	//
	// S3Uri is a required field
	S3Uri *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Details about the metrics source.

func (MetricsSource) GoString added in v1.35.37

func (s MetricsSource) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MetricsSource) SetContentDigest added in v1.35.37

func (s *MetricsSource) SetContentDigest(v string) *MetricsSource

SetContentDigest sets the ContentDigest field's value.

func (*MetricsSource) SetContentType added in v1.35.37

func (s *MetricsSource) SetContentType(v string) *MetricsSource

SetContentType sets the ContentType field's value.

func (*MetricsSource) SetS3Uri added in v1.35.37

func (s *MetricsSource) SetS3Uri(v string) *MetricsSource

SetS3Uri sets the S3Uri field's value.

func (MetricsSource) String added in v1.35.37

func (s MetricsSource) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MetricsSource) Validate added in v1.35.37

func (s *MetricsSource) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Model added in v1.44.150

type Model struct {

	// The containers in the inference pipeline.
	Containers []*ContainerDefinition `type:"list"`

	// A timestamp that indicates when the model was created.
	CreationTime *time.Time `type:"timestamp"`

	// A set of recommended deployment configurations for the model.
	DeploymentRecommendation *DeploymentRecommendation `type:"structure"`

	// Isolates the model container. No inbound or outbound network calls can be
	// made to or from the model container.
	EnableNetworkIsolation *bool `type:"boolean"`

	// The Amazon Resource Name (ARN) of the IAM role that you specified for the
	// model.
	ExecutionRoleArn *string `min:"20" type:"string"`

	// Specifies details about how containers in a multi-container endpoint are
	// run.
	InferenceExecutionConfig *InferenceExecutionConfig `type:"structure"`

	// The Amazon Resource Name (ARN) of the model.
	ModelArn *string `min:"20" type:"string"`

	// The name of the model.
	ModelName *string `type:"string"`

	// Describes the container, as part of model definition.
	PrimaryContainer *ContainerDefinition `type:"structure"`

	// A list of key-value pairs associated with the model. For more information,
	// see Tagging Amazon Web Services resources (https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html)
	// in the Amazon Web Services General Reference Guide.
	Tags []*Tag `type:"list"`

	// Specifies a VPC that your training jobs and hosted models have access to.
	// Control access to and from your training and model containers by configuring
	// the VPC. For more information, see Protect Endpoints by Using an Amazon Virtual
	// Private Cloud (https://docs.aws.amazon.com/sagemaker/latest/dg/host-vpc.html)
	// and Protect Training Jobs by Using an Amazon Virtual Private Cloud (https://docs.aws.amazon.com/sagemaker/latest/dg/train-vpc.html).
	VpcConfig *VpcConfig `type:"structure"`
	// contains filtered or unexported fields
}

The properties of a model as returned by the Search (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_Search.html) API.

func (Model) GoString added in v1.44.150

func (s Model) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Model) SetContainers added in v1.44.150

func (s *Model) SetContainers(v []*ContainerDefinition) *Model

SetContainers sets the Containers field's value.

func (*Model) SetCreationTime added in v1.44.150

func (s *Model) SetCreationTime(v time.Time) *Model

SetCreationTime sets the CreationTime field's value.

func (*Model) SetDeploymentRecommendation added in v1.44.269

func (s *Model) SetDeploymentRecommendation(v *DeploymentRecommendation) *Model

SetDeploymentRecommendation sets the DeploymentRecommendation field's value.

func (*Model) SetEnableNetworkIsolation added in v1.44.150

func (s *Model) SetEnableNetworkIsolation(v bool) *Model

SetEnableNetworkIsolation sets the EnableNetworkIsolation field's value.

func (*Model) SetExecutionRoleArn added in v1.44.150

func (s *Model) SetExecutionRoleArn(v string) *Model

SetExecutionRoleArn sets the ExecutionRoleArn field's value.

func (*Model) SetInferenceExecutionConfig added in v1.44.150

func (s *Model) SetInferenceExecutionConfig(v *InferenceExecutionConfig) *Model

SetInferenceExecutionConfig sets the InferenceExecutionConfig field's value.

func (*Model) SetModelArn added in v1.44.150

func (s *Model) SetModelArn(v string) *Model

SetModelArn sets the ModelArn field's value.

func (*Model) SetModelName added in v1.44.150

func (s *Model) SetModelName(v string) *Model

SetModelName sets the ModelName field's value.

func (*Model) SetPrimaryContainer added in v1.44.150

func (s *Model) SetPrimaryContainer(v *ContainerDefinition) *Model

SetPrimaryContainer sets the PrimaryContainer field's value.

func (*Model) SetTags added in v1.44.150

func (s *Model) SetTags(v []*Tag) *Model

SetTags sets the Tags field's value.

func (*Model) SetVpcConfig added in v1.44.150

func (s *Model) SetVpcConfig(v *VpcConfig) *Model

SetVpcConfig sets the VpcConfig field's value.

func (Model) String added in v1.44.150

func (s Model) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ModelArtifacts

type ModelArtifacts struct {

	// The path of the S3 object that contains the model artifacts. For example,
	// s3://bucket-name/keynameprefix/model.tar.gz.
	//
	// S3ModelArtifacts is a required field
	S3ModelArtifacts *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Provides information about the location that is configured for storing model artifacts.

Model artifacts are the output that results from training a model, and typically consist of trained parameters, a model definition that describes how to compute inferences, and other metadata.

func (ModelArtifacts) GoString

func (s ModelArtifacts) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelArtifacts) SetS3ModelArtifacts

func (s *ModelArtifacts) SetS3ModelArtifacts(v string) *ModelArtifacts

SetS3ModelArtifacts sets the S3ModelArtifacts field's value.

func (ModelArtifacts) String

func (s ModelArtifacts) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ModelBiasAppSpecification added in v1.36.4

type ModelBiasAppSpecification struct {

	// JSON formatted S3 file that defines bias parameters. For more information
	// on this JSON configuration file, see Configure bias parameters (https://docs.aws.amazon.com/sagemaker/latest/dg/clarify-config-json-monitor-bias-parameters.html).
	//
	// ConfigUri is a required field
	ConfigUri *string `type:"string" required:"true"`

	// Sets the environment variables in the Docker container.
	Environment map[string]*string `type:"map"`

	// The container image to be run by the model bias job.
	//
	// ImageUri is a required field
	ImageUri *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Docker container image configuration object for the model bias job.

func (ModelBiasAppSpecification) GoString added in v1.36.4

func (s ModelBiasAppSpecification) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelBiasAppSpecification) SetConfigUri added in v1.36.4

SetConfigUri sets the ConfigUri field's value.

func (*ModelBiasAppSpecification) SetEnvironment added in v1.36.4

SetEnvironment sets the Environment field's value.

func (*ModelBiasAppSpecification) SetImageUri added in v1.36.4

SetImageUri sets the ImageUri field's value.

func (ModelBiasAppSpecification) String added in v1.36.4

func (s ModelBiasAppSpecification) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelBiasAppSpecification) Validate added in v1.36.4

func (s *ModelBiasAppSpecification) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ModelBiasBaselineConfig added in v1.36.4

type ModelBiasBaselineConfig struct {

	// The name of the baseline model bias job.
	BaseliningJobName *string `min:"1" type:"string"`

	// The constraints resource for a monitoring job.
	ConstraintsResource *MonitoringConstraintsResource `type:"structure"`
	// contains filtered or unexported fields
}

The configuration for a baseline model bias job.

func (ModelBiasBaselineConfig) GoString added in v1.36.4

func (s ModelBiasBaselineConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelBiasBaselineConfig) SetBaseliningJobName added in v1.36.4

func (s *ModelBiasBaselineConfig) SetBaseliningJobName(v string) *ModelBiasBaselineConfig

SetBaseliningJobName sets the BaseliningJobName field's value.

func (*ModelBiasBaselineConfig) SetConstraintsResource added in v1.36.4

SetConstraintsResource sets the ConstraintsResource field's value.

func (ModelBiasBaselineConfig) String added in v1.36.4

func (s ModelBiasBaselineConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelBiasBaselineConfig) Validate added in v1.36.4

func (s *ModelBiasBaselineConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ModelBiasJobInput added in v1.36.4

type ModelBiasJobInput struct {

	// Input object for the batch transform job.
	BatchTransformInput *BatchTransformInput_ `type:"structure"`

	// Input object for the endpoint
	EndpointInput *EndpointInput `type:"structure"`

	// Location of ground truth labels to use in model bias job.
	//
	// GroundTruthS3Input is a required field
	GroundTruthS3Input *MonitoringGroundTruthS3Input `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

Inputs for the model bias job.

func (ModelBiasJobInput) GoString added in v1.36.4

func (s ModelBiasJobInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelBiasJobInput) SetBatchTransformInput added in v1.44.118

func (s *ModelBiasJobInput) SetBatchTransformInput(v *BatchTransformInput_) *ModelBiasJobInput

SetBatchTransformInput sets the BatchTransformInput field's value.

func (*ModelBiasJobInput) SetEndpointInput added in v1.36.4

func (s *ModelBiasJobInput) SetEndpointInput(v *EndpointInput) *ModelBiasJobInput

SetEndpointInput sets the EndpointInput field's value.

func (*ModelBiasJobInput) SetGroundTruthS3Input added in v1.36.4

SetGroundTruthS3Input sets the GroundTruthS3Input field's value.

func (ModelBiasJobInput) String added in v1.36.4

func (s ModelBiasJobInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelBiasJobInput) Validate added in v1.36.4

func (s *ModelBiasJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ModelCard added in v1.44.150

type ModelCard struct {

	// The content of the model card. Content uses the model card JSON schema (https://docs.aws.amazon.com/sagemaker/latest/dg/model-cards.html#model-cards-json-schema)
	// and provided as a string.
	//
	// Content is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by ModelCard's
	// String and GoString methods.
	Content *string `type:"string" sensitive:"true"`

	// Information about the user who created or modified an experiment, trial,
	// trial component, lineage group, project, or model card.
	CreatedBy *UserContext `type:"structure"`

	// The date and time that the model card was created.
	CreationTime *time.Time `type:"timestamp"`

	// Information about the user who created or modified an experiment, trial,
	// trial component, lineage group, project, or model card.
	LastModifiedBy *UserContext `type:"structure"`

	// The date and time that the model card was last modified.
	LastModifiedTime *time.Time `type:"timestamp"`

	// The Amazon Resource Name (ARN) of the model card.
	ModelCardArn *string `type:"string"`

	// The unique name of the model card.
	ModelCardName *string `min:"1" type:"string"`

	// The approval status of the model card within your organization. Different
	// organizations might have different criteria for model card review and approval.
	//
	//    * Draft: The model card is a work in progress.
	//
	//    * PendingReview: The model card is pending review.
	//
	//    * Approved: The model card is approved.
	//
	//    * Archived: The model card is archived. No more updates should be made
	//    to the model card, but it can still be exported.
	ModelCardStatus *string `type:"string" enum:"ModelCardStatus"`

	// The version of the model card.
	ModelCardVersion *int64 `type:"integer"`

	// The unique name (ID) of the model.
	ModelId *string `type:"string"`

	// The model package group that contains the model package. Only relevant for
	// model cards created for model packages in the Amazon SageMaker Model Registry.
	ModelPackageGroupName *string `type:"string"`

	// The risk rating of the model. Different organizations might have different
	// criteria for model card risk ratings. For more information, see Risk ratings
	// (https://docs.aws.amazon.com/sagemaker/latest/dg/model-cards-risk-rating.html).
	RiskRating *string `type:"string"`

	// The security configuration used to protect model card data.
	SecurityConfig *ModelCardSecurityConfig `type:"structure"`

	// Key-value pairs used to manage metadata for the model card.
	Tags []*Tag `type:"list"`
	// contains filtered or unexported fields
}

An Amazon SageMaker Model Card.

func (ModelCard) GoString added in v1.44.150

func (s ModelCard) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelCard) SetContent added in v1.44.150

func (s *ModelCard) SetContent(v string) *ModelCard

SetContent sets the Content field's value.

func (*ModelCard) SetCreatedBy added in v1.44.150

func (s *ModelCard) SetCreatedBy(v *UserContext) *ModelCard

SetCreatedBy sets the CreatedBy field's value.

func (*ModelCard) SetCreationTime added in v1.44.150

func (s *ModelCard) SetCreationTime(v time.Time) *ModelCard

SetCreationTime sets the CreationTime field's value.

func (*ModelCard) SetLastModifiedBy added in v1.44.150

func (s *ModelCard) SetLastModifiedBy(v *UserContext) *ModelCard

SetLastModifiedBy sets the LastModifiedBy field's value.

func (*ModelCard) SetLastModifiedTime added in v1.44.150

func (s *ModelCard) SetLastModifiedTime(v time.Time) *ModelCard

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*ModelCard) SetModelCardArn added in v1.44.150

func (s *ModelCard) SetModelCardArn(v string) *ModelCard

SetModelCardArn sets the ModelCardArn field's value.

func (*ModelCard) SetModelCardName added in v1.44.150

func (s *ModelCard) SetModelCardName(v string) *ModelCard

SetModelCardName sets the ModelCardName field's value.

func (*ModelCard) SetModelCardStatus added in v1.44.150

func (s *ModelCard) SetModelCardStatus(v string) *ModelCard

SetModelCardStatus sets the ModelCardStatus field's value.

func (*ModelCard) SetModelCardVersion added in v1.44.150

func (s *ModelCard) SetModelCardVersion(v int64) *ModelCard

SetModelCardVersion sets the ModelCardVersion field's value.

func (*ModelCard) SetModelId added in v1.44.150

func (s *ModelCard) SetModelId(v string) *ModelCard

SetModelId sets the ModelId field's value.

func (*ModelCard) SetModelPackageGroupName added in v1.44.292

func (s *ModelCard) SetModelPackageGroupName(v string) *ModelCard

SetModelPackageGroupName sets the ModelPackageGroupName field's value.

func (*ModelCard) SetRiskRating added in v1.44.150

func (s *ModelCard) SetRiskRating(v string) *ModelCard

SetRiskRating sets the RiskRating field's value.

func (*ModelCard) SetSecurityConfig added in v1.44.150

func (s *ModelCard) SetSecurityConfig(v *ModelCardSecurityConfig) *ModelCard

SetSecurityConfig sets the SecurityConfig field's value.

func (*ModelCard) SetTags added in v1.44.150

func (s *ModelCard) SetTags(v []*Tag) *ModelCard

SetTags sets the Tags field's value.

func (ModelCard) String added in v1.44.150

func (s ModelCard) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ModelCardExportArtifacts added in v1.44.150

type ModelCardExportArtifacts struct {

	// The Amazon S3 URI of the exported model artifacts.
	//
	// S3ExportArtifacts is a required field
	S3ExportArtifacts *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

The artifacts of the model card export job.

func (ModelCardExportArtifacts) GoString added in v1.44.150

func (s ModelCardExportArtifacts) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelCardExportArtifacts) SetS3ExportArtifacts added in v1.44.150

func (s *ModelCardExportArtifacts) SetS3ExportArtifacts(v string) *ModelCardExportArtifacts

SetS3ExportArtifacts sets the S3ExportArtifacts field's value.

func (ModelCardExportArtifacts) String added in v1.44.150

func (s ModelCardExportArtifacts) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ModelCardExportJobSummary added in v1.44.150

type ModelCardExportJobSummary struct {

	// The date and time that the model card export job was created.
	//
	// CreatedAt is a required field
	CreatedAt *time.Time `type:"timestamp" required:"true"`

	// The date and time that the model card export job was last modified..
	//
	// LastModifiedAt is a required field
	LastModifiedAt *time.Time `type:"timestamp" required:"true"`

	// The Amazon Resource Name (ARN) of the model card export job.
	//
	// ModelCardExportJobArn is a required field
	ModelCardExportJobArn *string `type:"string" required:"true"`

	// The name of the model card export job.
	//
	// ModelCardExportJobName is a required field
	ModelCardExportJobName *string `min:"1" type:"string" required:"true"`

	// The name of the model card that the export job exports.
	//
	// ModelCardName is a required field
	ModelCardName *string `min:"1" type:"string" required:"true"`

	// The version of the model card that the export job exports.
	//
	// ModelCardVersion is a required field
	ModelCardVersion *int64 `type:"integer" required:"true"`

	// The completion status of the model card export job.
	//
	// Status is a required field
	Status *string `type:"string" required:"true" enum:"ModelCardExportJobStatus"`
	// contains filtered or unexported fields
}

The summary of the Amazon SageMaker Model Card export job.

func (ModelCardExportJobSummary) GoString added in v1.44.150

func (s ModelCardExportJobSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelCardExportJobSummary) SetCreatedAt added in v1.44.150

SetCreatedAt sets the CreatedAt field's value.

func (*ModelCardExportJobSummary) SetLastModifiedAt added in v1.44.150

SetLastModifiedAt sets the LastModifiedAt field's value.

func (*ModelCardExportJobSummary) SetModelCardExportJobArn added in v1.44.150

func (s *ModelCardExportJobSummary) SetModelCardExportJobArn(v string) *ModelCardExportJobSummary

SetModelCardExportJobArn sets the ModelCardExportJobArn field's value.

func (*ModelCardExportJobSummary) SetModelCardExportJobName added in v1.44.150

func (s *ModelCardExportJobSummary) SetModelCardExportJobName(v string) *ModelCardExportJobSummary

SetModelCardExportJobName sets the ModelCardExportJobName field's value.

func (*ModelCardExportJobSummary) SetModelCardName added in v1.44.150

SetModelCardName sets the ModelCardName field's value.

func (*ModelCardExportJobSummary) SetModelCardVersion added in v1.44.150

func (s *ModelCardExportJobSummary) SetModelCardVersion(v int64) *ModelCardExportJobSummary

SetModelCardVersion sets the ModelCardVersion field's value.

func (*ModelCardExportJobSummary) SetStatus added in v1.44.150

SetStatus sets the Status field's value.

func (ModelCardExportJobSummary) String added in v1.44.150

func (s ModelCardExportJobSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ModelCardExportOutputConfig added in v1.44.150

type ModelCardExportOutputConfig struct {

	// The Amazon S3 output path to export your model card PDF.
	//
	// S3OutputPath is a required field
	S3OutputPath *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Configure the export output details for an Amazon SageMaker Model Card.

func (ModelCardExportOutputConfig) GoString added in v1.44.150

func (s ModelCardExportOutputConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelCardExportOutputConfig) SetS3OutputPath added in v1.44.150

SetS3OutputPath sets the S3OutputPath field's value.

func (ModelCardExportOutputConfig) String added in v1.44.150

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelCardExportOutputConfig) Validate added in v1.44.150

func (s *ModelCardExportOutputConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ModelCardSecurityConfig added in v1.44.150

type ModelCardSecurityConfig struct {

	// A Key Management Service key ID (https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id-key-id)
	// to use for encrypting a model card.
	KmsKeyId *string `type:"string"`
	// contains filtered or unexported fields
}

Configure the security settings to protect model card data.

func (ModelCardSecurityConfig) GoString added in v1.44.150

func (s ModelCardSecurityConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelCardSecurityConfig) SetKmsKeyId added in v1.44.150

SetKmsKeyId sets the KmsKeyId field's value.

func (ModelCardSecurityConfig) String added in v1.44.150

func (s ModelCardSecurityConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ModelCardSummary added in v1.44.150

type ModelCardSummary struct {

	// The date and time that the model card was created.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// The date and time that the model card was last modified.
	LastModifiedTime *time.Time `type:"timestamp"`

	// The Amazon Resource Name (ARN) of the model card.
	//
	// ModelCardArn is a required field
	ModelCardArn *string `type:"string" required:"true"`

	// The name of the model card.
	//
	// ModelCardName is a required field
	ModelCardName *string `min:"1" type:"string" required:"true"`

	// The approval status of the model card within your organization. Different
	// organizations might have different criteria for model card review and approval.
	//
	//    * Draft: The model card is a work in progress.
	//
	//    * PendingReview: The model card is pending review.
	//
	//    * Approved: The model card is approved.
	//
	//    * Archived: The model card is archived. No more updates should be made
	//    to the model card, but it can still be exported.
	//
	// ModelCardStatus is a required field
	ModelCardStatus *string `type:"string" required:"true" enum:"ModelCardStatus"`
	// contains filtered or unexported fields
}

A summary of the model card.

func (ModelCardSummary) GoString added in v1.44.150

func (s ModelCardSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelCardSummary) SetCreationTime added in v1.44.150

func (s *ModelCardSummary) SetCreationTime(v time.Time) *ModelCardSummary

SetCreationTime sets the CreationTime field's value.

func (*ModelCardSummary) SetLastModifiedTime added in v1.44.150

func (s *ModelCardSummary) SetLastModifiedTime(v time.Time) *ModelCardSummary

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*ModelCardSummary) SetModelCardArn added in v1.44.150

func (s *ModelCardSummary) SetModelCardArn(v string) *ModelCardSummary

SetModelCardArn sets the ModelCardArn field's value.

func (*ModelCardSummary) SetModelCardName added in v1.44.150

func (s *ModelCardSummary) SetModelCardName(v string) *ModelCardSummary

SetModelCardName sets the ModelCardName field's value.

func (*ModelCardSummary) SetModelCardStatus added in v1.44.150

func (s *ModelCardSummary) SetModelCardStatus(v string) *ModelCardSummary

SetModelCardStatus sets the ModelCardStatus field's value.

func (ModelCardSummary) String added in v1.44.150

func (s ModelCardSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ModelCardVersionSummary added in v1.44.150

type ModelCardVersionSummary struct {

	// The date and time that the model card version was created.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// The time date and time that the model card version was last modified.
	LastModifiedTime *time.Time `type:"timestamp"`

	// The Amazon Resource Name (ARN) of the model card.
	//
	// ModelCardArn is a required field
	ModelCardArn *string `type:"string" required:"true"`

	// The name of the model card.
	//
	// ModelCardName is a required field
	ModelCardName *string `min:"1" type:"string" required:"true"`

	// The approval status of the model card version within your organization. Different
	// organizations might have different criteria for model card review and approval.
	//
	//    * Draft: The model card is a work in progress.
	//
	//    * PendingReview: The model card is pending review.
	//
	//    * Approved: The model card is approved.
	//
	//    * Archived: The model card is archived. No more updates should be made
	//    to the model card, but it can still be exported.
	//
	// ModelCardStatus is a required field
	ModelCardStatus *string `type:"string" required:"true" enum:"ModelCardStatus"`

	// A version of the model card.
	//
	// ModelCardVersion is a required field
	ModelCardVersion *int64 `type:"integer" required:"true"`
	// contains filtered or unexported fields
}

A summary of a specific version of the model card.

func (ModelCardVersionSummary) GoString added in v1.44.150

func (s ModelCardVersionSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelCardVersionSummary) SetCreationTime added in v1.44.150

SetCreationTime sets the CreationTime field's value.

func (*ModelCardVersionSummary) SetLastModifiedTime added in v1.44.150

func (s *ModelCardVersionSummary) SetLastModifiedTime(v time.Time) *ModelCardVersionSummary

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*ModelCardVersionSummary) SetModelCardArn added in v1.44.150

SetModelCardArn sets the ModelCardArn field's value.

func (*ModelCardVersionSummary) SetModelCardName added in v1.44.150

func (s *ModelCardVersionSummary) SetModelCardName(v string) *ModelCardVersionSummary

SetModelCardName sets the ModelCardName field's value.

func (*ModelCardVersionSummary) SetModelCardStatus added in v1.44.150

func (s *ModelCardVersionSummary) SetModelCardStatus(v string) *ModelCardVersionSummary

SetModelCardStatus sets the ModelCardStatus field's value.

func (*ModelCardVersionSummary) SetModelCardVersion added in v1.44.150

func (s *ModelCardVersionSummary) SetModelCardVersion(v int64) *ModelCardVersionSummary

SetModelCardVersion sets the ModelCardVersion field's value.

func (ModelCardVersionSummary) String added in v1.44.150

func (s ModelCardVersionSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ModelClientConfig added in v1.32.11

type ModelClientConfig struct {

	// The maximum number of retries when invocation requests are failing. The default
	// value is 3.
	InvocationsMaxRetries *int64 `type:"integer"`

	// The timeout value in seconds for an invocation request. The default value
	// is 600.
	InvocationsTimeoutInSeconds *int64 `min:"1" type:"integer"`
	// contains filtered or unexported fields
}

Configures the timeout and maximum number of retries for processing a transform job invocation.

func (ModelClientConfig) GoString added in v1.32.11

func (s ModelClientConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelClientConfig) SetInvocationsMaxRetries added in v1.32.11

func (s *ModelClientConfig) SetInvocationsMaxRetries(v int64) *ModelClientConfig

SetInvocationsMaxRetries sets the InvocationsMaxRetries field's value.

func (*ModelClientConfig) SetInvocationsTimeoutInSeconds added in v1.32.11

func (s *ModelClientConfig) SetInvocationsTimeoutInSeconds(v int64) *ModelClientConfig

SetInvocationsTimeoutInSeconds sets the InvocationsTimeoutInSeconds field's value.

func (ModelClientConfig) String added in v1.32.11

func (s ModelClientConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelClientConfig) Validate added in v1.32.11

func (s *ModelClientConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ModelConfiguration added in v1.42.17

type ModelConfiguration struct {

	// The name of the compilation job used to create the recommended model artifacts.
	CompilationJobName *string `min:"1" type:"string"`

	// Defines the environment parameters that includes key, value types, and values.
	EnvironmentParameters []*EnvironmentParameter `min:"1" type:"list"`

	// The inference specification name in the model package version.
	InferenceSpecificationName *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

Defines the model configuration. Includes the specification name and environment parameters.

func (ModelConfiguration) GoString added in v1.42.17

func (s ModelConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelConfiguration) SetCompilationJobName added in v1.44.187

func (s *ModelConfiguration) SetCompilationJobName(v string) *ModelConfiguration

SetCompilationJobName sets the CompilationJobName field's value.

func (*ModelConfiguration) SetEnvironmentParameters added in v1.42.17

func (s *ModelConfiguration) SetEnvironmentParameters(v []*EnvironmentParameter) *ModelConfiguration

SetEnvironmentParameters sets the EnvironmentParameters field's value.

func (*ModelConfiguration) SetInferenceSpecificationName added in v1.42.17

func (s *ModelConfiguration) SetInferenceSpecificationName(v string) *ModelConfiguration

SetInferenceSpecificationName sets the InferenceSpecificationName field's value.

func (ModelConfiguration) String added in v1.42.17

func (s ModelConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ModelDashboardEndpoint added in v1.44.150

type ModelDashboardEndpoint struct {

	// A timestamp that indicates when the endpoint was created.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// The Amazon Resource Name (ARN) of the endpoint.
	//
	// EndpointArn is a required field
	EndpointArn *string `min:"20" type:"string" required:"true"`

	// The endpoint name.
	//
	// EndpointName is a required field
	EndpointName *string `type:"string" required:"true"`

	// The endpoint status.
	//
	// EndpointStatus is a required field
	EndpointStatus *string `type:"string" required:"true" enum:"EndpointStatus"`

	// The last time the endpoint was modified.
	//
	// LastModifiedTime is a required field
	LastModifiedTime *time.Time `type:"timestamp" required:"true"`
	// contains filtered or unexported fields
}

An endpoint that hosts a model displayed in the Amazon SageMaker Model Dashboard.

func (ModelDashboardEndpoint) GoString added in v1.44.150

func (s ModelDashboardEndpoint) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelDashboardEndpoint) SetCreationTime added in v1.44.150

func (s *ModelDashboardEndpoint) SetCreationTime(v time.Time) *ModelDashboardEndpoint

SetCreationTime sets the CreationTime field's value.

func (*ModelDashboardEndpoint) SetEndpointArn added in v1.44.150

SetEndpointArn sets the EndpointArn field's value.

func (*ModelDashboardEndpoint) SetEndpointName added in v1.44.150

func (s *ModelDashboardEndpoint) SetEndpointName(v string) *ModelDashboardEndpoint

SetEndpointName sets the EndpointName field's value.

func (*ModelDashboardEndpoint) SetEndpointStatus added in v1.44.150

func (s *ModelDashboardEndpoint) SetEndpointStatus(v string) *ModelDashboardEndpoint

SetEndpointStatus sets the EndpointStatus field's value.

func (*ModelDashboardEndpoint) SetLastModifiedTime added in v1.44.150

func (s *ModelDashboardEndpoint) SetLastModifiedTime(v time.Time) *ModelDashboardEndpoint

SetLastModifiedTime sets the LastModifiedTime field's value.

func (ModelDashboardEndpoint) String added in v1.44.150

func (s ModelDashboardEndpoint) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ModelDashboardIndicatorAction added in v1.44.150

type ModelDashboardIndicatorAction struct {

	// Indicates whether the alert action is turned on.
	Enabled *bool `type:"boolean"`
	// contains filtered or unexported fields
}

An alert action taken to light up an icon on the Amazon SageMaker Model Dashboard when an alert goes into InAlert status.

func (ModelDashboardIndicatorAction) GoString added in v1.44.150

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelDashboardIndicatorAction) SetEnabled added in v1.44.150

SetEnabled sets the Enabled field's value.

func (ModelDashboardIndicatorAction) String added in v1.44.150

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ModelDashboardModel added in v1.44.150

type ModelDashboardModel struct {

	// The endpoints that host a model.
	Endpoints []*ModelDashboardEndpoint `type:"list"`

	// A batch transform job. For information about SageMaker batch transform, see
	// Use Batch Transform (https://docs.aws.amazon.com/sagemaker/latest/dg/batch-transform.html).
	LastBatchTransformJob *TransformJob `type:"structure"`

	// A model displayed in the Model Dashboard.
	Model *Model `type:"structure"`

	// The model card for a model.
	ModelCard *ModelDashboardModelCard `type:"structure"`

	// The monitoring schedules for a model.
	MonitoringSchedules []*ModelDashboardMonitoringSchedule `type:"list"`
	// contains filtered or unexported fields
}

A model displayed in the Amazon SageMaker Model Dashboard.

func (ModelDashboardModel) GoString added in v1.44.150

func (s ModelDashboardModel) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelDashboardModel) SetEndpoints added in v1.44.150

SetEndpoints sets the Endpoints field's value.

func (*ModelDashboardModel) SetLastBatchTransformJob added in v1.44.150

func (s *ModelDashboardModel) SetLastBatchTransformJob(v *TransformJob) *ModelDashboardModel

SetLastBatchTransformJob sets the LastBatchTransformJob field's value.

func (*ModelDashboardModel) SetModel added in v1.44.150

SetModel sets the Model field's value.

func (*ModelDashboardModel) SetModelCard added in v1.44.150

SetModelCard sets the ModelCard field's value.

func (*ModelDashboardModel) SetMonitoringSchedules added in v1.44.150

SetMonitoringSchedules sets the MonitoringSchedules field's value.

func (ModelDashboardModel) String added in v1.44.150

func (s ModelDashboardModel) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ModelDashboardModelCard added in v1.44.150

type ModelDashboardModelCard struct {

	// Information about the user who created or modified an experiment, trial,
	// trial component, lineage group, project, or model card.
	CreatedBy *UserContext `type:"structure"`

	// A timestamp that indicates when the model card was created.
	CreationTime *time.Time `type:"timestamp"`

	// Information about the user who created or modified an experiment, trial,
	// trial component, lineage group, project, or model card.
	LastModifiedBy *UserContext `type:"structure"`

	// A timestamp that indicates when the model card was last updated.
	LastModifiedTime *time.Time `type:"timestamp"`

	// The Amazon Resource Name (ARN) for a model card.
	ModelCardArn *string `type:"string"`

	// The name of a model card.
	ModelCardName *string `min:"1" type:"string"`

	// The model card status.
	ModelCardStatus *string `type:"string" enum:"ModelCardStatus"`

	// The model card version.
	ModelCardVersion *int64 `type:"integer"`

	// For models created in SageMaker, this is the model ARN. For models created
	// outside of SageMaker, this is a user-customized string.
	ModelId *string `type:"string"`

	// A model card's risk rating. Can be low, medium, or high.
	RiskRating *string `type:"string"`

	// The KMS Key ID (KMSKeyId) for encryption of model card information.
	SecurityConfig *ModelCardSecurityConfig `type:"structure"`

	// The tags associated with a model card.
	Tags []*Tag `type:"list"`
	// contains filtered or unexported fields
}

The model card for a model displayed in the Amazon SageMaker Model Dashboard.

func (ModelDashboardModelCard) GoString added in v1.44.150

func (s ModelDashboardModelCard) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelDashboardModelCard) SetCreatedBy added in v1.44.150

SetCreatedBy sets the CreatedBy field's value.

func (*ModelDashboardModelCard) SetCreationTime added in v1.44.150

SetCreationTime sets the CreationTime field's value.

func (*ModelDashboardModelCard) SetLastModifiedBy added in v1.44.150

SetLastModifiedBy sets the LastModifiedBy field's value.

func (*ModelDashboardModelCard) SetLastModifiedTime added in v1.44.150

func (s *ModelDashboardModelCard) SetLastModifiedTime(v time.Time) *ModelDashboardModelCard

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*ModelDashboardModelCard) SetModelCardArn added in v1.44.150

SetModelCardArn sets the ModelCardArn field's value.

func (*ModelDashboardModelCard) SetModelCardName added in v1.44.150

func (s *ModelDashboardModelCard) SetModelCardName(v string) *ModelDashboardModelCard

SetModelCardName sets the ModelCardName field's value.

func (*ModelDashboardModelCard) SetModelCardStatus added in v1.44.150

func (s *ModelDashboardModelCard) SetModelCardStatus(v string) *ModelDashboardModelCard

SetModelCardStatus sets the ModelCardStatus field's value.

func (*ModelDashboardModelCard) SetModelCardVersion added in v1.44.150

func (s *ModelDashboardModelCard) SetModelCardVersion(v int64) *ModelDashboardModelCard

SetModelCardVersion sets the ModelCardVersion field's value.

func (*ModelDashboardModelCard) SetModelId added in v1.44.150

SetModelId sets the ModelId field's value.

func (*ModelDashboardModelCard) SetRiskRating added in v1.44.150

SetRiskRating sets the RiskRating field's value.

func (*ModelDashboardModelCard) SetSecurityConfig added in v1.44.150

SetSecurityConfig sets the SecurityConfig field's value.

func (*ModelDashboardModelCard) SetTags added in v1.44.150

SetTags sets the Tags field's value.

func (ModelDashboardModelCard) String added in v1.44.150

func (s ModelDashboardModelCard) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ModelDashboardMonitoringSchedule added in v1.44.150

type ModelDashboardMonitoringSchedule struct {

	// A timestamp that indicates when the monitoring schedule was created.
	CreationTime *time.Time `type:"timestamp"`

	// The endpoint which is monitored.
	EndpointName *string `type:"string"`

	// If a monitoring job failed, provides the reason.
	FailureReason *string `type:"string"`

	// A timestamp that indicates when the monitoring schedule was last updated.
	LastModifiedTime *time.Time `type:"timestamp"`

	// Summary of information about the last monitoring job to run.
	LastMonitoringExecutionSummary *MonitoringExecutionSummary `type:"structure"`

	// A JSON array where each element is a summary for a monitoring alert.
	MonitoringAlertSummaries []*MonitoringAlertSummary `min:"1" type:"list"`

	// The Amazon Resource Name (ARN) of a monitoring schedule.
	MonitoringScheduleArn *string `type:"string"`

	// Configures the monitoring schedule and defines the monitoring job.
	MonitoringScheduleConfig *MonitoringScheduleConfig `type:"structure"`

	// The name of a monitoring schedule.
	MonitoringScheduleName *string `min:"1" type:"string"`

	// The status of the monitoring schedule.
	MonitoringScheduleStatus *string `type:"string" enum:"ScheduleStatus"`

	// The monitor type of a model monitor.
	MonitoringType *string `type:"string" enum:"MonitoringType"`
	// contains filtered or unexported fields
}

A monitoring schedule for a model displayed in the Amazon SageMaker Model Dashboard.

func (ModelDashboardMonitoringSchedule) GoString added in v1.44.150

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelDashboardMonitoringSchedule) SetCreationTime added in v1.44.150

SetCreationTime sets the CreationTime field's value.

func (*ModelDashboardMonitoringSchedule) SetEndpointName added in v1.44.150

SetEndpointName sets the EndpointName field's value.

func (*ModelDashboardMonitoringSchedule) SetFailureReason added in v1.44.150

SetFailureReason sets the FailureReason field's value.

func (*ModelDashboardMonitoringSchedule) SetLastModifiedTime added in v1.44.150

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*ModelDashboardMonitoringSchedule) SetLastMonitoringExecutionSummary added in v1.44.150

SetLastMonitoringExecutionSummary sets the LastMonitoringExecutionSummary field's value.

func (*ModelDashboardMonitoringSchedule) SetMonitoringAlertSummaries added in v1.44.150

SetMonitoringAlertSummaries sets the MonitoringAlertSummaries field's value.

func (*ModelDashboardMonitoringSchedule) SetMonitoringScheduleArn added in v1.44.150

SetMonitoringScheduleArn sets the MonitoringScheduleArn field's value.

func (*ModelDashboardMonitoringSchedule) SetMonitoringScheduleConfig added in v1.44.150

SetMonitoringScheduleConfig sets the MonitoringScheduleConfig field's value.

func (*ModelDashboardMonitoringSchedule) SetMonitoringScheduleName added in v1.44.150

SetMonitoringScheduleName sets the MonitoringScheduleName field's value.

func (*ModelDashboardMonitoringSchedule) SetMonitoringScheduleStatus added in v1.44.150

SetMonitoringScheduleStatus sets the MonitoringScheduleStatus field's value.

func (*ModelDashboardMonitoringSchedule) SetMonitoringType added in v1.44.150

SetMonitoringType sets the MonitoringType field's value.

func (ModelDashboardMonitoringSchedule) String added in v1.44.150

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ModelDataQuality added in v1.35.37

type ModelDataQuality struct {

	// Data quality constraints for a model.
	Constraints *MetricsSource `type:"structure"`

	// Data quality statistics for a model.
	Statistics *MetricsSource `type:"structure"`
	// contains filtered or unexported fields
}

Data quality constraints and statistics for a model.

func (ModelDataQuality) GoString added in v1.35.37

func (s ModelDataQuality) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelDataQuality) SetConstraints added in v1.35.37

func (s *ModelDataQuality) SetConstraints(v *MetricsSource) *ModelDataQuality

SetConstraints sets the Constraints field's value.

func (*ModelDataQuality) SetStatistics added in v1.35.37

func (s *ModelDataQuality) SetStatistics(v *MetricsSource) *ModelDataQuality

SetStatistics sets the Statistics field's value.

func (ModelDataQuality) String added in v1.35.37

func (s ModelDataQuality) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelDataQuality) Validate added in v1.35.37

func (s *ModelDataQuality) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ModelDataSource added in v1.44.287

type ModelDataSource struct {

	// Specifies the S3 location of ML model data to deploy.
	//
	// S3DataSource is a required field
	S3DataSource *S3ModelDataSource `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

Specifies the location of ML model data to deploy. If specified, you must specify one and only one of the available data sources.

func (ModelDataSource) GoString added in v1.44.287

func (s ModelDataSource) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelDataSource) SetS3DataSource added in v1.44.287

func (s *ModelDataSource) SetS3DataSource(v *S3ModelDataSource) *ModelDataSource

SetS3DataSource sets the S3DataSource field's value.

func (ModelDataSource) String added in v1.44.287

func (s ModelDataSource) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelDataSource) Validate added in v1.44.287

func (s *ModelDataSource) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ModelDeployConfig added in v1.38.34

type ModelDeployConfig struct {

	// Set to True to automatically generate an endpoint name for a one-click Autopilot
	// model deployment; set to False otherwise. The default value is False.
	//
	// If you set AutoGenerateEndpointName to True, do not specify the EndpointName;
	// otherwise a 400 error is thrown.
	AutoGenerateEndpointName *bool `type:"boolean"`

	// Specifies the endpoint name to use for a one-click Autopilot model deployment
	// if the endpoint name is not generated automatically.
	//
	// Specify the EndpointName if and only if you set AutoGenerateEndpointName
	// to False; otherwise a 400 error is thrown.
	EndpointName *string `type:"string"`
	// contains filtered or unexported fields
}

Specifies how to generate the endpoint name for an automatic one-click Autopilot model deployment.

func (ModelDeployConfig) GoString added in v1.38.34

func (s ModelDeployConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelDeployConfig) SetAutoGenerateEndpointName added in v1.38.34

func (s *ModelDeployConfig) SetAutoGenerateEndpointName(v bool) *ModelDeployConfig

SetAutoGenerateEndpointName sets the AutoGenerateEndpointName field's value.

func (*ModelDeployConfig) SetEndpointName added in v1.38.34

func (s *ModelDeployConfig) SetEndpointName(v string) *ModelDeployConfig

SetEndpointName sets the EndpointName field's value.

func (ModelDeployConfig) String added in v1.38.34

func (s ModelDeployConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ModelDeployResult added in v1.38.34

type ModelDeployResult struct {

	// The name of the endpoint to which the model has been deployed.
	//
	// If model deployment fails, this field is omitted from the response.
	EndpointName *string `type:"string"`
	// contains filtered or unexported fields
}

Provides information about the endpoint of the model deployment.

func (ModelDeployResult) GoString added in v1.38.34

func (s ModelDeployResult) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelDeployResult) SetEndpointName added in v1.38.34

func (s *ModelDeployResult) SetEndpointName(v string) *ModelDeployResult

SetEndpointName sets the EndpointName field's value.

func (ModelDeployResult) String added in v1.38.34

func (s ModelDeployResult) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ModelDigests added in v1.35.37

type ModelDigests struct {

	// Provides a hash value that uniquely identifies the stored model artifacts.
	ArtifactDigest *string `type:"string"`
	// contains filtered or unexported fields
}

Provides information to verify the integrity of stored model artifacts.

func (ModelDigests) GoString added in v1.35.37

func (s ModelDigests) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelDigests) SetArtifactDigest added in v1.35.37

func (s *ModelDigests) SetArtifactDigest(v string) *ModelDigests

SetArtifactDigest sets the ArtifactDigest field's value.

func (ModelDigests) String added in v1.35.37

func (s ModelDigests) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ModelExplainabilityAppSpecification added in v1.36.4

type ModelExplainabilityAppSpecification struct {

	// JSON formatted S3 file that defines explainability parameters. For more information
	// on this JSON configuration file, see Configure model explainability parameters
	// (https://docs.aws.amazon.com/sagemaker/latest/dg/clarify-config-json-monitor-model-explainability-parameters.html).
	//
	// ConfigUri is a required field
	ConfigUri *string `type:"string" required:"true"`

	// Sets the environment variables in the Docker container.
	Environment map[string]*string `type:"map"`

	// The container image to be run by the model explainability job.
	//
	// ImageUri is a required field
	ImageUri *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Docker container image configuration object for the model explainability job.

func (ModelExplainabilityAppSpecification) GoString added in v1.36.4

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelExplainabilityAppSpecification) SetConfigUri added in v1.36.4

SetConfigUri sets the ConfigUri field's value.

func (*ModelExplainabilityAppSpecification) SetEnvironment added in v1.36.4

SetEnvironment sets the Environment field's value.

func (*ModelExplainabilityAppSpecification) SetImageUri added in v1.36.4

SetImageUri sets the ImageUri field's value.

func (ModelExplainabilityAppSpecification) String added in v1.36.4

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelExplainabilityAppSpecification) Validate added in v1.36.4

Validate inspects the fields of the type to determine if they are valid.

type ModelExplainabilityBaselineConfig added in v1.36.4

type ModelExplainabilityBaselineConfig struct {

	// The name of the baseline model explainability job.
	BaseliningJobName *string `min:"1" type:"string"`

	// The constraints resource for a monitoring job.
	ConstraintsResource *MonitoringConstraintsResource `type:"structure"`
	// contains filtered or unexported fields
}

The configuration for a baseline model explainability job.

func (ModelExplainabilityBaselineConfig) GoString added in v1.36.4

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelExplainabilityBaselineConfig) SetBaseliningJobName added in v1.36.4

SetBaseliningJobName sets the BaseliningJobName field's value.

func (*ModelExplainabilityBaselineConfig) SetConstraintsResource added in v1.36.4

SetConstraintsResource sets the ConstraintsResource field's value.

func (ModelExplainabilityBaselineConfig) String added in v1.36.4

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelExplainabilityBaselineConfig) Validate added in v1.36.4

Validate inspects the fields of the type to determine if they are valid.

type ModelExplainabilityJobInput added in v1.36.4

type ModelExplainabilityJobInput struct {

	// Input object for the batch transform job.
	BatchTransformInput *BatchTransformInput_ `type:"structure"`

	// Input object for the endpoint
	EndpointInput *EndpointInput `type:"structure"`
	// contains filtered or unexported fields
}

Inputs for the model explainability job.

func (ModelExplainabilityJobInput) GoString added in v1.36.4

func (s ModelExplainabilityJobInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelExplainabilityJobInput) SetBatchTransformInput added in v1.44.118

SetBatchTransformInput sets the BatchTransformInput field's value.

func (*ModelExplainabilityJobInput) SetEndpointInput added in v1.36.4

SetEndpointInput sets the EndpointInput field's value.

func (ModelExplainabilityJobInput) String added in v1.36.4

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelExplainabilityJobInput) Validate added in v1.36.4

func (s *ModelExplainabilityJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ModelInfrastructureConfig added in v1.44.150

type ModelInfrastructureConfig struct {

	// The inference option to which to deploy your model. Possible values are the
	// following:
	//
	//    * RealTime: Deploy to real-time inference.
	//
	// InfrastructureType is a required field
	InfrastructureType *string `type:"string" required:"true" enum:"ModelInfrastructureType"`

	// The infrastructure configuration for deploying the model to real-time inference.
	//
	// RealTimeInferenceConfig is a required field
	RealTimeInferenceConfig *RealTimeInferenceConfig `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

The configuration for the infrastructure that the model will be deployed to.

func (ModelInfrastructureConfig) GoString added in v1.44.150

func (s ModelInfrastructureConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelInfrastructureConfig) SetInfrastructureType added in v1.44.150

func (s *ModelInfrastructureConfig) SetInfrastructureType(v string) *ModelInfrastructureConfig

SetInfrastructureType sets the InfrastructureType field's value.

func (*ModelInfrastructureConfig) SetRealTimeInferenceConfig added in v1.44.150

SetRealTimeInferenceConfig sets the RealTimeInferenceConfig field's value.

func (ModelInfrastructureConfig) String added in v1.44.150

func (s ModelInfrastructureConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelInfrastructureConfig) Validate added in v1.44.150

func (s *ModelInfrastructureConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ModelInput_ added in v1.42.17

type ModelInput_ struct {

	// The input configuration object for the model.
	//
	// DataInputConfig is a required field
	DataInputConfig *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Input object for the model.

func (ModelInput_) GoString added in v1.42.17

func (s ModelInput_) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelInput_) SetDataInputConfig added in v1.42.17

func (s *ModelInput_) SetDataInputConfig(v string) *ModelInput_

SetDataInputConfig sets the DataInputConfig field's value.

func (ModelInput_) String added in v1.42.17

func (s ModelInput_) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelInput_) Validate added in v1.42.17

func (s *ModelInput_) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ModelLatencyThreshold added in v1.42.17

type ModelLatencyThreshold struct {

	// The model latency percentile threshold. For custom load tests, specify the
	// value as P95.
	Percentile *string `type:"string"`

	// The model latency percentile value in milliseconds.
	ValueInMilliseconds *int64 `type:"integer"`
	// contains filtered or unexported fields
}

The model latency threshold.

func (ModelLatencyThreshold) GoString added in v1.42.17

func (s ModelLatencyThreshold) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelLatencyThreshold) SetPercentile added in v1.42.17

func (s *ModelLatencyThreshold) SetPercentile(v string) *ModelLatencyThreshold

SetPercentile sets the Percentile field's value.

func (*ModelLatencyThreshold) SetValueInMilliseconds added in v1.42.17

func (s *ModelLatencyThreshold) SetValueInMilliseconds(v int64) *ModelLatencyThreshold

SetValueInMilliseconds sets the ValueInMilliseconds field's value.

func (ModelLatencyThreshold) String added in v1.42.17

func (s ModelLatencyThreshold) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ModelMetadataFilter added in v1.42.17

type ModelMetadataFilter struct {

	// The name of the of the model to filter by.
	//
	// Name is a required field
	Name *string `type:"string" required:"true" enum:"ModelMetadataFilterType"`

	// The value to filter the model metadata.
	//
	// Value is a required field
	Value *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Part of the search expression. You can specify the name and value (domain, task, framework, framework version, task, and model).

func (ModelMetadataFilter) GoString added in v1.42.17

func (s ModelMetadataFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelMetadataFilter) SetName added in v1.42.17

SetName sets the Name field's value.

func (*ModelMetadataFilter) SetValue added in v1.42.17

SetValue sets the Value field's value.

func (ModelMetadataFilter) String added in v1.42.17

func (s ModelMetadataFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelMetadataFilter) Validate added in v1.42.17

func (s *ModelMetadataFilter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ModelMetadataSearchExpression added in v1.42.17

type ModelMetadataSearchExpression struct {

	// A list of filter objects.
	Filters []*ModelMetadataFilter `min:"1" type:"list"`
	// contains filtered or unexported fields
}

One or more filters that searches for the specified resource or resources in a search. All resource objects that satisfy the expression's condition are included in the search results

func (ModelMetadataSearchExpression) GoString added in v1.42.17

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelMetadataSearchExpression) SetFilters added in v1.42.17

SetFilters sets the Filters field's value.

func (ModelMetadataSearchExpression) String added in v1.42.17

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelMetadataSearchExpression) Validate added in v1.42.17

func (s *ModelMetadataSearchExpression) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ModelMetadataSummary added in v1.42.17

type ModelMetadataSummary struct {

	// The machine learning domain of the model.
	//
	// Domain is a required field
	Domain *string `type:"string" required:"true"`

	// The machine learning framework of the model.
	//
	// Framework is a required field
	Framework *string `type:"string" required:"true"`

	// The framework version of the model.
	//
	// FrameworkVersion is a required field
	FrameworkVersion *string `type:"string" required:"true"`

	// The name of the model.
	//
	// Model is a required field
	Model *string `type:"string" required:"true"`

	// The machine learning task of the model.
	//
	// Task is a required field
	Task *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

A summary of the model metadata.

func (ModelMetadataSummary) GoString added in v1.42.17

func (s ModelMetadataSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelMetadataSummary) SetDomain added in v1.42.17

SetDomain sets the Domain field's value.

func (*ModelMetadataSummary) SetFramework added in v1.42.17

func (s *ModelMetadataSummary) SetFramework(v string) *ModelMetadataSummary

SetFramework sets the Framework field's value.

func (*ModelMetadataSummary) SetFrameworkVersion added in v1.42.17

func (s *ModelMetadataSummary) SetFrameworkVersion(v string) *ModelMetadataSummary

SetFrameworkVersion sets the FrameworkVersion field's value.

func (*ModelMetadataSummary) SetModel added in v1.42.17

SetModel sets the Model field's value.

func (*ModelMetadataSummary) SetTask added in v1.42.17

SetTask sets the Task field's value.

func (ModelMetadataSummary) String added in v1.42.17

func (s ModelMetadataSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ModelMetrics added in v1.35.37

type ModelMetrics struct {

	// Metrics that measure bais in a model.
	Bias *Bias `type:"structure"`

	// Metrics that help explain a model.
	Explainability *Explainability `type:"structure"`

	// Metrics that measure the quality of the input data for a model.
	ModelDataQuality *ModelDataQuality `type:"structure"`

	// Metrics that measure the quality of a model.
	ModelQuality *ModelQuality `type:"structure"`
	// contains filtered or unexported fields
}

Contains metrics captured from a model.

func (ModelMetrics) GoString added in v1.35.37

func (s ModelMetrics) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelMetrics) SetBias added in v1.35.37

func (s *ModelMetrics) SetBias(v *Bias) *ModelMetrics

SetBias sets the Bias field's value.

func (*ModelMetrics) SetExplainability added in v1.35.37

func (s *ModelMetrics) SetExplainability(v *Explainability) *ModelMetrics

SetExplainability sets the Explainability field's value.

func (*ModelMetrics) SetModelDataQuality added in v1.35.37

func (s *ModelMetrics) SetModelDataQuality(v *ModelDataQuality) *ModelMetrics

SetModelDataQuality sets the ModelDataQuality field's value.

func (*ModelMetrics) SetModelQuality added in v1.35.37

func (s *ModelMetrics) SetModelQuality(v *ModelQuality) *ModelMetrics

SetModelQuality sets the ModelQuality field's value.

func (ModelMetrics) String added in v1.35.37

func (s ModelMetrics) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelMetrics) Validate added in v1.35.37

func (s *ModelMetrics) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ModelPackage added in v1.35.37

type ModelPackage struct {

	// An array of additional Inference Specification objects.
	AdditionalInferenceSpecifications []*AdditionalInferenceSpecificationDefinition `min:"1" type:"list"`

	// A description provided when the model approval is set.
	ApprovalDescription *string `type:"string"`

	// Whether the model package is to be certified to be listed on Amazon Web Services
	// Marketplace. For information about listing model packages on Amazon Web Services
	// Marketplace, see List Your Algorithm or Model Package on Amazon Web Services
	// Marketplace (https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-mkt-list.html).
	CertifyForMarketplace *bool `type:"boolean"`

	// Information about the user who created or modified an experiment, trial,
	// trial component, lineage group, or project.
	CreatedBy *UserContext `type:"structure"`

	// The time that the model package was created.
	CreationTime *time.Time `type:"timestamp"`

	// The metadata properties for the model package.
	CustomerMetadataProperties map[string]*string `min:"1" type:"map"`

	// The machine learning domain of your model package and its components. Common
	// machine learning domains include computer vision and natural language processing.
	Domain *string `type:"string"`

	// Represents the drift check baselines that can be used when the model monitor
	// is set using the model package.
	DriftCheckBaselines *DriftCheckBaselines `type:"structure"`

	// Defines how to perform inference generation after a training job is run.
	InferenceSpecification *InferenceSpecification `type:"structure"`

	// Information about the user who created or modified an experiment, trial,
	// trial component, lineage group, or project.
	LastModifiedBy *UserContext `type:"structure"`

	// The last time the model package was modified.
	LastModifiedTime *time.Time `type:"timestamp"`

	// Metadata properties of the tracking entity, trial, or trial component.
	MetadataProperties *MetadataProperties `type:"structure"`

	// The approval status of the model. This can be one of the following values.
	//
	//    * APPROVED - The model is approved
	//
	//    * REJECTED - The model is rejected.
	//
	//    * PENDING_MANUAL_APPROVAL - The model is waiting for manual approval.
	ModelApprovalStatus *string `type:"string" enum:"ModelApprovalStatus"`

	// Metrics for the model.
	ModelMetrics *ModelMetrics `type:"structure"`

	// The Amazon Resource Name (ARN) of the model package.
	ModelPackageArn *string `min:"1" type:"string"`

	// The description of the model package.
	ModelPackageDescription *string `type:"string"`

	// The model group to which the model belongs.
	ModelPackageGroupName *string `min:"1" type:"string"`

	// The name of the model.
	ModelPackageName *string `min:"1" type:"string"`

	// The status of the model package. This can be one of the following values.
	//
	//    * PENDING - The model package is pending being created.
	//
	//    * IN_PROGRESS - The model package is in the process of being created.
	//
	//    * COMPLETED - The model package was successfully created.
	//
	//    * FAILED - The model package failed.
	//
	//    * DELETING - The model package is in the process of being deleted.
	ModelPackageStatus *string `type:"string" enum:"ModelPackageStatus"`

	// Specifies the validation and image scan statuses of the model package.
	ModelPackageStatusDetails *ModelPackageStatusDetails `type:"structure"`

	// The version number of a versioned model.
	ModelPackageVersion *int64 `min:"1" type:"integer"`

	// The Amazon Simple Storage Service path where the sample payload are stored.
	// This path must point to a single gzip compressed tar archive (.tar.gz suffix).
	SamplePayloadUrl *string `type:"string"`

	// A list of algorithms that were used to create a model package.
	SourceAlgorithmSpecification *SourceAlgorithmSpecification `type:"structure"`

	// A list of the tags associated with the model package. For more information,
	// see Tagging Amazon Web Services resources (https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html)
	// in the Amazon Web Services General Reference Guide.
	Tags []*Tag `type:"list"`

	// The machine learning task your model package accomplishes. Common machine
	// learning tasks include object detection and image classification.
	Task *string `type:"string"`

	// Specifies batch transform jobs that SageMaker runs to validate your model
	// package.
	ValidationSpecification *ModelPackageValidationSpecification `type:"structure"`
	// contains filtered or unexported fields
}

A versioned model that can be deployed for SageMaker inference.

func (ModelPackage) GoString added in v1.35.37

func (s ModelPackage) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelPackage) SetAdditionalInferenceSpecifications added in v1.42.17

func (s *ModelPackage) SetAdditionalInferenceSpecifications(v []*AdditionalInferenceSpecificationDefinition) *ModelPackage

SetAdditionalInferenceSpecifications sets the AdditionalInferenceSpecifications field's value.

func (*ModelPackage) SetApprovalDescription added in v1.35.37

func (s *ModelPackage) SetApprovalDescription(v string) *ModelPackage

SetApprovalDescription sets the ApprovalDescription field's value.

func (*ModelPackage) SetCertifyForMarketplace added in v1.35.37

func (s *ModelPackage) SetCertifyForMarketplace(v bool) *ModelPackage

SetCertifyForMarketplace sets the CertifyForMarketplace field's value.

func (*ModelPackage) SetCreatedBy added in v1.35.37

func (s *ModelPackage) SetCreatedBy(v *UserContext) *ModelPackage

SetCreatedBy sets the CreatedBy field's value.

func (*ModelPackage) SetCreationTime added in v1.35.37

func (s *ModelPackage) SetCreationTime(v time.Time) *ModelPackage

SetCreationTime sets the CreationTime field's value.

func (*ModelPackage) SetCustomerMetadataProperties added in v1.41.12

func (s *ModelPackage) SetCustomerMetadataProperties(v map[string]*string) *ModelPackage

SetCustomerMetadataProperties sets the CustomerMetadataProperties field's value.

func (*ModelPackage) SetDomain added in v1.42.17

func (s *ModelPackage) SetDomain(v string) *ModelPackage

SetDomain sets the Domain field's value.

func (*ModelPackage) SetDriftCheckBaselines added in v1.42.17

func (s *ModelPackage) SetDriftCheckBaselines(v *DriftCheckBaselines) *ModelPackage

SetDriftCheckBaselines sets the DriftCheckBaselines field's value.

func (*ModelPackage) SetInferenceSpecification added in v1.35.37

func (s *ModelPackage) SetInferenceSpecification(v *InferenceSpecification) *ModelPackage

SetInferenceSpecification sets the InferenceSpecification field's value.

func (*ModelPackage) SetLastModifiedBy added in v1.35.37

func (s *ModelPackage) SetLastModifiedBy(v *UserContext) *ModelPackage

SetLastModifiedBy sets the LastModifiedBy field's value.

func (*ModelPackage) SetLastModifiedTime added in v1.35.37

func (s *ModelPackage) SetLastModifiedTime(v time.Time) *ModelPackage

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*ModelPackage) SetMetadataProperties added in v1.35.37

func (s *ModelPackage) SetMetadataProperties(v *MetadataProperties) *ModelPackage

SetMetadataProperties sets the MetadataProperties field's value.

func (*ModelPackage) SetModelApprovalStatus added in v1.35.37

func (s *ModelPackage) SetModelApprovalStatus(v string) *ModelPackage

SetModelApprovalStatus sets the ModelApprovalStatus field's value.

func (*ModelPackage) SetModelMetrics added in v1.35.37

func (s *ModelPackage) SetModelMetrics(v *ModelMetrics) *ModelPackage

SetModelMetrics sets the ModelMetrics field's value.

func (*ModelPackage) SetModelPackageArn added in v1.35.37

func (s *ModelPackage) SetModelPackageArn(v string) *ModelPackage

SetModelPackageArn sets the ModelPackageArn field's value.

func (*ModelPackage) SetModelPackageDescription added in v1.35.37

func (s *ModelPackage) SetModelPackageDescription(v string) *ModelPackage

SetModelPackageDescription sets the ModelPackageDescription field's value.

func (*ModelPackage) SetModelPackageGroupName added in v1.35.37

func (s *ModelPackage) SetModelPackageGroupName(v string) *ModelPackage

SetModelPackageGroupName sets the ModelPackageGroupName field's value.

func (*ModelPackage) SetModelPackageName added in v1.35.37

func (s *ModelPackage) SetModelPackageName(v string) *ModelPackage

SetModelPackageName sets the ModelPackageName field's value.

func (*ModelPackage) SetModelPackageStatus added in v1.35.37

func (s *ModelPackage) SetModelPackageStatus(v string) *ModelPackage

SetModelPackageStatus sets the ModelPackageStatus field's value.

func (*ModelPackage) SetModelPackageStatusDetails added in v1.35.37

func (s *ModelPackage) SetModelPackageStatusDetails(v *ModelPackageStatusDetails) *ModelPackage

SetModelPackageStatusDetails sets the ModelPackageStatusDetails field's value.

func (*ModelPackage) SetModelPackageVersion added in v1.35.37

func (s *ModelPackage) SetModelPackageVersion(v int64) *ModelPackage

SetModelPackageVersion sets the ModelPackageVersion field's value.

func (*ModelPackage) SetSamplePayloadUrl added in v1.42.17

func (s *ModelPackage) SetSamplePayloadUrl(v string) *ModelPackage

SetSamplePayloadUrl sets the SamplePayloadUrl field's value.

func (*ModelPackage) SetSourceAlgorithmSpecification added in v1.35.37

func (s *ModelPackage) SetSourceAlgorithmSpecification(v *SourceAlgorithmSpecification) *ModelPackage

SetSourceAlgorithmSpecification sets the SourceAlgorithmSpecification field's value.

func (*ModelPackage) SetTags added in v1.35.37

func (s *ModelPackage) SetTags(v []*Tag) *ModelPackage

SetTags sets the Tags field's value.

func (*ModelPackage) SetTask added in v1.42.17

func (s *ModelPackage) SetTask(v string) *ModelPackage

SetTask sets the Task field's value.

func (*ModelPackage) SetValidationSpecification added in v1.35.37

func (s *ModelPackage) SetValidationSpecification(v *ModelPackageValidationSpecification) *ModelPackage

SetValidationSpecification sets the ValidationSpecification field's value.

func (ModelPackage) String added in v1.35.37

func (s ModelPackage) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ModelPackageContainerDefinition added in v1.15.86

type ModelPackageContainerDefinition struct {

	// The DNS host name for the Docker container.
	ContainerHostname *string `type:"string"`

	// The environment variables to set in the Docker container. Each key and value
	// in the Environment string to string map can have length of up to 1024. We
	// support up to 16 entries in the map.
	Environment map[string]*string `type:"map"`

	// The machine learning framework of the model package container image.
	Framework *string `type:"string"`

	// The framework version of the Model Package Container Image.
	FrameworkVersion *string `min:"3" type:"string"`

	// The Amazon EC2 Container Registry (Amazon ECR) path where inference code
	// is stored.
	//
	// If you are using your own custom algorithm instead of an algorithm provided
	// by SageMaker, the inference code must meet SageMaker requirements. SageMaker
	// supports both registry/repository[:tag] and registry/repository[@digest]
	// image path formats. For more information, see Using Your Own Algorithms with
	// Amazon SageMaker (https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms.html).
	//
	// Image is a required field
	Image *string `type:"string" required:"true"`

	// An MD5 hash of the training algorithm that identifies the Docker image used
	// for training.
	ImageDigest *string `type:"string"`

	// The Amazon S3 path where the model artifacts, which result from model training,
	// are stored. This path must point to a single gzip compressed tar archive
	// (.tar.gz suffix).
	//
	// The model artifacts must be in an S3 bucket that is in the same region as
	// the model package.
	ModelDataUrl *string `type:"string"`

	// A structure with Model Input details.
	ModelInput *ModelInput_ `type:"structure"`

	// The name of a pre-trained machine learning benchmarked by Amazon SageMaker
	// Inference Recommender model that matches your model. You can find a list
	// of benchmarked models by calling ListModelMetadata.
	NearestModelName *string `type:"string"`

	// The Amazon Web Services Marketplace product ID of the model package.
	ProductId *string `type:"string"`
	// contains filtered or unexported fields
}

Describes the Docker container for the model package.

func (ModelPackageContainerDefinition) GoString added in v1.15.86

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelPackageContainerDefinition) SetContainerHostname added in v1.15.86

SetContainerHostname sets the ContainerHostname field's value.

func (*ModelPackageContainerDefinition) SetEnvironment added in v1.38.71

SetEnvironment sets the Environment field's value.

func (*ModelPackageContainerDefinition) SetFramework added in v1.42.17

SetFramework sets the Framework field's value.

func (*ModelPackageContainerDefinition) SetFrameworkVersion added in v1.42.17

SetFrameworkVersion sets the FrameworkVersion field's value.

func (*ModelPackageContainerDefinition) SetImage added in v1.15.86

SetImage sets the Image field's value.

func (*ModelPackageContainerDefinition) SetImageDigest added in v1.15.86

SetImageDigest sets the ImageDigest field's value.

func (*ModelPackageContainerDefinition) SetModelDataUrl added in v1.15.86

SetModelDataUrl sets the ModelDataUrl field's value.

func (*ModelPackageContainerDefinition) SetModelInput added in v1.42.17

SetModelInput sets the ModelInput field's value.

func (*ModelPackageContainerDefinition) SetNearestModelName added in v1.42.17

SetNearestModelName sets the NearestModelName field's value.

func (*ModelPackageContainerDefinition) SetProductId added in v1.15.86

SetProductId sets the ProductId field's value.

func (ModelPackageContainerDefinition) String added in v1.15.86

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelPackageContainerDefinition) Validate added in v1.15.86

func (s *ModelPackageContainerDefinition) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ModelPackageGroup added in v1.35.37

type ModelPackageGroup struct {

	// Information about the user who created or modified an experiment, trial,
	// trial component, lineage group, project, or model card.
	CreatedBy *UserContext `type:"structure"`

	// The time that the model group was created.
	CreationTime *time.Time `type:"timestamp"`

	// The Amazon Resource Name (ARN) of the model group.
	ModelPackageGroupArn *string `min:"1" type:"string"`

	// The description for the model group.
	ModelPackageGroupDescription *string `type:"string"`

	// The name of the model group.
	ModelPackageGroupName *string `min:"1" type:"string"`

	// The status of the model group. This can be one of the following values.
	//
	//    * PENDING - The model group is pending being created.
	//
	//    * IN_PROGRESS - The model group is in the process of being created.
	//
	//    * COMPLETED - The model group was successfully created.
	//
	//    * FAILED - The model group failed.
	//
	//    * DELETING - The model group is in the process of being deleted.
	//
	//    * DELETE_FAILED - SageMaker failed to delete the model group.
	ModelPackageGroupStatus *string `type:"string" enum:"ModelPackageGroupStatus"`

	// A list of the tags associated with the model group. For more information,
	// see Tagging Amazon Web Services resources (https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html)
	// in the Amazon Web Services General Reference Guide.
	Tags []*Tag `type:"list"`
	// contains filtered or unexported fields
}

A group of versioned models in the model registry.

func (ModelPackageGroup) GoString added in v1.35.37

func (s ModelPackageGroup) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelPackageGroup) SetCreatedBy added in v1.35.37

func (s *ModelPackageGroup) SetCreatedBy(v *UserContext) *ModelPackageGroup

SetCreatedBy sets the CreatedBy field's value.

func (*ModelPackageGroup) SetCreationTime added in v1.35.37

func (s *ModelPackageGroup) SetCreationTime(v time.Time) *ModelPackageGroup

SetCreationTime sets the CreationTime field's value.

func (*ModelPackageGroup) SetModelPackageGroupArn added in v1.35.37

func (s *ModelPackageGroup) SetModelPackageGroupArn(v string) *ModelPackageGroup

SetModelPackageGroupArn sets the ModelPackageGroupArn field's value.

func (*ModelPackageGroup) SetModelPackageGroupDescription added in v1.35.37

func (s *ModelPackageGroup) SetModelPackageGroupDescription(v string) *ModelPackageGroup

SetModelPackageGroupDescription sets the ModelPackageGroupDescription field's value.

func (*ModelPackageGroup) SetModelPackageGroupName added in v1.35.37

func (s *ModelPackageGroup) SetModelPackageGroupName(v string) *ModelPackageGroup

SetModelPackageGroupName sets the ModelPackageGroupName field's value.

func (*ModelPackageGroup) SetModelPackageGroupStatus added in v1.35.37

func (s *ModelPackageGroup) SetModelPackageGroupStatus(v string) *ModelPackageGroup

SetModelPackageGroupStatus sets the ModelPackageGroupStatus field's value.

func (*ModelPackageGroup) SetTags added in v1.35.37

func (s *ModelPackageGroup) SetTags(v []*Tag) *ModelPackageGroup

SetTags sets the Tags field's value.

func (ModelPackageGroup) String added in v1.35.37

func (s ModelPackageGroup) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ModelPackageGroupSummary added in v1.35.37

type ModelPackageGroupSummary struct {

	// The time that the model group was created.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// The Amazon Resource Name (ARN) of the model group.
	//
	// ModelPackageGroupArn is a required field
	ModelPackageGroupArn *string `min:"1" type:"string" required:"true"`

	// A description of the model group.
	ModelPackageGroupDescription *string `type:"string"`

	// The name of the model group.
	//
	// ModelPackageGroupName is a required field
	ModelPackageGroupName *string `min:"1" type:"string" required:"true"`

	// The status of the model group.
	//
	// ModelPackageGroupStatus is a required field
	ModelPackageGroupStatus *string `type:"string" required:"true" enum:"ModelPackageGroupStatus"`
	// contains filtered or unexported fields
}

Summary information about a model group.

func (ModelPackageGroupSummary) GoString added in v1.35.37

func (s ModelPackageGroupSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelPackageGroupSummary) SetCreationTime added in v1.35.37

SetCreationTime sets the CreationTime field's value.

func (*ModelPackageGroupSummary) SetModelPackageGroupArn added in v1.35.37

func (s *ModelPackageGroupSummary) SetModelPackageGroupArn(v string) *ModelPackageGroupSummary

SetModelPackageGroupArn sets the ModelPackageGroupArn field's value.

func (*ModelPackageGroupSummary) SetModelPackageGroupDescription added in v1.35.37

func (s *ModelPackageGroupSummary) SetModelPackageGroupDescription(v string) *ModelPackageGroupSummary

SetModelPackageGroupDescription sets the ModelPackageGroupDescription field's value.

func (*ModelPackageGroupSummary) SetModelPackageGroupName added in v1.35.37

func (s *ModelPackageGroupSummary) SetModelPackageGroupName(v string) *ModelPackageGroupSummary

SetModelPackageGroupName sets the ModelPackageGroupName field's value.

func (*ModelPackageGroupSummary) SetModelPackageGroupStatus added in v1.35.37

func (s *ModelPackageGroupSummary) SetModelPackageGroupStatus(v string) *ModelPackageGroupSummary

SetModelPackageGroupStatus sets the ModelPackageGroupStatus field's value.

func (ModelPackageGroupSummary) String added in v1.35.37

func (s ModelPackageGroupSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ModelPackageStatusDetails added in v1.15.86

type ModelPackageStatusDetails struct {

	// The status of the scan of the Docker image container for the model package.
	ImageScanStatuses []*ModelPackageStatusItem `type:"list"`

	// The validation status of the model package.
	//
	// ValidationStatuses is a required field
	ValidationStatuses []*ModelPackageStatusItem `type:"list" required:"true"`
	// contains filtered or unexported fields
}

Specifies the validation and image scan statuses of the model package.

func (ModelPackageStatusDetails) GoString added in v1.15.86

func (s ModelPackageStatusDetails) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelPackageStatusDetails) SetImageScanStatuses added in v1.15.86

SetImageScanStatuses sets the ImageScanStatuses field's value.

func (*ModelPackageStatusDetails) SetValidationStatuses added in v1.15.86

SetValidationStatuses sets the ValidationStatuses field's value.

func (ModelPackageStatusDetails) String added in v1.15.86

func (s ModelPackageStatusDetails) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ModelPackageStatusItem added in v1.15.86

type ModelPackageStatusItem struct {

	// if the overall status is Failed, the reason for the failure.
	FailureReason *string `type:"string"`

	// The name of the model package for which the overall status is being reported.
	//
	// Name is a required field
	Name *string `min:"1" type:"string" required:"true"`

	// The current status.
	//
	// Status is a required field
	Status *string `type:"string" required:"true" enum:"DetailedModelPackageStatus"`
	// contains filtered or unexported fields
}

Represents the overall status of a model package.

func (ModelPackageStatusItem) GoString added in v1.15.86

func (s ModelPackageStatusItem) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelPackageStatusItem) SetFailureReason added in v1.15.86

func (s *ModelPackageStatusItem) SetFailureReason(v string) *ModelPackageStatusItem

SetFailureReason sets the FailureReason field's value.

func (*ModelPackageStatusItem) SetName added in v1.15.86

SetName sets the Name field's value.

func (*ModelPackageStatusItem) SetStatus added in v1.15.86

SetStatus sets the Status field's value.

func (ModelPackageStatusItem) String added in v1.15.86

func (s ModelPackageStatusItem) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ModelPackageSummary added in v1.15.86

type ModelPackageSummary struct {

	// A timestamp that shows when the model package was created.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// The approval status of the model. This can be one of the following values.
	//
	//    * APPROVED - The model is approved
	//
	//    * REJECTED - The model is rejected.
	//
	//    * PENDING_MANUAL_APPROVAL - The model is waiting for manual approval.
	ModelApprovalStatus *string `type:"string" enum:"ModelApprovalStatus"`

	// The Amazon Resource Name (ARN) of the model package.
	//
	// ModelPackageArn is a required field
	ModelPackageArn *string `min:"1" type:"string" required:"true"`

	// A brief description of the model package.
	ModelPackageDescription *string `type:"string"`

	// If the model package is a versioned model, the model group that the versioned
	// model belongs to.
	ModelPackageGroupName *string `min:"1" type:"string"`

	// The name of the model package.
	//
	// ModelPackageName is a required field
	ModelPackageName *string `min:"1" type:"string" required:"true"`

	// The overall status of the model package.
	//
	// ModelPackageStatus is a required field
	ModelPackageStatus *string `type:"string" required:"true" enum:"ModelPackageStatus"`

	// If the model package is a versioned model, the version of the model.
	ModelPackageVersion *int64 `min:"1" type:"integer"`
	// contains filtered or unexported fields
}

Provides summary information about a model package.

func (ModelPackageSummary) GoString added in v1.15.86

func (s ModelPackageSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelPackageSummary) SetCreationTime added in v1.15.86

func (s *ModelPackageSummary) SetCreationTime(v time.Time) *ModelPackageSummary

SetCreationTime sets the CreationTime field's value.

func (*ModelPackageSummary) SetModelApprovalStatus added in v1.35.37

func (s *ModelPackageSummary) SetModelApprovalStatus(v string) *ModelPackageSummary

SetModelApprovalStatus sets the ModelApprovalStatus field's value.

func (*ModelPackageSummary) SetModelPackageArn added in v1.15.86

func (s *ModelPackageSummary) SetModelPackageArn(v string) *ModelPackageSummary

SetModelPackageArn sets the ModelPackageArn field's value.

func (*ModelPackageSummary) SetModelPackageDescription added in v1.15.86

func (s *ModelPackageSummary) SetModelPackageDescription(v string) *ModelPackageSummary

SetModelPackageDescription sets the ModelPackageDescription field's value.

func (*ModelPackageSummary) SetModelPackageGroupName added in v1.35.37

func (s *ModelPackageSummary) SetModelPackageGroupName(v string) *ModelPackageSummary

SetModelPackageGroupName sets the ModelPackageGroupName field's value.

func (*ModelPackageSummary) SetModelPackageName added in v1.15.86

func (s *ModelPackageSummary) SetModelPackageName(v string) *ModelPackageSummary

SetModelPackageName sets the ModelPackageName field's value.

func (*ModelPackageSummary) SetModelPackageStatus added in v1.15.86

func (s *ModelPackageSummary) SetModelPackageStatus(v string) *ModelPackageSummary

SetModelPackageStatus sets the ModelPackageStatus field's value.

func (*ModelPackageSummary) SetModelPackageVersion added in v1.35.37

func (s *ModelPackageSummary) SetModelPackageVersion(v int64) *ModelPackageSummary

SetModelPackageVersion sets the ModelPackageVersion field's value.

func (ModelPackageSummary) String added in v1.15.86

func (s ModelPackageSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ModelPackageValidationProfile added in v1.15.86

type ModelPackageValidationProfile struct {

	// The name of the profile for the model package.
	//
	// ProfileName is a required field
	ProfileName *string `min:"1" type:"string" required:"true"`

	// The TransformJobDefinition object that describes the transform job used for
	// the validation of the model package.
	//
	// TransformJobDefinition is a required field
	TransformJobDefinition *TransformJobDefinition `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

Contains data, such as the inputs and targeted instance types that are used in the process of validating the model package.

The data provided in the validation profile is made available to your buyers on Amazon Web Services Marketplace.

func (ModelPackageValidationProfile) GoString added in v1.15.86

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelPackageValidationProfile) SetProfileName added in v1.15.86

SetProfileName sets the ProfileName field's value.

func (*ModelPackageValidationProfile) SetTransformJobDefinition added in v1.15.86

SetTransformJobDefinition sets the TransformJobDefinition field's value.

func (ModelPackageValidationProfile) String added in v1.15.86

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelPackageValidationProfile) Validate added in v1.15.86

func (s *ModelPackageValidationProfile) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ModelPackageValidationSpecification added in v1.15.86

type ModelPackageValidationSpecification struct {

	// An array of ModelPackageValidationProfile objects, each of which specifies
	// a batch transform job that SageMaker runs to validate your model package.
	//
	// ValidationProfiles is a required field
	ValidationProfiles []*ModelPackageValidationProfile `min:"1" type:"list" required:"true"`

	// The IAM roles to be used for the validation of the model package.
	//
	// ValidationRole is a required field
	ValidationRole *string `min:"20" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Specifies batch transform jobs that SageMaker runs to validate your model package.

func (ModelPackageValidationSpecification) GoString added in v1.15.86

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelPackageValidationSpecification) SetValidationProfiles added in v1.15.86

SetValidationProfiles sets the ValidationProfiles field's value.

func (*ModelPackageValidationSpecification) SetValidationRole added in v1.15.86

SetValidationRole sets the ValidationRole field's value.

func (ModelPackageValidationSpecification) String added in v1.15.86

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelPackageValidationSpecification) Validate added in v1.15.86

Validate inspects the fields of the type to determine if they are valid.

type ModelQuality added in v1.35.37

type ModelQuality struct {

	// Model quality constraints.
	Constraints *MetricsSource `type:"structure"`

	// Model quality statistics.
	Statistics *MetricsSource `type:"structure"`
	// contains filtered or unexported fields
}

Model quality statistics and constraints.

func (ModelQuality) GoString added in v1.35.37

func (s ModelQuality) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelQuality) SetConstraints added in v1.35.37

func (s *ModelQuality) SetConstraints(v *MetricsSource) *ModelQuality

SetConstraints sets the Constraints field's value.

func (*ModelQuality) SetStatistics added in v1.35.37

func (s *ModelQuality) SetStatistics(v *MetricsSource) *ModelQuality

SetStatistics sets the Statistics field's value.

func (ModelQuality) String added in v1.35.37

func (s ModelQuality) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelQuality) Validate added in v1.35.37

func (s *ModelQuality) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ModelQualityAppSpecification added in v1.36.4

type ModelQualityAppSpecification struct {

	// An array of arguments for the container used to run the monitoring job.
	ContainerArguments []*string `min:"1" type:"list"`

	// Specifies the entrypoint for a container that the monitoring job runs.
	ContainerEntrypoint []*string `min:"1" type:"list"`

	// Sets the environment variables in the container that the monitoring job runs.
	Environment map[string]*string `type:"map"`

	// The address of the container image that the monitoring job runs.
	//
	// ImageUri is a required field
	ImageUri *string `type:"string" required:"true"`

	// An Amazon S3 URI to a script that is called after analysis has been performed.
	// Applicable only for the built-in (first party) containers.
	PostAnalyticsProcessorSourceUri *string `type:"string"`

	// The machine learning problem type of the model that the monitoring job monitors.
	ProblemType *string `type:"string" enum:"MonitoringProblemType"`

	// An Amazon S3 URI to a script that is called per row prior to running analysis.
	// It can base64 decode the payload and convert it into a flatted json so that
	// the built-in container can use the converted data. Applicable only for the
	// built-in (first party) containers.
	RecordPreprocessorSourceUri *string `type:"string"`
	// contains filtered or unexported fields
}

Container image configuration object for the monitoring job.

func (ModelQualityAppSpecification) GoString added in v1.36.4

func (s ModelQualityAppSpecification) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelQualityAppSpecification) SetContainerArguments added in v1.36.4

func (s *ModelQualityAppSpecification) SetContainerArguments(v []*string) *ModelQualityAppSpecification

SetContainerArguments sets the ContainerArguments field's value.

func (*ModelQualityAppSpecification) SetContainerEntrypoint added in v1.36.4

func (s *ModelQualityAppSpecification) SetContainerEntrypoint(v []*string) *ModelQualityAppSpecification

SetContainerEntrypoint sets the ContainerEntrypoint field's value.

func (*ModelQualityAppSpecification) SetEnvironment added in v1.36.4

SetEnvironment sets the Environment field's value.

func (*ModelQualityAppSpecification) SetImageUri added in v1.36.4

SetImageUri sets the ImageUri field's value.

func (*ModelQualityAppSpecification) SetPostAnalyticsProcessorSourceUri added in v1.36.4

func (s *ModelQualityAppSpecification) SetPostAnalyticsProcessorSourceUri(v string) *ModelQualityAppSpecification

SetPostAnalyticsProcessorSourceUri sets the PostAnalyticsProcessorSourceUri field's value.

func (*ModelQualityAppSpecification) SetProblemType added in v1.36.4

SetProblemType sets the ProblemType field's value.

func (*ModelQualityAppSpecification) SetRecordPreprocessorSourceUri added in v1.36.4

func (s *ModelQualityAppSpecification) SetRecordPreprocessorSourceUri(v string) *ModelQualityAppSpecification

SetRecordPreprocessorSourceUri sets the RecordPreprocessorSourceUri field's value.

func (ModelQualityAppSpecification) String added in v1.36.4

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelQualityAppSpecification) Validate added in v1.36.4

func (s *ModelQualityAppSpecification) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ModelQualityBaselineConfig added in v1.36.4

type ModelQualityBaselineConfig struct {

	// The name of the job that performs baselining for the monitoring job.
	BaseliningJobName *string `min:"1" type:"string"`

	// The constraints resource for a monitoring job.
	ConstraintsResource *MonitoringConstraintsResource `type:"structure"`
	// contains filtered or unexported fields
}

Configuration for monitoring constraints and monitoring statistics. These baseline resources are compared against the results of the current job from the series of jobs scheduled to collect data periodically.

func (ModelQualityBaselineConfig) GoString added in v1.36.4

func (s ModelQualityBaselineConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelQualityBaselineConfig) SetBaseliningJobName added in v1.36.4

func (s *ModelQualityBaselineConfig) SetBaseliningJobName(v string) *ModelQualityBaselineConfig

SetBaseliningJobName sets the BaseliningJobName field's value.

func (*ModelQualityBaselineConfig) SetConstraintsResource added in v1.36.4

SetConstraintsResource sets the ConstraintsResource field's value.

func (ModelQualityBaselineConfig) String added in v1.36.4

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelQualityBaselineConfig) Validate added in v1.36.4

func (s *ModelQualityBaselineConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ModelQualityJobInput added in v1.36.4

type ModelQualityJobInput struct {

	// Input object for the batch transform job.
	BatchTransformInput *BatchTransformInput_ `type:"structure"`

	// Input object for the endpoint
	EndpointInput *EndpointInput `type:"structure"`

	// The ground truth label provided for the model.
	//
	// GroundTruthS3Input is a required field
	GroundTruthS3Input *MonitoringGroundTruthS3Input `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

The input for the model quality monitoring job. Currently endponts are supported for input for model quality monitoring jobs.

func (ModelQualityJobInput) GoString added in v1.36.4

func (s ModelQualityJobInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelQualityJobInput) SetBatchTransformInput added in v1.44.118

func (s *ModelQualityJobInput) SetBatchTransformInput(v *BatchTransformInput_) *ModelQualityJobInput

SetBatchTransformInput sets the BatchTransformInput field's value.

func (*ModelQualityJobInput) SetEndpointInput added in v1.36.4

func (s *ModelQualityJobInput) SetEndpointInput(v *EndpointInput) *ModelQualityJobInput

SetEndpointInput sets the EndpointInput field's value.

func (*ModelQualityJobInput) SetGroundTruthS3Input added in v1.36.4

SetGroundTruthS3Input sets the GroundTruthS3Input field's value.

func (ModelQualityJobInput) String added in v1.36.4

func (s ModelQualityJobInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelQualityJobInput) Validate added in v1.36.4

func (s *ModelQualityJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ModelRegisterSettings added in v1.44.247

type ModelRegisterSettings struct {

	// The Amazon Resource Name (ARN) of the SageMaker model registry account. Required
	// only to register model versions created by a different SageMaker Canvas Amazon
	// Web Services account than the Amazon Web Services account in which SageMaker
	// model registry is set up.
	CrossAccountModelRegisterRoleArn *string `min:"20" type:"string"`

	// Describes whether the integration to the model registry is enabled or disabled
	// in the Canvas application.
	Status *string `type:"string" enum:"FeatureStatus"`
	// contains filtered or unexported fields
}

The model registry settings for the SageMaker Canvas application.

func (ModelRegisterSettings) GoString added in v1.44.247

func (s ModelRegisterSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelRegisterSettings) SetCrossAccountModelRegisterRoleArn added in v1.44.247

func (s *ModelRegisterSettings) SetCrossAccountModelRegisterRoleArn(v string) *ModelRegisterSettings

SetCrossAccountModelRegisterRoleArn sets the CrossAccountModelRegisterRoleArn field's value.

func (*ModelRegisterSettings) SetStatus added in v1.44.247

SetStatus sets the Status field's value.

func (ModelRegisterSettings) String added in v1.44.247

func (s ModelRegisterSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelRegisterSettings) Validate added in v1.44.247

func (s *ModelRegisterSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ModelStepMetadata added in v1.35.37

type ModelStepMetadata struct {

	// The Amazon Resource Name (ARN) of the created model.
	Arn *string `type:"string"`
	// contains filtered or unexported fields
}

Metadata for Model steps.

func (ModelStepMetadata) GoString added in v1.35.37

func (s ModelStepMetadata) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelStepMetadata) SetArn added in v1.35.37

SetArn sets the Arn field's value.

func (ModelStepMetadata) String added in v1.35.37

func (s ModelStepMetadata) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ModelSummary

type ModelSummary struct {

	// A timestamp that indicates when the model was created.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// The Amazon Resource Name (ARN) of the model.
	//
	// ModelArn is a required field
	ModelArn *string `min:"20" type:"string" required:"true"`

	// The name of the model that you want a summary for.
	//
	// ModelName is a required field
	ModelName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Provides summary information about a model.

func (ModelSummary) GoString

func (s ModelSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelSummary) SetCreationTime

func (s *ModelSummary) SetCreationTime(v time.Time) *ModelSummary

SetCreationTime sets the CreationTime field's value.

func (*ModelSummary) SetModelArn

func (s *ModelSummary) SetModelArn(v string) *ModelSummary

SetModelArn sets the ModelArn field's value.

func (*ModelSummary) SetModelName

func (s *ModelSummary) SetModelName(v string) *ModelSummary

SetModelName sets the ModelName field's value.

func (ModelSummary) String

func (s ModelSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ModelVariantConfig added in v1.44.150

type ModelVariantConfig struct {

	// The configuration for the infrastructure that the model will be deployed
	// to.
	//
	// InfrastructureConfig is a required field
	InfrastructureConfig *ModelInfrastructureConfig `type:"structure" required:"true"`

	// The name of the Amazon SageMaker Model entity.
	//
	// ModelName is a required field
	ModelName *string `type:"string" required:"true"`

	// The name of the variant.
	//
	// VariantName is a required field
	VariantName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Contains information about the deployment options of a model.

func (ModelVariantConfig) GoString added in v1.44.150

func (s ModelVariantConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelVariantConfig) SetInfrastructureConfig added in v1.44.150

func (s *ModelVariantConfig) SetInfrastructureConfig(v *ModelInfrastructureConfig) *ModelVariantConfig

SetInfrastructureConfig sets the InfrastructureConfig field's value.

func (*ModelVariantConfig) SetModelName added in v1.44.150

func (s *ModelVariantConfig) SetModelName(v string) *ModelVariantConfig

SetModelName sets the ModelName field's value.

func (*ModelVariantConfig) SetVariantName added in v1.44.150

func (s *ModelVariantConfig) SetVariantName(v string) *ModelVariantConfig

SetVariantName sets the VariantName field's value.

func (ModelVariantConfig) String added in v1.44.150

func (s ModelVariantConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelVariantConfig) Validate added in v1.44.150

func (s *ModelVariantConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ModelVariantConfigSummary added in v1.44.150

type ModelVariantConfigSummary struct {

	// The configuration of the infrastructure that the model has been deployed
	// to.
	//
	// InfrastructureConfig is a required field
	InfrastructureConfig *ModelInfrastructureConfig `type:"structure" required:"true"`

	// The name of the Amazon SageMaker Model entity.
	//
	// ModelName is a required field
	ModelName *string `type:"string" required:"true"`

	// The status of deployment for the model variant on the hosted inference endpoint.
	//
	//    * Creating - Amazon SageMaker is preparing the model variant on the hosted
	//    inference endpoint.
	//
	//    * InService - The model variant is running on the hosted inference endpoint.
	//
	//    * Updating - Amazon SageMaker is updating the model variant on the hosted
	//    inference endpoint.
	//
	//    * Deleting - Amazon SageMaker is deleting the model variant on the hosted
	//    inference endpoint.
	//
	//    * Deleted - The model variant has been deleted on the hosted inference
	//    endpoint. This can only happen after stopping the experiment.
	//
	// Status is a required field
	Status *string `type:"string" required:"true" enum:"ModelVariantStatus"`

	// The name of the variant.
	//
	// VariantName is a required field
	VariantName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Summary of the deployment configuration of a model.

func (ModelVariantConfigSummary) GoString added in v1.44.150

func (s ModelVariantConfigSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ModelVariantConfigSummary) SetInfrastructureConfig added in v1.44.150

SetInfrastructureConfig sets the InfrastructureConfig field's value.

func (*ModelVariantConfigSummary) SetModelName added in v1.44.150

SetModelName sets the ModelName field's value.

func (*ModelVariantConfigSummary) SetStatus added in v1.44.150

SetStatus sets the Status field's value.

func (*ModelVariantConfigSummary) SetVariantName added in v1.44.150

SetVariantName sets the VariantName field's value.

func (ModelVariantConfigSummary) String added in v1.44.150

func (s ModelVariantConfigSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type MonitoringAlertActions added in v1.44.150

type MonitoringAlertActions struct {

	// An alert action taken to light up an icon on the Model Dashboard when an
	// alert goes into InAlert status.
	ModelDashboardIndicator *ModelDashboardIndicatorAction `type:"structure"`
	// contains filtered or unexported fields
}

A list of alert actions taken in response to an alert going into InAlert status.

func (MonitoringAlertActions) GoString added in v1.44.150

func (s MonitoringAlertActions) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MonitoringAlertActions) SetModelDashboardIndicator added in v1.44.150

SetModelDashboardIndicator sets the ModelDashboardIndicator field's value.

func (MonitoringAlertActions) String added in v1.44.150

func (s MonitoringAlertActions) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type MonitoringAlertHistorySummary added in v1.44.150

type MonitoringAlertHistorySummary struct {

	// The current alert status of an alert.
	//
	// AlertStatus is a required field
	AlertStatus *string `type:"string" required:"true" enum:"MonitoringAlertStatus"`

	// A timestamp that indicates when the first alert transition occurred in an
	// alert history. An alert transition can be from status InAlert to OK, or from
	// OK to InAlert.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// The name of a monitoring alert.
	//
	// MonitoringAlertName is a required field
	MonitoringAlertName *string `min:"1" type:"string" required:"true"`

	// The name of a monitoring schedule.
	//
	// MonitoringScheduleName is a required field
	MonitoringScheduleName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Provides summary information of an alert's history.

func (MonitoringAlertHistorySummary) GoString added in v1.44.150

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MonitoringAlertHistorySummary) SetAlertStatus added in v1.44.150

SetAlertStatus sets the AlertStatus field's value.

func (*MonitoringAlertHistorySummary) SetCreationTime added in v1.44.150

SetCreationTime sets the CreationTime field's value.

func (*MonitoringAlertHistorySummary) SetMonitoringAlertName added in v1.44.150

SetMonitoringAlertName sets the MonitoringAlertName field's value.

func (*MonitoringAlertHistorySummary) SetMonitoringScheduleName added in v1.44.150

func (s *MonitoringAlertHistorySummary) SetMonitoringScheduleName(v string) *MonitoringAlertHistorySummary

SetMonitoringScheduleName sets the MonitoringScheduleName field's value.

func (MonitoringAlertHistorySummary) String added in v1.44.150

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type MonitoringAlertSummary added in v1.44.150

type MonitoringAlertSummary struct {

	// A list of alert actions taken in response to an alert going into InAlert
	// status.
	//
	// Actions is a required field
	Actions *MonitoringAlertActions `type:"structure" required:"true"`

	// The current status of an alert.
	//
	// AlertStatus is a required field
	AlertStatus *string `type:"string" required:"true" enum:"MonitoringAlertStatus"`

	// A timestamp that indicates when a monitor alert was created.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// Within EvaluationPeriod, how many execution failures will raise an alert.
	//
	// DatapointsToAlert is a required field
	DatapointsToAlert *int64 `min:"1" type:"integer" required:"true"`

	// The number of most recent monitoring executions to consider when evaluating
	// alert status.
	//
	// EvaluationPeriod is a required field
	EvaluationPeriod *int64 `min:"1" type:"integer" required:"true"`

	// A timestamp that indicates when a monitor alert was last updated.
	//
	// LastModifiedTime is a required field
	LastModifiedTime *time.Time `type:"timestamp" required:"true"`

	// The name of a monitoring alert.
	//
	// MonitoringAlertName is a required field
	MonitoringAlertName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Provides summary information about a monitor alert.

func (MonitoringAlertSummary) GoString added in v1.44.150

func (s MonitoringAlertSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MonitoringAlertSummary) SetActions added in v1.44.150

SetActions sets the Actions field's value.

func (*MonitoringAlertSummary) SetAlertStatus added in v1.44.150

SetAlertStatus sets the AlertStatus field's value.

func (*MonitoringAlertSummary) SetCreationTime added in v1.44.150

func (s *MonitoringAlertSummary) SetCreationTime(v time.Time) *MonitoringAlertSummary

SetCreationTime sets the CreationTime field's value.

func (*MonitoringAlertSummary) SetDatapointsToAlert added in v1.44.150

func (s *MonitoringAlertSummary) SetDatapointsToAlert(v int64) *MonitoringAlertSummary

SetDatapointsToAlert sets the DatapointsToAlert field's value.

func (*MonitoringAlertSummary) SetEvaluationPeriod added in v1.44.150

func (s *MonitoringAlertSummary) SetEvaluationPeriod(v int64) *MonitoringAlertSummary

SetEvaluationPeriod sets the EvaluationPeriod field's value.

func (*MonitoringAlertSummary) SetLastModifiedTime added in v1.44.150

func (s *MonitoringAlertSummary) SetLastModifiedTime(v time.Time) *MonitoringAlertSummary

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*MonitoringAlertSummary) SetMonitoringAlertName added in v1.44.150

func (s *MonitoringAlertSummary) SetMonitoringAlertName(v string) *MonitoringAlertSummary

SetMonitoringAlertName sets the MonitoringAlertName field's value.

func (MonitoringAlertSummary) String added in v1.44.150

func (s MonitoringAlertSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type MonitoringAppSpecification added in v1.25.47

type MonitoringAppSpecification struct {

	// An array of arguments for the container used to run the monitoring job.
	ContainerArguments []*string `min:"1" type:"list"`

	// Specifies the entrypoint for a container used to run the monitoring job.
	ContainerEntrypoint []*string `min:"1" type:"list"`

	// The container image to be run by the monitoring job.
	//
	// ImageUri is a required field
	ImageUri *string `type:"string" required:"true"`

	// An Amazon S3 URI to a script that is called after analysis has been performed.
	// Applicable only for the built-in (first party) containers.
	PostAnalyticsProcessorSourceUri *string `type:"string"`

	// An Amazon S3 URI to a script that is called per row prior to running analysis.
	// It can base64 decode the payload and convert it into a flatted json so that
	// the built-in container can use the converted data. Applicable only for the
	// built-in (first party) containers.
	RecordPreprocessorSourceUri *string `type:"string"`
	// contains filtered or unexported fields
}

Container image configuration object for the monitoring job.

func (MonitoringAppSpecification) GoString added in v1.25.47

func (s MonitoringAppSpecification) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MonitoringAppSpecification) SetContainerArguments added in v1.25.47

func (s *MonitoringAppSpecification) SetContainerArguments(v []*string) *MonitoringAppSpecification

SetContainerArguments sets the ContainerArguments field's value.

func (*MonitoringAppSpecification) SetContainerEntrypoint added in v1.25.47

func (s *MonitoringAppSpecification) SetContainerEntrypoint(v []*string) *MonitoringAppSpecification

SetContainerEntrypoint sets the ContainerEntrypoint field's value.

func (*MonitoringAppSpecification) SetImageUri added in v1.25.47

SetImageUri sets the ImageUri field's value.

func (*MonitoringAppSpecification) SetPostAnalyticsProcessorSourceUri added in v1.25.47

func (s *MonitoringAppSpecification) SetPostAnalyticsProcessorSourceUri(v string) *MonitoringAppSpecification

SetPostAnalyticsProcessorSourceUri sets the PostAnalyticsProcessorSourceUri field's value.

func (*MonitoringAppSpecification) SetRecordPreprocessorSourceUri added in v1.25.47

func (s *MonitoringAppSpecification) SetRecordPreprocessorSourceUri(v string) *MonitoringAppSpecification

SetRecordPreprocessorSourceUri sets the RecordPreprocessorSourceUri field's value.

func (MonitoringAppSpecification) String added in v1.25.47

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MonitoringAppSpecification) Validate added in v1.25.47

func (s *MonitoringAppSpecification) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type MonitoringBaselineConfig added in v1.25.47

type MonitoringBaselineConfig struct {

	// The name of the job that performs baselining for the monitoring job.
	BaseliningJobName *string `min:"1" type:"string"`

	// The baseline constraint file in Amazon S3 that the current monitoring job
	// should validated against.
	ConstraintsResource *MonitoringConstraintsResource `type:"structure"`

	// The baseline statistics file in Amazon S3 that the current monitoring job
	// should be validated against.
	StatisticsResource *MonitoringStatisticsResource `type:"structure"`
	// contains filtered or unexported fields
}

Configuration for monitoring constraints and monitoring statistics. These baseline resources are compared against the results of the current job from the series of jobs scheduled to collect data periodically.

func (MonitoringBaselineConfig) GoString added in v1.25.47

func (s MonitoringBaselineConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MonitoringBaselineConfig) SetBaseliningJobName added in v1.36.4

func (s *MonitoringBaselineConfig) SetBaseliningJobName(v string) *MonitoringBaselineConfig

SetBaseliningJobName sets the BaseliningJobName field's value.

func (*MonitoringBaselineConfig) SetConstraintsResource added in v1.25.47

SetConstraintsResource sets the ConstraintsResource field's value.

func (*MonitoringBaselineConfig) SetStatisticsResource added in v1.25.47

SetStatisticsResource sets the StatisticsResource field's value.

func (MonitoringBaselineConfig) String added in v1.25.47

func (s MonitoringBaselineConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MonitoringBaselineConfig) Validate added in v1.36.4

func (s *MonitoringBaselineConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type MonitoringClusterConfig added in v1.25.47

type MonitoringClusterConfig struct {

	// The number of ML compute instances to use in the model monitoring job. For
	// distributed processing jobs, specify a value greater than 1. The default
	// value is 1.
	//
	// InstanceCount is a required field
	InstanceCount *int64 `min:"1" type:"integer" required:"true"`

	// The ML compute instance type for the processing job.
	//
	// InstanceType is a required field
	InstanceType *string `type:"string" required:"true" enum:"ProcessingInstanceType"`

	// The Amazon Web Services Key Management Service (Amazon Web Services KMS)
	// key that Amazon SageMaker uses to encrypt data on the storage volume attached
	// to the ML compute instance(s) that run the model monitoring job.
	VolumeKmsKeyId *string `type:"string"`

	// The size of the ML storage volume, in gigabytes, that you want to provision.
	// You must specify sufficient ML storage for your scenario.
	//
	// VolumeSizeInGB is a required field
	VolumeSizeInGB *int64 `min:"1" type:"integer" required:"true"`
	// contains filtered or unexported fields
}

Configuration for the cluster used to run model monitoring jobs.

func (MonitoringClusterConfig) GoString added in v1.25.47

func (s MonitoringClusterConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MonitoringClusterConfig) SetInstanceCount added in v1.25.47

func (s *MonitoringClusterConfig) SetInstanceCount(v int64) *MonitoringClusterConfig

SetInstanceCount sets the InstanceCount field's value.

func (*MonitoringClusterConfig) SetInstanceType added in v1.25.47

SetInstanceType sets the InstanceType field's value.

func (*MonitoringClusterConfig) SetVolumeKmsKeyId added in v1.25.47

func (s *MonitoringClusterConfig) SetVolumeKmsKeyId(v string) *MonitoringClusterConfig

SetVolumeKmsKeyId sets the VolumeKmsKeyId field's value.

func (*MonitoringClusterConfig) SetVolumeSizeInGB added in v1.25.47

func (s *MonitoringClusterConfig) SetVolumeSizeInGB(v int64) *MonitoringClusterConfig

SetVolumeSizeInGB sets the VolumeSizeInGB field's value.

func (MonitoringClusterConfig) String added in v1.25.47

func (s MonitoringClusterConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MonitoringClusterConfig) Validate added in v1.25.47

func (s *MonitoringClusterConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type MonitoringConstraintsResource added in v1.25.47

type MonitoringConstraintsResource struct {

	// The Amazon S3 URI for the constraints resource.
	S3Uri *string `type:"string"`
	// contains filtered or unexported fields
}

The constraints resource for a monitoring job.

func (MonitoringConstraintsResource) GoString added in v1.25.47

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MonitoringConstraintsResource) SetS3Uri added in v1.25.47

SetS3Uri sets the S3Uri field's value.

func (MonitoringConstraintsResource) String added in v1.25.47

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type MonitoringCsvDatasetFormat added in v1.44.118

type MonitoringCsvDatasetFormat struct {

	// Indicates if the CSV data has a header.
	Header *bool `type:"boolean"`
	// contains filtered or unexported fields
}

Represents the CSV dataset format used when running a monitoring job.

func (MonitoringCsvDatasetFormat) GoString added in v1.44.118

func (s MonitoringCsvDatasetFormat) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MonitoringCsvDatasetFormat) SetHeader added in v1.44.118

SetHeader sets the Header field's value.

func (MonitoringCsvDatasetFormat) String added in v1.44.118

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type MonitoringDatasetFormat added in v1.44.118

type MonitoringDatasetFormat struct {

	// The CSV dataset used in the monitoring job.
	Csv *MonitoringCsvDatasetFormat `type:"structure"`

	// The JSON dataset used in the monitoring job
	Json *MonitoringJsonDatasetFormat `type:"structure"`

	// The Parquet dataset used in the monitoring job
	Parquet *MonitoringParquetDatasetFormat `type:"structure"`
	// contains filtered or unexported fields
}

Represents the dataset format used when running a monitoring job.

func (MonitoringDatasetFormat) GoString added in v1.44.118

func (s MonitoringDatasetFormat) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MonitoringDatasetFormat) SetCsv added in v1.44.118

SetCsv sets the Csv field's value.

func (*MonitoringDatasetFormat) SetJson added in v1.44.118

SetJson sets the Json field's value.

func (*MonitoringDatasetFormat) SetParquet added in v1.44.118

SetParquet sets the Parquet field's value.

func (MonitoringDatasetFormat) String added in v1.44.118

func (s MonitoringDatasetFormat) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type MonitoringExecutionSummary added in v1.25.47

type MonitoringExecutionSummary struct {

	// The time at which the monitoring job was created.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// The name of the endpoint used to run the monitoring job.
	EndpointName *string `type:"string"`

	// Contains the reason a monitoring job failed, if it failed.
	FailureReason *string `type:"string"`

	// A timestamp that indicates the last time the monitoring job was modified.
	//
	// LastModifiedTime is a required field
	LastModifiedTime *time.Time `type:"timestamp" required:"true"`

	// The status of the monitoring job.
	//
	// MonitoringExecutionStatus is a required field
	MonitoringExecutionStatus *string `type:"string" required:"true" enum:"ExecutionStatus"`

	// The name of the monitoring job.
	MonitoringJobDefinitionName *string `min:"1" type:"string"`

	// The name of the monitoring schedule.
	//
	// MonitoringScheduleName is a required field
	MonitoringScheduleName *string `min:"1" type:"string" required:"true"`

	// The type of the monitoring job.
	MonitoringType *string `type:"string" enum:"MonitoringType"`

	// The Amazon Resource Name (ARN) of the monitoring job.
	ProcessingJobArn *string `type:"string"`

	// The time the monitoring job was scheduled.
	//
	// ScheduledTime is a required field
	ScheduledTime *time.Time `type:"timestamp" required:"true"`
	// contains filtered or unexported fields
}

Summary of information about the last monitoring job to run.

func (MonitoringExecutionSummary) GoString added in v1.25.47

func (s MonitoringExecutionSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MonitoringExecutionSummary) SetCreationTime added in v1.25.47

SetCreationTime sets the CreationTime field's value.

func (*MonitoringExecutionSummary) SetEndpointName added in v1.25.47

SetEndpointName sets the EndpointName field's value.

func (*MonitoringExecutionSummary) SetFailureReason added in v1.25.47

SetFailureReason sets the FailureReason field's value.

func (*MonitoringExecutionSummary) SetLastModifiedTime added in v1.25.47

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*MonitoringExecutionSummary) SetMonitoringExecutionStatus added in v1.25.47

func (s *MonitoringExecutionSummary) SetMonitoringExecutionStatus(v string) *MonitoringExecutionSummary

SetMonitoringExecutionStatus sets the MonitoringExecutionStatus field's value.

func (*MonitoringExecutionSummary) SetMonitoringJobDefinitionName added in v1.36.4

func (s *MonitoringExecutionSummary) SetMonitoringJobDefinitionName(v string) *MonitoringExecutionSummary

SetMonitoringJobDefinitionName sets the MonitoringJobDefinitionName field's value.

func (*MonitoringExecutionSummary) SetMonitoringScheduleName added in v1.25.47

func (s *MonitoringExecutionSummary) SetMonitoringScheduleName(v string) *MonitoringExecutionSummary

SetMonitoringScheduleName sets the MonitoringScheduleName field's value.

func (*MonitoringExecutionSummary) SetMonitoringType added in v1.36.4

SetMonitoringType sets the MonitoringType field's value.

func (*MonitoringExecutionSummary) SetProcessingJobArn added in v1.25.47

SetProcessingJobArn sets the ProcessingJobArn field's value.

func (*MonitoringExecutionSummary) SetScheduledTime added in v1.25.47

SetScheduledTime sets the ScheduledTime field's value.

func (MonitoringExecutionSummary) String added in v1.25.47

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type MonitoringGroundTruthS3Input added in v1.36.4

type MonitoringGroundTruthS3Input struct {

	// The address of the Amazon S3 location of the ground truth labels.
	S3Uri *string `type:"string"`
	// contains filtered or unexported fields
}

The ground truth labels for the dataset used for the monitoring job.

func (MonitoringGroundTruthS3Input) GoString added in v1.36.4

func (s MonitoringGroundTruthS3Input) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MonitoringGroundTruthS3Input) SetS3Uri added in v1.36.4

SetS3Uri sets the S3Uri field's value.

func (MonitoringGroundTruthS3Input) String added in v1.36.4

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type MonitoringInput added in v1.25.47

type MonitoringInput struct {

	// Input object for the batch transform job.
	BatchTransformInput *BatchTransformInput_ `type:"structure"`

	// The endpoint for a monitoring job.
	EndpointInput *EndpointInput `type:"structure"`
	// contains filtered or unexported fields
}

The inputs for a monitoring job.

func (MonitoringInput) GoString added in v1.25.47

func (s MonitoringInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MonitoringInput) SetBatchTransformInput added in v1.44.118

func (s *MonitoringInput) SetBatchTransformInput(v *BatchTransformInput_) *MonitoringInput

SetBatchTransformInput sets the BatchTransformInput field's value.

func (*MonitoringInput) SetEndpointInput added in v1.25.47

func (s *MonitoringInput) SetEndpointInput(v *EndpointInput) *MonitoringInput

SetEndpointInput sets the EndpointInput field's value.

func (MonitoringInput) String added in v1.25.47

func (s MonitoringInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MonitoringInput) Validate added in v1.25.47

func (s *MonitoringInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type MonitoringJobDefinition added in v1.25.47

type MonitoringJobDefinition struct {

	// Baseline configuration used to validate that the data conforms to the specified
	// constraints and statistics
	BaselineConfig *MonitoringBaselineConfig `type:"structure"`

	// Sets the environment variables in the Docker container.
	Environment map[string]*string `type:"map"`

	// Configures the monitoring job to run a specified Docker container image.
	//
	// MonitoringAppSpecification is a required field
	MonitoringAppSpecification *MonitoringAppSpecification `type:"structure" required:"true"`

	// The array of inputs for the monitoring job. Currently we support monitoring
	// an Amazon SageMaker Endpoint.
	//
	// MonitoringInputs is a required field
	MonitoringInputs []*MonitoringInput `min:"1" type:"list" required:"true"`

	// The array of outputs from the monitoring job to be uploaded to Amazon Simple
	// Storage Service (Amazon S3).
	//
	// MonitoringOutputConfig is a required field
	MonitoringOutputConfig *MonitoringOutputConfig `type:"structure" required:"true"`

	// Identifies the resources, ML compute instances, and ML storage volumes to
	// deploy for a monitoring job. In distributed processing, you specify more
	// than one instance.
	//
	// MonitoringResources is a required field
	MonitoringResources *MonitoringResources `type:"structure" required:"true"`

	// Specifies networking options for an monitoring job.
	NetworkConfig *NetworkConfig `type:"structure"`

	// The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume
	// to perform tasks on your behalf.
	//
	// RoleArn is a required field
	RoleArn *string `min:"20" type:"string" required:"true"`

	// Specifies a time limit for how long the monitoring job is allowed to run.
	StoppingCondition *MonitoringStoppingCondition `type:"structure"`
	// contains filtered or unexported fields
}

Defines the monitoring job.

func (MonitoringJobDefinition) GoString added in v1.25.47

func (s MonitoringJobDefinition) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MonitoringJobDefinition) SetBaselineConfig added in v1.25.47

SetBaselineConfig sets the BaselineConfig field's value.

func (*MonitoringJobDefinition) SetEnvironment added in v1.25.47

func (s *MonitoringJobDefinition) SetEnvironment(v map[string]*string) *MonitoringJobDefinition

SetEnvironment sets the Environment field's value.

func (*MonitoringJobDefinition) SetMonitoringAppSpecification added in v1.25.47

func (s *MonitoringJobDefinition) SetMonitoringAppSpecification(v *MonitoringAppSpecification) *MonitoringJobDefinition

SetMonitoringAppSpecification sets the MonitoringAppSpecification field's value.

func (*MonitoringJobDefinition) SetMonitoringInputs added in v1.25.47

func (s *MonitoringJobDefinition) SetMonitoringInputs(v []*MonitoringInput) *MonitoringJobDefinition

SetMonitoringInputs sets the MonitoringInputs field's value.

func (*MonitoringJobDefinition) SetMonitoringOutputConfig added in v1.25.47

SetMonitoringOutputConfig sets the MonitoringOutputConfig field's value.

func (*MonitoringJobDefinition) SetMonitoringResources added in v1.25.47

SetMonitoringResources sets the MonitoringResources field's value.

func (*MonitoringJobDefinition) SetNetworkConfig added in v1.25.47

SetNetworkConfig sets the NetworkConfig field's value.

func (*MonitoringJobDefinition) SetRoleArn added in v1.25.47

SetRoleArn sets the RoleArn field's value.

func (*MonitoringJobDefinition) SetStoppingCondition added in v1.25.47

SetStoppingCondition sets the StoppingCondition field's value.

func (MonitoringJobDefinition) String added in v1.25.47

func (s MonitoringJobDefinition) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MonitoringJobDefinition) Validate added in v1.25.47

func (s *MonitoringJobDefinition) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type MonitoringJobDefinitionSummary added in v1.36.4

type MonitoringJobDefinitionSummary struct {

	// The time that the monitoring job was created.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// The name of the endpoint that the job monitors.
	//
	// EndpointName is a required field
	EndpointName *string `type:"string" required:"true"`

	// The Amazon Resource Name (ARN) of the monitoring job.
	//
	// MonitoringJobDefinitionArn is a required field
	MonitoringJobDefinitionArn *string `type:"string" required:"true"`

	// The name of the monitoring job.
	//
	// MonitoringJobDefinitionName is a required field
	MonitoringJobDefinitionName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Summary information about a monitoring job.

func (MonitoringJobDefinitionSummary) GoString added in v1.36.4

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MonitoringJobDefinitionSummary) SetCreationTime added in v1.36.4

SetCreationTime sets the CreationTime field's value.

func (*MonitoringJobDefinitionSummary) SetEndpointName added in v1.36.4

SetEndpointName sets the EndpointName field's value.

func (*MonitoringJobDefinitionSummary) SetMonitoringJobDefinitionArn added in v1.36.4

func (s *MonitoringJobDefinitionSummary) SetMonitoringJobDefinitionArn(v string) *MonitoringJobDefinitionSummary

SetMonitoringJobDefinitionArn sets the MonitoringJobDefinitionArn field's value.

func (*MonitoringJobDefinitionSummary) SetMonitoringJobDefinitionName added in v1.36.4

func (s *MonitoringJobDefinitionSummary) SetMonitoringJobDefinitionName(v string) *MonitoringJobDefinitionSummary

SetMonitoringJobDefinitionName sets the MonitoringJobDefinitionName field's value.

func (MonitoringJobDefinitionSummary) String added in v1.36.4

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type MonitoringJsonDatasetFormat added in v1.44.118

type MonitoringJsonDatasetFormat struct {

	// Indicates if the file should be read as a json object per line.
	Line *bool `type:"boolean"`
	// contains filtered or unexported fields
}

Represents the JSON dataset format used when running a monitoring job.

func (MonitoringJsonDatasetFormat) GoString added in v1.44.118

func (s MonitoringJsonDatasetFormat) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MonitoringJsonDatasetFormat) SetLine added in v1.44.118

SetLine sets the Line field's value.

func (MonitoringJsonDatasetFormat) String added in v1.44.118

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type MonitoringNetworkConfig added in v1.36.4

type MonitoringNetworkConfig struct {

	// Whether to encrypt all communications between the instances used for the
	// monitoring jobs. Choose True to encrypt communications. Encryption provides
	// greater security for distributed jobs, but the processing might take longer.
	EnableInterContainerTrafficEncryption *bool `type:"boolean"`

	// Whether to allow inbound and outbound network calls to and from the containers
	// used for the monitoring job.
	EnableNetworkIsolation *bool `type:"boolean"`

	// Specifies a VPC that your training jobs and hosted models have access to.
	// Control access to and from your training and model containers by configuring
	// the VPC. For more information, see Protect Endpoints by Using an Amazon Virtual
	// Private Cloud (https://docs.aws.amazon.com/sagemaker/latest/dg/host-vpc.html)
	// and Protect Training Jobs by Using an Amazon Virtual Private Cloud (https://docs.aws.amazon.com/sagemaker/latest/dg/train-vpc.html).
	VpcConfig *VpcConfig `type:"structure"`
	// contains filtered or unexported fields
}

The networking configuration for the monitoring job.

func (MonitoringNetworkConfig) GoString added in v1.36.4

func (s MonitoringNetworkConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MonitoringNetworkConfig) SetEnableInterContainerTrafficEncryption added in v1.36.4

func (s *MonitoringNetworkConfig) SetEnableInterContainerTrafficEncryption(v bool) *MonitoringNetworkConfig

SetEnableInterContainerTrafficEncryption sets the EnableInterContainerTrafficEncryption field's value.

func (*MonitoringNetworkConfig) SetEnableNetworkIsolation added in v1.36.4

func (s *MonitoringNetworkConfig) SetEnableNetworkIsolation(v bool) *MonitoringNetworkConfig

SetEnableNetworkIsolation sets the EnableNetworkIsolation field's value.

func (*MonitoringNetworkConfig) SetVpcConfig added in v1.36.4

SetVpcConfig sets the VpcConfig field's value.

func (MonitoringNetworkConfig) String added in v1.36.4

func (s MonitoringNetworkConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MonitoringNetworkConfig) Validate added in v1.36.4

func (s *MonitoringNetworkConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type MonitoringOutput added in v1.25.47

type MonitoringOutput struct {

	// The Amazon S3 storage location where the results of a monitoring job are
	// saved.
	//
	// S3Output is a required field
	S3Output *MonitoringS3Output `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

The output object for a monitoring job.

func (MonitoringOutput) GoString added in v1.25.47

func (s MonitoringOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MonitoringOutput) SetS3Output added in v1.25.47

SetS3Output sets the S3Output field's value.

func (MonitoringOutput) String added in v1.25.47

func (s MonitoringOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MonitoringOutput) Validate added in v1.25.47

func (s *MonitoringOutput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type MonitoringOutputConfig added in v1.25.47

type MonitoringOutputConfig struct {

	// The Amazon Web Services Key Management Service (Amazon Web Services KMS)
	// key that Amazon SageMaker uses to encrypt the model artifacts at rest using
	// Amazon S3 server-side encryption.
	KmsKeyId *string `type:"string"`

	// Monitoring outputs for monitoring jobs. This is where the output of the periodic
	// monitoring jobs is uploaded.
	//
	// MonitoringOutputs is a required field
	MonitoringOutputs []*MonitoringOutput `min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

The output configuration for monitoring jobs.

func (MonitoringOutputConfig) GoString added in v1.25.47

func (s MonitoringOutputConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MonitoringOutputConfig) SetKmsKeyId added in v1.25.47

SetKmsKeyId sets the KmsKeyId field's value.

func (*MonitoringOutputConfig) SetMonitoringOutputs added in v1.25.47

func (s *MonitoringOutputConfig) SetMonitoringOutputs(v []*MonitoringOutput) *MonitoringOutputConfig

SetMonitoringOutputs sets the MonitoringOutputs field's value.

func (MonitoringOutputConfig) String added in v1.25.47

func (s MonitoringOutputConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MonitoringOutputConfig) Validate added in v1.25.47

func (s *MonitoringOutputConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type MonitoringParquetDatasetFormat added in v1.44.118

type MonitoringParquetDatasetFormat struct {
	// contains filtered or unexported fields
}

Represents the Parquet dataset format used when running a monitoring job.

func (MonitoringParquetDatasetFormat) GoString added in v1.44.118

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (MonitoringParquetDatasetFormat) String added in v1.44.118

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type MonitoringResources added in v1.25.47

type MonitoringResources struct {

	// The configuration for the cluster resources used to run the processing job.
	//
	// ClusterConfig is a required field
	ClusterConfig *MonitoringClusterConfig `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

Identifies the resources to deploy for a monitoring job.

func (MonitoringResources) GoString added in v1.25.47

func (s MonitoringResources) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MonitoringResources) SetClusterConfig added in v1.25.47

SetClusterConfig sets the ClusterConfig field's value.

func (MonitoringResources) String added in v1.25.47

func (s MonitoringResources) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MonitoringResources) Validate added in v1.25.47

func (s *MonitoringResources) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type MonitoringS3Output added in v1.25.47

type MonitoringS3Output struct {

	// The local path to the Amazon S3 storage location where Amazon SageMaker saves
	// the results of a monitoring job. LocalPath is an absolute path for the output
	// data.
	//
	// LocalPath is a required field
	LocalPath *string `type:"string" required:"true"`

	// Whether to upload the results of the monitoring job continuously or after
	// the job completes.
	S3UploadMode *string `type:"string" enum:"ProcessingS3UploadMode"`

	// A URI that identifies the Amazon S3 storage location where Amazon SageMaker
	// saves the results of a monitoring job.
	//
	// S3Uri is a required field
	S3Uri *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Information about where and how you want to store the results of a monitoring job.

func (MonitoringS3Output) GoString added in v1.25.47

func (s MonitoringS3Output) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MonitoringS3Output) SetLocalPath added in v1.25.47

func (s *MonitoringS3Output) SetLocalPath(v string) *MonitoringS3Output

SetLocalPath sets the LocalPath field's value.

func (*MonitoringS3Output) SetS3UploadMode added in v1.25.47

func (s *MonitoringS3Output) SetS3UploadMode(v string) *MonitoringS3Output

SetS3UploadMode sets the S3UploadMode field's value.

func (*MonitoringS3Output) SetS3Uri added in v1.25.47

SetS3Uri sets the S3Uri field's value.

func (MonitoringS3Output) String added in v1.25.47

func (s MonitoringS3Output) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MonitoringS3Output) Validate added in v1.25.47

func (s *MonitoringS3Output) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type MonitoringSchedule added in v1.35.37

type MonitoringSchedule struct {

	// The time that the monitoring schedule was created.
	CreationTime *time.Time `type:"timestamp"`

	// The endpoint that hosts the model being monitored.
	EndpointName *string `type:"string"`

	// If the monitoring schedule failed, the reason it failed.
	FailureReason *string `type:"string"`

	// The last time the monitoring schedule was changed.
	LastModifiedTime *time.Time `type:"timestamp"`

	// Summary of information about the last monitoring job to run.
	LastMonitoringExecutionSummary *MonitoringExecutionSummary `type:"structure"`

	// The Amazon Resource Name (ARN) of the monitoring schedule.
	MonitoringScheduleArn *string `type:"string"`

	// Configures the monitoring schedule and defines the monitoring job.
	MonitoringScheduleConfig *MonitoringScheduleConfig `type:"structure"`

	// The name of the monitoring schedule.
	MonitoringScheduleName *string `min:"1" type:"string"`

	// The status of the monitoring schedule. This can be one of the following values.
	//
	//    * PENDING - The schedule is pending being created.
	//
	//    * FAILED - The schedule failed.
	//
	//    * SCHEDULED - The schedule was successfully created.
	//
	//    * STOPPED - The schedule was stopped.
	MonitoringScheduleStatus *string `type:"string" enum:"ScheduleStatus"`

	// The type of the monitoring job definition to schedule.
	MonitoringType *string `type:"string" enum:"MonitoringType"`

	// A list of the tags associated with the monitoring schedlue. For more information,
	// see Tagging Amazon Web Services resources (https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html)
	// in the Amazon Web Services General Reference Guide.
	Tags []*Tag `type:"list"`
	// contains filtered or unexported fields
}

A schedule for a model monitoring job. For information about model monitor, see Amazon SageMaker Model Monitor (https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor.html).

func (MonitoringSchedule) GoString added in v1.35.37

func (s MonitoringSchedule) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MonitoringSchedule) SetCreationTime added in v1.35.37

func (s *MonitoringSchedule) SetCreationTime(v time.Time) *MonitoringSchedule

SetCreationTime sets the CreationTime field's value.

func (*MonitoringSchedule) SetEndpointName added in v1.35.37

func (s *MonitoringSchedule) SetEndpointName(v string) *MonitoringSchedule

SetEndpointName sets the EndpointName field's value.

func (*MonitoringSchedule) SetFailureReason added in v1.35.37

func (s *MonitoringSchedule) SetFailureReason(v string) *MonitoringSchedule

SetFailureReason sets the FailureReason field's value.

func (*MonitoringSchedule) SetLastModifiedTime added in v1.35.37

func (s *MonitoringSchedule) SetLastModifiedTime(v time.Time) *MonitoringSchedule

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*MonitoringSchedule) SetLastMonitoringExecutionSummary added in v1.35.37

func (s *MonitoringSchedule) SetLastMonitoringExecutionSummary(v *MonitoringExecutionSummary) *MonitoringSchedule

SetLastMonitoringExecutionSummary sets the LastMonitoringExecutionSummary field's value.

func (*MonitoringSchedule) SetMonitoringScheduleArn added in v1.35.37

func (s *MonitoringSchedule) SetMonitoringScheduleArn(v string) *MonitoringSchedule

SetMonitoringScheduleArn sets the MonitoringScheduleArn field's value.

func (*MonitoringSchedule) SetMonitoringScheduleConfig added in v1.35.37

func (s *MonitoringSchedule) SetMonitoringScheduleConfig(v *MonitoringScheduleConfig) *MonitoringSchedule

SetMonitoringScheduleConfig sets the MonitoringScheduleConfig field's value.

func (*MonitoringSchedule) SetMonitoringScheduleName added in v1.35.37

func (s *MonitoringSchedule) SetMonitoringScheduleName(v string) *MonitoringSchedule

SetMonitoringScheduleName sets the MonitoringScheduleName field's value.

func (*MonitoringSchedule) SetMonitoringScheduleStatus added in v1.35.37

func (s *MonitoringSchedule) SetMonitoringScheduleStatus(v string) *MonitoringSchedule

SetMonitoringScheduleStatus sets the MonitoringScheduleStatus field's value.

func (*MonitoringSchedule) SetMonitoringType added in v1.36.4

func (s *MonitoringSchedule) SetMonitoringType(v string) *MonitoringSchedule

SetMonitoringType sets the MonitoringType field's value.

func (*MonitoringSchedule) SetTags added in v1.35.37

func (s *MonitoringSchedule) SetTags(v []*Tag) *MonitoringSchedule

SetTags sets the Tags field's value.

func (MonitoringSchedule) String added in v1.35.37

func (s MonitoringSchedule) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type MonitoringScheduleConfig added in v1.25.47

type MonitoringScheduleConfig struct {

	// Defines the monitoring job.
	MonitoringJobDefinition *MonitoringJobDefinition `type:"structure"`

	// The name of the monitoring job definition to schedule.
	MonitoringJobDefinitionName *string `min:"1" type:"string"`

	// The type of the monitoring job definition to schedule.
	MonitoringType *string `type:"string" enum:"MonitoringType"`

	// Configures the monitoring schedule.
	ScheduleConfig *ScheduleConfig `type:"structure"`
	// contains filtered or unexported fields
}

Configures the monitoring schedule and defines the monitoring job.

func (MonitoringScheduleConfig) GoString added in v1.25.47

func (s MonitoringScheduleConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MonitoringScheduleConfig) SetMonitoringJobDefinition added in v1.25.47

SetMonitoringJobDefinition sets the MonitoringJobDefinition field's value.

func (*MonitoringScheduleConfig) SetMonitoringJobDefinitionName added in v1.36.4

func (s *MonitoringScheduleConfig) SetMonitoringJobDefinitionName(v string) *MonitoringScheduleConfig

SetMonitoringJobDefinitionName sets the MonitoringJobDefinitionName field's value.

func (*MonitoringScheduleConfig) SetMonitoringType added in v1.36.4

func (s *MonitoringScheduleConfig) SetMonitoringType(v string) *MonitoringScheduleConfig

SetMonitoringType sets the MonitoringType field's value.

func (*MonitoringScheduleConfig) SetScheduleConfig added in v1.25.47

SetScheduleConfig sets the ScheduleConfig field's value.

func (MonitoringScheduleConfig) String added in v1.25.47

func (s MonitoringScheduleConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MonitoringScheduleConfig) Validate added in v1.25.47

func (s *MonitoringScheduleConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type MonitoringScheduleSummary added in v1.25.47

type MonitoringScheduleSummary struct {

	// The creation time of the monitoring schedule.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// The name of the endpoint using the monitoring schedule.
	EndpointName *string `type:"string"`

	// The last time the monitoring schedule was modified.
	//
	// LastModifiedTime is a required field
	LastModifiedTime *time.Time `type:"timestamp" required:"true"`

	// The name of the monitoring job definition that the schedule is for.
	MonitoringJobDefinitionName *string `min:"1" type:"string"`

	// The Amazon Resource Name (ARN) of the monitoring schedule.
	//
	// MonitoringScheduleArn is a required field
	MonitoringScheduleArn *string `type:"string" required:"true"`

	// The name of the monitoring schedule.
	//
	// MonitoringScheduleName is a required field
	MonitoringScheduleName *string `min:"1" type:"string" required:"true"`

	// The status of the monitoring schedule.
	//
	// MonitoringScheduleStatus is a required field
	MonitoringScheduleStatus *string `type:"string" required:"true" enum:"ScheduleStatus"`

	// The type of the monitoring job definition that the schedule is for.
	MonitoringType *string `type:"string" enum:"MonitoringType"`
	// contains filtered or unexported fields
}

Summarizes the monitoring schedule.

func (MonitoringScheduleSummary) GoString added in v1.25.47

func (s MonitoringScheduleSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MonitoringScheduleSummary) SetCreationTime added in v1.25.47

SetCreationTime sets the CreationTime field's value.

func (*MonitoringScheduleSummary) SetEndpointName added in v1.25.47

SetEndpointName sets the EndpointName field's value.

func (*MonitoringScheduleSummary) SetLastModifiedTime added in v1.25.47

func (s *MonitoringScheduleSummary) SetLastModifiedTime(v time.Time) *MonitoringScheduleSummary

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*MonitoringScheduleSummary) SetMonitoringJobDefinitionName added in v1.36.4

func (s *MonitoringScheduleSummary) SetMonitoringJobDefinitionName(v string) *MonitoringScheduleSummary

SetMonitoringJobDefinitionName sets the MonitoringJobDefinitionName field's value.

func (*MonitoringScheduleSummary) SetMonitoringScheduleArn added in v1.25.47

func (s *MonitoringScheduleSummary) SetMonitoringScheduleArn(v string) *MonitoringScheduleSummary

SetMonitoringScheduleArn sets the MonitoringScheduleArn field's value.

func (*MonitoringScheduleSummary) SetMonitoringScheduleName added in v1.25.47

func (s *MonitoringScheduleSummary) SetMonitoringScheduleName(v string) *MonitoringScheduleSummary

SetMonitoringScheduleName sets the MonitoringScheduleName field's value.

func (*MonitoringScheduleSummary) SetMonitoringScheduleStatus added in v1.25.47

func (s *MonitoringScheduleSummary) SetMonitoringScheduleStatus(v string) *MonitoringScheduleSummary

SetMonitoringScheduleStatus sets the MonitoringScheduleStatus field's value.

func (*MonitoringScheduleSummary) SetMonitoringType added in v1.36.4

SetMonitoringType sets the MonitoringType field's value.

func (MonitoringScheduleSummary) String added in v1.25.47

func (s MonitoringScheduleSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type MonitoringStatisticsResource added in v1.25.47

type MonitoringStatisticsResource struct {

	// The Amazon S3 URI for the statistics resource.
	S3Uri *string `type:"string"`
	// contains filtered or unexported fields
}

The statistics resource for a monitoring job.

func (MonitoringStatisticsResource) GoString added in v1.25.47

func (s MonitoringStatisticsResource) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MonitoringStatisticsResource) SetS3Uri added in v1.25.47

SetS3Uri sets the S3Uri field's value.

func (MonitoringStatisticsResource) String added in v1.25.47

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type MonitoringStoppingCondition added in v1.25.47

type MonitoringStoppingCondition struct {

	// The maximum runtime allowed in seconds.
	//
	// The MaxRuntimeInSeconds cannot exceed the frequency of the job. For data
	// quality and model explainability, this can be up to 3600 seconds for an hourly
	// schedule. For model bias and model quality hourly schedules, this can be
	// up to 1800 seconds.
	//
	// MaxRuntimeInSeconds is a required field
	MaxRuntimeInSeconds *int64 `min:"1" type:"integer" required:"true"`
	// contains filtered or unexported fields
}

A time limit for how long the monitoring job is allowed to run before stopping.

func (MonitoringStoppingCondition) GoString added in v1.25.47

func (s MonitoringStoppingCondition) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MonitoringStoppingCondition) SetMaxRuntimeInSeconds added in v1.25.47

func (s *MonitoringStoppingCondition) SetMaxRuntimeInSeconds(v int64) *MonitoringStoppingCondition

SetMaxRuntimeInSeconds sets the MaxRuntimeInSeconds field's value.

func (MonitoringStoppingCondition) String added in v1.25.47

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MonitoringStoppingCondition) Validate added in v1.25.47

func (s *MonitoringStoppingCondition) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type MultiModelConfig added in v1.36.27

type MultiModelConfig struct {

	// Whether to cache models for a multi-model endpoint. By default, multi-model
	// endpoints cache models so that a model does not have to be loaded into memory
	// each time it is invoked. Some use cases do not benefit from model caching.
	// For example, if an endpoint hosts a large number of models that are each
	// invoked infrequently, the endpoint might perform better if you disable model
	// caching. To disable model caching, set the value of this parameter to Disabled.
	ModelCacheSetting *string `type:"string" enum:"ModelCacheSetting"`
	// contains filtered or unexported fields
}

Specifies additional configuration for hosting multi-model endpoints.

func (MultiModelConfig) GoString added in v1.36.27

func (s MultiModelConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MultiModelConfig) SetModelCacheSetting added in v1.36.27

func (s *MultiModelConfig) SetModelCacheSetting(v string) *MultiModelConfig

SetModelCacheSetting sets the ModelCacheSetting field's value.

func (MultiModelConfig) String added in v1.36.27

func (s MultiModelConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type NeoVpcConfig added in v1.38.69

type NeoVpcConfig struct {

	// The VPC security group IDs. IDs have the form of sg-xxxxxxxx. Specify the
	// security groups for the VPC that is specified in the Subnets field.
	//
	// SecurityGroupIds is a required field
	SecurityGroupIds []*string `min:"1" type:"list" required:"true"`

	// The ID of the subnets in the VPC that you want to connect the compilation
	// job to for accessing the model in Amazon S3.
	//
	// Subnets is a required field
	Subnets []*string `min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

The VpcConfig (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_VpcConfig.html) configuration object that specifies the VPC that you want the compilation jobs to connect to. For more information on controlling access to your Amazon S3 buckets used for compilation job, see Give Amazon SageMaker Compilation Jobs Access to Resources in Your Amazon VPC (https://docs.aws.amazon.com/sagemaker/latest/dg/neo-vpc.html).

func (NeoVpcConfig) GoString added in v1.38.69

func (s NeoVpcConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NeoVpcConfig) SetSecurityGroupIds added in v1.38.69

func (s *NeoVpcConfig) SetSecurityGroupIds(v []*string) *NeoVpcConfig

SetSecurityGroupIds sets the SecurityGroupIds field's value.

func (*NeoVpcConfig) SetSubnets added in v1.38.69

func (s *NeoVpcConfig) SetSubnets(v []*string) *NeoVpcConfig

SetSubnets sets the Subnets field's value.

func (NeoVpcConfig) String added in v1.38.69

func (s NeoVpcConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NeoVpcConfig) Validate added in v1.38.69

func (s *NeoVpcConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type NestedFilters added in v1.15.86

type NestedFilters struct {

	// A list of filters. Each filter acts on a property. Filters must contain at
	// least one Filters value. For example, a NestedFilters call might include
	// a filter on the PropertyName parameter of the InputDataConfig property: InputDataConfig.DataSource.S3DataSource.S3Uri.
	//
	// Filters is a required field
	Filters []*Filter `min:"1" type:"list" required:"true"`

	// The name of the property to use in the nested filters. The value must match
	// a listed property name, such as InputDataConfig.
	//
	// NestedPropertyName is a required field
	NestedPropertyName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

A list of nested Filter (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_Filter.html) objects. A resource must satisfy the conditions of all filters to be included in the results returned from the Search (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_Search.html) API.

For example, to filter on a training job's InputDataConfig property with a specific channel name and S3Uri prefix, define the following filters:

  • '{Name:"InputDataConfig.ChannelName", "Operator":"Equals", "Value":"train"}',

  • '{Name:"InputDataConfig.DataSource.S3DataSource.S3Uri", "Operator":"Contains", "Value":"mybucket/catdata"}'

func (NestedFilters) GoString added in v1.15.86

func (s NestedFilters) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NestedFilters) SetFilters added in v1.15.86

func (s *NestedFilters) SetFilters(v []*Filter) *NestedFilters

SetFilters sets the Filters field's value.

func (*NestedFilters) SetNestedPropertyName added in v1.15.86

func (s *NestedFilters) SetNestedPropertyName(v string) *NestedFilters

SetNestedPropertyName sets the NestedPropertyName field's value.

func (NestedFilters) String added in v1.15.86

func (s NestedFilters) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NestedFilters) Validate added in v1.15.86

func (s *NestedFilters) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type NetworkConfig added in v1.25.47

type NetworkConfig struct {

	// Whether to encrypt all communications between distributed processing jobs.
	// Choose True to encrypt communications. Encryption provides greater security
	// for distributed processing jobs, but the processing might take longer.
	EnableInterContainerTrafficEncryption *bool `type:"boolean"`

	// Whether to allow inbound and outbound network calls to and from the containers
	// used for the processing job.
	EnableNetworkIsolation *bool `type:"boolean"`

	// Specifies a VPC that your training jobs and hosted models have access to.
	// Control access to and from your training and model containers by configuring
	// the VPC. For more information, see Protect Endpoints by Using an Amazon Virtual
	// Private Cloud (https://docs.aws.amazon.com/sagemaker/latest/dg/host-vpc.html)
	// and Protect Training Jobs by Using an Amazon Virtual Private Cloud (https://docs.aws.amazon.com/sagemaker/latest/dg/train-vpc.html).
	VpcConfig *VpcConfig `type:"structure"`
	// contains filtered or unexported fields
}

Networking options for a job, such as network traffic encryption between containers, whether to allow inbound and outbound network calls to and from containers, and the VPC subnets and security groups to use for VPC-enabled jobs.

func (NetworkConfig) GoString added in v1.25.47

func (s NetworkConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NetworkConfig) SetEnableInterContainerTrafficEncryption added in v1.30.24

func (s *NetworkConfig) SetEnableInterContainerTrafficEncryption(v bool) *NetworkConfig

SetEnableInterContainerTrafficEncryption sets the EnableInterContainerTrafficEncryption field's value.

func (*NetworkConfig) SetEnableNetworkIsolation added in v1.25.47

func (s *NetworkConfig) SetEnableNetworkIsolation(v bool) *NetworkConfig

SetEnableNetworkIsolation sets the EnableNetworkIsolation field's value.

func (*NetworkConfig) SetVpcConfig added in v1.25.47

func (s *NetworkConfig) SetVpcConfig(v *VpcConfig) *NetworkConfig

SetVpcConfig sets the VpcConfig field's value.

func (NetworkConfig) String added in v1.25.47

func (s NetworkConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NetworkConfig) Validate added in v1.25.47

func (s *NetworkConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type NotebookInstanceLifecycleConfigSummary added in v1.13.15

type NotebookInstanceLifecycleConfigSummary struct {

	// A timestamp that tells when the lifecycle configuration was created.
	CreationTime *time.Time `type:"timestamp"`

	// A timestamp that tells when the lifecycle configuration was last modified.
	LastModifiedTime *time.Time `type:"timestamp"`

	// The Amazon Resource Name (ARN) of the lifecycle configuration.
	//
	// NotebookInstanceLifecycleConfigArn is a required field
	NotebookInstanceLifecycleConfigArn *string `type:"string" required:"true"`

	// The name of the lifecycle configuration.
	//
	// NotebookInstanceLifecycleConfigName is a required field
	NotebookInstanceLifecycleConfigName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Provides a summary of a notebook instance lifecycle configuration.

func (NotebookInstanceLifecycleConfigSummary) GoString added in v1.13.15

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NotebookInstanceLifecycleConfigSummary) SetCreationTime added in v1.13.15

SetCreationTime sets the CreationTime field's value.

func (*NotebookInstanceLifecycleConfigSummary) SetLastModifiedTime added in v1.13.15

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*NotebookInstanceLifecycleConfigSummary) SetNotebookInstanceLifecycleConfigArn added in v1.13.15

func (s *NotebookInstanceLifecycleConfigSummary) SetNotebookInstanceLifecycleConfigArn(v string) *NotebookInstanceLifecycleConfigSummary

SetNotebookInstanceLifecycleConfigArn sets the NotebookInstanceLifecycleConfigArn field's value.

func (*NotebookInstanceLifecycleConfigSummary) SetNotebookInstanceLifecycleConfigName added in v1.13.15

func (s *NotebookInstanceLifecycleConfigSummary) SetNotebookInstanceLifecycleConfigName(v string) *NotebookInstanceLifecycleConfigSummary

SetNotebookInstanceLifecycleConfigName sets the NotebookInstanceLifecycleConfigName field's value.

func (NotebookInstanceLifecycleConfigSummary) String added in v1.13.15

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type NotebookInstanceLifecycleHook added in v1.13.15

type NotebookInstanceLifecycleHook struct {

	// A base64-encoded string that contains a shell script for a notebook instance
	// lifecycle configuration.
	Content *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

Contains the notebook instance lifecycle configuration script.

Each lifecycle configuration script has a limit of 16384 characters.

The value of the $PATH environment variable that is available to both scripts is /sbin:bin:/usr/sbin:/usr/bin.

View CloudWatch Logs for notebook instance lifecycle configurations in log group /aws/sagemaker/NotebookInstances in log stream [notebook-instance-name]/[LifecycleConfigHook].

Lifecycle configuration scripts cannot run for longer than 5 minutes. If a script runs for longer than 5 minutes, it fails and the notebook instance is not created or started.

For information about notebook instance lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance (https://docs.aws.amazon.com/sagemaker/latest/dg/notebook-lifecycle-config.html).

func (NotebookInstanceLifecycleHook) GoString added in v1.13.15

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NotebookInstanceLifecycleHook) SetContent added in v1.13.15

SetContent sets the Content field's value.

func (NotebookInstanceLifecycleHook) String added in v1.13.15

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NotebookInstanceLifecycleHook) Validate added in v1.13.15

func (s *NotebookInstanceLifecycleHook) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type NotebookInstanceSummary

type NotebookInstanceSummary struct {

	// An array of up to three Git repositories associated with the notebook instance.
	// These can be either the names of Git repositories stored as resources in
	// your account, or the URL of Git repositories in Amazon Web Services CodeCommit
	// (https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html) or
	// in any other Git repository. These repositories are cloned at the same level
	// as the default repository of your notebook instance. For more information,
	// see Associating Git Repositories with SageMaker Notebook Instances (https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html).
	AdditionalCodeRepositories []*string `type:"list"`

	// A timestamp that shows when the notebook instance was created.
	CreationTime *time.Time `type:"timestamp"`

	// The Git repository associated with the notebook instance as its default code
	// repository. This can be either the name of a Git repository stored as a resource
	// in your account, or the URL of a Git repository in Amazon Web Services CodeCommit
	// (https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html) or
	// in any other Git repository. When you open a notebook instance, it opens
	// in the directory that contains this repository. For more information, see
	// Associating Git Repositories with SageMaker Notebook Instances (https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html).
	DefaultCodeRepository *string `min:"1" type:"string"`

	// The type of ML compute instance that the notebook instance is running on.
	InstanceType *string `type:"string" enum:"InstanceType"`

	// A timestamp that shows when the notebook instance was last modified.
	LastModifiedTime *time.Time `type:"timestamp"`

	// The Amazon Resource Name (ARN) of the notebook instance.
	//
	// NotebookInstanceArn is a required field
	NotebookInstanceArn *string `type:"string" required:"true"`

	// The name of a notebook instance lifecycle configuration associated with this
	// notebook instance.
	//
	// For information about notebook instance lifestyle configurations, see Step
	// 2.1: (Optional) Customize a Notebook Instance (https://docs.aws.amazon.com/sagemaker/latest/dg/notebook-lifecycle-config.html).
	NotebookInstanceLifecycleConfigName *string `type:"string"`

	// The name of the notebook instance that you want a summary for.
	//
	// NotebookInstanceName is a required field
	NotebookInstanceName *string `type:"string" required:"true"`

	// The status of the notebook instance.
	NotebookInstanceStatus *string `type:"string" enum:"NotebookInstanceStatus"`

	// The URL that you use to connect to the Jupyter notebook running in your notebook
	// instance.
	Url *string `type:"string"`
	// contains filtered or unexported fields
}

Provides summary information for an SageMaker notebook instance.

func (NotebookInstanceSummary) GoString

func (s NotebookInstanceSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NotebookInstanceSummary) SetAdditionalCodeRepositories added in v1.15.86

func (s *NotebookInstanceSummary) SetAdditionalCodeRepositories(v []*string) *NotebookInstanceSummary

SetAdditionalCodeRepositories sets the AdditionalCodeRepositories field's value.

func (*NotebookInstanceSummary) SetCreationTime

SetCreationTime sets the CreationTime field's value.

func (*NotebookInstanceSummary) SetDefaultCodeRepository added in v1.15.86

func (s *NotebookInstanceSummary) SetDefaultCodeRepository(v string) *NotebookInstanceSummary

SetDefaultCodeRepository sets the DefaultCodeRepository field's value.

func (*NotebookInstanceSummary) SetInstanceType

SetInstanceType sets the InstanceType field's value.

func (*NotebookInstanceSummary) SetLastModifiedTime

func (s *NotebookInstanceSummary) SetLastModifiedTime(v time.Time) *NotebookInstanceSummary

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*NotebookInstanceSummary) SetNotebookInstanceArn

func (s *NotebookInstanceSummary) SetNotebookInstanceArn(v string) *NotebookInstanceSummary

SetNotebookInstanceArn sets the NotebookInstanceArn field's value.

func (*NotebookInstanceSummary) SetNotebookInstanceLifecycleConfigName added in v1.13.15

func (s *NotebookInstanceSummary) SetNotebookInstanceLifecycleConfigName(v string) *NotebookInstanceSummary

SetNotebookInstanceLifecycleConfigName sets the NotebookInstanceLifecycleConfigName field's value.

func (*NotebookInstanceSummary) SetNotebookInstanceName

func (s *NotebookInstanceSummary) SetNotebookInstanceName(v string) *NotebookInstanceSummary

SetNotebookInstanceName sets the NotebookInstanceName field's value.

func (*NotebookInstanceSummary) SetNotebookInstanceStatus

func (s *NotebookInstanceSummary) SetNotebookInstanceStatus(v string) *NotebookInstanceSummary

SetNotebookInstanceStatus sets the NotebookInstanceStatus field's value.

func (*NotebookInstanceSummary) SetUrl

SetUrl sets the Url field's value.

func (NotebookInstanceSummary) String

func (s NotebookInstanceSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type NotificationConfiguration added in v1.19.27

type NotificationConfiguration struct {

	// The ARN for the Amazon SNS topic to which notifications should be published.
	NotificationTopicArn *string `type:"string"`
	// contains filtered or unexported fields
}

Configures Amazon SNS notifications of available or expiring work items for work teams.

func (NotificationConfiguration) GoString added in v1.19.27

func (s NotificationConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*NotificationConfiguration) SetNotificationTopicArn added in v1.19.27

func (s *NotificationConfiguration) SetNotificationTopicArn(v string) *NotificationConfiguration

SetNotificationTopicArn sets the NotificationTopicArn field's value.

func (NotificationConfiguration) String added in v1.19.27

func (s NotificationConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ObjectiveStatusCounters added in v1.14.0

type ObjectiveStatusCounters struct {

	// The number of training jobs whose final objective metric was not evaluated
	// and used in the hyperparameter tuning process. This typically occurs when
	// the training job failed or did not emit an objective metric.
	Failed *int64 `type:"integer"`

	// The number of training jobs that are in progress and pending evaluation of
	// their final objective metric.
	Pending *int64 `type:"integer"`

	// The number of training jobs whose final objective metric was evaluated by
	// the hyperparameter tuning job and used in the hyperparameter tuning process.
	Succeeded *int64 `type:"integer"`
	// contains filtered or unexported fields
}

Specifies the number of training jobs that this hyperparameter tuning job launched, categorized by the status of their objective metric. The objective metric status shows whether the final objective metric for the training job has been evaluated by the tuning job and used in the hyperparameter tuning process.

func (ObjectiveStatusCounters) GoString added in v1.14.0

func (s ObjectiveStatusCounters) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ObjectiveStatusCounters) SetFailed added in v1.14.0

SetFailed sets the Failed field's value.

func (*ObjectiveStatusCounters) SetPending added in v1.14.0

SetPending sets the Pending field's value.

func (*ObjectiveStatusCounters) SetSucceeded added in v1.14.0

SetSucceeded sets the Succeeded field's value.

func (ObjectiveStatusCounters) String added in v1.14.0

func (s ObjectiveStatusCounters) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type OfflineStoreConfig added in v1.35.37

type OfflineStoreConfig struct {

	// The meta data of the Glue table that is autogenerated when an OfflineStore
	// is created.
	DataCatalogConfig *DataCatalogConfig `type:"structure"`

	// Set to True to disable the automatic creation of an Amazon Web Services Glue
	// table when configuring an OfflineStore. If set to False, Feature Store will
	// name the OfflineStore Glue table following Athena's naming recommendations
	// (https://docs.aws.amazon.com/athena/latest/ug/tables-databases-columns-names.html).
	//
	// The default value is False.
	DisableGlueTableCreation *bool `type:"boolean"`

	// The Amazon Simple Storage (Amazon S3) location of OfflineStore.
	//
	// S3StorageConfig is a required field
	S3StorageConfig *S3StorageConfig `type:"structure" required:"true"`

	// Format for the offline store table. Supported formats are Glue (Default)
	// and Apache Iceberg (https://iceberg.apache.org/).
	TableFormat *string `type:"string" enum:"TableFormat"`
	// contains filtered or unexported fields
}

The configuration of an OfflineStore.

Provide an OfflineStoreConfig in a request to CreateFeatureGroup to create an OfflineStore.

To encrypt an OfflineStore using at rest data encryption, specify Amazon Web Services Key Management Service (KMS) key ID, or KMSKeyId, in S3StorageConfig.

func (OfflineStoreConfig) GoString added in v1.35.37

func (s OfflineStoreConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OfflineStoreConfig) SetDataCatalogConfig added in v1.35.37

func (s *OfflineStoreConfig) SetDataCatalogConfig(v *DataCatalogConfig) *OfflineStoreConfig

SetDataCatalogConfig sets the DataCatalogConfig field's value.

func (*OfflineStoreConfig) SetDisableGlueTableCreation added in v1.35.37

func (s *OfflineStoreConfig) SetDisableGlueTableCreation(v bool) *OfflineStoreConfig

SetDisableGlueTableCreation sets the DisableGlueTableCreation field's value.

func (*OfflineStoreConfig) SetS3StorageConfig added in v1.35.37

func (s *OfflineStoreConfig) SetS3StorageConfig(v *S3StorageConfig) *OfflineStoreConfig

SetS3StorageConfig sets the S3StorageConfig field's value.

func (*OfflineStoreConfig) SetTableFormat added in v1.44.150

func (s *OfflineStoreConfig) SetTableFormat(v string) *OfflineStoreConfig

SetTableFormat sets the TableFormat field's value.

func (OfflineStoreConfig) String added in v1.35.37

func (s OfflineStoreConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OfflineStoreConfig) Validate added in v1.35.37

func (s *OfflineStoreConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type OfflineStoreStatus added in v1.35.37

type OfflineStoreStatus struct {

	// The justification for why the OfflineStoreStatus is Blocked (if applicable).
	BlockedReason *string `type:"string"`

	// An OfflineStore status.
	//
	// Status is a required field
	Status *string `type:"string" required:"true" enum:"OfflineStoreStatusValue"`
	// contains filtered or unexported fields
}

The status of OfflineStore.

func (OfflineStoreStatus) GoString added in v1.35.37

func (s OfflineStoreStatus) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OfflineStoreStatus) SetBlockedReason added in v1.35.37

func (s *OfflineStoreStatus) SetBlockedReason(v string) *OfflineStoreStatus

SetBlockedReason sets the BlockedReason field's value.

func (*OfflineStoreStatus) SetStatus added in v1.35.37

func (s *OfflineStoreStatus) SetStatus(v string) *OfflineStoreStatus

SetStatus sets the Status field's value.

func (OfflineStoreStatus) String added in v1.35.37

func (s OfflineStoreStatus) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type OidcConfig added in v1.33.12

type OidcConfig struct {

	// The OIDC IdP authorization endpoint used to configure your private workforce.
	//
	// AuthorizationEndpoint is a required field
	AuthorizationEndpoint *string `type:"string" required:"true"`

	// The OIDC IdP client ID used to configure your private workforce.
	//
	// ClientId is a required field
	ClientId *string `min:"1" type:"string" required:"true"`

	// The OIDC IdP client secret used to configure your private workforce.
	//
	// ClientSecret is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by OidcConfig's
	// String and GoString methods.
	//
	// ClientSecret is a required field
	ClientSecret *string `min:"1" type:"string" required:"true" sensitive:"true"`

	// The OIDC IdP issuer used to configure your private workforce.
	//
	// Issuer is a required field
	Issuer *string `type:"string" required:"true"`

	// The OIDC IdP JSON Web Key Set (Jwks) URI used to configure your private workforce.
	//
	// JwksUri is a required field
	JwksUri *string `type:"string" required:"true"`

	// The OIDC IdP logout endpoint used to configure your private workforce.
	//
	// LogoutEndpoint is a required field
	LogoutEndpoint *string `type:"string" required:"true"`

	// The OIDC IdP token endpoint used to configure your private workforce.
	//
	// TokenEndpoint is a required field
	TokenEndpoint *string `type:"string" required:"true"`

	// The OIDC IdP user information endpoint used to configure your private workforce.
	//
	// UserInfoEndpoint is a required field
	UserInfoEndpoint *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Use this parameter to configure your OIDC Identity Provider (IdP).

func (OidcConfig) GoString added in v1.33.12

func (s OidcConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OidcConfig) SetAuthorizationEndpoint added in v1.33.12

func (s *OidcConfig) SetAuthorizationEndpoint(v string) *OidcConfig

SetAuthorizationEndpoint sets the AuthorizationEndpoint field's value.

func (*OidcConfig) SetClientId added in v1.33.12

func (s *OidcConfig) SetClientId(v string) *OidcConfig

SetClientId sets the ClientId field's value.

func (*OidcConfig) SetClientSecret added in v1.33.12

func (s *OidcConfig) SetClientSecret(v string) *OidcConfig

SetClientSecret sets the ClientSecret field's value.

func (*OidcConfig) SetIssuer added in v1.33.12

func (s *OidcConfig) SetIssuer(v string) *OidcConfig

SetIssuer sets the Issuer field's value.

func (*OidcConfig) SetJwksUri added in v1.33.12

func (s *OidcConfig) SetJwksUri(v string) *OidcConfig

SetJwksUri sets the JwksUri field's value.

func (*OidcConfig) SetLogoutEndpoint added in v1.33.12

func (s *OidcConfig) SetLogoutEndpoint(v string) *OidcConfig

SetLogoutEndpoint sets the LogoutEndpoint field's value.

func (*OidcConfig) SetTokenEndpoint added in v1.33.12

func (s *OidcConfig) SetTokenEndpoint(v string) *OidcConfig

SetTokenEndpoint sets the TokenEndpoint field's value.

func (*OidcConfig) SetUserInfoEndpoint added in v1.33.12

func (s *OidcConfig) SetUserInfoEndpoint(v string) *OidcConfig

SetUserInfoEndpoint sets the UserInfoEndpoint field's value.

func (OidcConfig) String added in v1.33.12

func (s OidcConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OidcConfig) Validate added in v1.33.12

func (s *OidcConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type OidcConfigForResponse added in v1.33.12

type OidcConfigForResponse struct {

	// The OIDC IdP authorization endpoint used to configure your private workforce.
	AuthorizationEndpoint *string `type:"string"`

	// The OIDC IdP client ID used to configure your private workforce.
	ClientId *string `min:"1" type:"string"`

	// The OIDC IdP issuer used to configure your private workforce.
	Issuer *string `type:"string"`

	// The OIDC IdP JSON Web Key Set (Jwks) URI used to configure your private workforce.
	JwksUri *string `type:"string"`

	// The OIDC IdP logout endpoint used to configure your private workforce.
	LogoutEndpoint *string `type:"string"`

	// The OIDC IdP token endpoint used to configure your private workforce.
	TokenEndpoint *string `type:"string"`

	// The OIDC IdP user information endpoint used to configure your private workforce.
	UserInfoEndpoint *string `type:"string"`
	// contains filtered or unexported fields
}

Your OIDC IdP workforce configuration.

func (OidcConfigForResponse) GoString added in v1.33.12

func (s OidcConfigForResponse) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OidcConfigForResponse) SetAuthorizationEndpoint added in v1.33.12

func (s *OidcConfigForResponse) SetAuthorizationEndpoint(v string) *OidcConfigForResponse

SetAuthorizationEndpoint sets the AuthorizationEndpoint field's value.

func (*OidcConfigForResponse) SetClientId added in v1.33.12

SetClientId sets the ClientId field's value.

func (*OidcConfigForResponse) SetIssuer added in v1.33.12

SetIssuer sets the Issuer field's value.

func (*OidcConfigForResponse) SetJwksUri added in v1.33.12

SetJwksUri sets the JwksUri field's value.

func (*OidcConfigForResponse) SetLogoutEndpoint added in v1.33.12

func (s *OidcConfigForResponse) SetLogoutEndpoint(v string) *OidcConfigForResponse

SetLogoutEndpoint sets the LogoutEndpoint field's value.

func (*OidcConfigForResponse) SetTokenEndpoint added in v1.33.12

func (s *OidcConfigForResponse) SetTokenEndpoint(v string) *OidcConfigForResponse

SetTokenEndpoint sets the TokenEndpoint field's value.

func (*OidcConfigForResponse) SetUserInfoEndpoint added in v1.33.12

func (s *OidcConfigForResponse) SetUserInfoEndpoint(v string) *OidcConfigForResponse

SetUserInfoEndpoint sets the UserInfoEndpoint field's value.

func (OidcConfigForResponse) String added in v1.33.12

func (s OidcConfigForResponse) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type OidcMemberDefinition added in v1.33.12

type OidcMemberDefinition struct {

	// A list of comma seperated strings that identifies user groups in your OIDC
	// IdP. Each user group is made up of a group of private workers.
	//
	// Groups is a required field
	Groups []*string `min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

A list of user groups that exist in your OIDC Identity Provider (IdP). One to ten groups can be used to create a single private work team. When you add a user group to the list of Groups, you can add that user group to one or more private work teams. If you add a user group to a private work team, all workers in that user group are added to the work team.

func (OidcMemberDefinition) GoString added in v1.33.12

func (s OidcMemberDefinition) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OidcMemberDefinition) SetGroups added in v1.33.12

func (s *OidcMemberDefinition) SetGroups(v []*string) *OidcMemberDefinition

SetGroups sets the Groups field's value.

func (OidcMemberDefinition) String added in v1.33.12

func (s OidcMemberDefinition) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OidcMemberDefinition) Validate added in v1.33.12

func (s *OidcMemberDefinition) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type OnlineStoreConfig added in v1.35.37

type OnlineStoreConfig struct {

	// Turn OnlineStore off by specifying False for the EnableOnlineStore flag.
	// Turn OnlineStore on by specifying True for the EnableOnlineStore flag.
	//
	// The default value is False.
	EnableOnlineStore *bool `type:"boolean"`

	// Use to specify KMS Key ID (KMSKeyId) for at-rest encryption of your OnlineStore.
	SecurityConfig *OnlineStoreSecurityConfig `type:"structure"`

	// Time to live duration, where the record is hard deleted after the expiration
	// time is reached; ExpiresAt = EventTime + TtlDuration. For information on
	// HardDelete, see the DeleteRecord (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_feature_store_DeleteRecord.html)
	// API in the Amazon SageMaker API Reference guide.
	TtlDuration *TtlDuration `type:"structure"`
	// contains filtered or unexported fields
}

Use this to specify the Amazon Web Services Key Management Service (KMS) Key ID, or KMSKeyId, for at rest data encryption. You can turn OnlineStore on or off by specifying the EnableOnlineStore flag at General Assembly.

The default value is False.

func (OnlineStoreConfig) GoString added in v1.35.37

func (s OnlineStoreConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OnlineStoreConfig) SetEnableOnlineStore added in v1.35.37

func (s *OnlineStoreConfig) SetEnableOnlineStore(v bool) *OnlineStoreConfig

SetEnableOnlineStore sets the EnableOnlineStore field's value.

func (*OnlineStoreConfig) SetSecurityConfig added in v1.35.37

SetSecurityConfig sets the SecurityConfig field's value.

func (*OnlineStoreConfig) SetTtlDuration added in v1.44.291

func (s *OnlineStoreConfig) SetTtlDuration(v *TtlDuration) *OnlineStoreConfig

SetTtlDuration sets the TtlDuration field's value.

func (OnlineStoreConfig) String added in v1.35.37

func (s OnlineStoreConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OnlineStoreConfig) Validate added in v1.44.291

func (s *OnlineStoreConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type OnlineStoreConfigUpdate added in v1.44.291

type OnlineStoreConfigUpdate struct {

	// Time to live duration, where the record is hard deleted after the expiration
	// time is reached; ExpiresAt = EventTime + TtlDuration. For information on
	// HardDelete, see the DeleteRecord (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_feature_store_DeleteRecord.html)
	// API in the Amazon SageMaker API Reference guide.
	TtlDuration *TtlDuration `type:"structure"`
	// contains filtered or unexported fields
}

Updates the feature group online store configuration.

func (OnlineStoreConfigUpdate) GoString added in v1.44.291

func (s OnlineStoreConfigUpdate) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OnlineStoreConfigUpdate) SetTtlDuration added in v1.44.291

SetTtlDuration sets the TtlDuration field's value.

func (OnlineStoreConfigUpdate) String added in v1.44.291

func (s OnlineStoreConfigUpdate) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OnlineStoreConfigUpdate) Validate added in v1.44.291

func (s *OnlineStoreConfigUpdate) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type OnlineStoreSecurityConfig added in v1.35.37

type OnlineStoreSecurityConfig struct {

	// The Amazon Web Services Key Management Service (KMS) key ARN that SageMaker
	// Feature Store uses to encrypt the Amazon S3 objects at rest using Amazon
	// S3 server-side encryption.
	//
	// The caller (either user or IAM role) of CreateFeatureGroup must have below
	// permissions to the OnlineStore KmsKeyId:
	//
	//    * "kms:Encrypt"
	//
	//    * "kms:Decrypt"
	//
	//    * "kms:DescribeKey"
	//
	//    * "kms:CreateGrant"
	//
	//    * "kms:RetireGrant"
	//
	//    * "kms:ReEncryptFrom"
	//
	//    * "kms:ReEncryptTo"
	//
	//    * "kms:GenerateDataKey"
	//
	//    * "kms:ListAliases"
	//
	//    * "kms:ListGrants"
	//
	//    * "kms:RevokeGrant"
	//
	// The caller (either user or IAM role) to all DataPlane operations (PutRecord,
	// GetRecord, DeleteRecord) must have the following permissions to the KmsKeyId:
	//
	//    * "kms:Decrypt"
	KmsKeyId *string `type:"string"`
	// contains filtered or unexported fields
}

The security configuration for OnlineStore.

func (OnlineStoreSecurityConfig) GoString added in v1.35.37

func (s OnlineStoreSecurityConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OnlineStoreSecurityConfig) SetKmsKeyId added in v1.35.37

SetKmsKeyId sets the KmsKeyId field's value.

func (OnlineStoreSecurityConfig) String added in v1.35.37

func (s OnlineStoreSecurityConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type OutputConfig added in v1.15.86

type OutputConfig struct {

	// Specifies additional parameters for compiler options in JSON format. The
	// compiler options are TargetPlatform specific. It is required for NVIDIA accelerators
	// and highly recommended for CPU compilations. For any other cases, it is optional
	// to specify CompilerOptions.
	//
	//    * DTYPE: Specifies the data type for the input. When compiling for ml_*
	//    (except for ml_inf) instances using PyTorch framework, provide the data
	//    type (dtype) of the model's input. "float32" is used if "DTYPE" is not
	//    specified. Options for data type are: float32: Use either "float" or "float32".
	//    int64: Use either "int64" or "long". For example, {"dtype" : "float32"}.
	//
	//    * CPU: Compilation for CPU supports the following compiler options. mcpu:
	//    CPU micro-architecture. For example, {'mcpu': 'skylake-avx512'} mattr:
	//    CPU flags. For example, {'mattr': ['+neon', '+vfpv4']}
	//
	//    * ARM: Details of ARM CPU compilations. NEON: NEON is an implementation
	//    of the Advanced SIMD extension used in ARMv7 processors. For example,
	//    add {'mattr': ['+neon']} to the compiler options if compiling for ARM
	//    32-bit platform with the NEON support.
	//
	//    * NVIDIA: Compilation for NVIDIA GPU supports the following compiler options.
	//    gpu_code: Specifies the targeted architecture. trt-ver: Specifies the
	//    TensorRT versions in x.y.z. format. cuda-ver: Specifies the CUDA version
	//    in x.y format. For example, {'gpu-code': 'sm_72', 'trt-ver': '6.0.1',
	//    'cuda-ver': '10.1'}
	//
	//    * ANDROID: Compilation for the Android OS supports the following compiler
	//    options: ANDROID_PLATFORM: Specifies the Android API levels. Available
	//    levels range from 21 to 29. For example, {'ANDROID_PLATFORM': 28}. mattr:
	//    Add {'mattr': ['+neon']} to compiler options if compiling for ARM 32-bit
	//    platform with NEON support.
	//
	//    * INFERENTIA: Compilation for target ml_inf1 uses compiler options passed
	//    in as a JSON string. For example, "CompilerOptions": "\"--verbose 1 --num-neuroncores
	//    2 -O2\"". For information about supported compiler options, see Neuron
	//    Compiler CLI Reference Guide (https://awsdocs-neuron.readthedocs-hosted.com/en/latest/compiler/neuronx-cc/api-reference-guide/neuron-compiler-cli-reference-guide.html).
	//
	//    * CoreML: Compilation for the CoreML OutputConfig (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_OutputConfig.html)
	//    TargetDevice supports the following compiler options: class_labels: Specifies
	//    the classification labels file name inside input tar.gz file. For example,
	//    {"class_labels": "imagenet_labels_1000.txt"}. Labels inside the txt file
	//    should be separated by newlines.
	//
	//    * EIA: Compilation for the Elastic Inference Accelerator supports the
	//    following compiler options: precision_mode: Specifies the precision of
	//    compiled artifacts. Supported values are "FP16" and "FP32". Default is
	//    "FP32". signature_def_key: Specifies the signature to use for models in
	//    SavedModel format. Defaults is TensorFlow's default signature def key.
	//    output_names: Specifies a list of output tensor names for models in FrozenGraph
	//    format. Set at most one API field, either: signature_def_key or output_names.
	//    For example: {"precision_mode": "FP32", "output_names": ["output:0"]}
	CompilerOptions *string `min:"3" type:"string"`

	// The Amazon Web Services Key Management Service key (Amazon Web Services KMS)
	// that Amazon SageMaker uses to encrypt your output models with Amazon S3 server-side
	// encryption after compilation job. If you don't provide a KMS key ID, Amazon
	// SageMaker uses the default KMS key for Amazon S3 for your role's account.
	// For more information, see KMS-Managed Encryption Keys (https://docs.aws.amazon.com/AmazonS3/latest/userguide/UsingKMSEncryption.html)
	// in the Amazon Simple Storage Service Developer Guide.
	//
	// The KmsKeyId can be any of the following formats:
	//
	//    * Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab
	//
	//    * Key ARN: arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
	//
	//    * Alias name: alias/ExampleAlias
	//
	//    * Alias name ARN: arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias
	KmsKeyId *string `type:"string"`

	// Identifies the S3 bucket where you want Amazon SageMaker to store the model
	// artifacts. For example, s3://bucket-name/key-name-prefix.
	//
	// S3OutputLocation is a required field
	S3OutputLocation *string `type:"string" required:"true"`

	// Identifies the target device or the machine learning instance that you want
	// to run your model on after the compilation has completed. Alternatively,
	// you can specify OS, architecture, and accelerator using TargetPlatform (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_TargetPlatform.html)
	// fields. It can be used instead of TargetPlatform.
	//
	// Currently ml_trn1 is available only in US East (N. Virginia) Region, and
	// ml_inf2 is available only in US East (Ohio) Region.
	TargetDevice *string `type:"string" enum:"TargetDevice"`

	// Contains information about a target platform that you want your model to
	// run on, such as OS, architecture, and accelerators. It is an alternative
	// of TargetDevice.
	//
	// The following examples show how to configure the TargetPlatform and CompilerOptions
	// JSON strings for popular target platforms:
	//
	//    * Raspberry Pi 3 Model B+ "TargetPlatform": {"Os": "LINUX", "Arch": "ARM_EABIHF"},
	//    "CompilerOptions": {'mattr': ['+neon']}
	//
	//    * Jetson TX2 "TargetPlatform": {"Os": "LINUX", "Arch": "ARM64", "Accelerator":
	//    "NVIDIA"}, "CompilerOptions": {'gpu-code': 'sm_62', 'trt-ver': '6.0.1',
	//    'cuda-ver': '10.0'}
	//
	//    * EC2 m5.2xlarge instance OS "TargetPlatform": {"Os": "LINUX", "Arch":
	//    "X86_64", "Accelerator": "NVIDIA"}, "CompilerOptions": {'mcpu': 'skylake-avx512'}
	//
	//    * RK3399 "TargetPlatform": {"Os": "LINUX", "Arch": "ARM64", "Accelerator":
	//    "MALI"}
	//
	//    * ARMv7 phone (CPU) "TargetPlatform": {"Os": "ANDROID", "Arch": "ARM_EABI"},
	//    "CompilerOptions": {'ANDROID_PLATFORM': 25, 'mattr': ['+neon']}
	//
	//    * ARMv8 phone (CPU) "TargetPlatform": {"Os": "ANDROID", "Arch": "ARM64"},
	//    "CompilerOptions": {'ANDROID_PLATFORM': 29}
	TargetPlatform *TargetPlatform `type:"structure"`
	// contains filtered or unexported fields
}

Contains information about the output location for the compiled model and the target device that the model runs on. TargetDevice and TargetPlatform are mutually exclusive, so you need to choose one between the two to specify your target device or platform. If you cannot find your device you want to use from the TargetDevice list, use TargetPlatform to describe the platform of your edge device and CompilerOptions if there are specific settings that are required or recommended to use for particular TargetPlatform.

func (OutputConfig) GoString added in v1.15.86

func (s OutputConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OutputConfig) SetCompilerOptions added in v1.33.12

func (s *OutputConfig) SetCompilerOptions(v string) *OutputConfig

SetCompilerOptions sets the CompilerOptions field's value.

func (*OutputConfig) SetKmsKeyId added in v1.35.37

func (s *OutputConfig) SetKmsKeyId(v string) *OutputConfig

SetKmsKeyId sets the KmsKeyId field's value.

func (*OutputConfig) SetS3OutputLocation added in v1.15.86

func (s *OutputConfig) SetS3OutputLocation(v string) *OutputConfig

SetS3OutputLocation sets the S3OutputLocation field's value.

func (*OutputConfig) SetTargetDevice added in v1.15.86

func (s *OutputConfig) SetTargetDevice(v string) *OutputConfig

SetTargetDevice sets the TargetDevice field's value.

func (*OutputConfig) SetTargetPlatform added in v1.33.12

func (s *OutputConfig) SetTargetPlatform(v *TargetPlatform) *OutputConfig

SetTargetPlatform sets the TargetPlatform field's value.

func (OutputConfig) String added in v1.15.86

func (s OutputConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OutputConfig) Validate added in v1.15.86

func (s *OutputConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type OutputDataConfig

type OutputDataConfig struct {

	// The model output compression type. Select None to output an uncompressed
	// model, recommended for large model outputs. Defaults to gzip.
	CompressionType *string `type:"string" enum:"OutputCompressionType"`

	// The Amazon Web Services Key Management Service (Amazon Web Services KMS)
	// key that SageMaker uses to encrypt the model artifacts at rest using Amazon
	// S3 server-side encryption. The KmsKeyId can be any of the following formats:
	//
	//    * // KMS Key ID "1234abcd-12ab-34cd-56ef-1234567890ab"
	//
	//    * // Amazon Resource Name (ARN) of a KMS Key "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"
	//
	//    * // KMS Key Alias "alias/ExampleAlias"
	//
	//    * // Amazon Resource Name (ARN) of a KMS Key Alias "arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias"
	//
	// If you use a KMS key ID or an alias of your KMS key, the SageMaker execution
	// role must include permissions to call kms:Encrypt. If you don't provide a
	// KMS key ID, SageMaker uses the default KMS key for Amazon S3 for your role's
	// account. SageMaker uses server-side encryption with KMS-managed keys for
	// OutputDataConfig. If you use a bucket policy with an s3:PutObject permission
	// that only allows objects with server-side encryption, set the condition key
	// of s3:x-amz-server-side-encryption to "aws:kms". For more information, see
	// KMS-Managed Encryption Keys (https://docs.aws.amazon.com/AmazonS3/latest/userguide/UsingKMSEncryption.html)
	// in the Amazon Simple Storage Service Developer Guide.
	//
	// The KMS key policy must grant permission to the IAM role that you specify
	// in your CreateTrainingJob, CreateTransformJob, or CreateHyperParameterTuningJob
	// requests. For more information, see Using Key Policies in Amazon Web Services
	// KMS (https://docs.aws.amazon.com/kms/latest/developerguide/key-policies.html)
	// in the Amazon Web Services Key Management Service Developer Guide.
	KmsKeyId *string `type:"string"`

	// Identifies the S3 path where you want SageMaker to store the model artifacts.
	// For example, s3://bucket-name/key-name-prefix.
	//
	// S3OutputPath is a required field
	S3OutputPath *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Provides information about how to store model training results (model artifacts).

func (OutputDataConfig) GoString

func (s OutputDataConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OutputDataConfig) SetCompressionType added in v1.44.287

func (s *OutputDataConfig) SetCompressionType(v string) *OutputDataConfig

SetCompressionType sets the CompressionType field's value.

func (*OutputDataConfig) SetKmsKeyId

func (s *OutputDataConfig) SetKmsKeyId(v string) *OutputDataConfig

SetKmsKeyId sets the KmsKeyId field's value.

func (*OutputDataConfig) SetS3OutputPath

func (s *OutputDataConfig) SetS3OutputPath(v string) *OutputDataConfig

SetS3OutputPath sets the S3OutputPath field's value.

func (OutputDataConfig) String

func (s OutputDataConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OutputDataConfig) Validate

func (s *OutputDataConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type OutputParameter added in v1.38.56

type OutputParameter struct {

	// The name of the output parameter.
	//
	// Name is a required field
	Name *string `type:"string" required:"true"`

	// The value of the output parameter.
	//
	// Value is a required field
	Value *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

An output parameter of a pipeline step.

func (OutputParameter) GoString added in v1.38.56

func (s OutputParameter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OutputParameter) SetName added in v1.38.56

func (s *OutputParameter) SetName(v string) *OutputParameter

SetName sets the Name field's value.

func (*OutputParameter) SetValue added in v1.38.56

func (s *OutputParameter) SetValue(v string) *OutputParameter

SetValue sets the Value field's value.

func (OutputParameter) String added in v1.38.56

func (s OutputParameter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OutputParameter) Validate added in v1.38.56

func (s *OutputParameter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ParallelismConfiguration added in v1.42.26

type ParallelismConfiguration struct {

	// The max number of steps that can be executed in parallel.
	//
	// MaxParallelExecutionSteps is a required field
	MaxParallelExecutionSteps *int64 `min:"1" type:"integer" required:"true"`
	// contains filtered or unexported fields
}

Configuration that controls the parallelism of the pipeline. By default, the parallelism configuration specified applies to all executions of the pipeline unless overridden.

func (ParallelismConfiguration) GoString added in v1.42.26

func (s ParallelismConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ParallelismConfiguration) SetMaxParallelExecutionSteps added in v1.42.26

func (s *ParallelismConfiguration) SetMaxParallelExecutionSteps(v int64) *ParallelismConfiguration

SetMaxParallelExecutionSteps sets the MaxParallelExecutionSteps field's value.

func (ParallelismConfiguration) String added in v1.42.26

func (s ParallelismConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ParallelismConfiguration) Validate added in v1.42.26

func (s *ParallelismConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Parameter added in v1.35.37

type Parameter struct {

	// The name of the parameter to assign a value to. This parameter name must
	// match a named parameter in the pipeline definition.
	//
	// Name is a required field
	Name *string `min:"1" type:"string" required:"true"`

	// The literal value for the parameter.
	//
	// Value is a required field
	Value *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Assigns a value to a named Pipeline parameter.

func (Parameter) GoString added in v1.35.37

func (s Parameter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Parameter) SetName added in v1.35.37

func (s *Parameter) SetName(v string) *Parameter

SetName sets the Name field's value.

func (*Parameter) SetValue added in v1.35.37

func (s *Parameter) SetValue(v string) *Parameter

SetValue sets the Value field's value.

func (Parameter) String added in v1.35.37

func (s Parameter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Parameter) Validate added in v1.35.37

func (s *Parameter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ParameterRange added in v1.15.86

type ParameterRange struct {

	// A CategoricalParameterRangeSpecification object that defines the possible
	// values for a categorical hyperparameter.
	CategoricalParameterRangeSpecification *CategoricalParameterRangeSpecification `type:"structure"`

	// A ContinuousParameterRangeSpecification object that defines the possible
	// values for a continuous hyperparameter.
	ContinuousParameterRangeSpecification *ContinuousParameterRangeSpecification `type:"structure"`

	// A IntegerParameterRangeSpecification object that defines the possible values
	// for an integer hyperparameter.
	IntegerParameterRangeSpecification *IntegerParameterRangeSpecification `type:"structure"`
	// contains filtered or unexported fields
}

Defines the possible values for categorical, continuous, and integer hyperparameters to be used by an algorithm.

func (ParameterRange) GoString added in v1.15.86

func (s ParameterRange) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ParameterRange) SetCategoricalParameterRangeSpecification added in v1.15.86

func (s *ParameterRange) SetCategoricalParameterRangeSpecification(v *CategoricalParameterRangeSpecification) *ParameterRange

SetCategoricalParameterRangeSpecification sets the CategoricalParameterRangeSpecification field's value.

func (*ParameterRange) SetContinuousParameterRangeSpecification added in v1.15.86

func (s *ParameterRange) SetContinuousParameterRangeSpecification(v *ContinuousParameterRangeSpecification) *ParameterRange

SetContinuousParameterRangeSpecification sets the ContinuousParameterRangeSpecification field's value.

func (*ParameterRange) SetIntegerParameterRangeSpecification added in v1.15.86

func (s *ParameterRange) SetIntegerParameterRangeSpecification(v *IntegerParameterRangeSpecification) *ParameterRange

SetIntegerParameterRangeSpecification sets the IntegerParameterRangeSpecification field's value.

func (ParameterRange) String added in v1.15.86

func (s ParameterRange) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ParameterRange) Validate added in v1.15.86

func (s *ParameterRange) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ParameterRanges added in v1.14.0

type ParameterRanges struct {

	// A list containing hyperparameter names and example values to be used by Autotune
	// to determine optimal ranges for your tuning job.
	AutoParameters []*AutoParameter `type:"list"`

	// The array of CategoricalParameterRange (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CategoricalParameterRange.html)
	// objects that specify ranges of categorical hyperparameters that a hyperparameter
	// tuning job searches.
	CategoricalParameterRanges []*CategoricalParameterRange `type:"list"`

	// The array of ContinuousParameterRange (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ContinuousParameterRange.html)
	// objects that specify ranges of continuous hyperparameters that a hyperparameter
	// tuning job searches.
	ContinuousParameterRanges []*ContinuousParameterRange `type:"list"`

	// The array of IntegerParameterRange (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_IntegerParameterRange.html)
	// objects that specify ranges of integer hyperparameters that a hyperparameter
	// tuning job searches.
	IntegerParameterRanges []*IntegerParameterRange `type:"list"`
	// contains filtered or unexported fields
}

Specifies ranges of integer, continuous, and categorical hyperparameters that a hyperparameter tuning job searches. The hyperparameter tuning job launches training jobs with hyperparameter values within these ranges to find the combination of values that result in the training job with the best performance as measured by the objective metric of the hyperparameter tuning job.

The maximum number of items specified for Array Members refers to the maximum number of hyperparameters for each range and also the maximum for the hyperparameter tuning job itself. That is, the sum of the number of hyperparameters for all the ranges can't exceed the maximum number specified.

func (ParameterRanges) GoString added in v1.14.0

func (s ParameterRanges) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ParameterRanges) SetAutoParameters added in v1.44.270

func (s *ParameterRanges) SetAutoParameters(v []*AutoParameter) *ParameterRanges

SetAutoParameters sets the AutoParameters field's value.

func (*ParameterRanges) SetCategoricalParameterRanges added in v1.14.0

func (s *ParameterRanges) SetCategoricalParameterRanges(v []*CategoricalParameterRange) *ParameterRanges

SetCategoricalParameterRanges sets the CategoricalParameterRanges field's value.

func (*ParameterRanges) SetContinuousParameterRanges added in v1.14.0

func (s *ParameterRanges) SetContinuousParameterRanges(v []*ContinuousParameterRange) *ParameterRanges

SetContinuousParameterRanges sets the ContinuousParameterRanges field's value.

func (*ParameterRanges) SetIntegerParameterRanges added in v1.14.0

func (s *ParameterRanges) SetIntegerParameterRanges(v []*IntegerParameterRange) *ParameterRanges

SetIntegerParameterRanges sets the IntegerParameterRanges field's value.

func (ParameterRanges) String added in v1.14.0

func (s ParameterRanges) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ParameterRanges) Validate added in v1.14.0

func (s *ParameterRanges) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Parent added in v1.25.47

type Parent struct {

	// The name of the experiment.
	ExperimentName *string `min:"1" type:"string"`

	// The name of the trial.
	TrialName *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

The trial that a trial component is associated with and the experiment the trial is part of. A component might not be associated with a trial. A component can be associated with multiple trials.

func (Parent) GoString added in v1.25.47

func (s Parent) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Parent) SetExperimentName added in v1.25.47

func (s *Parent) SetExperimentName(v string) *Parent

SetExperimentName sets the ExperimentName field's value.

func (*Parent) SetTrialName added in v1.25.47

func (s *Parent) SetTrialName(v string) *Parent

SetTrialName sets the TrialName field's value.

func (Parent) String added in v1.25.47

func (s Parent) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ParentHyperParameterTuningJob added in v1.15.76

type ParentHyperParameterTuningJob struct {

	// The name of the hyperparameter tuning job to be used as a starting point
	// for a new hyperparameter tuning job.
	HyperParameterTuningJobName *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

A previously completed or stopped hyperparameter tuning job to be used as a starting point for a new hyperparameter tuning job.

func (ParentHyperParameterTuningJob) GoString added in v1.15.76

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ParentHyperParameterTuningJob) SetHyperParameterTuningJobName added in v1.15.76

func (s *ParentHyperParameterTuningJob) SetHyperParameterTuningJobName(v string) *ParentHyperParameterTuningJob

SetHyperParameterTuningJobName sets the HyperParameterTuningJobName field's value.

func (ParentHyperParameterTuningJob) String added in v1.15.76

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ParentHyperParameterTuningJob) Validate added in v1.15.76

func (s *ParentHyperParameterTuningJob) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PendingDeploymentSummary added in v1.42.0

type PendingDeploymentSummary struct {

	// The name of the endpoint configuration used in the deployment.
	//
	// EndpointConfigName is a required field
	EndpointConfigName *string `type:"string" required:"true"`

	// An array of PendingProductionVariantSummary (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_PendingProductionVariantSummary.html)
	// objects, one for each model hosted behind this endpoint for the in-progress
	// deployment.
	ProductionVariants []*PendingProductionVariantSummary `min:"1" type:"list"`

	// An array of PendingProductionVariantSummary (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_PendingProductionVariantSummary.html)
	// objects, one for each model hosted behind this endpoint in shadow mode with
	// production traffic replicated from the model specified on ProductionVariants
	// for the in-progress deployment.
	ShadowProductionVariants []*PendingProductionVariantSummary `min:"1" type:"list"`

	// The start time of the deployment.
	StartTime *time.Time `type:"timestamp"`
	// contains filtered or unexported fields
}

The summary of an in-progress deployment when an endpoint is creating or updating with a new endpoint configuration.

func (PendingDeploymentSummary) GoString added in v1.42.0

func (s PendingDeploymentSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PendingDeploymentSummary) SetEndpointConfigName added in v1.42.0

func (s *PendingDeploymentSummary) SetEndpointConfigName(v string) *PendingDeploymentSummary

SetEndpointConfigName sets the EndpointConfigName field's value.

func (*PendingDeploymentSummary) SetProductionVariants added in v1.42.0

SetProductionVariants sets the ProductionVariants field's value.

func (*PendingDeploymentSummary) SetShadowProductionVariants added in v1.44.150

SetShadowProductionVariants sets the ShadowProductionVariants field's value.

func (*PendingDeploymentSummary) SetStartTime added in v1.42.0

SetStartTime sets the StartTime field's value.

func (PendingDeploymentSummary) String added in v1.42.0

func (s PendingDeploymentSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PendingProductionVariantSummary added in v1.42.0

type PendingProductionVariantSummary struct {

	// The size of the Elastic Inference (EI) instance to use for the production
	// variant. EI instances provide on-demand GPU computing for inference. For
	// more information, see Using Elastic Inference in Amazon SageMaker (https://docs.aws.amazon.com/sagemaker/latest/dg/ei.html).
	AcceleratorType *string `type:"string" enum:"ProductionVariantAcceleratorType"`

	// The number of instances associated with the variant.
	CurrentInstanceCount *int64 `type:"integer"`

	// The serverless configuration for the endpoint.
	CurrentServerlessConfig *ProductionVariantServerlessConfig `type:"structure"`

	// The weight associated with the variant.
	CurrentWeight *float64 `type:"float"`

	// An array of DeployedImage objects that specify the Amazon EC2 Container Registry
	// paths of the inference images deployed on instances of this ProductionVariant.
	DeployedImages []*DeployedImage `type:"list"`

	// The number of instances requested in this deployment, as specified in the
	// endpoint configuration for the endpoint. The value is taken from the request
	// to the CreateEndpointConfig (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateEndpointConfig.html)
	// operation.
	DesiredInstanceCount *int64 `type:"integer"`

	// The serverless configuration requested for this deployment, as specified
	// in the endpoint configuration for the endpoint.
	DesiredServerlessConfig *ProductionVariantServerlessConfig `type:"structure"`

	// The requested weight for the variant in this deployment, as specified in
	// the endpoint configuration for the endpoint. The value is taken from the
	// request to the CreateEndpointConfig (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateEndpointConfig.html)
	// operation.
	DesiredWeight *float64 `type:"float"`

	// The type of instances associated with the variant.
	InstanceType *string `type:"string" enum:"ProductionVariantInstanceType"`

	// The name of the variant.
	//
	// VariantName is a required field
	VariantName *string `type:"string" required:"true"`

	// The endpoint variant status which describes the current deployment stage
	// status or operational status.
	VariantStatus []*ProductionVariantStatus `type:"list"`
	// contains filtered or unexported fields
}

The production variant summary for a deployment when an endpoint is creating or updating with the CreateEndpoint (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateEndpoint.html) or UpdateEndpoint (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_UpdateEndpoint.html) operations. Describes the VariantStatus , weight and capacity for a production variant associated with an endpoint.

func (PendingProductionVariantSummary) GoString added in v1.42.0

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PendingProductionVariantSummary) SetAcceleratorType added in v1.42.0

SetAcceleratorType sets the AcceleratorType field's value.

func (*PendingProductionVariantSummary) SetCurrentInstanceCount added in v1.42.0

SetCurrentInstanceCount sets the CurrentInstanceCount field's value.

func (*PendingProductionVariantSummary) SetCurrentServerlessConfig added in v1.42.17

SetCurrentServerlessConfig sets the CurrentServerlessConfig field's value.

func (*PendingProductionVariantSummary) SetCurrentWeight added in v1.42.0

SetCurrentWeight sets the CurrentWeight field's value.

func (*PendingProductionVariantSummary) SetDeployedImages added in v1.42.0

SetDeployedImages sets the DeployedImages field's value.

func (*PendingProductionVariantSummary) SetDesiredInstanceCount added in v1.42.0

SetDesiredInstanceCount sets the DesiredInstanceCount field's value.

func (*PendingProductionVariantSummary) SetDesiredServerlessConfig added in v1.42.17

SetDesiredServerlessConfig sets the DesiredServerlessConfig field's value.

func (*PendingProductionVariantSummary) SetDesiredWeight added in v1.42.0

SetDesiredWeight sets the DesiredWeight field's value.

func (*PendingProductionVariantSummary) SetInstanceType added in v1.42.0

SetInstanceType sets the InstanceType field's value.

func (*PendingProductionVariantSummary) SetVariantName added in v1.42.0

SetVariantName sets the VariantName field's value.

func (*PendingProductionVariantSummary) SetVariantStatus added in v1.42.0

SetVariantStatus sets the VariantStatus field's value.

func (PendingProductionVariantSummary) String added in v1.42.0

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Phase added in v1.42.17

type Phase struct {

	// Specifies how long a traffic phase should be. For custom load tests, the
	// value should be between 120 and 3600. This value should not exceed JobDurationInSeconds.
	DurationInSeconds *int64 `min:"1" type:"integer"`

	// Specifies how many concurrent users to start with. The value should be between
	// 1 and 3.
	InitialNumberOfUsers *int64 `min:"1" type:"integer"`

	// Specified how many new users to spawn in a minute.
	SpawnRate *int64 `type:"integer"`
	// contains filtered or unexported fields
}

Defines the traffic pattern.

func (Phase) GoString added in v1.42.17

func (s Phase) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Phase) SetDurationInSeconds added in v1.42.17

func (s *Phase) SetDurationInSeconds(v int64) *Phase

SetDurationInSeconds sets the DurationInSeconds field's value.

func (*Phase) SetInitialNumberOfUsers added in v1.42.17

func (s *Phase) SetInitialNumberOfUsers(v int64) *Phase

SetInitialNumberOfUsers sets the InitialNumberOfUsers field's value.

func (*Phase) SetSpawnRate added in v1.42.17

func (s *Phase) SetSpawnRate(v int64) *Phase

SetSpawnRate sets the SpawnRate field's value.

func (Phase) String added in v1.42.17

func (s Phase) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Phase) Validate added in v1.42.17

func (s *Phase) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Pipeline added in v1.35.37

type Pipeline struct {

	// Information about the user who created or modified an experiment, trial,
	// trial component, lineage group, project, or model card.
	CreatedBy *UserContext `type:"structure"`

	// The creation time of the pipeline.
	CreationTime *time.Time `type:"timestamp"`

	// Information about the user who created or modified an experiment, trial,
	// trial component, lineage group, project, or model card.
	LastModifiedBy *UserContext `type:"structure"`

	// The time that the pipeline was last modified.
	LastModifiedTime *time.Time `type:"timestamp"`

	// The time when the pipeline was last run.
	LastRunTime *time.Time `type:"timestamp"`

	// The parallelism configuration applied to the pipeline.
	ParallelismConfiguration *ParallelismConfiguration `type:"structure"`

	// The Amazon Resource Name (ARN) of the pipeline.
	PipelineArn *string `type:"string"`

	// The description of the pipeline.
	PipelineDescription *string `type:"string"`

	// The display name of the pipeline.
	PipelineDisplayName *string `min:"1" type:"string"`

	// The name of the pipeline.
	PipelineName *string `min:"1" type:"string"`

	// The status of the pipeline.
	PipelineStatus *string `type:"string" enum:"PipelineStatus"`

	// The Amazon Resource Name (ARN) of the role that created the pipeline.
	RoleArn *string `min:"20" type:"string"`

	// A list of tags that apply to the pipeline.
	Tags []*Tag `type:"list"`
	// contains filtered or unexported fields
}

A SageMaker Model Building Pipeline instance.

func (Pipeline) GoString added in v1.35.37

func (s Pipeline) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Pipeline) SetCreatedBy added in v1.35.37

func (s *Pipeline) SetCreatedBy(v *UserContext) *Pipeline

SetCreatedBy sets the CreatedBy field's value.

func (*Pipeline) SetCreationTime added in v1.35.37

func (s *Pipeline) SetCreationTime(v time.Time) *Pipeline

SetCreationTime sets the CreationTime field's value.

func (*Pipeline) SetLastModifiedBy added in v1.35.37

func (s *Pipeline) SetLastModifiedBy(v *UserContext) *Pipeline

SetLastModifiedBy sets the LastModifiedBy field's value.

func (*Pipeline) SetLastModifiedTime added in v1.35.37

func (s *Pipeline) SetLastModifiedTime(v time.Time) *Pipeline

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*Pipeline) SetLastRunTime added in v1.35.37

func (s *Pipeline) SetLastRunTime(v time.Time) *Pipeline

SetLastRunTime sets the LastRunTime field's value.

func (*Pipeline) SetParallelismConfiguration added in v1.42.26

func (s *Pipeline) SetParallelismConfiguration(v *ParallelismConfiguration) *Pipeline

SetParallelismConfiguration sets the ParallelismConfiguration field's value.

func (*Pipeline) SetPipelineArn added in v1.35.37

func (s *Pipeline) SetPipelineArn(v string) *Pipeline

SetPipelineArn sets the PipelineArn field's value.

func (*Pipeline) SetPipelineDescription added in v1.35.37

func (s *Pipeline) SetPipelineDescription(v string) *Pipeline

SetPipelineDescription sets the PipelineDescription field's value.

func (*Pipeline) SetPipelineDisplayName added in v1.35.37

func (s *Pipeline) SetPipelineDisplayName(v string) *Pipeline

SetPipelineDisplayName sets the PipelineDisplayName field's value.

func (*Pipeline) SetPipelineName added in v1.35.37

func (s *Pipeline) SetPipelineName(v string) *Pipeline

SetPipelineName sets the PipelineName field's value.

func (*Pipeline) SetPipelineStatus added in v1.35.37

func (s *Pipeline) SetPipelineStatus(v string) *Pipeline

SetPipelineStatus sets the PipelineStatus field's value.

func (*Pipeline) SetRoleArn added in v1.35.37

func (s *Pipeline) SetRoleArn(v string) *Pipeline

SetRoleArn sets the RoleArn field's value.

func (*Pipeline) SetTags added in v1.35.37

func (s *Pipeline) SetTags(v []*Tag) *Pipeline

SetTags sets the Tags field's value.

func (Pipeline) String added in v1.35.37

func (s Pipeline) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PipelineDefinitionS3Location added in v1.42.26

type PipelineDefinitionS3Location struct {

	// Name of the S3 bucket.
	//
	// Bucket is a required field
	Bucket *string `min:"3" type:"string" required:"true"`

	// The object key (or key name) uniquely identifies the object in an S3 bucket.
	//
	// ObjectKey is a required field
	ObjectKey *string `min:"1" type:"string" required:"true"`

	// Version Id of the pipeline definition file. If not specified, Amazon SageMaker
	// will retrieve the latest version.
	VersionId *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

The location of the pipeline definition stored in Amazon S3.

func (PipelineDefinitionS3Location) GoString added in v1.42.26

func (s PipelineDefinitionS3Location) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PipelineDefinitionS3Location) SetBucket added in v1.42.26

SetBucket sets the Bucket field's value.

func (*PipelineDefinitionS3Location) SetObjectKey added in v1.42.26

SetObjectKey sets the ObjectKey field's value.

func (*PipelineDefinitionS3Location) SetVersionId added in v1.42.26

SetVersionId sets the VersionId field's value.

func (PipelineDefinitionS3Location) String added in v1.42.26

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PipelineDefinitionS3Location) Validate added in v1.42.26

func (s *PipelineDefinitionS3Location) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PipelineExecution added in v1.35.37

type PipelineExecution struct {

	// Information about the user who created or modified an experiment, trial,
	// trial component, lineage group, project, or model card.
	CreatedBy *UserContext `type:"structure"`

	// The creation time of the pipeline execution.
	CreationTime *time.Time `type:"timestamp"`

	// If the execution failed, a message describing why.
	FailureReason *string `type:"string"`

	// Information about the user who created or modified an experiment, trial,
	// trial component, lineage group, project, or model card.
	LastModifiedBy *UserContext `type:"structure"`

	// The time that the pipeline execution was last modified.
	LastModifiedTime *time.Time `type:"timestamp"`

	// The parallelism configuration applied to the pipeline execution.
	ParallelismConfiguration *ParallelismConfiguration `type:"structure"`

	// The Amazon Resource Name (ARN) of the pipeline that was executed.
	PipelineArn *string `type:"string"`

	// The Amazon Resource Name (ARN) of the pipeline execution.
	PipelineExecutionArn *string `type:"string"`

	// The description of the pipeline execution.
	PipelineExecutionDescription *string `type:"string"`

	// The display name of the pipeline execution.
	PipelineExecutionDisplayName *string `min:"1" type:"string"`

	// The status of the pipeline status.
	PipelineExecutionStatus *string `type:"string" enum:"PipelineExecutionStatus"`

	// Specifies the names of the experiment and trial created by a pipeline.
	PipelineExperimentConfig *PipelineExperimentConfig `type:"structure"`

	// Contains a list of pipeline parameters. This list can be empty.
	PipelineParameters []*Parameter `type:"list"`

	// The selective execution configuration applied to the pipeline run.
	SelectiveExecutionConfig *SelectiveExecutionConfig `type:"structure"`
	// contains filtered or unexported fields
}

An execution of a pipeline.

func (PipelineExecution) GoString added in v1.35.37

func (s PipelineExecution) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PipelineExecution) SetCreatedBy added in v1.35.37

func (s *PipelineExecution) SetCreatedBy(v *UserContext) *PipelineExecution

SetCreatedBy sets the CreatedBy field's value.

func (*PipelineExecution) SetCreationTime added in v1.35.37

func (s *PipelineExecution) SetCreationTime(v time.Time) *PipelineExecution

SetCreationTime sets the CreationTime field's value.

func (*PipelineExecution) SetFailureReason added in v1.38.56

func (s *PipelineExecution) SetFailureReason(v string) *PipelineExecution

SetFailureReason sets the FailureReason field's value.

func (*PipelineExecution) SetLastModifiedBy added in v1.35.37

func (s *PipelineExecution) SetLastModifiedBy(v *UserContext) *PipelineExecution

SetLastModifiedBy sets the LastModifiedBy field's value.

func (*PipelineExecution) SetLastModifiedTime added in v1.35.37

func (s *PipelineExecution) SetLastModifiedTime(v time.Time) *PipelineExecution

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*PipelineExecution) SetParallelismConfiguration added in v1.42.26

func (s *PipelineExecution) SetParallelismConfiguration(v *ParallelismConfiguration) *PipelineExecution

SetParallelismConfiguration sets the ParallelismConfiguration field's value.

func (*PipelineExecution) SetPipelineArn added in v1.35.37

func (s *PipelineExecution) SetPipelineArn(v string) *PipelineExecution

SetPipelineArn sets the PipelineArn field's value.

func (*PipelineExecution) SetPipelineExecutionArn added in v1.35.37

func (s *PipelineExecution) SetPipelineExecutionArn(v string) *PipelineExecution

SetPipelineExecutionArn sets the PipelineExecutionArn field's value.

func (*PipelineExecution) SetPipelineExecutionDescription added in v1.35.37

func (s *PipelineExecution) SetPipelineExecutionDescription(v string) *PipelineExecution

SetPipelineExecutionDescription sets the PipelineExecutionDescription field's value.

func (*PipelineExecution) SetPipelineExecutionDisplayName added in v1.35.37

func (s *PipelineExecution) SetPipelineExecutionDisplayName(v string) *PipelineExecution

SetPipelineExecutionDisplayName sets the PipelineExecutionDisplayName field's value.

func (*PipelineExecution) SetPipelineExecutionStatus added in v1.35.37

func (s *PipelineExecution) SetPipelineExecutionStatus(v string) *PipelineExecution

SetPipelineExecutionStatus sets the PipelineExecutionStatus field's value.

func (*PipelineExecution) SetPipelineExperimentConfig added in v1.38.56

func (s *PipelineExecution) SetPipelineExperimentConfig(v *PipelineExperimentConfig) *PipelineExecution

SetPipelineExperimentConfig sets the PipelineExperimentConfig field's value.

func (*PipelineExecution) SetPipelineParameters added in v1.35.37

func (s *PipelineExecution) SetPipelineParameters(v []*Parameter) *PipelineExecution

SetPipelineParameters sets the PipelineParameters field's value.

func (*PipelineExecution) SetSelectiveExecutionConfig added in v1.44.275

func (s *PipelineExecution) SetSelectiveExecutionConfig(v *SelectiveExecutionConfig) *PipelineExecution

SetSelectiveExecutionConfig sets the SelectiveExecutionConfig field's value.

func (PipelineExecution) String added in v1.35.37

func (s PipelineExecution) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PipelineExecutionStep added in v1.35.37

type PipelineExecutionStep struct {

	// The current attempt of the execution step. For more information, see Retry
	// Policy for SageMaker Pipelines steps (https://docs.aws.amazon.com/sagemaker/latest/dg/pipelines-retry-policy.html).
	AttemptCount *int64 `type:"integer"`

	// If this pipeline execution step was cached, details on the cache hit.
	CacheHitResult *CacheHitResult `type:"structure"`

	// The time that the step stopped executing.
	EndTime *time.Time `type:"timestamp"`

	// The reason why the step failed execution. This is only returned if the step
	// failed its execution.
	FailureReason *string `type:"string"`

	// Metadata to run the pipeline step.
	Metadata *PipelineExecutionStepMetadata `type:"structure"`

	// The ARN from an execution of the current pipeline from which results are
	// reused for this step.
	SelectiveExecutionResult *SelectiveExecutionResult `type:"structure"`

	// The time that the step started executing.
	StartTime *time.Time `type:"timestamp"`

	// The description of the step.
	StepDescription *string `type:"string"`

	// The display name of the step.
	StepDisplayName *string `type:"string"`

	// The name of the step that is executed.
	StepName *string `type:"string"`

	// The status of the step execution.
	StepStatus *string `type:"string" enum:"StepStatus"`
	// contains filtered or unexported fields
}

An execution of a step in a pipeline.

func (PipelineExecutionStep) GoString added in v1.35.37

func (s PipelineExecutionStep) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PipelineExecutionStep) SetAttemptCount added in v1.42.21

func (s *PipelineExecutionStep) SetAttemptCount(v int64) *PipelineExecutionStep

SetAttemptCount sets the AttemptCount field's value.

func (*PipelineExecutionStep) SetCacheHitResult added in v1.35.37

SetCacheHitResult sets the CacheHitResult field's value.

func (*PipelineExecutionStep) SetEndTime added in v1.35.37

SetEndTime sets the EndTime field's value.

func (*PipelineExecutionStep) SetFailureReason added in v1.35.37

func (s *PipelineExecutionStep) SetFailureReason(v string) *PipelineExecutionStep

SetFailureReason sets the FailureReason field's value.

func (*PipelineExecutionStep) SetMetadata added in v1.35.37

SetMetadata sets the Metadata field's value.

func (*PipelineExecutionStep) SetSelectiveExecutionResult added in v1.44.275

func (s *PipelineExecutionStep) SetSelectiveExecutionResult(v *SelectiveExecutionResult) *PipelineExecutionStep

SetSelectiveExecutionResult sets the SelectiveExecutionResult field's value.

func (*PipelineExecutionStep) SetStartTime added in v1.35.37

SetStartTime sets the StartTime field's value.

func (*PipelineExecutionStep) SetStepDescription added in v1.42.26

func (s *PipelineExecutionStep) SetStepDescription(v string) *PipelineExecutionStep

SetStepDescription sets the StepDescription field's value.

func (*PipelineExecutionStep) SetStepDisplayName added in v1.42.26

func (s *PipelineExecutionStep) SetStepDisplayName(v string) *PipelineExecutionStep

SetStepDisplayName sets the StepDisplayName field's value.

func (*PipelineExecutionStep) SetStepName added in v1.35.37

SetStepName sets the StepName field's value.

func (*PipelineExecutionStep) SetStepStatus added in v1.35.37

func (s *PipelineExecutionStep) SetStepStatus(v string) *PipelineExecutionStep

SetStepStatus sets the StepStatus field's value.

func (PipelineExecutionStep) String added in v1.35.37

func (s PipelineExecutionStep) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PipelineExecutionStepMetadata added in v1.35.37

type PipelineExecutionStepMetadata struct {

	// The Amazon Resource Name (ARN) of the AutoML job that was run by this step.
	AutoMLJob *AutoMLJobStepMetadata `type:"structure"`

	// The URL of the Amazon SQS queue used by this step execution, the pipeline
	// generated token, and a list of output parameters.
	Callback *CallbackStepMetadata `type:"structure"`

	// Container for the metadata for a Clarify check step. The configurations and
	// outcomes of the check step execution. This includes:
	//
	//    * The type of the check conducted,
	//
	//    * The Amazon S3 URIs of baseline constraints and statistics files to be
	//    used for the drift check.
	//
	//    * The Amazon S3 URIs of newly calculated baseline constraints and statistics.
	//
	//    * The model package group name provided.
	//
	//    * The Amazon S3 URI of the violation report if violations detected.
	//
	//    * The Amazon Resource Name (ARN) of check processing job initiated by
	//    the step execution.
	//
	//    * The boolean flags indicating if the drift check is skipped.
	//
	//    * If step property BaselineUsedForDriftCheck is set the same as CalculatedBaseline.
	ClarifyCheck *ClarifyCheckStepMetadata `type:"structure"`

	// The outcome of the condition evaluation that was run by this step execution.
	Condition *ConditionStepMetadata `type:"structure"`

	// The configurations and outcomes of an Amazon EMR step execution.
	EMR *EMRStepMetadata `type:"structure"`

	// The configurations and outcomes of a Fail step execution.
	Fail *FailStepMetadata `type:"structure"`

	// The Amazon Resource Name (ARN) of the Lambda function that was run by this
	// step execution and a list of output parameters.
	Lambda *LambdaStepMetadata `type:"structure"`

	// The Amazon Resource Name (ARN) of the model that was created by this step
	// execution.
	Model *ModelStepMetadata `type:"structure"`

	// The Amazon Resource Name (ARN) of the processing job that was run by this
	// step execution.
	ProcessingJob *ProcessingJobStepMetadata `type:"structure"`

	// The configurations and outcomes of the check step execution. This includes:
	//
	//    * The type of the check conducted.
	//
	//    * The Amazon S3 URIs of baseline constraints and statistics files to be
	//    used for the drift check.
	//
	//    * The Amazon S3 URIs of newly calculated baseline constraints and statistics.
	//
	//    * The model package group name provided.
	//
	//    * The Amazon S3 URI of the violation report if violations detected.
	//
	//    * The Amazon Resource Name (ARN) of check processing job initiated by
	//    the step execution.
	//
	//    * The Boolean flags indicating if the drift check is skipped.
	//
	//    * If step property BaselineUsedForDriftCheck is set the same as CalculatedBaseline.
	QualityCheck *QualityCheckStepMetadata `type:"structure"`

	// The Amazon Resource Name (ARN) of the model package that the model was registered
	// to by this step execution.
	RegisterModel *RegisterModelStepMetadata `type:"structure"`

	// The Amazon Resource Name (ARN) of the training job that was run by this step
	// execution.
	TrainingJob *TrainingJobStepMetadata `type:"structure"`

	// The Amazon Resource Name (ARN) of the transform job that was run by this
	// step execution.
	TransformJob *TransformJobStepMetadata `type:"structure"`

	// The Amazon Resource Name (ARN) of the tuning job that was run by this step
	// execution.
	TuningJob *TuningJobStepMetaData `type:"structure"`
	// contains filtered or unexported fields
}

Metadata for a step execution.

func (PipelineExecutionStepMetadata) GoString added in v1.35.37

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PipelineExecutionStepMetadata) SetAutoMLJob added in v1.44.150

SetAutoMLJob sets the AutoMLJob field's value.

func (*PipelineExecutionStepMetadata) SetCallback added in v1.38.56

SetCallback sets the Callback field's value.

func (*PipelineExecutionStepMetadata) SetClarifyCheck added in v1.42.17

SetClarifyCheck sets the ClarifyCheck field's value.

func (*PipelineExecutionStepMetadata) SetCondition added in v1.35.37

SetCondition sets the Condition field's value.

func (*PipelineExecutionStepMetadata) SetEMR added in v1.42.26

SetEMR sets the EMR field's value.

func (*PipelineExecutionStepMetadata) SetFail added in v1.42.42

SetFail sets the Fail field's value.

func (*PipelineExecutionStepMetadata) SetLambda added in v1.40.12

SetLambda sets the Lambda field's value.

func (*PipelineExecutionStepMetadata) SetModel added in v1.35.37

SetModel sets the Model field's value.

func (*PipelineExecutionStepMetadata) SetProcessingJob added in v1.35.37

SetProcessingJob sets the ProcessingJob field's value.

func (*PipelineExecutionStepMetadata) SetQualityCheck added in v1.42.17

SetQualityCheck sets the QualityCheck field's value.

func (*PipelineExecutionStepMetadata) SetRegisterModel added in v1.35.37

SetRegisterModel sets the RegisterModel field's value.

func (*PipelineExecutionStepMetadata) SetTrainingJob added in v1.35.37

SetTrainingJob sets the TrainingJob field's value.

func (*PipelineExecutionStepMetadata) SetTransformJob added in v1.35.37

SetTransformJob sets the TransformJob field's value.

func (*PipelineExecutionStepMetadata) SetTuningJob added in v1.39.4

SetTuningJob sets the TuningJob field's value.

func (PipelineExecutionStepMetadata) String added in v1.35.37

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PipelineExecutionSummary added in v1.35.37

type PipelineExecutionSummary struct {

	// The Amazon Resource Name (ARN) of the pipeline execution.
	PipelineExecutionArn *string `type:"string"`

	// The description of the pipeline execution.
	PipelineExecutionDescription *string `type:"string"`

	// The display name of the pipeline execution.
	PipelineExecutionDisplayName *string `min:"1" type:"string"`

	// A message generated by SageMaker Pipelines describing why the pipeline execution
	// failed.
	PipelineExecutionFailureReason *string `type:"string"`

	// The status of the pipeline execution.
	PipelineExecutionStatus *string `type:"string" enum:"PipelineExecutionStatus"`

	// The start time of the pipeline execution.
	StartTime *time.Time `type:"timestamp"`
	// contains filtered or unexported fields
}

A pipeline execution summary.

func (PipelineExecutionSummary) GoString added in v1.35.37

func (s PipelineExecutionSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PipelineExecutionSummary) SetPipelineExecutionArn added in v1.35.37

func (s *PipelineExecutionSummary) SetPipelineExecutionArn(v string) *PipelineExecutionSummary

SetPipelineExecutionArn sets the PipelineExecutionArn field's value.

func (*PipelineExecutionSummary) SetPipelineExecutionDescription added in v1.35.37

func (s *PipelineExecutionSummary) SetPipelineExecutionDescription(v string) *PipelineExecutionSummary

SetPipelineExecutionDescription sets the PipelineExecutionDescription field's value.

func (*PipelineExecutionSummary) SetPipelineExecutionDisplayName added in v1.35.37

func (s *PipelineExecutionSummary) SetPipelineExecutionDisplayName(v string) *PipelineExecutionSummary

SetPipelineExecutionDisplayName sets the PipelineExecutionDisplayName field's value.

func (*PipelineExecutionSummary) SetPipelineExecutionFailureReason added in v1.42.42

func (s *PipelineExecutionSummary) SetPipelineExecutionFailureReason(v string) *PipelineExecutionSummary

SetPipelineExecutionFailureReason sets the PipelineExecutionFailureReason field's value.

func (*PipelineExecutionSummary) SetPipelineExecutionStatus added in v1.35.37

func (s *PipelineExecutionSummary) SetPipelineExecutionStatus(v string) *PipelineExecutionSummary

SetPipelineExecutionStatus sets the PipelineExecutionStatus field's value.

func (*PipelineExecutionSummary) SetStartTime added in v1.35.37

SetStartTime sets the StartTime field's value.

func (PipelineExecutionSummary) String added in v1.35.37

func (s PipelineExecutionSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PipelineExperimentConfig added in v1.38.56

type PipelineExperimentConfig struct {

	// The name of the experiment.
	ExperimentName *string `min:"1" type:"string"`

	// The name of the trial.
	TrialName *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

Specifies the names of the experiment and trial created by a pipeline.

func (PipelineExperimentConfig) GoString added in v1.38.56

func (s PipelineExperimentConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PipelineExperimentConfig) SetExperimentName added in v1.38.56

func (s *PipelineExperimentConfig) SetExperimentName(v string) *PipelineExperimentConfig

SetExperimentName sets the ExperimentName field's value.

func (*PipelineExperimentConfig) SetTrialName added in v1.38.56

SetTrialName sets the TrialName field's value.

func (PipelineExperimentConfig) String added in v1.38.56

func (s PipelineExperimentConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PipelineSummary added in v1.35.37

type PipelineSummary struct {

	// The creation time of the pipeline.
	CreationTime *time.Time `type:"timestamp"`

	// The last time that a pipeline execution began.
	LastExecutionTime *time.Time `type:"timestamp"`

	// The time that the pipeline was last modified.
	LastModifiedTime *time.Time `type:"timestamp"`

	// The Amazon Resource Name (ARN) of the pipeline.
	PipelineArn *string `type:"string"`

	// The description of the pipeline.
	PipelineDescription *string `type:"string"`

	// The display name of the pipeline.
	PipelineDisplayName *string `min:"1" type:"string"`

	// The name of the pipeline.
	PipelineName *string `min:"1" type:"string"`

	// The Amazon Resource Name (ARN) that the pipeline used to execute.
	RoleArn *string `min:"20" type:"string"`
	// contains filtered or unexported fields
}

A summary of a pipeline.

func (PipelineSummary) GoString added in v1.35.37

func (s PipelineSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PipelineSummary) SetCreationTime added in v1.35.37

func (s *PipelineSummary) SetCreationTime(v time.Time) *PipelineSummary

SetCreationTime sets the CreationTime field's value.

func (*PipelineSummary) SetLastExecutionTime added in v1.35.37

func (s *PipelineSummary) SetLastExecutionTime(v time.Time) *PipelineSummary

SetLastExecutionTime sets the LastExecutionTime field's value.

func (*PipelineSummary) SetLastModifiedTime added in v1.35.37

func (s *PipelineSummary) SetLastModifiedTime(v time.Time) *PipelineSummary

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*PipelineSummary) SetPipelineArn added in v1.35.37

func (s *PipelineSummary) SetPipelineArn(v string) *PipelineSummary

SetPipelineArn sets the PipelineArn field's value.

func (*PipelineSummary) SetPipelineDescription added in v1.35.37

func (s *PipelineSummary) SetPipelineDescription(v string) *PipelineSummary

SetPipelineDescription sets the PipelineDescription field's value.

func (*PipelineSummary) SetPipelineDisplayName added in v1.35.37

func (s *PipelineSummary) SetPipelineDisplayName(v string) *PipelineSummary

SetPipelineDisplayName sets the PipelineDisplayName field's value.

func (*PipelineSummary) SetPipelineName added in v1.35.37

func (s *PipelineSummary) SetPipelineName(v string) *PipelineSummary

SetPipelineName sets the PipelineName field's value.

func (*PipelineSummary) SetRoleArn added in v1.35.37

func (s *PipelineSummary) SetRoleArn(v string) *PipelineSummary

SetRoleArn sets the RoleArn field's value.

func (PipelineSummary) String added in v1.35.37

func (s PipelineSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PredefinedMetricSpecification added in v1.44.315

type PredefinedMetricSpecification struct {

	// The metric type. You can only apply SageMaker metric types to SageMaker endpoints.
	PredefinedMetricType *string `type:"string"`
	// contains filtered or unexported fields
}

A specification for a predefined metric.

func (PredefinedMetricSpecification) GoString added in v1.44.315

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PredefinedMetricSpecification) SetPredefinedMetricType added in v1.44.315

SetPredefinedMetricType sets the PredefinedMetricType field's value.

func (PredefinedMetricSpecification) String added in v1.44.315

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ProcessingClusterConfig added in v1.25.47

type ProcessingClusterConfig struct {

	// The number of ML compute instances to use in the processing job. For distributed
	// processing jobs, specify a value greater than 1. The default value is 1.
	//
	// InstanceCount is a required field
	InstanceCount *int64 `min:"1" type:"integer" required:"true"`

	// The ML compute instance type for the processing job.
	//
	// InstanceType is a required field
	InstanceType *string `type:"string" required:"true" enum:"ProcessingInstanceType"`

	// The Amazon Web Services Key Management Service (Amazon Web Services KMS)
	// key that Amazon SageMaker uses to encrypt data on the storage volume attached
	// to the ML compute instance(s) that run the processing job.
	//
	// Certain Nitro-based instances include local storage, dependent on the instance
	// type. Local storage volumes are encrypted using a hardware module on the
	// instance. You can't request a VolumeKmsKeyId when using an instance type
	// with local storage.
	//
	// For a list of instance types that support local instance storage, see Instance
	// Store Volumes (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html#instance-store-volumes).
	//
	// For more information about local instance storage encryption, see SSD Instance
	// Store Volumes (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ssd-instance-store.html).
	VolumeKmsKeyId *string `type:"string"`

	// The size of the ML storage volume in gigabytes that you want to provision.
	// You must specify sufficient ML storage for your scenario.
	//
	// Certain Nitro-based instances include local storage with a fixed total size,
	// dependent on the instance type. When using these instances for processing,
	// Amazon SageMaker mounts the local instance storage instead of Amazon EBS
	// gp2 storage. You can't request a VolumeSizeInGB greater than the total size
	// of the local instance storage.
	//
	// For a list of instance types that support local instance storage, including
	// the total size per instance type, see Instance Store Volumes (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html#instance-store-volumes).
	//
	// VolumeSizeInGB is a required field
	VolumeSizeInGB *int64 `min:"1" type:"integer" required:"true"`
	// contains filtered or unexported fields
}

Configuration for the cluster used to run a processing job.

func (ProcessingClusterConfig) GoString added in v1.25.47

func (s ProcessingClusterConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ProcessingClusterConfig) SetInstanceCount added in v1.25.47

func (s *ProcessingClusterConfig) SetInstanceCount(v int64) *ProcessingClusterConfig

SetInstanceCount sets the InstanceCount field's value.

func (*ProcessingClusterConfig) SetInstanceType added in v1.25.47

SetInstanceType sets the InstanceType field's value.

func (*ProcessingClusterConfig) SetVolumeKmsKeyId added in v1.25.47

func (s *ProcessingClusterConfig) SetVolumeKmsKeyId(v string) *ProcessingClusterConfig

SetVolumeKmsKeyId sets the VolumeKmsKeyId field's value.

func (*ProcessingClusterConfig) SetVolumeSizeInGB added in v1.25.47

func (s *ProcessingClusterConfig) SetVolumeSizeInGB(v int64) *ProcessingClusterConfig

SetVolumeSizeInGB sets the VolumeSizeInGB field's value.

func (ProcessingClusterConfig) String added in v1.25.47

func (s ProcessingClusterConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ProcessingClusterConfig) Validate added in v1.25.47

func (s *ProcessingClusterConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ProcessingFeatureStoreOutput added in v1.35.37

type ProcessingFeatureStoreOutput struct {

	// The name of the Amazon SageMaker FeatureGroup to use as the destination for
	// processing job output. Note that your processing script is responsible for
	// putting records into your Feature Store.
	//
	// FeatureGroupName is a required field
	FeatureGroupName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Configuration for processing job outputs in Amazon SageMaker Feature Store.

func (ProcessingFeatureStoreOutput) GoString added in v1.35.37

func (s ProcessingFeatureStoreOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ProcessingFeatureStoreOutput) SetFeatureGroupName added in v1.35.37

SetFeatureGroupName sets the FeatureGroupName field's value.

func (ProcessingFeatureStoreOutput) String added in v1.35.37

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ProcessingFeatureStoreOutput) Validate added in v1.35.37

func (s *ProcessingFeatureStoreOutput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ProcessingInput added in v1.25.47

type ProcessingInput struct {

	// When True, input operations such as data download are managed natively by
	// the processing job application. When False (default), input operations are
	// managed by Amazon SageMaker.
	AppManaged *bool `type:"boolean"`

	// Configuration for a Dataset Definition input.
	DatasetDefinition *DatasetDefinition `type:"structure"`

	// The name for the processing job input.
	//
	// InputName is a required field
	InputName *string `type:"string" required:"true"`

	// Configuration for downloading input data from Amazon S3 into the processing
	// container.
	S3Input *ProcessingS3Input `type:"structure"`
	// contains filtered or unexported fields
}

The inputs for a processing job. The processing input must specify exactly one of either S3Input or DatasetDefinition types.

func (ProcessingInput) GoString added in v1.25.47

func (s ProcessingInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ProcessingInput) SetAppManaged added in v1.35.37

func (s *ProcessingInput) SetAppManaged(v bool) *ProcessingInput

SetAppManaged sets the AppManaged field's value.

func (*ProcessingInput) SetDatasetDefinition added in v1.35.37

func (s *ProcessingInput) SetDatasetDefinition(v *DatasetDefinition) *ProcessingInput

SetDatasetDefinition sets the DatasetDefinition field's value.

func (*ProcessingInput) SetInputName added in v1.25.47

func (s *ProcessingInput) SetInputName(v string) *ProcessingInput

SetInputName sets the InputName field's value.

func (*ProcessingInput) SetS3Input added in v1.25.47

SetS3Input sets the S3Input field's value.

func (ProcessingInput) String added in v1.25.47

func (s ProcessingInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ProcessingInput) Validate added in v1.25.47

func (s *ProcessingInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ProcessingJob added in v1.30.8

type ProcessingJob struct {

	// Configuration to run a processing job in a specified container image.
	AppSpecification *AppSpecification `type:"structure"`

	// The Amazon Resource Name (ARN) of the AutoML job associated with this processing
	// job.
	AutoMLJobArn *string `min:"1" type:"string"`

	// The time the processing job was created.
	CreationTime *time.Time `type:"timestamp"`

	// Sets the environment variables in the Docker container.
	Environment map[string]*string `type:"map"`

	// A string, up to one KB in size, that contains metadata from the processing
	// container when the processing job exits.
	ExitMessage *string `type:"string"`

	// Associates a SageMaker job as a trial component with an experiment and trial.
	// Specified when you call the following APIs:
	//
	//    * CreateProcessingJob (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateProcessingJob.html)
	//
	//    * CreateTrainingJob (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingJob.html)
	//
	//    * CreateTransformJob (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTransformJob.html)
	ExperimentConfig *ExperimentConfig `type:"structure"`

	// A string, up to one KB in size, that contains the reason a processing job
	// failed, if it failed.
	FailureReason *string `type:"string"`

	// The time the processing job was last modified.
	LastModifiedTime *time.Time `type:"timestamp"`

	// The ARN of a monitoring schedule for an endpoint associated with this processing
	// job.
	MonitoringScheduleArn *string `type:"string"`

	// Networking options for a job, such as network traffic encryption between
	// containers, whether to allow inbound and outbound network calls to and from
	// containers, and the VPC subnets and security groups to use for VPC-enabled
	// jobs.
	NetworkConfig *NetworkConfig `type:"structure"`

	// The time that the processing job ended.
	ProcessingEndTime *time.Time `type:"timestamp"`

	// List of input configurations for the processing job.
	ProcessingInputs []*ProcessingInput `type:"list"`

	// The ARN of the processing job.
	ProcessingJobArn *string `type:"string"`

	// The name of the processing job.
	ProcessingJobName *string `min:"1" type:"string"`

	// The status of the processing job.
	ProcessingJobStatus *string `type:"string" enum:"ProcessingJobStatus"`

	// Configuration for uploading output from the processing container.
	ProcessingOutputConfig *ProcessingOutputConfig `type:"structure"`

	// Identifies the resources, ML compute instances, and ML storage volumes to
	// deploy for a processing job. In distributed training, you specify more than
	// one instance.
	ProcessingResources *ProcessingResources `type:"structure"`

	// The time that the processing job started.
	ProcessingStartTime *time.Time `type:"timestamp"`

	// The ARN of the role used to create the processing job.
	RoleArn *string `min:"20" type:"string"`

	// Configures conditions under which the processing job should be stopped, such
	// as how long the processing job has been running. After the condition is met,
	// the processing job is stopped.
	StoppingCondition *ProcessingStoppingCondition `type:"structure"`

	// An array of key-value pairs. For more information, see Using Cost Allocation
	// Tags (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-whatURL)
	// in the Amazon Web Services Billing and Cost Management User Guide.
	Tags []*Tag `type:"list"`

	// The ARN of the training job associated with this processing job.
	TrainingJobArn *string `type:"string"`
	// contains filtered or unexported fields
}

An Amazon SageMaker processing job that is used to analyze data and evaluate models. For more information, see Process Data and Evaluate Models (https://docs.aws.amazon.com/sagemaker/latest/dg/processing-job.html).

func (ProcessingJob) GoString added in v1.30.8

func (s ProcessingJob) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ProcessingJob) SetAppSpecification added in v1.30.8

func (s *ProcessingJob) SetAppSpecification(v *AppSpecification) *ProcessingJob

SetAppSpecification sets the AppSpecification field's value.

func (*ProcessingJob) SetAutoMLJobArn added in v1.30.8

func (s *ProcessingJob) SetAutoMLJobArn(v string) *ProcessingJob

SetAutoMLJobArn sets the AutoMLJobArn field's value.

func (*ProcessingJob) SetCreationTime added in v1.30.8

func (s *ProcessingJob) SetCreationTime(v time.Time) *ProcessingJob

SetCreationTime sets the CreationTime field's value.

func (*ProcessingJob) SetEnvironment added in v1.30.8

func (s *ProcessingJob) SetEnvironment(v map[string]*string) *ProcessingJob

SetEnvironment sets the Environment field's value.

func (*ProcessingJob) SetExitMessage added in v1.30.8

func (s *ProcessingJob) SetExitMessage(v string) *ProcessingJob

SetExitMessage sets the ExitMessage field's value.

func (*ProcessingJob) SetExperimentConfig added in v1.30.8

func (s *ProcessingJob) SetExperimentConfig(v *ExperimentConfig) *ProcessingJob

SetExperimentConfig sets the ExperimentConfig field's value.

func (*ProcessingJob) SetFailureReason added in v1.30.8

func (s *ProcessingJob) SetFailureReason(v string) *ProcessingJob

SetFailureReason sets the FailureReason field's value.

func (*ProcessingJob) SetLastModifiedTime added in v1.30.8

func (s *ProcessingJob) SetLastModifiedTime(v time.Time) *ProcessingJob

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*ProcessingJob) SetMonitoringScheduleArn added in v1.30.8

func (s *ProcessingJob) SetMonitoringScheduleArn(v string) *ProcessingJob

SetMonitoringScheduleArn sets the MonitoringScheduleArn field's value.

func (*ProcessingJob) SetNetworkConfig added in v1.30.8

func (s *ProcessingJob) SetNetworkConfig(v *NetworkConfig) *ProcessingJob

SetNetworkConfig sets the NetworkConfig field's value.

func (*ProcessingJob) SetProcessingEndTime added in v1.30.8

func (s *ProcessingJob) SetProcessingEndTime(v time.Time) *ProcessingJob

SetProcessingEndTime sets the ProcessingEndTime field's value.

func (*ProcessingJob) SetProcessingInputs added in v1.30.8

func (s *ProcessingJob) SetProcessingInputs(v []*ProcessingInput) *ProcessingJob

SetProcessingInputs sets the ProcessingInputs field's value.

func (*ProcessingJob) SetProcessingJobArn added in v1.30.8

func (s *ProcessingJob) SetProcessingJobArn(v string) *ProcessingJob

SetProcessingJobArn sets the ProcessingJobArn field's value.

func (*ProcessingJob) SetProcessingJobName added in v1.30.8

func (s *ProcessingJob) SetProcessingJobName(v string) *ProcessingJob

SetProcessingJobName sets the ProcessingJobName field's value.

func (*ProcessingJob) SetProcessingJobStatus added in v1.30.8

func (s *ProcessingJob) SetProcessingJobStatus(v string) *ProcessingJob

SetProcessingJobStatus sets the ProcessingJobStatus field's value.

func (*ProcessingJob) SetProcessingOutputConfig added in v1.30.8

func (s *ProcessingJob) SetProcessingOutputConfig(v *ProcessingOutputConfig) *ProcessingJob

SetProcessingOutputConfig sets the ProcessingOutputConfig field's value.

func (*ProcessingJob) SetProcessingResources added in v1.30.8

func (s *ProcessingJob) SetProcessingResources(v *ProcessingResources) *ProcessingJob

SetProcessingResources sets the ProcessingResources field's value.

func (*ProcessingJob) SetProcessingStartTime added in v1.30.8

func (s *ProcessingJob) SetProcessingStartTime(v time.Time) *ProcessingJob

SetProcessingStartTime sets the ProcessingStartTime field's value.

func (*ProcessingJob) SetRoleArn added in v1.30.8

func (s *ProcessingJob) SetRoleArn(v string) *ProcessingJob

SetRoleArn sets the RoleArn field's value.

func (*ProcessingJob) SetStoppingCondition added in v1.30.8

func (s *ProcessingJob) SetStoppingCondition(v *ProcessingStoppingCondition) *ProcessingJob

SetStoppingCondition sets the StoppingCondition field's value.

func (*ProcessingJob) SetTags added in v1.30.8

func (s *ProcessingJob) SetTags(v []*Tag) *ProcessingJob

SetTags sets the Tags field's value.

func (*ProcessingJob) SetTrainingJobArn added in v1.30.8

func (s *ProcessingJob) SetTrainingJobArn(v string) *ProcessingJob

SetTrainingJobArn sets the TrainingJobArn field's value.

func (ProcessingJob) String added in v1.30.8

func (s ProcessingJob) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ProcessingJobStepMetadata added in v1.35.37

type ProcessingJobStepMetadata struct {

	// The Amazon Resource Name (ARN) of the processing job.
	Arn *string `type:"string"`
	// contains filtered or unexported fields
}

Metadata for a processing job step.

func (ProcessingJobStepMetadata) GoString added in v1.35.37

func (s ProcessingJobStepMetadata) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ProcessingJobStepMetadata) SetArn added in v1.35.37

SetArn sets the Arn field's value.

func (ProcessingJobStepMetadata) String added in v1.35.37

func (s ProcessingJobStepMetadata) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ProcessingJobSummary added in v1.25.47

type ProcessingJobSummary struct {

	// The time at which the processing job was created.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// An optional string, up to one KB in size, that contains metadata from the
	// processing container when the processing job exits.
	ExitMessage *string `type:"string"`

	// A string, up to one KB in size, that contains the reason a processing job
	// failed, if it failed.
	FailureReason *string `type:"string"`

	// A timestamp that indicates the last time the processing job was modified.
	LastModifiedTime *time.Time `type:"timestamp"`

	// The time at which the processing job completed.
	ProcessingEndTime *time.Time `type:"timestamp"`

	// The Amazon Resource Name (ARN) of the processing job..
	//
	// ProcessingJobArn is a required field
	ProcessingJobArn *string `type:"string" required:"true"`

	// The name of the processing job.
	//
	// ProcessingJobName is a required field
	ProcessingJobName *string `min:"1" type:"string" required:"true"`

	// The status of the processing job.
	//
	// ProcessingJobStatus is a required field
	ProcessingJobStatus *string `type:"string" required:"true" enum:"ProcessingJobStatus"`
	// contains filtered or unexported fields
}

Summary of information about a processing job.

func (ProcessingJobSummary) GoString added in v1.25.47

func (s ProcessingJobSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ProcessingJobSummary) SetCreationTime added in v1.25.47

func (s *ProcessingJobSummary) SetCreationTime(v time.Time) *ProcessingJobSummary

SetCreationTime sets the CreationTime field's value.

func (*ProcessingJobSummary) SetExitMessage added in v1.25.47

func (s *ProcessingJobSummary) SetExitMessage(v string) *ProcessingJobSummary

SetExitMessage sets the ExitMessage field's value.

func (*ProcessingJobSummary) SetFailureReason added in v1.25.47

func (s *ProcessingJobSummary) SetFailureReason(v string) *ProcessingJobSummary

SetFailureReason sets the FailureReason field's value.

func (*ProcessingJobSummary) SetLastModifiedTime added in v1.25.47

func (s *ProcessingJobSummary) SetLastModifiedTime(v time.Time) *ProcessingJobSummary

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*ProcessingJobSummary) SetProcessingEndTime added in v1.25.47

func (s *ProcessingJobSummary) SetProcessingEndTime(v time.Time) *ProcessingJobSummary

SetProcessingEndTime sets the ProcessingEndTime field's value.

func (*ProcessingJobSummary) SetProcessingJobArn added in v1.25.47

func (s *ProcessingJobSummary) SetProcessingJobArn(v string) *ProcessingJobSummary

SetProcessingJobArn sets the ProcessingJobArn field's value.

func (*ProcessingJobSummary) SetProcessingJobName added in v1.25.47

func (s *ProcessingJobSummary) SetProcessingJobName(v string) *ProcessingJobSummary

SetProcessingJobName sets the ProcessingJobName field's value.

func (*ProcessingJobSummary) SetProcessingJobStatus added in v1.25.47

func (s *ProcessingJobSummary) SetProcessingJobStatus(v string) *ProcessingJobSummary

SetProcessingJobStatus sets the ProcessingJobStatus field's value.

func (ProcessingJobSummary) String added in v1.25.47

func (s ProcessingJobSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ProcessingOutput added in v1.25.47

type ProcessingOutput struct {

	// When True, output operations such as data upload are managed natively by
	// the processing job application. When False (default), output operations are
	// managed by Amazon SageMaker.
	AppManaged *bool `type:"boolean"`

	// Configuration for processing job outputs in Amazon SageMaker Feature Store.
	// This processing output type is only supported when AppManaged is specified.
	FeatureStoreOutput *ProcessingFeatureStoreOutput `type:"structure"`

	// The name for the processing job output.
	//
	// OutputName is a required field
	OutputName *string `type:"string" required:"true"`

	// Configuration for processing job outputs in Amazon S3.
	S3Output *ProcessingS3Output `type:"structure"`
	// contains filtered or unexported fields
}

Describes the results of a processing job. The processing output must specify exactly one of either S3Output or FeatureStoreOutput types.

func (ProcessingOutput) GoString added in v1.25.47

func (s ProcessingOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ProcessingOutput) SetAppManaged added in v1.35.37

func (s *ProcessingOutput) SetAppManaged(v bool) *ProcessingOutput

SetAppManaged sets the AppManaged field's value.

func (*ProcessingOutput) SetFeatureStoreOutput added in v1.35.37

func (s *ProcessingOutput) SetFeatureStoreOutput(v *ProcessingFeatureStoreOutput) *ProcessingOutput

SetFeatureStoreOutput sets the FeatureStoreOutput field's value.

func (*ProcessingOutput) SetOutputName added in v1.25.47

func (s *ProcessingOutput) SetOutputName(v string) *ProcessingOutput

SetOutputName sets the OutputName field's value.

func (*ProcessingOutput) SetS3Output added in v1.25.47

SetS3Output sets the S3Output field's value.

func (ProcessingOutput) String added in v1.25.47

func (s ProcessingOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ProcessingOutput) Validate added in v1.25.47

func (s *ProcessingOutput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ProcessingOutputConfig added in v1.25.47

type ProcessingOutputConfig struct {

	// The Amazon Web Services Key Management Service (Amazon Web Services KMS)
	// key that Amazon SageMaker uses to encrypt the processing job output. KmsKeyId
	// can be an ID of a KMS key, ARN of a KMS key, alias of a KMS key, or alias
	// of a KMS key. The KmsKeyId is applied to all outputs.
	KmsKeyId *string `type:"string"`

	// An array of outputs configuring the data to upload from the processing container.
	//
	// Outputs is a required field
	Outputs []*ProcessingOutput `type:"list" required:"true"`
	// contains filtered or unexported fields
}

Configuration for uploading output from the processing container.

func (ProcessingOutputConfig) GoString added in v1.25.47

func (s ProcessingOutputConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ProcessingOutputConfig) SetKmsKeyId added in v1.25.47

SetKmsKeyId sets the KmsKeyId field's value.

func (*ProcessingOutputConfig) SetOutputs added in v1.25.47

SetOutputs sets the Outputs field's value.

func (ProcessingOutputConfig) String added in v1.25.47

func (s ProcessingOutputConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ProcessingOutputConfig) Validate added in v1.25.47

func (s *ProcessingOutputConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ProcessingResources added in v1.25.47

type ProcessingResources struct {

	// The configuration for the resources in a cluster used to run the processing
	// job.
	//
	// ClusterConfig is a required field
	ClusterConfig *ProcessingClusterConfig `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

Identifies the resources, ML compute instances, and ML storage volumes to deploy for a processing job. In distributed training, you specify more than one instance.

func (ProcessingResources) GoString added in v1.25.47

func (s ProcessingResources) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ProcessingResources) SetClusterConfig added in v1.25.47

SetClusterConfig sets the ClusterConfig field's value.

func (ProcessingResources) String added in v1.25.47

func (s ProcessingResources) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ProcessingResources) Validate added in v1.25.47

func (s *ProcessingResources) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ProcessingS3Input added in v1.25.47

type ProcessingS3Input struct {

	// The local path in your container where you want Amazon SageMaker to write
	// input data to. LocalPath is an absolute path to the input data and must begin
	// with /opt/ml/processing/. LocalPath is a required parameter when AppManaged
	// is False (default).
	LocalPath *string `type:"string"`

	// Whether to GZIP-decompress the data in Amazon S3 as it is streamed into the
	// processing container. Gzip can only be used when Pipe mode is specified as
	// the S3InputMode. In Pipe mode, Amazon SageMaker streams input data from the
	// source directly to your container without using the EBS volume.
	S3CompressionType *string `type:"string" enum:"ProcessingS3CompressionType"`

	// Whether to distribute the data from Amazon S3 to all processing instances
	// with FullyReplicated, or whether the data from Amazon S3 is shared by Amazon
	// S3 key, downloading one shard of data to each processing instance.
	S3DataDistributionType *string `type:"string" enum:"ProcessingS3DataDistributionType"`

	// Whether you use an S3Prefix or a ManifestFile for the data type. If you choose
	// S3Prefix, S3Uri identifies a key name prefix. Amazon SageMaker uses all objects
	// with the specified key name prefix for the processing job. If you choose
	// ManifestFile, S3Uri identifies an object that is a manifest file containing
	// a list of object keys that you want Amazon SageMaker to use for the processing
	// job.
	//
	// S3DataType is a required field
	S3DataType *string `type:"string" required:"true" enum:"ProcessingS3DataType"`

	// Whether to use File or Pipe input mode. In File mode, Amazon SageMaker copies
	// the data from the input source onto the local ML storage volume before starting
	// your processing container. This is the most commonly used input mode. In
	// Pipe mode, Amazon SageMaker streams input data from the source directly to
	// your processing container into named pipes without using the ML storage volume.
	S3InputMode *string `type:"string" enum:"ProcessingS3InputMode"`

	// The URI of the Amazon S3 prefix Amazon SageMaker downloads data required
	// to run a processing job.
	//
	// S3Uri is a required field
	S3Uri *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Configuration for downloading input data from Amazon S3 into the processing container.

func (ProcessingS3Input) GoString added in v1.25.47

func (s ProcessingS3Input) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ProcessingS3Input) SetLocalPath added in v1.25.47

func (s *ProcessingS3Input) SetLocalPath(v string) *ProcessingS3Input

SetLocalPath sets the LocalPath field's value.

func (*ProcessingS3Input) SetS3CompressionType added in v1.25.47

func (s *ProcessingS3Input) SetS3CompressionType(v string) *ProcessingS3Input

SetS3CompressionType sets the S3CompressionType field's value.

func (*ProcessingS3Input) SetS3DataDistributionType added in v1.25.47

func (s *ProcessingS3Input) SetS3DataDistributionType(v string) *ProcessingS3Input

SetS3DataDistributionType sets the S3DataDistributionType field's value.

func (*ProcessingS3Input) SetS3DataType added in v1.25.47

func (s *ProcessingS3Input) SetS3DataType(v string) *ProcessingS3Input

SetS3DataType sets the S3DataType field's value.

func (*ProcessingS3Input) SetS3InputMode added in v1.25.47

func (s *ProcessingS3Input) SetS3InputMode(v string) *ProcessingS3Input

SetS3InputMode sets the S3InputMode field's value.

func (*ProcessingS3Input) SetS3Uri added in v1.25.47

func (s *ProcessingS3Input) SetS3Uri(v string) *ProcessingS3Input

SetS3Uri sets the S3Uri field's value.

func (ProcessingS3Input) String added in v1.25.47

func (s ProcessingS3Input) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ProcessingS3Input) Validate added in v1.25.47

func (s *ProcessingS3Input) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ProcessingS3Output added in v1.25.47

type ProcessingS3Output struct {

	// The local path of a directory where you want Amazon SageMaker to upload its
	// contents to Amazon S3. LocalPath is an absolute path to a directory containing
	// output files. This directory will be created by the platform and exist when
	// your container's entrypoint is invoked.
	//
	// LocalPath is a required field
	LocalPath *string `type:"string" required:"true"`

	// Whether to upload the results of the processing job continuously or after
	// the job completes.
	//
	// S3UploadMode is a required field
	S3UploadMode *string `type:"string" required:"true" enum:"ProcessingS3UploadMode"`

	// A URI that identifies the Amazon S3 bucket where you want Amazon SageMaker
	// to save the results of a processing job.
	//
	// S3Uri is a required field
	S3Uri *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Configuration for uploading output data to Amazon S3 from the processing container.

func (ProcessingS3Output) GoString added in v1.25.47

func (s ProcessingS3Output) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ProcessingS3Output) SetLocalPath added in v1.25.47

func (s *ProcessingS3Output) SetLocalPath(v string) *ProcessingS3Output

SetLocalPath sets the LocalPath field's value.

func (*ProcessingS3Output) SetS3UploadMode added in v1.25.47

func (s *ProcessingS3Output) SetS3UploadMode(v string) *ProcessingS3Output

SetS3UploadMode sets the S3UploadMode field's value.

func (*ProcessingS3Output) SetS3Uri added in v1.25.47

SetS3Uri sets the S3Uri field's value.

func (ProcessingS3Output) String added in v1.25.47

func (s ProcessingS3Output) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ProcessingS3Output) Validate added in v1.25.47

func (s *ProcessingS3Output) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ProcessingStoppingCondition added in v1.25.47

type ProcessingStoppingCondition struct {

	// Specifies the maximum runtime in seconds.
	//
	// MaxRuntimeInSeconds is a required field
	MaxRuntimeInSeconds *int64 `min:"1" type:"integer" required:"true"`
	// contains filtered or unexported fields
}

Configures conditions under which the processing job should be stopped, such as how long the processing job has been running. After the condition is met, the processing job is stopped.

func (ProcessingStoppingCondition) GoString added in v1.25.47

func (s ProcessingStoppingCondition) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ProcessingStoppingCondition) SetMaxRuntimeInSeconds added in v1.25.47

func (s *ProcessingStoppingCondition) SetMaxRuntimeInSeconds(v int64) *ProcessingStoppingCondition

SetMaxRuntimeInSeconds sets the MaxRuntimeInSeconds field's value.

func (ProcessingStoppingCondition) String added in v1.25.47

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ProcessingStoppingCondition) Validate added in v1.25.47

func (s *ProcessingStoppingCondition) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ProductionVariant

type ProductionVariant struct {

	// The size of the Elastic Inference (EI) instance to use for the production
	// variant. EI instances provide on-demand GPU computing for inference. For
	// more information, see Using Elastic Inference in Amazon SageMaker (https://docs.aws.amazon.com/sagemaker/latest/dg/ei.html).
	AcceleratorType *string `type:"string" enum:"ProductionVariantAcceleratorType"`

	// The timeout value, in seconds, for your inference container to pass health
	// check by SageMaker Hosting. For more information about health check, see
	// How Your Container Should Respond to Health Check (Ping) Requests (https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms-inference-code.html#your-algorithms-inference-algo-ping-requests).
	ContainerStartupHealthCheckTimeoutInSeconds *int64 `min:"60" type:"integer"`

	// Specifies configuration for a core dump from the model container when the
	// process crashes.
	CoreDumpConfig *ProductionVariantCoreDumpConfig `type:"structure"`

	// You can use this parameter to turn on native Amazon Web Services Systems
	// Manager (SSM) access for a production variant behind an endpoint. By default,
	// SSM access is disabled for all production variants behind an endpoint. You
	// can turn on or turn off SSM access for a production variant behind an existing
	// endpoint by creating a new endpoint configuration and calling UpdateEndpoint.
	EnableSSMAccess *bool `type:"boolean"`

	// Number of instances to launch initially.
	InitialInstanceCount *int64 `min:"1" type:"integer"`

	// Determines initial traffic distribution among all of the models that you
	// specify in the endpoint configuration. The traffic to a production variant
	// is determined by the ratio of the VariantWeight to the sum of all VariantWeight
	// values across all ProductionVariants. If unspecified, it defaults to 1.0.
	InitialVariantWeight *float64 `type:"float"`

	// The ML compute instance type.
	InstanceType *string `type:"string" enum:"ProductionVariantInstanceType"`

	// The timeout value, in seconds, to download and extract the model that you
	// want to host from Amazon S3 to the individual inference instance associated
	// with this production variant.
	ModelDataDownloadTimeoutInSeconds *int64 `min:"60" type:"integer"`

	// The name of the model that you want to host. This is the name that you specified
	// when creating the model.
	//
	// ModelName is a required field
	ModelName *string `type:"string" required:"true"`

	// The serverless configuration for an endpoint. Specifies a serverless endpoint
	// configuration instead of an instance-based endpoint configuration.
	ServerlessConfig *ProductionVariantServerlessConfig `type:"structure"`

	// The name of the production variant.
	//
	// VariantName is a required field
	VariantName *string `type:"string" required:"true"`

	// The size, in GB, of the ML storage volume attached to individual inference
	// instance associated with the production variant. Currently only Amazon EBS
	// gp2 storage volumes are supported.
	VolumeSizeInGB *int64 `min:"1" type:"integer"`
	// contains filtered or unexported fields
}

Identifies a model that you want to host and the resources chosen to deploy for hosting it. If you are deploying multiple models, tell SageMaker how to distribute traffic among the models by specifying variant weights. For more information on production variants, check Production variants (https://docs.aws.amazon.com/sagemaker/latest/dg/model-ab-testing.html).

func (ProductionVariant) GoString

func (s ProductionVariant) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ProductionVariant) SetAcceleratorType added in v1.15.86

func (s *ProductionVariant) SetAcceleratorType(v string) *ProductionVariant

SetAcceleratorType sets the AcceleratorType field's value.

func (*ProductionVariant) SetContainerStartupHealthCheckTimeoutInSeconds added in v1.44.93

func (s *ProductionVariant) SetContainerStartupHealthCheckTimeoutInSeconds(v int64) *ProductionVariant

SetContainerStartupHealthCheckTimeoutInSeconds sets the ContainerStartupHealthCheckTimeoutInSeconds field's value.

func (*ProductionVariant) SetCoreDumpConfig added in v1.37.16

SetCoreDumpConfig sets the CoreDumpConfig field's value.

func (*ProductionVariant) SetEnableSSMAccess added in v1.44.218

func (s *ProductionVariant) SetEnableSSMAccess(v bool) *ProductionVariant

SetEnableSSMAccess sets the EnableSSMAccess field's value.

func (*ProductionVariant) SetInitialInstanceCount

func (s *ProductionVariant) SetInitialInstanceCount(v int64) *ProductionVariant

SetInitialInstanceCount sets the InitialInstanceCount field's value.

func (*ProductionVariant) SetInitialVariantWeight

func (s *ProductionVariant) SetInitialVariantWeight(v float64) *ProductionVariant

SetInitialVariantWeight sets the InitialVariantWeight field's value.

func (*ProductionVariant) SetInstanceType

func (s *ProductionVariant) SetInstanceType(v string) *ProductionVariant

SetInstanceType sets the InstanceType field's value.

func (*ProductionVariant) SetModelDataDownloadTimeoutInSeconds added in v1.44.93

func (s *ProductionVariant) SetModelDataDownloadTimeoutInSeconds(v int64) *ProductionVariant

SetModelDataDownloadTimeoutInSeconds sets the ModelDataDownloadTimeoutInSeconds field's value.

func (*ProductionVariant) SetModelName

func (s *ProductionVariant) SetModelName(v string) *ProductionVariant

SetModelName sets the ModelName field's value.

func (*ProductionVariant) SetServerlessConfig added in v1.42.17

SetServerlessConfig sets the ServerlessConfig field's value.

func (*ProductionVariant) SetVariantName

func (s *ProductionVariant) SetVariantName(v string) *ProductionVariant

SetVariantName sets the VariantName field's value.

func (*ProductionVariant) SetVolumeSizeInGB added in v1.44.93

func (s *ProductionVariant) SetVolumeSizeInGB(v int64) *ProductionVariant

SetVolumeSizeInGB sets the VolumeSizeInGB field's value.

func (ProductionVariant) String

func (s ProductionVariant) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ProductionVariant) Validate

func (s *ProductionVariant) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ProductionVariantCoreDumpConfig added in v1.37.16

type ProductionVariantCoreDumpConfig struct {

	// The Amazon S3 bucket to send the core dump to.
	//
	// DestinationS3Uri is a required field
	DestinationS3Uri *string `type:"string" required:"true"`

	// The Amazon Web Services Key Management Service (Amazon Web Services KMS)
	// key that SageMaker uses to encrypt the core dump data at rest using Amazon
	// S3 server-side encryption. The KmsKeyId can be any of the following formats:
	//
	//    * // KMS Key ID "1234abcd-12ab-34cd-56ef-1234567890ab"
	//
	//    * // Amazon Resource Name (ARN) of a KMS Key "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"
	//
	//    * // KMS Key Alias "alias/ExampleAlias"
	//
	//    * // Amazon Resource Name (ARN) of a KMS Key Alias "arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias"
	//
	// If you use a KMS key ID or an alias of your KMS key, the SageMaker execution
	// role must include permissions to call kms:Encrypt. If you don't provide a
	// KMS key ID, SageMaker uses the default KMS key for Amazon S3 for your role's
	// account. SageMaker uses server-side encryption with KMS-managed keys for
	// OutputDataConfig. If you use a bucket policy with an s3:PutObject permission
	// that only allows objects with server-side encryption, set the condition key
	// of s3:x-amz-server-side-encryption to "aws:kms". For more information, see
	// KMS-Managed Encryption Keys (https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingKMSEncryption.html)
	// in the Amazon Simple Storage Service Developer Guide.
	//
	// The KMS key policy must grant permission to the IAM role that you specify
	// in your CreateEndpoint and UpdateEndpoint requests. For more information,
	// see Using Key Policies in Amazon Web Services KMS (https://docs.aws.amazon.com/kms/latest/developerguide/key-policies.html)
	// in the Amazon Web Services Key Management Service Developer Guide.
	KmsKeyId *string `type:"string"`
	// contains filtered or unexported fields
}

Specifies configuration for a core dump from the model container when the process crashes.

func (ProductionVariantCoreDumpConfig) GoString added in v1.37.16

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ProductionVariantCoreDumpConfig) SetDestinationS3Uri added in v1.37.16

SetDestinationS3Uri sets the DestinationS3Uri field's value.

func (*ProductionVariantCoreDumpConfig) SetKmsKeyId added in v1.37.16

SetKmsKeyId sets the KmsKeyId field's value.

func (ProductionVariantCoreDumpConfig) String added in v1.37.16

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ProductionVariantCoreDumpConfig) Validate added in v1.37.16

func (s *ProductionVariantCoreDumpConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ProductionVariantServerlessConfig added in v1.42.17

type ProductionVariantServerlessConfig struct {

	// The maximum number of concurrent invocations your serverless endpoint can
	// process.
	//
	// MaxConcurrency is a required field
	MaxConcurrency *int64 `min:"1" type:"integer" required:"true"`

	// The memory size of your serverless endpoint. Valid values are in 1 GB increments:
	// 1024 MB, 2048 MB, 3072 MB, 4096 MB, 5120 MB, or 6144 MB.
	//
	// MemorySizeInMB is a required field
	MemorySizeInMB *int64 `min:"1024" type:"integer" required:"true"`

	// The amount of provisioned concurrency to allocate for the serverless endpoint.
	// Should be less than or equal to MaxConcurrency.
	//
	// This field is not supported for serverless endpoint recommendations for Inference
	// Recommender jobs. For more information about creating an Inference Recommender
	// job, see CreateInferenceRecommendationsJobs (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateInferenceRecommendationsJob.html).
	ProvisionedConcurrency *int64 `min:"1" type:"integer"`
	// contains filtered or unexported fields
}

Specifies the serverless configuration for an endpoint variant.

func (ProductionVariantServerlessConfig) GoString added in v1.42.17

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ProductionVariantServerlessConfig) SetMaxConcurrency added in v1.42.17

SetMaxConcurrency sets the MaxConcurrency field's value.

func (*ProductionVariantServerlessConfig) SetMemorySizeInMB added in v1.42.17

SetMemorySizeInMB sets the MemorySizeInMB field's value.

func (*ProductionVariantServerlessConfig) SetProvisionedConcurrency added in v1.44.260

SetProvisionedConcurrency sets the ProvisionedConcurrency field's value.

func (ProductionVariantServerlessConfig) String added in v1.42.17

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ProductionVariantServerlessConfig) Validate added in v1.42.17

Validate inspects the fields of the type to determine if they are valid.

type ProductionVariantServerlessUpdateConfig added in v1.44.260

type ProductionVariantServerlessUpdateConfig struct {

	// The updated maximum number of concurrent invocations your serverless endpoint
	// can process.
	MaxConcurrency *int64 `min:"1" type:"integer"`

	// The updated amount of provisioned concurrency to allocate for the serverless
	// endpoint. Should be less than or equal to MaxConcurrency.
	ProvisionedConcurrency *int64 `min:"1" type:"integer"`
	// contains filtered or unexported fields
}

Specifies the serverless update concurrency configuration for an endpoint variant.

func (ProductionVariantServerlessUpdateConfig) GoString added in v1.44.260

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ProductionVariantServerlessUpdateConfig) SetMaxConcurrency added in v1.44.260

SetMaxConcurrency sets the MaxConcurrency field's value.

func (*ProductionVariantServerlessUpdateConfig) SetProvisionedConcurrency added in v1.44.260

SetProvisionedConcurrency sets the ProvisionedConcurrency field's value.

func (ProductionVariantServerlessUpdateConfig) String added in v1.44.260

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ProductionVariantServerlessUpdateConfig) Validate added in v1.44.260

Validate inspects the fields of the type to determine if they are valid.

type ProductionVariantStatus added in v1.42.0

type ProductionVariantStatus struct {

	// The start time of the current status change.
	StartTime *time.Time `type:"timestamp"`

	// The endpoint variant status which describes the current deployment stage
	// status or operational status.
	//
	//    * Creating: Creating inference resources for the production variant.
	//
	//    * Deleting: Terminating inference resources for the production variant.
	//
	//    * Updating: Updating capacity for the production variant.
	//
	//    * ActivatingTraffic: Turning on traffic for the production variant.
	//
	//    * Baking: Waiting period to monitor the CloudWatch alarms in the automatic
	//    rollback configuration.
	//
	// Status is a required field
	Status *string `type:"string" required:"true" enum:"VariantStatus"`

	// A message that describes the status of the production variant.
	StatusMessage *string `type:"string"`
	// contains filtered or unexported fields
}

Describes the status of the production variant.

func (ProductionVariantStatus) GoString added in v1.42.0

func (s ProductionVariantStatus) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ProductionVariantStatus) SetStartTime added in v1.42.0

SetStartTime sets the StartTime field's value.

func (*ProductionVariantStatus) SetStatus added in v1.42.0

SetStatus sets the Status field's value.

func (*ProductionVariantStatus) SetStatusMessage added in v1.42.0

func (s *ProductionVariantStatus) SetStatusMessage(v string) *ProductionVariantStatus

SetStatusMessage sets the StatusMessage field's value.

func (ProductionVariantStatus) String added in v1.42.0

func (s ProductionVariantStatus) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ProductionVariantSummary

type ProductionVariantSummary struct {

	// The number of instances associated with the variant.
	CurrentInstanceCount *int64 `type:"integer"`

	// The serverless configuration for the endpoint.
	CurrentServerlessConfig *ProductionVariantServerlessConfig `type:"structure"`

	// The weight associated with the variant.
	CurrentWeight *float64 `type:"float"`

	// An array of DeployedImage objects that specify the Amazon EC2 Container Registry
	// paths of the inference images deployed on instances of this ProductionVariant.
	DeployedImages []*DeployedImage `type:"list"`

	// The number of instances requested in the UpdateEndpointWeightsAndCapacities
	// request.
	DesiredInstanceCount *int64 `type:"integer"`

	// The serverless configuration requested for the endpoint update.
	DesiredServerlessConfig *ProductionVariantServerlessConfig `type:"structure"`

	// The requested weight, as specified in the UpdateEndpointWeightsAndCapacities
	// request.
	DesiredWeight *float64 `type:"float"`

	// The name of the variant.
	//
	// VariantName is a required field
	VariantName *string `type:"string" required:"true"`

	// The endpoint variant status which describes the current deployment stage
	// status or operational status.
	VariantStatus []*ProductionVariantStatus `type:"list"`
	// contains filtered or unexported fields
}

Describes weight and capacities for a production variant associated with an endpoint. If you sent a request to the UpdateEndpointWeightsAndCapacities API and the endpoint status is Updating, you get different desired and current values.

func (ProductionVariantSummary) GoString

func (s ProductionVariantSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ProductionVariantSummary) SetCurrentInstanceCount

func (s *ProductionVariantSummary) SetCurrentInstanceCount(v int64) *ProductionVariantSummary

SetCurrentInstanceCount sets the CurrentInstanceCount field's value.

func (*ProductionVariantSummary) SetCurrentServerlessConfig added in v1.42.17

SetCurrentServerlessConfig sets the CurrentServerlessConfig field's value.

func (*ProductionVariantSummary) SetCurrentWeight

SetCurrentWeight sets the CurrentWeight field's value.

func (*ProductionVariantSummary) SetDeployedImages added in v1.14.20

SetDeployedImages sets the DeployedImages field's value.

func (*ProductionVariantSummary) SetDesiredInstanceCount

func (s *ProductionVariantSummary) SetDesiredInstanceCount(v int64) *ProductionVariantSummary

SetDesiredInstanceCount sets the DesiredInstanceCount field's value.

func (*ProductionVariantSummary) SetDesiredServerlessConfig added in v1.42.17

SetDesiredServerlessConfig sets the DesiredServerlessConfig field's value.

func (*ProductionVariantSummary) SetDesiredWeight

SetDesiredWeight sets the DesiredWeight field's value.

func (*ProductionVariantSummary) SetVariantName

SetVariantName sets the VariantName field's value.

func (*ProductionVariantSummary) SetVariantStatus added in v1.42.0

SetVariantStatus sets the VariantStatus field's value.

func (ProductionVariantSummary) String

func (s ProductionVariantSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ProfilerConfig added in v1.36.4

type ProfilerConfig struct {

	// Configuration to turn off Amazon SageMaker Debugger's system monitoring and
	// profiling functionality. To turn it off, set to True.
	DisableProfiler *bool `type:"boolean"`

	// A time interval for capturing system metrics in milliseconds. Available values
	// are 100, 200, 500, 1000 (1 second), 5000 (5 seconds), and 60000 (1 minute)
	// milliseconds. The default value is 500 milliseconds.
	ProfilingIntervalInMilliseconds *int64 `type:"long"`

	// Configuration information for capturing framework metrics. Available key
	// strings for different profiling options are DetailedProfilingConfig, PythonProfilingConfig,
	// and DataLoaderProfilingConfig. The following codes are configuration structures
	// for the ProfilingParameters parameter. To learn more about how to configure
	// the ProfilingParameters parameter, see Use the SageMaker and Debugger Configuration
	// API Operations to Create, Update, and Debug Your Training Job (https://docs.aws.amazon.com/sagemaker/latest/dg/debugger-createtrainingjob-api.html).
	ProfilingParameters map[string]*string `type:"map"`

	// Path to Amazon S3 storage location for system and framework metrics.
	S3OutputPath *string `type:"string"`
	// contains filtered or unexported fields
}

Configuration information for Amazon SageMaker Debugger system monitoring, framework profiling, and storage paths.

func (ProfilerConfig) GoString added in v1.36.4

func (s ProfilerConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ProfilerConfig) SetDisableProfiler added in v1.44.142

func (s *ProfilerConfig) SetDisableProfiler(v bool) *ProfilerConfig

SetDisableProfiler sets the DisableProfiler field's value.

func (*ProfilerConfig) SetProfilingIntervalInMilliseconds added in v1.36.4

func (s *ProfilerConfig) SetProfilingIntervalInMilliseconds(v int64) *ProfilerConfig

SetProfilingIntervalInMilliseconds sets the ProfilingIntervalInMilliseconds field's value.

func (*ProfilerConfig) SetProfilingParameters added in v1.36.4

func (s *ProfilerConfig) SetProfilingParameters(v map[string]*string) *ProfilerConfig

SetProfilingParameters sets the ProfilingParameters field's value.

func (*ProfilerConfig) SetS3OutputPath added in v1.36.4

func (s *ProfilerConfig) SetS3OutputPath(v string) *ProfilerConfig

SetS3OutputPath sets the S3OutputPath field's value.

func (ProfilerConfig) String added in v1.36.4

func (s ProfilerConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ProfilerConfigForUpdate added in v1.36.4

type ProfilerConfigForUpdate struct {

	// To turn off Amazon SageMaker Debugger monitoring and profiling while a training
	// job is in progress, set to True.
	DisableProfiler *bool `type:"boolean"`

	// A time interval for capturing system metrics in milliseconds. Available values
	// are 100, 200, 500, 1000 (1 second), 5000 (5 seconds), and 60000 (1 minute)
	// milliseconds. The default value is 500 milliseconds.
	ProfilingIntervalInMilliseconds *int64 `type:"long"`

	// Configuration information for capturing framework metrics. Available key
	// strings for different profiling options are DetailedProfilingConfig, PythonProfilingConfig,
	// and DataLoaderProfilingConfig. The following codes are configuration structures
	// for the ProfilingParameters parameter. To learn more about how to configure
	// the ProfilingParameters parameter, see Use the SageMaker and Debugger Configuration
	// API Operations to Create, Update, and Debug Your Training Job (https://docs.aws.amazon.com/sagemaker/latest/dg/debugger-createtrainingjob-api.html).
	ProfilingParameters map[string]*string `type:"map"`

	// Path to Amazon S3 storage location for system and framework metrics.
	S3OutputPath *string `type:"string"`
	// contains filtered or unexported fields
}

Configuration information for updating the Amazon SageMaker Debugger profile parameters, system and framework metrics configurations, and storage paths.

func (ProfilerConfigForUpdate) GoString added in v1.36.4

func (s ProfilerConfigForUpdate) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ProfilerConfigForUpdate) SetDisableProfiler added in v1.36.4

func (s *ProfilerConfigForUpdate) SetDisableProfiler(v bool) *ProfilerConfigForUpdate

SetDisableProfiler sets the DisableProfiler field's value.

func (*ProfilerConfigForUpdate) SetProfilingIntervalInMilliseconds added in v1.36.4

func (s *ProfilerConfigForUpdate) SetProfilingIntervalInMilliseconds(v int64) *ProfilerConfigForUpdate

SetProfilingIntervalInMilliseconds sets the ProfilingIntervalInMilliseconds field's value.

func (*ProfilerConfigForUpdate) SetProfilingParameters added in v1.36.4

func (s *ProfilerConfigForUpdate) SetProfilingParameters(v map[string]*string) *ProfilerConfigForUpdate

SetProfilingParameters sets the ProfilingParameters field's value.

func (*ProfilerConfigForUpdate) SetS3OutputPath added in v1.36.4

SetS3OutputPath sets the S3OutputPath field's value.

func (ProfilerConfigForUpdate) String added in v1.36.4

func (s ProfilerConfigForUpdate) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ProfilerRuleConfiguration added in v1.36.4

type ProfilerRuleConfiguration struct {

	// The instance type to deploy a custom rule for profiling a training job.
	InstanceType *string `type:"string" enum:"ProcessingInstanceType"`

	// Path to local storage location for output of rules. Defaults to /opt/ml/processing/output/rule/.
	LocalPath *string `type:"string"`

	// The name of the rule configuration. It must be unique relative to other rule
	// configuration names.
	//
	// RuleConfigurationName is a required field
	RuleConfigurationName *string `min:"1" type:"string" required:"true"`

	// The Amazon Elastic Container Registry Image for the managed rule evaluation.
	//
	// RuleEvaluatorImage is a required field
	RuleEvaluatorImage *string `type:"string" required:"true"`

	// Runtime configuration for rule container.
	RuleParameters map[string]*string `type:"map"`

	// Path to Amazon S3 storage location for rules.
	S3OutputPath *string `type:"string"`

	// The size, in GB, of the ML storage volume attached to the processing instance.
	VolumeSizeInGB *int64 `type:"integer"`
	// contains filtered or unexported fields
}

Configuration information for profiling rules.

func (ProfilerRuleConfiguration) GoString added in v1.36.4

func (s ProfilerRuleConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ProfilerRuleConfiguration) SetInstanceType added in v1.36.4

SetInstanceType sets the InstanceType field's value.

func (*ProfilerRuleConfiguration) SetLocalPath added in v1.36.4

SetLocalPath sets the LocalPath field's value.

func (*ProfilerRuleConfiguration) SetRuleConfigurationName added in v1.36.4

func (s *ProfilerRuleConfiguration) SetRuleConfigurationName(v string) *ProfilerRuleConfiguration

SetRuleConfigurationName sets the RuleConfigurationName field's value.

func (*ProfilerRuleConfiguration) SetRuleEvaluatorImage added in v1.36.4

func (s *ProfilerRuleConfiguration) SetRuleEvaluatorImage(v string) *ProfilerRuleConfiguration

SetRuleEvaluatorImage sets the RuleEvaluatorImage field's value.

func (*ProfilerRuleConfiguration) SetRuleParameters added in v1.36.4

func (s *ProfilerRuleConfiguration) SetRuleParameters(v map[string]*string) *ProfilerRuleConfiguration

SetRuleParameters sets the RuleParameters field's value.

func (*ProfilerRuleConfiguration) SetS3OutputPath added in v1.36.4

SetS3OutputPath sets the S3OutputPath field's value.

func (*ProfilerRuleConfiguration) SetVolumeSizeInGB added in v1.36.4

SetVolumeSizeInGB sets the VolumeSizeInGB field's value.

func (ProfilerRuleConfiguration) String added in v1.36.4

func (s ProfilerRuleConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ProfilerRuleConfiguration) Validate added in v1.36.4

func (s *ProfilerRuleConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ProfilerRuleEvaluationStatus added in v1.36.4

type ProfilerRuleEvaluationStatus struct {

	// Timestamp when the rule evaluation status was last modified.
	LastModifiedTime *time.Time `type:"timestamp"`

	// The name of the rule configuration.
	RuleConfigurationName *string `min:"1" type:"string"`

	// The Amazon Resource Name (ARN) of the rule evaluation job.
	RuleEvaluationJobArn *string `type:"string"`

	// Status of the rule evaluation.
	RuleEvaluationStatus *string `type:"string" enum:"RuleEvaluationStatus"`

	// Details from the rule evaluation.
	StatusDetails *string `type:"string"`
	// contains filtered or unexported fields
}

Information about the status of the rule evaluation.

func (ProfilerRuleEvaluationStatus) GoString added in v1.36.4

func (s ProfilerRuleEvaluationStatus) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ProfilerRuleEvaluationStatus) SetLastModifiedTime added in v1.36.4

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*ProfilerRuleEvaluationStatus) SetRuleConfigurationName added in v1.36.4

func (s *ProfilerRuleEvaluationStatus) SetRuleConfigurationName(v string) *ProfilerRuleEvaluationStatus

SetRuleConfigurationName sets the RuleConfigurationName field's value.

func (*ProfilerRuleEvaluationStatus) SetRuleEvaluationJobArn added in v1.36.4

func (s *ProfilerRuleEvaluationStatus) SetRuleEvaluationJobArn(v string) *ProfilerRuleEvaluationStatus

SetRuleEvaluationJobArn sets the RuleEvaluationJobArn field's value.

func (*ProfilerRuleEvaluationStatus) SetRuleEvaluationStatus added in v1.36.4

func (s *ProfilerRuleEvaluationStatus) SetRuleEvaluationStatus(v string) *ProfilerRuleEvaluationStatus

SetRuleEvaluationStatus sets the RuleEvaluationStatus field's value.

func (*ProfilerRuleEvaluationStatus) SetStatusDetails added in v1.36.4

SetStatusDetails sets the StatusDetails field's value.

func (ProfilerRuleEvaluationStatus) String added in v1.36.4

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Project added in v1.40.43

type Project struct {

	// Who created the project.
	CreatedBy *UserContext `type:"structure"`

	// A timestamp specifying when the project was created.
	CreationTime *time.Time `type:"timestamp"`

	// Information about the user who created or modified an experiment, trial,
	// trial component, lineage group, project, or model card.
	LastModifiedBy *UserContext `type:"structure"`

	// A timestamp container for when the project was last modified.
	LastModifiedTime *time.Time `type:"timestamp"`

	// The Amazon Resource Name (ARN) of the project.
	ProjectArn *string `min:"1" type:"string"`

	// The description of the project.
	ProjectDescription *string `type:"string"`

	// The ID of the project.
	ProjectId *string `min:"1" type:"string"`

	// The name of the project.
	ProjectName *string `min:"1" type:"string"`

	// The status of the project.
	ProjectStatus *string `type:"string" enum:"ProjectStatus"`

	// Details of a provisioned service catalog product. For information about service
	// catalog, see What is Amazon Web Services Service Catalog (https://docs.aws.amazon.com/servicecatalog/latest/adminguide/introduction.html).
	ServiceCatalogProvisionedProductDetails *ServiceCatalogProvisionedProductDetails `type:"structure"`

	// Details that you specify to provision a service catalog product. For information
	// about service catalog, see What is Amazon Web Services Service Catalog (https://docs.aws.amazon.com/servicecatalog/latest/adminguide/introduction.html).
	ServiceCatalogProvisioningDetails *ServiceCatalogProvisioningDetails `type:"structure"`

	// An array of key-value pairs. You can use tags to categorize your Amazon Web
	// Services resources in different ways, for example, by purpose, owner, or
	// environment. For more information, see Tagging Amazon Web Services Resources
	// (https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html).
	Tags []*Tag `type:"list"`
	// contains filtered or unexported fields
}

The properties of a project as returned by the Search API.

func (Project) GoString added in v1.40.43

func (s Project) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Project) SetCreatedBy added in v1.40.43

func (s *Project) SetCreatedBy(v *UserContext) *Project

SetCreatedBy sets the CreatedBy field's value.

func (*Project) SetCreationTime added in v1.40.43

func (s *Project) SetCreationTime(v time.Time) *Project

SetCreationTime sets the CreationTime field's value.

func (*Project) SetLastModifiedBy added in v1.41.12

func (s *Project) SetLastModifiedBy(v *UserContext) *Project

SetLastModifiedBy sets the LastModifiedBy field's value.

func (*Project) SetLastModifiedTime added in v1.41.12

func (s *Project) SetLastModifiedTime(v time.Time) *Project

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*Project) SetProjectArn added in v1.40.43

func (s *Project) SetProjectArn(v string) *Project

SetProjectArn sets the ProjectArn field's value.

func (*Project) SetProjectDescription added in v1.40.43

func (s *Project) SetProjectDescription(v string) *Project

SetProjectDescription sets the ProjectDescription field's value.

func (*Project) SetProjectId added in v1.40.43

func (s *Project) SetProjectId(v string) *Project

SetProjectId sets the ProjectId field's value.

func (*Project) SetProjectName added in v1.40.43

func (s *Project) SetProjectName(v string) *Project

SetProjectName sets the ProjectName field's value.

func (*Project) SetProjectStatus added in v1.40.43

func (s *Project) SetProjectStatus(v string) *Project

SetProjectStatus sets the ProjectStatus field's value.

func (*Project) SetServiceCatalogProvisionedProductDetails added in v1.40.43

func (s *Project) SetServiceCatalogProvisionedProductDetails(v *ServiceCatalogProvisionedProductDetails) *Project

SetServiceCatalogProvisionedProductDetails sets the ServiceCatalogProvisionedProductDetails field's value.

func (*Project) SetServiceCatalogProvisioningDetails added in v1.40.43

func (s *Project) SetServiceCatalogProvisioningDetails(v *ServiceCatalogProvisioningDetails) *Project

SetServiceCatalogProvisioningDetails sets the ServiceCatalogProvisioningDetails field's value.

func (*Project) SetTags added in v1.40.43

func (s *Project) SetTags(v []*Tag) *Project

SetTags sets the Tags field's value.

func (Project) String added in v1.40.43

func (s Project) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ProjectSummary added in v1.35.37

type ProjectSummary struct {

	// The time that the project was created.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// The Amazon Resource Name (ARN) of the project.
	//
	// ProjectArn is a required field
	ProjectArn *string `min:"1" type:"string" required:"true"`

	// The description of the project.
	ProjectDescription *string `type:"string"`

	// The ID of the project.
	//
	// ProjectId is a required field
	ProjectId *string `min:"1" type:"string" required:"true"`

	// The name of the project.
	//
	// ProjectName is a required field
	ProjectName *string `min:"1" type:"string" required:"true"`

	// The status of the project.
	//
	// ProjectStatus is a required field
	ProjectStatus *string `type:"string" required:"true" enum:"ProjectStatus"`
	// contains filtered or unexported fields
}

Information about a project.

func (ProjectSummary) GoString added in v1.35.37

func (s ProjectSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ProjectSummary) SetCreationTime added in v1.35.37

func (s *ProjectSummary) SetCreationTime(v time.Time) *ProjectSummary

SetCreationTime sets the CreationTime field's value.

func (*ProjectSummary) SetProjectArn added in v1.35.37

func (s *ProjectSummary) SetProjectArn(v string) *ProjectSummary

SetProjectArn sets the ProjectArn field's value.

func (*ProjectSummary) SetProjectDescription added in v1.35.37

func (s *ProjectSummary) SetProjectDescription(v string) *ProjectSummary

SetProjectDescription sets the ProjectDescription field's value.

func (*ProjectSummary) SetProjectId added in v1.35.37

func (s *ProjectSummary) SetProjectId(v string) *ProjectSummary

SetProjectId sets the ProjectId field's value.

func (*ProjectSummary) SetProjectName added in v1.35.37

func (s *ProjectSummary) SetProjectName(v string) *ProjectSummary

SetProjectName sets the ProjectName field's value.

func (*ProjectSummary) SetProjectStatus added in v1.35.37

func (s *ProjectSummary) SetProjectStatus(v string) *ProjectSummary

SetProjectStatus sets the ProjectStatus field's value.

func (ProjectSummary) String added in v1.35.37

func (s ProjectSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PropertyNameQuery added in v1.15.86

type PropertyNameQuery struct {

	// Text that begins a property's name.
	//
	// PropertyNameHint is a required field
	PropertyNameHint *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Part of the SuggestionQuery type. Specifies a hint for retrieving property names that begin with the specified text.

func (PropertyNameQuery) GoString added in v1.15.86

func (s PropertyNameQuery) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PropertyNameQuery) SetPropertyNameHint added in v1.15.86

func (s *PropertyNameQuery) SetPropertyNameHint(v string) *PropertyNameQuery

SetPropertyNameHint sets the PropertyNameHint field's value.

func (PropertyNameQuery) String added in v1.15.86

func (s PropertyNameQuery) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PropertyNameQuery) Validate added in v1.15.86

func (s *PropertyNameQuery) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PropertyNameSuggestion added in v1.15.86

type PropertyNameSuggestion struct {

	// A suggested property name based on what you entered in the search textbox
	// in the SageMaker console.
	PropertyName *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

A property name returned from a GetSearchSuggestions call that specifies a value in the PropertyNameQuery field.

func (PropertyNameSuggestion) GoString added in v1.15.86

func (s PropertyNameSuggestion) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PropertyNameSuggestion) SetPropertyName added in v1.15.86

func (s *PropertyNameSuggestion) SetPropertyName(v string) *PropertyNameSuggestion

SetPropertyName sets the PropertyName field's value.

func (PropertyNameSuggestion) String added in v1.15.86

func (s PropertyNameSuggestion) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ProvisioningParameter added in v1.35.37

type ProvisioningParameter struct {

	// The key that identifies a provisioning parameter.
	Key *string `min:"1" type:"string"`

	// The value of the provisioning parameter.
	Value *string `type:"string"`
	// contains filtered or unexported fields
}

A key value pair used when you provision a project as a service catalog product. For information, see What is Amazon Web Services Service Catalog (https://docs.aws.amazon.com/servicecatalog/latest/adminguide/introduction.html).

func (ProvisioningParameter) GoString added in v1.35.37

func (s ProvisioningParameter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ProvisioningParameter) SetKey added in v1.35.37

SetKey sets the Key field's value.

func (*ProvisioningParameter) SetValue added in v1.35.37

SetValue sets the Value field's value.

func (ProvisioningParameter) String added in v1.35.37

func (s ProvisioningParameter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ProvisioningParameter) Validate added in v1.35.37

func (s *ProvisioningParameter) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PublicWorkforceTaskPrice added in v1.15.86

type PublicWorkforceTaskPrice struct {

	// Defines the amount of money paid to an Amazon Mechanical Turk worker in United
	// States dollars.
	AmountInUsd *USD `type:"structure"`
	// contains filtered or unexported fields
}

Defines the amount of money paid to an Amazon Mechanical Turk worker for each task performed.

Use one of the following prices for bounding box tasks. Prices are in US dollars and should be based on the complexity of the task; the longer it takes in your initial testing, the more you should offer.

  • 0.036

  • 0.048

  • 0.060

  • 0.072

  • 0.120

  • 0.240

  • 0.360

  • 0.480

  • 0.600

  • 0.720

  • 0.840

  • 0.960

  • 1.080

  • 1.200

Use one of the following prices for image classification, text classification, and custom tasks. Prices are in US dollars.

  • 0.012

  • 0.024

  • 0.036

  • 0.048

  • 0.060

  • 0.072

  • 0.120

  • 0.240

  • 0.360

  • 0.480

  • 0.600

  • 0.720

  • 0.840

  • 0.960

  • 1.080

  • 1.200

Use one of the following prices for semantic segmentation tasks. Prices are in US dollars.

  • 0.840

  • 0.960

  • 1.080

  • 1.200

Use one of the following prices for Textract AnalyzeDocument Important Form Key Amazon Augmented AI review tasks. Prices are in US dollars.

  • 2.400

  • 2.280

  • 2.160

  • 2.040

  • 1.920

  • 1.800

  • 1.680

  • 1.560

  • 1.440

  • 1.320

  • 1.200

  • 1.080

  • 0.960

  • 0.840

  • 0.720

  • 0.600

  • 0.480

  • 0.360

  • 0.240

  • 0.120

  • 0.072

  • 0.060

  • 0.048

  • 0.036

  • 0.024

  • 0.012

Use one of the following prices for Rekognition DetectModerationLabels Amazon Augmented AI review tasks. Prices are in US dollars.

  • 1.200

  • 1.080

  • 0.960

  • 0.840

  • 0.720

  • 0.600

  • 0.480

  • 0.360

  • 0.240

  • 0.120

  • 0.072

  • 0.060

  • 0.048

  • 0.036

  • 0.024

  • 0.012

Use one of the following prices for Amazon Augmented AI custom human review tasks. Prices are in US dollars.

  • 1.200

  • 1.080

  • 0.960

  • 0.840

  • 0.720

  • 0.600

  • 0.480

  • 0.360

  • 0.240

  • 0.120

  • 0.072

  • 0.060

  • 0.048

  • 0.036

  • 0.024

  • 0.012

func (PublicWorkforceTaskPrice) GoString added in v1.15.86

func (s PublicWorkforceTaskPrice) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PublicWorkforceTaskPrice) SetAmountInUsd added in v1.15.86

func (s *PublicWorkforceTaskPrice) SetAmountInUsd(v *USD) *PublicWorkforceTaskPrice

SetAmountInUsd sets the AmountInUsd field's value.

func (PublicWorkforceTaskPrice) String added in v1.15.86

func (s PublicWorkforceTaskPrice) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PutModelPackageGroupPolicyInput added in v1.35.37

type PutModelPackageGroupPolicyInput struct {

	// The name of the model group to add a resource policy to.
	//
	// ModelPackageGroupName is a required field
	ModelPackageGroupName *string `min:"1" type:"string" required:"true"`

	// The resource policy for the model group.
	//
	// ResourcePolicy is a required field
	ResourcePolicy *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (PutModelPackageGroupPolicyInput) GoString added in v1.35.37

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PutModelPackageGroupPolicyInput) SetModelPackageGroupName added in v1.35.37

SetModelPackageGroupName sets the ModelPackageGroupName field's value.

func (*PutModelPackageGroupPolicyInput) SetResourcePolicy added in v1.35.37

SetResourcePolicy sets the ResourcePolicy field's value.

func (PutModelPackageGroupPolicyInput) String added in v1.35.37

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PutModelPackageGroupPolicyInput) Validate added in v1.35.37

func (s *PutModelPackageGroupPolicyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PutModelPackageGroupPolicyOutput added in v1.35.37

type PutModelPackageGroupPolicyOutput struct {

	// The Amazon Resource Name (ARN) of the model package group.
	//
	// ModelPackageGroupArn is a required field
	ModelPackageGroupArn *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (PutModelPackageGroupPolicyOutput) GoString added in v1.35.37

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PutModelPackageGroupPolicyOutput) SetModelPackageGroupArn added in v1.35.37

SetModelPackageGroupArn sets the ModelPackageGroupArn field's value.

func (PutModelPackageGroupPolicyOutput) String added in v1.35.37

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type QualityCheckStepMetadata added in v1.42.17

type QualityCheckStepMetadata struct {

	// The Amazon S3 URI of the baseline constraints file used for the drift check.
	BaselineUsedForDriftCheckConstraints *string `type:"string"`

	// The Amazon S3 URI of the baseline statistics file used for the drift check.
	BaselineUsedForDriftCheckStatistics *string `type:"string"`

	// The Amazon S3 URI of the newly calculated baseline constraints file.
	CalculatedBaselineConstraints *string `type:"string"`

	// The Amazon S3 URI of the newly calculated baseline statistics file.
	CalculatedBaselineStatistics *string `type:"string"`

	// The Amazon Resource Name (ARN) of the Quality check processing job that was
	// run by this step execution.
	CheckJobArn *string `type:"string"`

	// The type of the Quality check step.
	CheckType *string `type:"string"`

	// The model package group name.
	ModelPackageGroupName *string `type:"string"`

	// This flag indicates if a newly calculated baseline can be accessed through
	// step properties BaselineUsedForDriftCheckConstraints and BaselineUsedForDriftCheckStatistics.
	// If it is set to False, the previous baseline of the configured check type
	// must also be available. These can be accessed through the BaselineUsedForDriftCheckConstraints
	// and BaselineUsedForDriftCheckStatistics properties.
	RegisterNewBaseline *bool `type:"boolean"`

	// This flag indicates if the drift check against the previous baseline will
	// be skipped or not. If it is set to False, the previous baseline of the configured
	// check type must be available.
	SkipCheck *bool `type:"boolean"`

	// The Amazon S3 URI of violation report if violations are detected.
	ViolationReport *string `type:"string"`
	// contains filtered or unexported fields
}

Container for the metadata for a Quality check step. For more information, see the topic on QualityCheck step (https://docs.aws.amazon.com/sagemaker/latest/dg/build-and-manage-steps.html#step-type-quality-check) in the Amazon SageMaker Developer Guide.

func (QualityCheckStepMetadata) GoString added in v1.42.17

func (s QualityCheckStepMetadata) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*QualityCheckStepMetadata) SetBaselineUsedForDriftCheckConstraints added in v1.42.17

func (s *QualityCheckStepMetadata) SetBaselineUsedForDriftCheckConstraints(v string) *QualityCheckStepMetadata

SetBaselineUsedForDriftCheckConstraints sets the BaselineUsedForDriftCheckConstraints field's value.

func (*QualityCheckStepMetadata) SetBaselineUsedForDriftCheckStatistics added in v1.42.17

func (s *QualityCheckStepMetadata) SetBaselineUsedForDriftCheckStatistics(v string) *QualityCheckStepMetadata

SetBaselineUsedForDriftCheckStatistics sets the BaselineUsedForDriftCheckStatistics field's value.

func (*QualityCheckStepMetadata) SetCalculatedBaselineConstraints added in v1.42.17

func (s *QualityCheckStepMetadata) SetCalculatedBaselineConstraints(v string) *QualityCheckStepMetadata

SetCalculatedBaselineConstraints sets the CalculatedBaselineConstraints field's value.

func (*QualityCheckStepMetadata) SetCalculatedBaselineStatistics added in v1.42.17

func (s *QualityCheckStepMetadata) SetCalculatedBaselineStatistics(v string) *QualityCheckStepMetadata

SetCalculatedBaselineStatistics sets the CalculatedBaselineStatistics field's value.

func (*QualityCheckStepMetadata) SetCheckJobArn added in v1.42.17

SetCheckJobArn sets the CheckJobArn field's value.

func (*QualityCheckStepMetadata) SetCheckType added in v1.42.17

SetCheckType sets the CheckType field's value.

func (*QualityCheckStepMetadata) SetModelPackageGroupName added in v1.42.17

func (s *QualityCheckStepMetadata) SetModelPackageGroupName(v string) *QualityCheckStepMetadata

SetModelPackageGroupName sets the ModelPackageGroupName field's value.

func (*QualityCheckStepMetadata) SetRegisterNewBaseline added in v1.42.17

func (s *QualityCheckStepMetadata) SetRegisterNewBaseline(v bool) *QualityCheckStepMetadata

SetRegisterNewBaseline sets the RegisterNewBaseline field's value.

func (*QualityCheckStepMetadata) SetSkipCheck added in v1.42.17

SetSkipCheck sets the SkipCheck field's value.

func (*QualityCheckStepMetadata) SetViolationReport added in v1.42.17

func (s *QualityCheckStepMetadata) SetViolationReport(v string) *QualityCheckStepMetadata

SetViolationReport sets the ViolationReport field's value.

func (QualityCheckStepMetadata) String added in v1.42.17

func (s QualityCheckStepMetadata) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type QueryFilters added in v1.42.17

type QueryFilters struct {

	// Filter the lineage entities connected to the StartArn(s) after the create
	// date.
	CreatedAfter *time.Time `type:"timestamp"`

	// Filter the lineage entities connected to the StartArn(s) by created date.
	CreatedBefore *time.Time `type:"timestamp"`

	// Filter the lineage entities connected to the StartArn(s) by the type of the
	// lineage entity.
	LineageTypes []*string `type:"list" enum:"LineageType"`

	// Filter the lineage entities connected to the StartArn(s) after the last modified
	// date.
	ModifiedAfter *time.Time `type:"timestamp"`

	// Filter the lineage entities connected to the StartArn(s) before the last
	// modified date.
	ModifiedBefore *time.Time `type:"timestamp"`

	// Filter the lineage entities connected to the StartArn(s) by a set if property
	// key value pairs. If multiple pairs are provided, an entity is included in
	// the results if it matches any of the provided pairs.
	Properties map[string]*string `type:"map"`

	// Filter the lineage entities connected to the StartArn by type. For example:
	// DataSet, Model, Endpoint, or ModelDeployment.
	Types []*string `type:"list"`
	// contains filtered or unexported fields
}

A set of filters to narrow the set of lineage entities connected to the StartArn(s) returned by the QueryLineage API action.

func (QueryFilters) GoString added in v1.42.17

func (s QueryFilters) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*QueryFilters) SetCreatedAfter added in v1.42.17

func (s *QueryFilters) SetCreatedAfter(v time.Time) *QueryFilters

SetCreatedAfter sets the CreatedAfter field's value.

func (*QueryFilters) SetCreatedBefore added in v1.42.17

func (s *QueryFilters) SetCreatedBefore(v time.Time) *QueryFilters

SetCreatedBefore sets the CreatedBefore field's value.

func (*QueryFilters) SetLineageTypes added in v1.42.17

func (s *QueryFilters) SetLineageTypes(v []*string) *QueryFilters

SetLineageTypes sets the LineageTypes field's value.

func (*QueryFilters) SetModifiedAfter added in v1.42.17

func (s *QueryFilters) SetModifiedAfter(v time.Time) *QueryFilters

SetModifiedAfter sets the ModifiedAfter field's value.

func (*QueryFilters) SetModifiedBefore added in v1.42.17

func (s *QueryFilters) SetModifiedBefore(v time.Time) *QueryFilters

SetModifiedBefore sets the ModifiedBefore field's value.

func (*QueryFilters) SetProperties added in v1.42.17

func (s *QueryFilters) SetProperties(v map[string]*string) *QueryFilters

SetProperties sets the Properties field's value.

func (*QueryFilters) SetTypes added in v1.42.17

func (s *QueryFilters) SetTypes(v []*string) *QueryFilters

SetTypes sets the Types field's value.

func (QueryFilters) String added in v1.42.17

func (s QueryFilters) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type QueryLineageInput added in v1.42.17

type QueryLineageInput struct {

	// Associations between lineage entities have a direction. This parameter determines
	// the direction from the StartArn(s) that the query traverses.
	Direction *string `type:"string" enum:"Direction"`

	// A set of filtering parameters that allow you to specify which entities should
	// be returned.
	//
	//    * Properties - Key-value pairs to match on the lineage entities' properties.
	//
	//    * LineageTypes - A set of lineage entity types to match on. For example:
	//    TrialComponent, Artifact, or Context.
	//
	//    * CreatedBefore - Filter entities created before this date.
	//
	//    * ModifiedBefore - Filter entities modified before this date.
	//
	//    * ModifiedAfter - Filter entities modified after this date.
	Filters *QueryFilters `type:"structure"`

	// Setting this value to True retrieves not only the entities of interest but
	// also the Associations (https://docs.aws.amazon.com/sagemaker/latest/dg/lineage-tracking-entities.html)
	// and lineage entities on the path. Set to False to only return lineage entities
	// that match your query.
	IncludeEdges *bool `type:"boolean"`

	// The maximum depth in lineage relationships from the StartArns that are traversed.
	// Depth is a measure of the number of Associations from the StartArn entity
	// to the matched results.
	MaxDepth *int64 `type:"integer"`

	// Limits the number of vertices in the results. Use the NextToken in a response
	// to to retrieve the next page of results.
	MaxResults *int64 `type:"integer"`

	// Limits the number of vertices in the request. Use the NextToken in a response
	// to to retrieve the next page of results.
	NextToken *string `type:"string"`

	// A list of resource Amazon Resource Name (ARN) that represent the starting
	// point for your lineage query.
	StartArns []*string `type:"list"`
	// contains filtered or unexported fields
}

func (QueryLineageInput) GoString added in v1.42.17

func (s QueryLineageInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*QueryLineageInput) SetDirection added in v1.42.17

func (s *QueryLineageInput) SetDirection(v string) *QueryLineageInput

SetDirection sets the Direction field's value.

func (*QueryLineageInput) SetFilters added in v1.42.17

SetFilters sets the Filters field's value.

func (*QueryLineageInput) SetIncludeEdges added in v1.42.17

func (s *QueryLineageInput) SetIncludeEdges(v bool) *QueryLineageInput

SetIncludeEdges sets the IncludeEdges field's value.

func (*QueryLineageInput) SetMaxDepth added in v1.42.17

func (s *QueryLineageInput) SetMaxDepth(v int64) *QueryLineageInput

SetMaxDepth sets the MaxDepth field's value.

func (*QueryLineageInput) SetMaxResults added in v1.42.17

func (s *QueryLineageInput) SetMaxResults(v int64) *QueryLineageInput

SetMaxResults sets the MaxResults field's value.

func (*QueryLineageInput) SetNextToken added in v1.42.17

func (s *QueryLineageInput) SetNextToken(v string) *QueryLineageInput

SetNextToken sets the NextToken field's value.

func (*QueryLineageInput) SetStartArns added in v1.42.17

func (s *QueryLineageInput) SetStartArns(v []*string) *QueryLineageInput

SetStartArns sets the StartArns field's value.

func (QueryLineageInput) String added in v1.42.17

func (s QueryLineageInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type QueryLineageOutput added in v1.42.17

type QueryLineageOutput struct {

	// A list of edges that connect vertices in the response.
	Edges []*Edge `type:"list"`

	// Limits the number of vertices in the response. Use the NextToken in a response
	// to to retrieve the next page of results.
	NextToken *string `type:"string"`

	// A list of vertices connected to the start entity(ies) in the lineage graph.
	Vertices []*Vertex `type:"list"`
	// contains filtered or unexported fields
}

func (QueryLineageOutput) GoString added in v1.42.17

func (s QueryLineageOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*QueryLineageOutput) SetEdges added in v1.42.17

func (s *QueryLineageOutput) SetEdges(v []*Edge) *QueryLineageOutput

SetEdges sets the Edges field's value.

func (*QueryLineageOutput) SetNextToken added in v1.42.17

func (s *QueryLineageOutput) SetNextToken(v string) *QueryLineageOutput

SetNextToken sets the NextToken field's value.

func (*QueryLineageOutput) SetVertices added in v1.42.17

func (s *QueryLineageOutput) SetVertices(v []*Vertex) *QueryLineageOutput

SetVertices sets the Vertices field's value.

func (QueryLineageOutput) String added in v1.42.17

func (s QueryLineageOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RSessionAppSettings added in v1.41.13

type RSessionAppSettings struct {

	// A list of custom SageMaker images that are configured to run as a RSession
	// app.
	CustomImages []*CustomImage `type:"list"`

	// Specifies the ARN's of a SageMaker image and SageMaker image version, and
	// the instance type that the version runs on.
	DefaultResourceSpec *ResourceSpec `type:"structure"`
	// contains filtered or unexported fields
}

A collection of settings that apply to an RSessionGateway app.

func (RSessionAppSettings) GoString added in v1.41.13

func (s RSessionAppSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RSessionAppSettings) SetCustomImages added in v1.44.6

func (s *RSessionAppSettings) SetCustomImages(v []*CustomImage) *RSessionAppSettings

SetCustomImages sets the CustomImages field's value.

func (*RSessionAppSettings) SetDefaultResourceSpec added in v1.44.6

func (s *RSessionAppSettings) SetDefaultResourceSpec(v *ResourceSpec) *RSessionAppSettings

SetDefaultResourceSpec sets the DefaultResourceSpec field's value.

func (RSessionAppSettings) String added in v1.41.13

func (s RSessionAppSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RSessionAppSettings) Validate added in v1.44.6

func (s *RSessionAppSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RStudioServerProAppSettings added in v1.41.13

type RStudioServerProAppSettings struct {

	// Indicates whether the current user has access to the RStudioServerPro app.
	AccessStatus *string `type:"string" enum:"RStudioServerProAccessStatus"`

	// The level of permissions that the user has within the RStudioServerPro app.
	// This value defaults to `User`. The `Admin` value allows the user access to
	// the RStudio Administrative Dashboard.
	UserGroup *string `type:"string" enum:"RStudioServerProUserGroup"`
	// contains filtered or unexported fields
}

A collection of settings that configure user interaction with the RStudioServerPro app.

func (RStudioServerProAppSettings) GoString added in v1.41.13

func (s RStudioServerProAppSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RStudioServerProAppSettings) SetAccessStatus added in v1.41.13

SetAccessStatus sets the AccessStatus field's value.

func (*RStudioServerProAppSettings) SetUserGroup added in v1.41.13

SetUserGroup sets the UserGroup field's value.

func (RStudioServerProAppSettings) String added in v1.41.13

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RStudioServerProDomainSettings added in v1.41.13

type RStudioServerProDomainSettings struct {

	// Specifies the ARN's of a SageMaker image and SageMaker image version, and
	// the instance type that the version runs on.
	DefaultResourceSpec *ResourceSpec `type:"structure"`

	// The ARN of the execution role for the RStudioServerPro Domain-level app.
	//
	// DomainExecutionRoleArn is a required field
	DomainExecutionRoleArn *string `min:"20" type:"string" required:"true"`

	// A URL pointing to an RStudio Connect server.
	RStudioConnectUrl *string `type:"string"`

	// A URL pointing to an RStudio Package Manager server.
	RStudioPackageManagerUrl *string `type:"string"`
	// contains filtered or unexported fields
}

A collection of settings that configure the RStudioServerPro Domain-level app.

func (RStudioServerProDomainSettings) GoString added in v1.41.13

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RStudioServerProDomainSettings) SetDefaultResourceSpec added in v1.41.13

SetDefaultResourceSpec sets the DefaultResourceSpec field's value.

func (*RStudioServerProDomainSettings) SetDomainExecutionRoleArn added in v1.41.13

func (s *RStudioServerProDomainSettings) SetDomainExecutionRoleArn(v string) *RStudioServerProDomainSettings

SetDomainExecutionRoleArn sets the DomainExecutionRoleArn field's value.

func (*RStudioServerProDomainSettings) SetRStudioConnectUrl added in v1.41.13

SetRStudioConnectUrl sets the RStudioConnectUrl field's value.

func (*RStudioServerProDomainSettings) SetRStudioPackageManagerUrl added in v1.41.13

func (s *RStudioServerProDomainSettings) SetRStudioPackageManagerUrl(v string) *RStudioServerProDomainSettings

SetRStudioPackageManagerUrl sets the RStudioPackageManagerUrl field's value.

func (RStudioServerProDomainSettings) String added in v1.41.13

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RStudioServerProDomainSettings) Validate added in v1.41.13

func (s *RStudioServerProDomainSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RStudioServerProDomainSettingsForUpdate added in v1.41.13

type RStudioServerProDomainSettingsForUpdate struct {

	// Specifies the ARN's of a SageMaker image and SageMaker image version, and
	// the instance type that the version runs on.
	DefaultResourceSpec *ResourceSpec `type:"structure"`

	// The execution role for the RStudioServerPro Domain-level app.
	//
	// DomainExecutionRoleArn is a required field
	DomainExecutionRoleArn *string `min:"20" type:"string" required:"true"`

	// A URL pointing to an RStudio Connect server.
	RStudioConnectUrl *string `type:"string"`

	// A URL pointing to an RStudio Package Manager server.
	RStudioPackageManagerUrl *string `type:"string"`
	// contains filtered or unexported fields
}

A collection of settings that update the current configuration for the RStudioServerPro Domain-level app.

func (RStudioServerProDomainSettingsForUpdate) GoString added in v1.41.13

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RStudioServerProDomainSettingsForUpdate) SetDefaultResourceSpec added in v1.41.13

SetDefaultResourceSpec sets the DefaultResourceSpec field's value.

func (*RStudioServerProDomainSettingsForUpdate) SetDomainExecutionRoleArn added in v1.41.13

SetDomainExecutionRoleArn sets the DomainExecutionRoleArn field's value.

func (*RStudioServerProDomainSettingsForUpdate) SetRStudioConnectUrl added in v1.44.165

SetRStudioConnectUrl sets the RStudioConnectUrl field's value.

func (*RStudioServerProDomainSettingsForUpdate) SetRStudioPackageManagerUrl added in v1.44.165

SetRStudioPackageManagerUrl sets the RStudioPackageManagerUrl field's value.

func (RStudioServerProDomainSettingsForUpdate) String added in v1.41.13

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RStudioServerProDomainSettingsForUpdate) Validate added in v1.41.13

Validate inspects the fields of the type to determine if they are valid.

type RealTimeInferenceConfig added in v1.44.150

type RealTimeInferenceConfig struct {

	// The number of instances of the type specified by InstanceType.
	//
	// InstanceCount is a required field
	InstanceCount *int64 `type:"integer" required:"true"`

	// The instance type the model is deployed to.
	//
	// InstanceType is a required field
	InstanceType *string `type:"string" required:"true" enum:"InstanceType"`
	// contains filtered or unexported fields
}

The infrastructure configuration for deploying the model to a real-time inference endpoint.

func (RealTimeInferenceConfig) GoString added in v1.44.150

func (s RealTimeInferenceConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RealTimeInferenceConfig) SetInstanceCount added in v1.44.150

func (s *RealTimeInferenceConfig) SetInstanceCount(v int64) *RealTimeInferenceConfig

SetInstanceCount sets the InstanceCount field's value.

func (*RealTimeInferenceConfig) SetInstanceType added in v1.44.150

SetInstanceType sets the InstanceType field's value.

func (RealTimeInferenceConfig) String added in v1.44.150

func (s RealTimeInferenceConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RealTimeInferenceConfig) Validate added in v1.44.150

func (s *RealTimeInferenceConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RealTimeInferenceRecommendation added in v1.44.269

type RealTimeInferenceRecommendation struct {

	// The recommended environment variables to set in the model container for Real-Time
	// Inference.
	Environment map[string]*string `type:"map"`

	// The recommended instance type for Real-Time Inference.
	//
	// InstanceType is a required field
	InstanceType *string `type:"string" required:"true" enum:"ProductionVariantInstanceType"`

	// The recommendation ID which uniquely identifies each recommendation.
	//
	// RecommendationId is a required field
	RecommendationId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

The recommended configuration to use for Real-Time Inference.

func (RealTimeInferenceRecommendation) GoString added in v1.44.269

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RealTimeInferenceRecommendation) SetEnvironment added in v1.44.269

SetEnvironment sets the Environment field's value.

func (*RealTimeInferenceRecommendation) SetInstanceType added in v1.44.269

SetInstanceType sets the InstanceType field's value.

func (*RealTimeInferenceRecommendation) SetRecommendationId added in v1.44.269

SetRecommendationId sets the RecommendationId field's value.

func (RealTimeInferenceRecommendation) String added in v1.44.269

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RecommendationJobCompiledOutputConfig added in v1.44.1

type RecommendationJobCompiledOutputConfig struct {

	// Identifies the Amazon S3 bucket where you want SageMaker to store the compiled
	// model artifacts.
	S3OutputUri *string `type:"string"`
	// contains filtered or unexported fields
}

Provides information about the output configuration for the compiled model.

func (RecommendationJobCompiledOutputConfig) GoString added in v1.44.1

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RecommendationJobCompiledOutputConfig) SetS3OutputUri added in v1.44.1

SetS3OutputUri sets the S3OutputUri field's value.

func (RecommendationJobCompiledOutputConfig) String added in v1.44.1

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RecommendationJobContainerConfig added in v1.44.89

type RecommendationJobContainerConfig struct {

	// Specifies the name and shape of the expected data inputs for your trained
	// model with a JSON dictionary form. This field is used for optimizing your
	// model using SageMaker Neo. For more information, see DataInputConfig (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_InputConfig.html#sagemaker-Type-InputConfig-DataInputConfig).
	DataInputConfig *string `min:"1" type:"string"`

	// The machine learning domain of the model and its components.
	//
	// Valid Values: COMPUTER_VISION | NATURAL_LANGUAGE_PROCESSING | MACHINE_LEARNING
	Domain *string `type:"string"`

	// The machine learning framework of the container image.
	//
	// Valid Values: TENSORFLOW | PYTORCH | XGBOOST | SAGEMAKER-SCIKIT-LEARN
	Framework *string `type:"string"`

	// The framework version of the container image.
	FrameworkVersion *string `type:"string"`

	// The name of a pre-trained machine learning model benchmarked by Amazon SageMaker
	// Inference Recommender that matches your model.
	//
	// Valid Values: efficientnetb7 | unet | xgboost | faster-rcnn-resnet101 | nasnetlarge
	// | vgg16 | inception-v3 | mask-rcnn | sagemaker-scikit-learn | densenet201-gluon
	// | resnet18v2-gluon | xception | densenet201 | yolov4 | resnet152 | bert-base-cased
	// | xceptionV1-keras | resnet50 | retinanet
	NearestModelName *string `type:"string"`

	// Specifies the SamplePayloadUrl and all other sample payload-related fields.
	PayloadConfig *RecommendationJobPayloadConfig `type:"structure"`

	// The endpoint type to receive recommendations for. By default this is null,
	// and the results of the inference recommendation job return a combined list
	// of both real-time and serverless benchmarks. By specifying a value for this
	// field, you can receive a longer list of benchmarks for the desired endpoint
	// type.
	SupportedEndpointType *string `type:"string" enum:"RecommendationJobSupportedEndpointType"`

	// A list of the instance types that are used to generate inferences in real-time.
	SupportedInstanceTypes []*string `type:"list"`

	// The machine learning task that the model accomplishes.
	//
	// Valid Values: IMAGE_CLASSIFICATION | OBJECT_DETECTION | TEXT_GENERATION |
	// IMAGE_SEGMENTATION | FILL_MASK | CLASSIFICATION | REGRESSION | OTHER
	Task *string `type:"string"`
	// contains filtered or unexported fields
}

Specifies mandatory fields for running an Inference Recommender job directly in the CreateInferenceRecommendationsJob (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateInferenceRecommendationsJob.html) API. The fields specified in ContainerConfig override the corresponding fields in the model package. Use ContainerConfig if you want to specify these fields for the recommendation job but don't want to edit them in your model package.

func (RecommendationJobContainerConfig) GoString added in v1.44.89

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RecommendationJobContainerConfig) SetDataInputConfig added in v1.44.187

SetDataInputConfig sets the DataInputConfig field's value.

func (*RecommendationJobContainerConfig) SetDomain added in v1.44.89

SetDomain sets the Domain field's value.

func (*RecommendationJobContainerConfig) SetFramework added in v1.44.89

SetFramework sets the Framework field's value.

func (*RecommendationJobContainerConfig) SetFrameworkVersion added in v1.44.89

SetFrameworkVersion sets the FrameworkVersion field's value.

func (*RecommendationJobContainerConfig) SetNearestModelName added in v1.44.89

SetNearestModelName sets the NearestModelName field's value.

func (*RecommendationJobContainerConfig) SetPayloadConfig added in v1.44.89

SetPayloadConfig sets the PayloadConfig field's value.

func (*RecommendationJobContainerConfig) SetSupportedEndpointType added in v1.44.295

SetSupportedEndpointType sets the SupportedEndpointType field's value.

func (*RecommendationJobContainerConfig) SetSupportedInstanceTypes added in v1.44.89

func (s *RecommendationJobContainerConfig) SetSupportedInstanceTypes(v []*string) *RecommendationJobContainerConfig

SetSupportedInstanceTypes sets the SupportedInstanceTypes field's value.

func (*RecommendationJobContainerConfig) SetTask added in v1.44.89

SetTask sets the Task field's value.

func (RecommendationJobContainerConfig) String added in v1.44.89

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RecommendationJobContainerConfig) Validate added in v1.44.187

Validate inspects the fields of the type to determine if they are valid.

type RecommendationJobInferenceBenchmark added in v1.44.122

type RecommendationJobInferenceBenchmark struct {

	// The endpoint configuration made by Inference Recommender during a recommendation
	// job.
	EndpointConfiguration *EndpointOutputConfiguration `type:"structure"`

	// The metrics for an existing endpoint compared in an Inference Recommender
	// job.
	EndpointMetrics *InferenceMetrics `type:"structure"`

	// The reason why a benchmark failed.
	FailureReason *string `type:"string"`

	// A timestamp that shows when the benchmark completed.
	InvocationEndTime *time.Time `type:"timestamp"`

	// A timestamp that shows when the benchmark started.
	InvocationStartTime *time.Time `type:"timestamp"`

	// The metrics of recommendations.
	Metrics *RecommendationMetrics `type:"structure"`

	// Defines the model configuration. Includes the specification name and environment
	// parameters.
	//
	// ModelConfiguration is a required field
	ModelConfiguration *ModelConfiguration `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

The details for a specific benchmark from an Inference Recommender job.

func (RecommendationJobInferenceBenchmark) GoString added in v1.44.122

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RecommendationJobInferenceBenchmark) SetEndpointConfiguration added in v1.44.122

SetEndpointConfiguration sets the EndpointConfiguration field's value.

func (*RecommendationJobInferenceBenchmark) SetEndpointMetrics added in v1.44.213

SetEndpointMetrics sets the EndpointMetrics field's value.

func (*RecommendationJobInferenceBenchmark) SetFailureReason added in v1.44.122

SetFailureReason sets the FailureReason field's value.

func (*RecommendationJobInferenceBenchmark) SetInvocationEndTime added in v1.44.268

SetInvocationEndTime sets the InvocationEndTime field's value.

func (*RecommendationJobInferenceBenchmark) SetInvocationStartTime added in v1.44.268

SetInvocationStartTime sets the InvocationStartTime field's value.

func (*RecommendationJobInferenceBenchmark) SetMetrics added in v1.44.122

SetMetrics sets the Metrics field's value.

func (*RecommendationJobInferenceBenchmark) SetModelConfiguration added in v1.44.122

SetModelConfiguration sets the ModelConfiguration field's value.

func (RecommendationJobInferenceBenchmark) String added in v1.44.122

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RecommendationJobInputConfig added in v1.42.17

type RecommendationJobInputConfig struct {

	// Specifies mandatory fields for running an Inference Recommender job. The
	// fields specified in ContainerConfig override the corresponding fields in
	// the model package.
	ContainerConfig *RecommendationJobContainerConfig `type:"structure"`

	// Specifies the endpoint configuration to use for a job.
	EndpointConfigurations []*EndpointInputConfiguration `min:"1" type:"list"`

	// Existing customer endpoints on which to run an Inference Recommender job.
	Endpoints []*EndpointInfo `type:"list"`

	// Specifies the maximum duration of the job, in seconds. The maximum value
	// is 7200.
	JobDurationInSeconds *int64 `min:"1" type:"integer"`

	// The name of the created model.
	ModelName *string `type:"string"`

	// The Amazon Resource Name (ARN) of a versioned model package.
	ModelPackageVersionArn *string `min:"1" type:"string"`

	// Defines the resource limit of the job.
	ResourceLimit *RecommendationJobResourceLimit `type:"structure"`

	// Specifies the traffic pattern of the job.
	TrafficPattern *TrafficPattern `type:"structure"`

	// The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service
	// (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data
	// on the storage volume attached to the ML compute instance that hosts the
	// endpoint. This key will be passed to SageMaker Hosting for endpoint creation.
	//
	// The SageMaker execution role must have kms:CreateGrant permission in order
	// to encrypt data on the storage volume of the endpoints created for inference
	// recommendation. The inference recommendation job will fail asynchronously
	// during endpoint configuration creation if the role passed does not have kms:CreateGrant
	// permission.
	//
	// The KmsKeyId can be any of the following formats:
	//
	//    * // KMS Key ID "1234abcd-12ab-34cd-56ef-1234567890ab"
	//
	//    * // Amazon Resource Name (ARN) of a KMS Key "arn:aws:kms:<region>:<account>:key/<key-id-12ab-34cd-56ef-1234567890ab>"
	//
	//    * // KMS Key Alias "alias/ExampleAlias"
	//
	//    * // Amazon Resource Name (ARN) of a KMS Key Alias "arn:aws:kms:<region>:<account>:alias/<ExampleAlias>"
	//
	// For more information about key identifiers, see Key identifiers (KeyID) (https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id-key-id)
	// in the Amazon Web Services Key Management Service (Amazon Web Services KMS)
	// documentation.
	VolumeKmsKeyId *string `type:"string"`

	// Inference Recommender provisions SageMaker endpoints with access to VPC in
	// the inference recommendation job.
	VpcConfig *RecommendationJobVpcConfig `type:"structure"`
	// contains filtered or unexported fields
}

The input configuration of the recommendation job.

func (RecommendationJobInputConfig) GoString added in v1.42.17

func (s RecommendationJobInputConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RecommendationJobInputConfig) SetContainerConfig added in v1.44.89

SetContainerConfig sets the ContainerConfig field's value.

func (*RecommendationJobInputConfig) SetEndpointConfigurations added in v1.42.17

SetEndpointConfigurations sets the EndpointConfigurations field's value.

func (*RecommendationJobInputConfig) SetEndpoints added in v1.44.121

SetEndpoints sets the Endpoints field's value.

func (*RecommendationJobInputConfig) SetJobDurationInSeconds added in v1.42.17

func (s *RecommendationJobInputConfig) SetJobDurationInSeconds(v int64) *RecommendationJobInputConfig

SetJobDurationInSeconds sets the JobDurationInSeconds field's value.

func (*RecommendationJobInputConfig) SetModelName added in v1.44.187

SetModelName sets the ModelName field's value.

func (*RecommendationJobInputConfig) SetModelPackageVersionArn added in v1.42.17

func (s *RecommendationJobInputConfig) SetModelPackageVersionArn(v string) *RecommendationJobInputConfig

SetModelPackageVersionArn sets the ModelPackageVersionArn field's value.

func (*RecommendationJobInputConfig) SetResourceLimit added in v1.42.17

SetResourceLimit sets the ResourceLimit field's value.

func (*RecommendationJobInputConfig) SetTrafficPattern added in v1.42.17

SetTrafficPattern sets the TrafficPattern field's value.

func (*RecommendationJobInputConfig) SetVolumeKmsKeyId added in v1.44.1

SetVolumeKmsKeyId sets the VolumeKmsKeyId field's value.

func (*RecommendationJobInputConfig) SetVpcConfig added in v1.44.161

SetVpcConfig sets the VpcConfig field's value.

func (RecommendationJobInputConfig) String added in v1.42.17

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RecommendationJobInputConfig) Validate added in v1.42.17

func (s *RecommendationJobInputConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RecommendationJobOutputConfig added in v1.44.1

type RecommendationJobOutputConfig struct {

	// Provides information about the output configuration for the compiled model.
	CompiledOutputConfig *RecommendationJobCompiledOutputConfig `type:"structure"`

	// The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service
	// (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt your
	// output artifacts with Amazon S3 server-side encryption. The SageMaker execution
	// role must have kms:GenerateDataKey permission.
	//
	// The KmsKeyId can be any of the following formats:
	//
	//    * // KMS Key ID "1234abcd-12ab-34cd-56ef-1234567890ab"
	//
	//    * // Amazon Resource Name (ARN) of a KMS Key "arn:aws:kms:<region>:<account>:key/<key-id-12ab-34cd-56ef-1234567890ab>"
	//
	//    * // KMS Key Alias "alias/ExampleAlias"
	//
	//    * // Amazon Resource Name (ARN) of a KMS Key Alias "arn:aws:kms:<region>:<account>:alias/<ExampleAlias>"
	//
	// For more information about key identifiers, see Key identifiers (KeyID) (https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id-key-id)
	// in the Amazon Web Services Key Management Service (Amazon Web Services KMS)
	// documentation.
	KmsKeyId *string `type:"string"`
	// contains filtered or unexported fields
}

Provides information about the output configuration for the compiled model.

func (RecommendationJobOutputConfig) GoString added in v1.44.1

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RecommendationJobOutputConfig) SetCompiledOutputConfig added in v1.44.1

SetCompiledOutputConfig sets the CompiledOutputConfig field's value.

func (*RecommendationJobOutputConfig) SetKmsKeyId added in v1.44.1

SetKmsKeyId sets the KmsKeyId field's value.

func (RecommendationJobOutputConfig) String added in v1.44.1

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RecommendationJobPayloadConfig added in v1.44.89

type RecommendationJobPayloadConfig struct {

	// The Amazon Simple Storage Service (Amazon S3) path where the sample payload
	// is stored. This path must point to a single gzip compressed tar archive (.tar.gz
	// suffix).
	SamplePayloadUrl *string `type:"string"`

	// The supported MIME types for the input data.
	SupportedContentTypes []*string `type:"list"`
	// contains filtered or unexported fields
}

The configuration for the payload for a recommendation job.

func (RecommendationJobPayloadConfig) GoString added in v1.44.89

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RecommendationJobPayloadConfig) SetSamplePayloadUrl added in v1.44.89

SetSamplePayloadUrl sets the SamplePayloadUrl field's value.

func (*RecommendationJobPayloadConfig) SetSupportedContentTypes added in v1.44.89

func (s *RecommendationJobPayloadConfig) SetSupportedContentTypes(v []*string) *RecommendationJobPayloadConfig

SetSupportedContentTypes sets the SupportedContentTypes field's value.

func (RecommendationJobPayloadConfig) String added in v1.44.89

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RecommendationJobResourceLimit added in v1.42.17

type RecommendationJobResourceLimit struct {

	// Defines the maximum number of load tests.
	MaxNumberOfTests *int64 `min:"1" type:"integer"`

	// Defines the maximum number of parallel load tests.
	MaxParallelOfTests *int64 `min:"1" type:"integer"`
	// contains filtered or unexported fields
}

Specifies the maximum number of jobs that can run in parallel and the maximum number of jobs that can run.

func (RecommendationJobResourceLimit) GoString added in v1.42.17

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RecommendationJobResourceLimit) SetMaxNumberOfTests added in v1.42.17

SetMaxNumberOfTests sets the MaxNumberOfTests field's value.

func (*RecommendationJobResourceLimit) SetMaxParallelOfTests added in v1.42.17

SetMaxParallelOfTests sets the MaxParallelOfTests field's value.

func (RecommendationJobResourceLimit) String added in v1.42.17

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RecommendationJobResourceLimit) Validate added in v1.42.17

func (s *RecommendationJobResourceLimit) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RecommendationJobStoppingConditions added in v1.42.17

type RecommendationJobStoppingConditions struct {

	// Stops a load test when the number of invocations (TPS) peaks and flattens,
	// which means that the instance has reached capacity. The default value is
	// Stop. If you want the load test to continue after invocations have flattened,
	// set the value to Continue.
	FlatInvocations *string `type:"string" enum:"FlatInvocations"`

	// The maximum number of requests per minute expected for the endpoint.
	MaxInvocations *int64 `type:"integer"`

	// The interval of time taken by a model to respond as viewed from SageMaker.
	// The interval includes the local communication time taken to send the request
	// and to fetch the response from the container of a model and the time taken
	// to complete the inference in the container.
	ModelLatencyThresholds []*ModelLatencyThreshold `min:"1" type:"list"`
	// contains filtered or unexported fields
}

Specifies conditions for stopping a job. When a job reaches a stopping condition limit, SageMaker ends the job.

func (RecommendationJobStoppingConditions) GoString added in v1.42.17

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RecommendationJobStoppingConditions) SetFlatInvocations added in v1.44.314

SetFlatInvocations sets the FlatInvocations field's value.

func (*RecommendationJobStoppingConditions) SetMaxInvocations added in v1.42.17

SetMaxInvocations sets the MaxInvocations field's value.

func (*RecommendationJobStoppingConditions) SetModelLatencyThresholds added in v1.42.17

SetModelLatencyThresholds sets the ModelLatencyThresholds field's value.

func (RecommendationJobStoppingConditions) String added in v1.42.17

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RecommendationJobStoppingConditions) Validate added in v1.42.17

Validate inspects the fields of the type to determine if they are valid.

type RecommendationJobVpcConfig added in v1.44.161

type RecommendationJobVpcConfig struct {

	// The VPC security group IDs. IDs have the form of sg-xxxxxxxx. Specify the
	// security groups for the VPC that is specified in the Subnets field.
	//
	// SecurityGroupIds is a required field
	SecurityGroupIds []*string `min:"1" type:"list" required:"true"`

	// The ID of the subnets in the VPC to which you want to connect your model.
	//
	// Subnets is a required field
	Subnets []*string `min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

Inference Recommender provisions SageMaker endpoints with access to VPC in the inference recommendation job.

func (RecommendationJobVpcConfig) GoString added in v1.44.161

func (s RecommendationJobVpcConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RecommendationJobVpcConfig) SetSecurityGroupIds added in v1.44.161

func (s *RecommendationJobVpcConfig) SetSecurityGroupIds(v []*string) *RecommendationJobVpcConfig

SetSecurityGroupIds sets the SecurityGroupIds field's value.

func (*RecommendationJobVpcConfig) SetSubnets added in v1.44.161

SetSubnets sets the Subnets field's value.

func (RecommendationJobVpcConfig) String added in v1.44.161

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RecommendationJobVpcConfig) Validate added in v1.44.161

func (s *RecommendationJobVpcConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RecommendationMetrics added in v1.42.17

type RecommendationMetrics struct {

	// Defines the cost per hour for the instance.
	//
	// CostPerHour is a required field
	CostPerHour *float64 `type:"float" required:"true"`

	// Defines the cost per inference for the instance .
	//
	// CostPerInference is a required field
	CostPerInference *float64 `type:"float" required:"true"`

	// The expected CPU utilization at maximum invocations per minute for the instance.
	//
	// NaN indicates that the value is not available.
	CpuUtilization *float64 `type:"float"`

	// The expected maximum number of requests per minute for the instance.
	//
	// MaxInvocations is a required field
	MaxInvocations *int64 `type:"integer" required:"true"`

	// The expected memory utilization at maximum invocations per minute for the
	// instance.
	//
	// NaN indicates that the value is not available.
	MemoryUtilization *float64 `type:"float"`

	// The expected model latency at maximum invocation per minute for the instance.
	//
	// ModelLatency is a required field
	ModelLatency *int64 `type:"integer" required:"true"`

	// The time it takes to launch new compute resources for a serverless endpoint.
	// The time can vary depending on the model size, how long it takes to download
	// the model, and the start-up time of the container.
	//
	// NaN indicates that the value is not available.
	ModelSetupTime *int64 `type:"integer"`
	// contains filtered or unexported fields
}

The metrics of recommendations.

func (RecommendationMetrics) GoString added in v1.42.17

func (s RecommendationMetrics) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RecommendationMetrics) SetCostPerHour added in v1.42.17

func (s *RecommendationMetrics) SetCostPerHour(v float64) *RecommendationMetrics

SetCostPerHour sets the CostPerHour field's value.

func (*RecommendationMetrics) SetCostPerInference added in v1.42.17

func (s *RecommendationMetrics) SetCostPerInference(v float64) *RecommendationMetrics

SetCostPerInference sets the CostPerInference field's value.

func (*RecommendationMetrics) SetCpuUtilization added in v1.44.187

func (s *RecommendationMetrics) SetCpuUtilization(v float64) *RecommendationMetrics

SetCpuUtilization sets the CpuUtilization field's value.

func (*RecommendationMetrics) SetMaxInvocations added in v1.42.17

func (s *RecommendationMetrics) SetMaxInvocations(v int64) *RecommendationMetrics

SetMaxInvocations sets the MaxInvocations field's value.

func (*RecommendationMetrics) SetMemoryUtilization added in v1.44.187

func (s *RecommendationMetrics) SetMemoryUtilization(v float64) *RecommendationMetrics

SetMemoryUtilization sets the MemoryUtilization field's value.

func (*RecommendationMetrics) SetModelLatency added in v1.42.17

func (s *RecommendationMetrics) SetModelLatency(v int64) *RecommendationMetrics

SetModelLatency sets the ModelLatency field's value.

func (*RecommendationMetrics) SetModelSetupTime added in v1.44.295

func (s *RecommendationMetrics) SetModelSetupTime(v int64) *RecommendationMetrics

SetModelSetupTime sets the ModelSetupTime field's value.

func (RecommendationMetrics) String added in v1.42.17

func (s RecommendationMetrics) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RedshiftDatasetDefinition added in v1.35.37

type RedshiftDatasetDefinition struct {

	// The Redshift cluster Identifier.
	//
	// ClusterId is a required field
	ClusterId *string `min:"1" type:"string" required:"true"`

	// The IAM role attached to your Redshift cluster that Amazon SageMaker uses
	// to generate datasets.
	//
	// ClusterRoleArn is a required field
	ClusterRoleArn *string `min:"20" type:"string" required:"true"`

	// The name of the Redshift database used in Redshift query execution.
	//
	// Database is a required field
	Database *string `min:"1" type:"string" required:"true"`

	// The database user name used in Redshift query execution.
	//
	// DbUser is a required field
	DbUser *string `min:"1" type:"string" required:"true"`

	// The Amazon Web Services Key Management Service (Amazon Web Services KMS)
	// key that Amazon SageMaker uses to encrypt data from a Redshift execution.
	KmsKeyId *string `type:"string"`

	// The compression used for Redshift query results.
	OutputCompression *string `type:"string" enum:"RedshiftResultCompressionType"`

	// The data storage format for Redshift query results.
	//
	// OutputFormat is a required field
	OutputFormat *string `type:"string" required:"true" enum:"RedshiftResultFormat"`

	// The location in Amazon S3 where the Redshift query results are stored.
	//
	// OutputS3Uri is a required field
	OutputS3Uri *string `type:"string" required:"true"`

	// The SQL query statements to be executed.
	//
	// QueryString is a required field
	QueryString *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Configuration for Redshift Dataset Definition input.

func (RedshiftDatasetDefinition) GoString added in v1.35.37

func (s RedshiftDatasetDefinition) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RedshiftDatasetDefinition) SetClusterId added in v1.35.37

SetClusterId sets the ClusterId field's value.

func (*RedshiftDatasetDefinition) SetClusterRoleArn added in v1.35.37

SetClusterRoleArn sets the ClusterRoleArn field's value.

func (*RedshiftDatasetDefinition) SetDatabase added in v1.35.37

SetDatabase sets the Database field's value.

func (*RedshiftDatasetDefinition) SetDbUser added in v1.35.37

SetDbUser sets the DbUser field's value.

func (*RedshiftDatasetDefinition) SetKmsKeyId added in v1.35.37

SetKmsKeyId sets the KmsKeyId field's value.

func (*RedshiftDatasetDefinition) SetOutputCompression added in v1.35.37

func (s *RedshiftDatasetDefinition) SetOutputCompression(v string) *RedshiftDatasetDefinition

SetOutputCompression sets the OutputCompression field's value.

func (*RedshiftDatasetDefinition) SetOutputFormat added in v1.35.37

SetOutputFormat sets the OutputFormat field's value.

func (*RedshiftDatasetDefinition) SetOutputS3Uri added in v1.35.37

SetOutputS3Uri sets the OutputS3Uri field's value.

func (*RedshiftDatasetDefinition) SetQueryString added in v1.35.37

SetQueryString sets the QueryString field's value.

func (RedshiftDatasetDefinition) String added in v1.35.37

func (s RedshiftDatasetDefinition) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RedshiftDatasetDefinition) Validate added in v1.35.37

func (s *RedshiftDatasetDefinition) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RegisterDevicesInput added in v1.36.4

type RegisterDevicesInput struct {

	// The name of the fleet.
	//
	// DeviceFleetName is a required field
	DeviceFleetName *string `min:"1" type:"string" required:"true"`

	// A list of devices to register with SageMaker Edge Manager.
	//
	// Devices is a required field
	Devices []*Device `type:"list" required:"true"`

	// The tags associated with devices.
	Tags []*Tag `type:"list"`
	// contains filtered or unexported fields
}

func (RegisterDevicesInput) GoString added in v1.36.4

func (s RegisterDevicesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RegisterDevicesInput) SetDeviceFleetName added in v1.36.4

func (s *RegisterDevicesInput) SetDeviceFleetName(v string) *RegisterDevicesInput

SetDeviceFleetName sets the DeviceFleetName field's value.

func (*RegisterDevicesInput) SetDevices added in v1.36.4

func (s *RegisterDevicesInput) SetDevices(v []*Device) *RegisterDevicesInput

SetDevices sets the Devices field's value.

func (*RegisterDevicesInput) SetTags added in v1.36.4

func (s *RegisterDevicesInput) SetTags(v []*Tag) *RegisterDevicesInput

SetTags sets the Tags field's value.

func (RegisterDevicesInput) String added in v1.36.4

func (s RegisterDevicesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RegisterDevicesInput) Validate added in v1.36.4

func (s *RegisterDevicesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RegisterDevicesOutput added in v1.36.4

type RegisterDevicesOutput struct {
	// contains filtered or unexported fields
}

func (RegisterDevicesOutput) GoString added in v1.36.4

func (s RegisterDevicesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (RegisterDevicesOutput) String added in v1.36.4

func (s RegisterDevicesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RegisterModelStepMetadata added in v1.35.37

type RegisterModelStepMetadata struct {

	// The Amazon Resource Name (ARN) of the model package.
	Arn *string `type:"string"`
	// contains filtered or unexported fields
}

Metadata for a register model job step.

func (RegisterModelStepMetadata) GoString added in v1.35.37

func (s RegisterModelStepMetadata) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RegisterModelStepMetadata) SetArn added in v1.35.37

SetArn sets the Arn field's value.

func (RegisterModelStepMetadata) String added in v1.35.37

func (s RegisterModelStepMetadata) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RenderUiTemplateInput added in v1.15.86

type RenderUiTemplateInput struct {

	// The HumanTaskUiArn of the worker UI that you want to render. Do not provide
	// a HumanTaskUiArn if you use the UiTemplate parameter.
	//
	// See a list of available Human Ui Amazon Resource Names (ARNs) in UiConfig
	// (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_UiConfig.html).
	HumanTaskUiArn *string `type:"string"`

	// The Amazon Resource Name (ARN) that has access to the S3 objects that are
	// used by the template.
	//
	// RoleArn is a required field
	RoleArn *string `min:"20" type:"string" required:"true"`

	// A RenderableTask object containing a representative task to render.
	//
	// Task is a required field
	Task *RenderableTask `type:"structure" required:"true"`

	// A Template object containing the worker UI template to render.
	UiTemplate *UiTemplate `type:"structure"`
	// contains filtered or unexported fields
}

func (RenderUiTemplateInput) GoString added in v1.15.86

func (s RenderUiTemplateInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RenderUiTemplateInput) SetHumanTaskUiArn added in v1.31.8

func (s *RenderUiTemplateInput) SetHumanTaskUiArn(v string) *RenderUiTemplateInput

SetHumanTaskUiArn sets the HumanTaskUiArn field's value.

func (*RenderUiTemplateInput) SetRoleArn added in v1.15.86

SetRoleArn sets the RoleArn field's value.

func (*RenderUiTemplateInput) SetTask added in v1.15.86

SetTask sets the Task field's value.

func (*RenderUiTemplateInput) SetUiTemplate added in v1.15.86

SetUiTemplate sets the UiTemplate field's value.

func (RenderUiTemplateInput) String added in v1.15.86

func (s RenderUiTemplateInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RenderUiTemplateInput) Validate added in v1.15.86

func (s *RenderUiTemplateInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RenderUiTemplateOutput added in v1.15.86

type RenderUiTemplateOutput struct {

	// A list of one or more RenderingError objects if any were encountered while
	// rendering the template. If there were no errors, the list is empty.
	//
	// Errors is a required field
	Errors []*RenderingError `type:"list" required:"true"`

	// A Liquid template that renders the HTML for the worker UI.
	//
	// RenderedContent is a required field
	RenderedContent *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (RenderUiTemplateOutput) GoString added in v1.15.86

func (s RenderUiTemplateOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RenderUiTemplateOutput) SetErrors added in v1.15.86

SetErrors sets the Errors field's value.

func (*RenderUiTemplateOutput) SetRenderedContent added in v1.15.86

func (s *RenderUiTemplateOutput) SetRenderedContent(v string) *RenderUiTemplateOutput

SetRenderedContent sets the RenderedContent field's value.

func (RenderUiTemplateOutput) String added in v1.15.86

func (s RenderUiTemplateOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RenderableTask added in v1.15.86

type RenderableTask struct {

	// A JSON object that contains values for the variables defined in the template.
	// It is made available to the template under the substitution variable task.input.
	// For example, if you define a variable task.input.text in your template, you
	// can supply the variable in the JSON object as "text": "sample text".
	//
	// Input is a required field
	Input *string `min:"2" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Contains input values for a task.

func (RenderableTask) GoString added in v1.15.86

func (s RenderableTask) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RenderableTask) SetInput added in v1.15.86

func (s *RenderableTask) SetInput(v string) *RenderableTask

SetInput sets the Input field's value.

func (RenderableTask) String added in v1.15.86

func (s RenderableTask) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RenderableTask) Validate added in v1.15.86

func (s *RenderableTask) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RenderingError added in v1.15.86

type RenderingError struct {

	// A unique identifier for a specific class of errors.
	//
	// Code is a required field
	Code *string `type:"string" required:"true"`

	// A human-readable message describing the error.
	//
	// Message is a required field
	Message *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

A description of an error that occurred while rendering the template.

func (RenderingError) GoString added in v1.15.86

func (s RenderingError) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RenderingError) SetCode added in v1.15.86

func (s *RenderingError) SetCode(v string) *RenderingError

SetCode sets the Code field's value.

func (*RenderingError) SetMessage added in v1.15.86

func (s *RenderingError) SetMessage(v string) *RenderingError

SetMessage sets the Message field's value.

func (RenderingError) String added in v1.15.86

func (s RenderingError) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RepositoryAuthConfig added in v1.38.1

type RepositoryAuthConfig struct {

	// The Amazon Resource Name (ARN) of an Amazon Web Services Lambda function
	// that provides credentials to authenticate to the private Docker registry
	// where your model image is hosted. For information about how to create an
	// Amazon Web Services Lambda function, see Create a Lambda function with the
	// console (https://docs.aws.amazon.com/lambda/latest/dg/getting-started-create-function.html)
	// in the Amazon Web Services Lambda Developer Guide.
	//
	// RepositoryCredentialsProviderArn is a required field
	RepositoryCredentialsProviderArn *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Specifies an authentication configuration for the private docker registry where your model image is hosted. Specify a value for this property only if you specified Vpc as the value for the RepositoryAccessMode field of the ImageConfig object that you passed to a call to CreateModel and the private Docker registry where the model image is hosted requires authentication.

func (RepositoryAuthConfig) GoString added in v1.38.1

func (s RepositoryAuthConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RepositoryAuthConfig) SetRepositoryCredentialsProviderArn added in v1.38.1

func (s *RepositoryAuthConfig) SetRepositoryCredentialsProviderArn(v string) *RepositoryAuthConfig

SetRepositoryCredentialsProviderArn sets the RepositoryCredentialsProviderArn field's value.

func (RepositoryAuthConfig) String added in v1.38.1

func (s RepositoryAuthConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RepositoryAuthConfig) Validate added in v1.38.1

func (s *RepositoryAuthConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ResolvedAttributes added in v1.25.47

type ResolvedAttributes struct {

	// Specifies a metric to minimize or maximize as the objective of a job.
	AutoMLJobObjective *AutoMLJobObjective `type:"structure"`

	// How long a job is allowed to run, or how many candidates a job is allowed
	// to generate.
	CompletionCriteria *AutoMLJobCompletionCriteria `type:"structure"`

	// The problem type.
	ProblemType *string `type:"string" enum:"ProblemType"`
	// contains filtered or unexported fields
}

The resolved attributes.

func (ResolvedAttributes) GoString added in v1.25.47

func (s ResolvedAttributes) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResolvedAttributes) SetAutoMLJobObjective added in v1.25.47

func (s *ResolvedAttributes) SetAutoMLJobObjective(v *AutoMLJobObjective) *ResolvedAttributes

SetAutoMLJobObjective sets the AutoMLJobObjective field's value.

func (*ResolvedAttributes) SetCompletionCriteria added in v1.25.47

SetCompletionCriteria sets the CompletionCriteria field's value.

func (*ResolvedAttributes) SetProblemType added in v1.25.47

func (s *ResolvedAttributes) SetProblemType(v string) *ResolvedAttributes

SetProblemType sets the ProblemType field's value.

func (ResolvedAttributes) String added in v1.25.47

func (s ResolvedAttributes) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ResourceCatalog added in v1.44.305

type ResourceCatalog struct {

	// The time the ResourceCatalog was created.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// A free form description of the ResourceCatalog.
	//
	// Description is a required field
	Description *string `type:"string" required:"true"`

	// The Amazon Resource Name (ARN) of the ResourceCatalog.
	//
	// ResourceCatalogArn is a required field
	ResourceCatalogArn *string `type:"string" required:"true"`

	// The name of the ResourceCatalog.
	//
	// ResourceCatalogName is a required field
	ResourceCatalogName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

A resource catalog containing all of the resources of a specific resource type within a resource owner account. For an example on sharing the Amazon SageMaker Feature Store DefaultFeatureGroupCatalog, see Share Amazon SageMaker Catalog resource type (https://docs.aws.amazon.com/sagemaker/latest/APIReference/feature-store-cross-account-discoverability-share-sagemaker-catalog.html) in the Amazon SageMaker Developer Guide.

func (ResourceCatalog) GoString added in v1.44.305

func (s ResourceCatalog) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceCatalog) SetCreationTime added in v1.44.305

func (s *ResourceCatalog) SetCreationTime(v time.Time) *ResourceCatalog

SetCreationTime sets the CreationTime field's value.

func (*ResourceCatalog) SetDescription added in v1.44.305

func (s *ResourceCatalog) SetDescription(v string) *ResourceCatalog

SetDescription sets the Description field's value.

func (*ResourceCatalog) SetResourceCatalogArn added in v1.44.305

func (s *ResourceCatalog) SetResourceCatalogArn(v string) *ResourceCatalog

SetResourceCatalogArn sets the ResourceCatalogArn field's value.

func (*ResourceCatalog) SetResourceCatalogName added in v1.44.305

func (s *ResourceCatalog) SetResourceCatalogName(v string) *ResourceCatalog

SetResourceCatalogName sets the ResourceCatalogName field's value.

func (ResourceCatalog) String added in v1.44.305

func (s ResourceCatalog) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ResourceConfig

type ResourceConfig struct {

	// The number of ML compute instances to use. For distributed training, provide
	// a value greater than 1.
	InstanceCount *int64 `type:"integer"`

	// The configuration of a heterogeneous cluster in JSON format.
	InstanceGroups []*InstanceGroup `type:"list"`

	// The ML compute instance type.
	//
	// SageMaker Training on Amazon Elastic Compute Cloud (EC2) P4de instances is
	// in preview release starting December 9th, 2022.
	//
	// Amazon EC2 P4de instances (http://aws.amazon.com/ec2/instance-types/p4/)
	// (currently in preview) are powered by 8 NVIDIA A100 GPUs with 80GB high-performance
	// HBM2e GPU memory, which accelerate the speed of training ML models that need
	// to be trained on large datasets of high-resolution data. In this preview
	// release, Amazon SageMaker supports ML training jobs on P4de instances (ml.p4de.24xlarge)
	// to reduce model training time. The ml.p4de.24xlarge instances are available
	// in the following Amazon Web Services Regions.
	//
	//    * US East (N. Virginia) (us-east-1)
	//
	//    * US West (Oregon) (us-west-2)
	//
	// To request quota limit increase and start using P4de instances, contact the
	// SageMaker Training service team through your account team.
	InstanceType *string `type:"string" enum:"TrainingInstanceType"`

	// The duration of time in seconds to retain configured resources in a warm
	// pool for subsequent training jobs.
	KeepAlivePeriodInSeconds *int64 `type:"integer"`

	// The Amazon Web Services KMS key that SageMaker uses to encrypt data on the
	// storage volume attached to the ML compute instance(s) that run the training
	// job.
	//
	// Certain Nitro-based instances include local storage, dependent on the instance
	// type. Local storage volumes are encrypted using a hardware module on the
	// instance. You can't request a VolumeKmsKeyId when using an instance type
	// with local storage.
	//
	// For a list of instance types that support local instance storage, see Instance
	// Store Volumes (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html#instance-store-volumes).
	//
	// For more information about local instance storage encryption, see SSD Instance
	// Store Volumes (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ssd-instance-store.html).
	//
	// The VolumeKmsKeyId can be in any of the following formats:
	//
	//    * // KMS Key ID "1234abcd-12ab-34cd-56ef-1234567890ab"
	//
	//    * // Amazon Resource Name (ARN) of a KMS Key "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"
	VolumeKmsKeyId *string `type:"string"`

	// The size of the ML storage volume that you want to provision.
	//
	// ML storage volumes store model artifacts and incremental states. Training
	// algorithms might also use the ML storage volume for scratch space. If you
	// want to store the training data in the ML storage volume, choose File as
	// the TrainingInputMode in the algorithm specification.
	//
	// When using an ML instance with NVMe SSD volumes (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ssd-instance-store.html#nvme-ssd-volumes),
	// SageMaker doesn't provision Amazon EBS General Purpose SSD (gp2) storage.
	// Available storage is fixed to the NVMe-type instance's storage capacity.
	// SageMaker configures storage paths for training datasets, checkpoints, model
	// artifacts, and outputs to use the entire capacity of the instance storage.
	// For example, ML instance families with the NVMe-type instance storage include
	// ml.p4d, ml.g4dn, and ml.g5.
	//
	// When using an ML instance with the EBS-only storage option and without instance
	// storage, you must define the size of EBS volume through VolumeSizeInGB in
	// the ResourceConfig API. For example, ML instance families that use EBS volumes
	// include ml.c5 and ml.p2.
	//
	// To look up instance types and their instance storage types and volumes, see
	// Amazon EC2 Instance Types (http://aws.amazon.com/ec2/instance-types/).
	//
	// To find the default local paths defined by the SageMaker training platform,
	// see Amazon SageMaker Training Storage Folders for Training Datasets, Checkpoints,
	// Model Artifacts, and Outputs (https://docs.aws.amazon.com/sagemaker/latest/dg/model-train-storage.html).
	//
	// VolumeSizeInGB is a required field
	VolumeSizeInGB *int64 `min:"1" type:"integer" required:"true"`
	// contains filtered or unexported fields
}

Describes the resources, including machine learning (ML) compute instances and ML storage volumes, to use for model training.

func (ResourceConfig) GoString

func (s ResourceConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceConfig) SetInstanceCount

func (s *ResourceConfig) SetInstanceCount(v int64) *ResourceConfig

SetInstanceCount sets the InstanceCount field's value.

func (*ResourceConfig) SetInstanceGroups added in v1.44.50

func (s *ResourceConfig) SetInstanceGroups(v []*InstanceGroup) *ResourceConfig

SetInstanceGroups sets the InstanceGroups field's value.

func (*ResourceConfig) SetInstanceType

func (s *ResourceConfig) SetInstanceType(v string) *ResourceConfig

SetInstanceType sets the InstanceType field's value.

func (*ResourceConfig) SetKeepAlivePeriodInSeconds added in v1.44.108

func (s *ResourceConfig) SetKeepAlivePeriodInSeconds(v int64) *ResourceConfig

SetKeepAlivePeriodInSeconds sets the KeepAlivePeriodInSeconds field's value.

func (*ResourceConfig) SetVolumeKmsKeyId added in v1.12.65

func (s *ResourceConfig) SetVolumeKmsKeyId(v string) *ResourceConfig

SetVolumeKmsKeyId sets the VolumeKmsKeyId field's value.

func (*ResourceConfig) SetVolumeSizeInGB

func (s *ResourceConfig) SetVolumeSizeInGB(v int64) *ResourceConfig

SetVolumeSizeInGB sets the VolumeSizeInGB field's value.

func (ResourceConfig) String

func (s ResourceConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceConfig) Validate

func (s *ResourceConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ResourceConfigForUpdate added in v1.44.108

type ResourceConfigForUpdate struct {

	// The KeepAlivePeriodInSeconds value specified in the ResourceConfig to update.
	//
	// KeepAlivePeriodInSeconds is a required field
	KeepAlivePeriodInSeconds *int64 `type:"integer" required:"true"`
	// contains filtered or unexported fields
}

The ResourceConfig to update KeepAlivePeriodInSeconds. Other fields in the ResourceConfig cannot be updated.

func (ResourceConfigForUpdate) GoString added in v1.44.108

func (s ResourceConfigForUpdate) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceConfigForUpdate) SetKeepAlivePeriodInSeconds added in v1.44.108

func (s *ResourceConfigForUpdate) SetKeepAlivePeriodInSeconds(v int64) *ResourceConfigForUpdate

SetKeepAlivePeriodInSeconds sets the KeepAlivePeriodInSeconds field's value.

func (ResourceConfigForUpdate) String added in v1.44.108

func (s ResourceConfigForUpdate) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceConfigForUpdate) Validate added in v1.44.108

func (s *ResourceConfigForUpdate) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ResourceInUse added in v1.28.0

type ResourceInUse struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"Message" type:"string"`
	// contains filtered or unexported fields
}

Resource being accessed is in use.

func (*ResourceInUse) Code added in v1.28.0

func (s *ResourceInUse) Code() string

Code returns the exception type name.

func (*ResourceInUse) Error added in v1.28.0

func (s *ResourceInUse) Error() string

func (ResourceInUse) GoString added in v1.28.0

func (s ResourceInUse) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceInUse) Message added in v1.28.0

func (s *ResourceInUse) Message() string

Message returns the exception's message.

func (*ResourceInUse) OrigErr added in v1.28.0

func (s *ResourceInUse) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ResourceInUse) RequestID added in v1.28.0

func (s *ResourceInUse) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ResourceInUse) StatusCode added in v1.28.0

func (s *ResourceInUse) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ResourceInUse) String added in v1.28.0

func (s ResourceInUse) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ResourceLimitExceeded added in v1.28.0

type ResourceLimitExceeded struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"Message" type:"string"`
	// contains filtered or unexported fields
}

You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

func (*ResourceLimitExceeded) Code added in v1.28.0

func (s *ResourceLimitExceeded) Code() string

Code returns the exception type name.

func (*ResourceLimitExceeded) Error added in v1.28.0

func (s *ResourceLimitExceeded) Error() string

func (ResourceLimitExceeded) GoString added in v1.28.0

func (s ResourceLimitExceeded) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceLimitExceeded) Message added in v1.28.0

func (s *ResourceLimitExceeded) Message() string

Message returns the exception's message.

func (*ResourceLimitExceeded) OrigErr added in v1.28.0

func (s *ResourceLimitExceeded) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ResourceLimitExceeded) RequestID added in v1.28.0

func (s *ResourceLimitExceeded) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ResourceLimitExceeded) StatusCode added in v1.28.0

func (s *ResourceLimitExceeded) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ResourceLimitExceeded) String added in v1.28.0

func (s ResourceLimitExceeded) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ResourceLimits added in v1.14.0

type ResourceLimits struct {

	// The maximum number of training jobs that a hyperparameter tuning job can
	// launch.
	MaxNumberOfTrainingJobs *int64 `min:"1" type:"integer"`

	// The maximum number of concurrent training jobs that a hyperparameter tuning
	// job can launch.
	//
	// MaxParallelTrainingJobs is a required field
	MaxParallelTrainingJobs *int64 `min:"1" type:"integer" required:"true"`

	// The maximum time in seconds that a hyperparameter tuning job can run.
	MaxRuntimeInSeconds *int64 `min:"120" type:"integer"`
	// contains filtered or unexported fields
}

Specifies the maximum number of training jobs and parallel training jobs that a hyperparameter tuning job can launch.

func (ResourceLimits) GoString added in v1.14.0

func (s ResourceLimits) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceLimits) SetMaxNumberOfTrainingJobs added in v1.14.0

func (s *ResourceLimits) SetMaxNumberOfTrainingJobs(v int64) *ResourceLimits

SetMaxNumberOfTrainingJobs sets the MaxNumberOfTrainingJobs field's value.

func (*ResourceLimits) SetMaxParallelTrainingJobs added in v1.14.0

func (s *ResourceLimits) SetMaxParallelTrainingJobs(v int64) *ResourceLimits

SetMaxParallelTrainingJobs sets the MaxParallelTrainingJobs field's value.

func (*ResourceLimits) SetMaxRuntimeInSeconds added in v1.44.191

func (s *ResourceLimits) SetMaxRuntimeInSeconds(v int64) *ResourceLimits

SetMaxRuntimeInSeconds sets the MaxRuntimeInSeconds field's value.

func (ResourceLimits) String added in v1.14.0

func (s ResourceLimits) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceLimits) Validate added in v1.14.0

func (s *ResourceLimits) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ResourceNotFound added in v1.28.0

type ResourceNotFound struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"Message" type:"string"`
	// contains filtered or unexported fields
}

Resource being access is not found.

func (*ResourceNotFound) Code added in v1.28.0

func (s *ResourceNotFound) Code() string

Code returns the exception type name.

func (*ResourceNotFound) Error added in v1.28.0

func (s *ResourceNotFound) Error() string

func (ResourceNotFound) GoString added in v1.28.0

func (s ResourceNotFound) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceNotFound) Message added in v1.28.0

func (s *ResourceNotFound) Message() string

Message returns the exception's message.

func (*ResourceNotFound) OrigErr added in v1.28.0

func (s *ResourceNotFound) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ResourceNotFound) RequestID added in v1.28.0

func (s *ResourceNotFound) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ResourceNotFound) StatusCode added in v1.28.0

func (s *ResourceNotFound) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ResourceNotFound) String added in v1.28.0

func (s ResourceNotFound) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ResourceSpec added in v1.25.47

type ResourceSpec struct {

	// The instance type that the image version runs on.
	//
	// JupyterServer apps only support the system value.
	//
	// For KernelGateway apps, the system value is translated to ml.t3.medium. KernelGateway
	// apps also support all other values for available instance types.
	InstanceType *string `type:"string" enum:"AppInstanceType"`

	// The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to
	// the Resource.
	LifecycleConfigArn *string `type:"string"`

	// The ARN of the SageMaker image that the image version belongs to.
	SageMakerImageArn *string `type:"string"`

	// The ARN of the image version created on the instance.
	SageMakerImageVersionArn *string `type:"string"`
	// contains filtered or unexported fields
}

Specifies the ARN's of a SageMaker image and SageMaker image version, and the instance type that the version runs on.

func (ResourceSpec) GoString added in v1.25.47

func (s ResourceSpec) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceSpec) SetInstanceType added in v1.25.47

func (s *ResourceSpec) SetInstanceType(v string) *ResourceSpec

SetInstanceType sets the InstanceType field's value.

func (*ResourceSpec) SetLifecycleConfigArn added in v1.40.41

func (s *ResourceSpec) SetLifecycleConfigArn(v string) *ResourceSpec

SetLifecycleConfigArn sets the LifecycleConfigArn field's value.

func (*ResourceSpec) SetSageMakerImageArn added in v1.30.15

func (s *ResourceSpec) SetSageMakerImageArn(v string) *ResourceSpec

SetSageMakerImageArn sets the SageMakerImageArn field's value.

func (*ResourceSpec) SetSageMakerImageVersionArn added in v1.35.15

func (s *ResourceSpec) SetSageMakerImageVersionArn(v string) *ResourceSpec

SetSageMakerImageVersionArn sets the SageMakerImageVersionArn field's value.

func (ResourceSpec) String added in v1.25.47

func (s ResourceSpec) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RetentionPolicy added in v1.25.47

type RetentionPolicy struct {

	// The default is Retain, which specifies to keep the data stored on the EFS
	// volume.
	//
	// Specify Delete to delete the data stored on the EFS volume.
	HomeEfsFileSystem *string `type:"string" enum:"RetentionType"`
	// contains filtered or unexported fields
}

The retention policy for data stored on an Amazon Elastic File System (EFS) volume.

func (RetentionPolicy) GoString added in v1.25.47

func (s RetentionPolicy) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RetentionPolicy) SetHomeEfsFileSystem added in v1.25.47

func (s *RetentionPolicy) SetHomeEfsFileSystem(v string) *RetentionPolicy

SetHomeEfsFileSystem sets the HomeEfsFileSystem field's value.

func (RetentionPolicy) String added in v1.25.47

func (s RetentionPolicy) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RetryPipelineExecutionInput added in v1.40.44

type RetryPipelineExecutionInput struct {

	// A unique, case-sensitive identifier that you provide to ensure the idempotency
	// of the operation. An idempotent operation completes no more than once.
	ClientRequestToken *string `min:"32" type:"string" idempotencyToken:"true"`

	// This configuration, if specified, overrides the parallelism configuration
	// of the parent pipeline.
	ParallelismConfiguration *ParallelismConfiguration `type:"structure"`

	// The Amazon Resource Name (ARN) of the pipeline execution.
	//
	// PipelineExecutionArn is a required field
	PipelineExecutionArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (RetryPipelineExecutionInput) GoString added in v1.40.44

func (s RetryPipelineExecutionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RetryPipelineExecutionInput) SetClientRequestToken added in v1.40.44

func (s *RetryPipelineExecutionInput) SetClientRequestToken(v string) *RetryPipelineExecutionInput

SetClientRequestToken sets the ClientRequestToken field's value.

func (*RetryPipelineExecutionInput) SetParallelismConfiguration added in v1.42.26

SetParallelismConfiguration sets the ParallelismConfiguration field's value.

func (*RetryPipelineExecutionInput) SetPipelineExecutionArn added in v1.40.44

func (s *RetryPipelineExecutionInput) SetPipelineExecutionArn(v string) *RetryPipelineExecutionInput

SetPipelineExecutionArn sets the PipelineExecutionArn field's value.

func (RetryPipelineExecutionInput) String added in v1.40.44

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RetryPipelineExecutionInput) Validate added in v1.40.44

func (s *RetryPipelineExecutionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RetryPipelineExecutionOutput added in v1.40.44

type RetryPipelineExecutionOutput struct {

	// The Amazon Resource Name (ARN) of the pipeline execution.
	PipelineExecutionArn *string `type:"string"`
	// contains filtered or unexported fields
}

func (RetryPipelineExecutionOutput) GoString added in v1.40.44

func (s RetryPipelineExecutionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RetryPipelineExecutionOutput) SetPipelineExecutionArn added in v1.40.44

func (s *RetryPipelineExecutionOutput) SetPipelineExecutionArn(v string) *RetryPipelineExecutionOutput

SetPipelineExecutionArn sets the PipelineExecutionArn field's value.

func (RetryPipelineExecutionOutput) String added in v1.40.44

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RetryStrategy added in v1.38.32

type RetryStrategy struct {

	// The number of times to retry the job. When the job is retried, it's SecondaryStatus
	// is changed to STARTING.
	//
	// MaximumRetryAttempts is a required field
	MaximumRetryAttempts *int64 `min:"1" type:"integer" required:"true"`
	// contains filtered or unexported fields
}

The retry strategy to use when a training job fails due to an InternalServerError. RetryStrategy is specified as part of the CreateTrainingJob and CreateHyperParameterTuningJob requests. You can add the StoppingCondition parameter to the request to limit the training time for the complete job.

func (RetryStrategy) GoString added in v1.38.32

func (s RetryStrategy) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RetryStrategy) SetMaximumRetryAttempts added in v1.38.32

func (s *RetryStrategy) SetMaximumRetryAttempts(v int64) *RetryStrategy

SetMaximumRetryAttempts sets the MaximumRetryAttempts field's value.

func (RetryStrategy) String added in v1.38.32

func (s RetryStrategy) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RetryStrategy) Validate added in v1.38.32

func (s *RetryStrategy) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RollingUpdatePolicy added in v1.44.294

type RollingUpdatePolicy struct {

	// Batch size for each rolling step to provision capacity and turn on traffic
	// on the new endpoint fleet, and terminate capacity on the old endpoint fleet.
	// Value must be between 5% to 50% of the variant's total instance count.
	//
	// MaximumBatchSize is a required field
	MaximumBatchSize *CapacitySize `type:"structure" required:"true"`

	// The time limit for the total deployment. Exceeding this limit causes a timeout.
	MaximumExecutionTimeoutInSeconds *int64 `min:"600" type:"integer"`

	// Batch size for rollback to the old endpoint fleet. Each rolling step to provision
	// capacity and turn on traffic on the old endpoint fleet, and terminate capacity
	// on the new endpoint fleet. If this field is absent, the default value will
	// be set to 100% of total capacity which means to bring up the whole capacity
	// of the old fleet at once during rollback.
	RollbackMaximumBatchSize *CapacitySize `type:"structure"`

	// The length of the baking period, during which SageMaker monitors alarms for
	// each batch on the new fleet.
	//
	// WaitIntervalInSeconds is a required field
	WaitIntervalInSeconds *int64 `type:"integer" required:"true"`
	// contains filtered or unexported fields
}

Specifies a rolling deployment strategy for updating a SageMaker endpoint.

func (RollingUpdatePolicy) GoString added in v1.44.294

func (s RollingUpdatePolicy) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RollingUpdatePolicy) SetMaximumBatchSize added in v1.44.294

func (s *RollingUpdatePolicy) SetMaximumBatchSize(v *CapacitySize) *RollingUpdatePolicy

SetMaximumBatchSize sets the MaximumBatchSize field's value.

func (*RollingUpdatePolicy) SetMaximumExecutionTimeoutInSeconds added in v1.44.294

func (s *RollingUpdatePolicy) SetMaximumExecutionTimeoutInSeconds(v int64) *RollingUpdatePolicy

SetMaximumExecutionTimeoutInSeconds sets the MaximumExecutionTimeoutInSeconds field's value.

func (*RollingUpdatePolicy) SetRollbackMaximumBatchSize added in v1.44.294

func (s *RollingUpdatePolicy) SetRollbackMaximumBatchSize(v *CapacitySize) *RollingUpdatePolicy

SetRollbackMaximumBatchSize sets the RollbackMaximumBatchSize field's value.

func (*RollingUpdatePolicy) SetWaitIntervalInSeconds added in v1.44.294

func (s *RollingUpdatePolicy) SetWaitIntervalInSeconds(v int64) *RollingUpdatePolicy

SetWaitIntervalInSeconds sets the WaitIntervalInSeconds field's value.

func (RollingUpdatePolicy) String added in v1.44.294

func (s RollingUpdatePolicy) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RollingUpdatePolicy) Validate added in v1.44.294

func (s *RollingUpdatePolicy) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type S3DataSource

type S3DataSource struct {

	// A list of one or more attribute names to use that are found in a specified
	// augmented manifest file.
	AttributeNames []*string `type:"list"`

	// A list of names of instance groups that get data from the S3 data source.
	InstanceGroupNames []*string `type:"list"`

	// If you want SageMaker to replicate the entire dataset on each ML compute
	// instance that is launched for model training, specify FullyReplicated.
	//
	// If you want SageMaker to replicate a subset of data on each ML compute instance
	// that is launched for model training, specify ShardedByS3Key. If there are
	// n ML compute instances launched for a training job, each instance gets approximately
	// 1/n of the number of S3 objects. In this case, model training on each machine
	// uses only the subset of training data.
	//
	// Don't choose more ML compute instances for training than available S3 objects.
	// If you do, some nodes won't get any data and you will pay for nodes that
	// aren't getting any training data. This applies in both File and Pipe modes.
	// Keep this in mind when developing algorithms.
	//
	// In distributed training, where you use multiple ML compute EC2 instances,
	// you might choose ShardedByS3Key. If the algorithm requires copying training
	// data to the ML storage volume (when TrainingInputMode is set to File), this
	// copies 1/n of the number of objects.
	S3DataDistributionType *string `type:"string" enum:"S3DataDistribution"`

	// If you choose S3Prefix, S3Uri identifies a key name prefix. SageMaker uses
	// all objects that match the specified key name prefix for model training.
	//
	// If you choose ManifestFile, S3Uri identifies an object that is a manifest
	// file containing a list of object keys that you want SageMaker to use for
	// model training.
	//
	// If you choose AugmentedManifestFile, S3Uri identifies an object that is an
	// augmented manifest file in JSON lines format. This file contains the data
	// you want to use for model training. AugmentedManifestFile can only be used
	// if the Channel's input mode is Pipe.
	//
	// S3DataType is a required field
	S3DataType *string `type:"string" required:"true" enum:"S3DataType"`

	// Depending on the value specified for the S3DataType, identifies either a
	// key name prefix or a manifest. For example:
	//
	//    * A key name prefix might look like this: s3://bucketname/exampleprefix
	//
	//    * A manifest might look like this: s3://bucketname/example.manifest A
	//    manifest is an S3 object which is a JSON file consisting of an array of
	//    elements. The first element is a prefix which is followed by one or more
	//    suffixes. SageMaker appends the suffix elements to the prefix to get a
	//    full set of S3Uri. Note that the prefix must be a valid non-empty S3Uri
	//    that precludes users from specifying a manifest whose individual S3Uri
	//    is sourced from different S3 buckets. The following code example shows
	//    a valid manifest format: [ {"prefix": "s3://customer_bucket/some/prefix/"},
	//    "relative/path/to/custdata-1", "relative/path/custdata-2", ... "relative/path/custdata-N"
	//    ] This JSON is equivalent to the following S3Uri list: s3://customer_bucket/some/prefix/relative/path/to/custdata-1
	//    s3://customer_bucket/some/prefix/relative/path/custdata-2 ... s3://customer_bucket/some/prefix/relative/path/custdata-N
	//    The complete set of S3Uri in this manifest is the input data for the channel
	//    for this data source. The object that each S3Uri points to must be readable
	//    by the IAM role that SageMaker uses to perform tasks on your behalf.
	//
	// Your input bucket must be located in same Amazon Web Services region as your
	// training job.
	//
	// S3Uri is a required field
	S3Uri *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Describes the S3 data source.

Your input bucket must be in the same Amazon Web Services region as your training job.

func (S3DataSource) GoString

func (s S3DataSource) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*S3DataSource) SetAttributeNames added in v1.15.86

func (s *S3DataSource) SetAttributeNames(v []*string) *S3DataSource

SetAttributeNames sets the AttributeNames field's value.

func (*S3DataSource) SetInstanceGroupNames added in v1.44.50

func (s *S3DataSource) SetInstanceGroupNames(v []*string) *S3DataSource

SetInstanceGroupNames sets the InstanceGroupNames field's value.

func (*S3DataSource) SetS3DataDistributionType

func (s *S3DataSource) SetS3DataDistributionType(v string) *S3DataSource

SetS3DataDistributionType sets the S3DataDistributionType field's value.

func (*S3DataSource) SetS3DataType

func (s *S3DataSource) SetS3DataType(v string) *S3DataSource

SetS3DataType sets the S3DataType field's value.

func (*S3DataSource) SetS3Uri

func (s *S3DataSource) SetS3Uri(v string) *S3DataSource

SetS3Uri sets the S3Uri field's value.

func (S3DataSource) String

func (s S3DataSource) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*S3DataSource) Validate

func (s *S3DataSource) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type S3ModelDataSource added in v1.44.287

type S3ModelDataSource struct {

	// Specifies how the ML model data is prepared.
	//
	// If you choose Gzip and choose S3Object as the value of S3DataType, S3Uri
	// identifies an object that is a gzip-compressed TAR archive. SageMaker will
	// attempt to decompress and untar the object during model deployment.
	//
	// If you choose None and chooose S3Object as the value of S3DataType, S3Uri
	// identifies an object that represents an uncompressed ML model to deploy.
	//
	// If you choose None and choose S3Prefix as the value of S3DataType, S3Uri
	// identifies a key name prefix, under which all objects represents the uncompressed
	// ML model to deploy.
	//
	// If you choose None, then SageMaker will follow rules below when creating
	// model data files under /opt/ml/model directory for use by your inference
	// code:
	//
	//    * If you choose S3Object as the value of S3DataType, then SageMaker will
	//    split the key of the S3 object referenced by S3Uri by slash (/), and use
	//    the last part as the filename of the file holding the content of the S3
	//    object.
	//
	//    * If you choose S3Prefix as the value of S3DataType, then for each S3
	//    object under the key name pefix referenced by S3Uri, SageMaker will trim
	//    its key by the prefix, and use the remainder as the path (relative to
	//    /opt/ml/model) of the file holding the content of the S3 object. SageMaker
	//    will split the remainder by slash (/), using intermediate parts as directory
	//    names and the last part as filename of the file holding the content of
	//    the S3 object.
	//
	//    * Do not use any of the following as file names or directory names: An
	//    empty or blank string A string which contains null bytes A string longer
	//    than 255 bytes A single dot (.) A double dot (..)
	//
	//    * Ambiguous file names will result in model deployment failure. For example,
	//    if your uncompressed ML model consists of two S3 objects s3://mybucket/model/weights
	//    and s3://mybucket/model/weights/part1 and you specify s3://mybucket/model/
	//    as the value of S3Uri and S3Prefix as the value of S3DataType, then it
	//    will result in name clash between /opt/ml/model/weights (a regular file)
	//    and /opt/ml/model/weights/ (a directory).
	//
	//    * Do not organize the model artifacts in S3 console using folders (https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-folders.html).
	//    When you create a folder in S3 console, S3 creates a 0-byte object with
	//    a key set to the folder name you provide. They key of the 0-byte object
	//    ends with a slash (/) which violates SageMaker restrictions on model artifact
	//    file names, leading to model deployment failure.
	//
	// CompressionType is a required field
	CompressionType *string `type:"string" required:"true" enum:"ModelCompressionType"`

	// Specifies the type of ML model data to deploy.
	//
	// If you choose S3Prefix, S3Uri identifies a key name prefix. SageMaker uses
	// all objects that match the specified key name prefix as part of the ML model
	// data to deploy. A valid key name prefix identified by S3Uri always ends with
	// a forward slash (/).
	//
	// If you choose S3Object, S3Uri identifies an object that is the ML model data
	// to deploy.
	//
	// S3DataType is a required field
	S3DataType *string `type:"string" required:"true" enum:"S3ModelDataType"`

	// Specifies the S3 path of ML model data to deploy.
	//
	// S3Uri is a required field
	S3Uri *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Specifies the S3 location of ML model data to deploy.

func (S3ModelDataSource) GoString added in v1.44.287

func (s S3ModelDataSource) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*S3ModelDataSource) SetCompressionType added in v1.44.287

func (s *S3ModelDataSource) SetCompressionType(v string) *S3ModelDataSource

SetCompressionType sets the CompressionType field's value.

func (*S3ModelDataSource) SetS3DataType added in v1.44.287

func (s *S3ModelDataSource) SetS3DataType(v string) *S3ModelDataSource

SetS3DataType sets the S3DataType field's value.

func (*S3ModelDataSource) SetS3Uri added in v1.44.287

func (s *S3ModelDataSource) SetS3Uri(v string) *S3ModelDataSource

SetS3Uri sets the S3Uri field's value.

func (S3ModelDataSource) String added in v1.44.287

func (s S3ModelDataSource) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*S3ModelDataSource) Validate added in v1.44.287

func (s *S3ModelDataSource) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type S3StorageConfig added in v1.35.37

type S3StorageConfig struct {

	// The Amazon Web Services Key Management Service (KMS) key ARN of the key used
	// to encrypt any objects written into the OfflineStore S3 location.
	//
	// The IAM roleARN that is passed as a parameter to CreateFeatureGroup must
	// have below permissions to the KmsKeyId:
	//
	//    * "kms:GenerateDataKey"
	KmsKeyId *string `type:"string"`

	// The S3 path where offline records are written.
	ResolvedOutputS3Uri *string `type:"string"`

	// The S3 URI, or location in Amazon S3, of OfflineStore.
	//
	// S3 URIs have a format similar to the following: s3://example-bucket/prefix/.
	//
	// S3Uri is a required field
	S3Uri *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

The Amazon Simple Storage (Amazon S3) location and and security configuration for OfflineStore.

func (S3StorageConfig) GoString added in v1.35.37

func (s S3StorageConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*S3StorageConfig) SetKmsKeyId added in v1.35.37

func (s *S3StorageConfig) SetKmsKeyId(v string) *S3StorageConfig

SetKmsKeyId sets the KmsKeyId field's value.

func (*S3StorageConfig) SetResolvedOutputS3Uri added in v1.37.24

func (s *S3StorageConfig) SetResolvedOutputS3Uri(v string) *S3StorageConfig

SetResolvedOutputS3Uri sets the ResolvedOutputS3Uri field's value.

func (*S3StorageConfig) SetS3Uri added in v1.35.37

func (s *S3StorageConfig) SetS3Uri(v string) *S3StorageConfig

SetS3Uri sets the S3Uri field's value.

func (S3StorageConfig) String added in v1.35.37

func (s S3StorageConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*S3StorageConfig) Validate added in v1.35.37

func (s *S3StorageConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SageMaker

type SageMaker struct {
	*client.Client
}

SageMaker provides the API operation methods for making requests to Amazon SageMaker Service. See this package's package overview docs for details on the service.

SageMaker methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.

func New

func New(p client.ConfigProvider, cfgs ...*aws.Config) *SageMaker

New creates a new instance of the SageMaker client with a session. If additional configuration is needed for the client instance use the optional aws.Config parameter to add your extra config.

Example:

mySession := session.Must(session.NewSession())

// Create a SageMaker client from just a session.
svc := sagemaker.New(mySession)

// Create a SageMaker client with additional configuration
svc := sagemaker.New(mySession, aws.NewConfig().WithRegion("us-west-2"))

func (*SageMaker) AddAssociation added in v1.35.37

func (c *SageMaker) AddAssociation(input *AddAssociationInput) (*AddAssociationOutput, error)

AddAssociation API operation for Amazon SageMaker Service.

Creates an association between the source and the destination. A source can be associated with multiple destinations, and a destination can be associated with multiple sources. An association is a lineage tracking entity. For more information, see Amazon SageMaker ML Lineage Tracking (https://docs.aws.amazon.com/sagemaker/latest/dg/lineage-tracking.html).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation AddAssociation for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/AddAssociation

func (*SageMaker) AddAssociationRequest added in v1.35.37

func (c *SageMaker) AddAssociationRequest(input *AddAssociationInput) (req *request.Request, output *AddAssociationOutput)

AddAssociationRequest generates a "aws/request.Request" representing the client's request for the AddAssociation operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See AddAssociation for more information on using the AddAssociation API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the AddAssociationRequest method.
req, resp := client.AddAssociationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/AddAssociation

func (*SageMaker) AddAssociationWithContext added in v1.35.37

func (c *SageMaker) AddAssociationWithContext(ctx aws.Context, input *AddAssociationInput, opts ...request.Option) (*AddAssociationOutput, error)

AddAssociationWithContext is the same as AddAssociation with the addition of the ability to pass a context and additional request options.

See AddAssociation for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) AddTags

func (c *SageMaker) AddTags(input *AddTagsInput) (*AddTagsOutput, error)

AddTags API operation for Amazon SageMaker Service.

Adds or overwrites one or more tags for the specified SageMaker resource. You can add tags to notebook instances, training jobs, hyperparameter tuning jobs, batch transform jobs, models, labeling jobs, work teams, endpoint configurations, and endpoints.

Each tag consists of a key and an optional value. Tag keys must be unique per resource. For more information about tags, see For more information, see Amazon Web Services Tagging Strategies (https://aws.amazon.com/answers/account-management/aws-tagging-strategies/).

Tags that you add to a hyperparameter tuning job by calling this API are also added to any training jobs that the hyperparameter tuning job launches after you call this API, but not to training jobs that the hyperparameter tuning job launched before you called this API. To make sure that the tags associated with a hyperparameter tuning job are also added to all training jobs that the hyperparameter tuning job launches, add the tags when you first create the tuning job by specifying them in the Tags parameter of CreateHyperParameterTuningJob (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateHyperParameterTuningJob.html)

Tags that you add to a SageMaker Studio Domain or User Profile by calling this API are also added to any Apps that the Domain or User Profile launches after you call this API, but not to Apps that the Domain or User Profile launched before you called this API. To make sure that the tags associated with a Domain or User Profile are also added to all Apps that the Domain or User Profile launches, add the tags when you first create the Domain or User Profile by specifying them in the Tags parameter of CreateDomain (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateDomain.html) or CreateUserProfile (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateUserProfile.html).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation AddTags for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/AddTags

func (*SageMaker) AddTagsRequest

func (c *SageMaker) AddTagsRequest(input *AddTagsInput) (req *request.Request, output *AddTagsOutput)

AddTagsRequest generates a "aws/request.Request" representing the client's request for the AddTags operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See AddTags for more information on using the AddTags API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the AddTagsRequest method.
req, resp := client.AddTagsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/AddTags

func (*SageMaker) AddTagsWithContext

func (c *SageMaker) AddTagsWithContext(ctx aws.Context, input *AddTagsInput, opts ...request.Option) (*AddTagsOutput, error)

AddTagsWithContext is the same as AddTags with the addition of the ability to pass a context and additional request options.

See AddTags for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) AssociateTrialComponent added in v1.25.47

func (c *SageMaker) AssociateTrialComponent(input *AssociateTrialComponentInput) (*AssociateTrialComponentOutput, error)

AssociateTrialComponent API operation for Amazon SageMaker Service.

Associates a trial component with a trial. A trial component can be associated with multiple trials. To disassociate a trial component from a trial, call the DisassociateTrialComponent (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DisassociateTrialComponent.html) API.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation AssociateTrialComponent for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/AssociateTrialComponent

func (*SageMaker) AssociateTrialComponentRequest added in v1.25.47

func (c *SageMaker) AssociateTrialComponentRequest(input *AssociateTrialComponentInput) (req *request.Request, output *AssociateTrialComponentOutput)

AssociateTrialComponentRequest generates a "aws/request.Request" representing the client's request for the AssociateTrialComponent operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See AssociateTrialComponent for more information on using the AssociateTrialComponent API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the AssociateTrialComponentRequest method.
req, resp := client.AssociateTrialComponentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/AssociateTrialComponent

func (*SageMaker) AssociateTrialComponentWithContext added in v1.25.47

func (c *SageMaker) AssociateTrialComponentWithContext(ctx aws.Context, input *AssociateTrialComponentInput, opts ...request.Option) (*AssociateTrialComponentOutput, error)

AssociateTrialComponentWithContext is the same as AssociateTrialComponent with the addition of the ability to pass a context and additional request options.

See AssociateTrialComponent for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) BatchDescribeModelPackage added in v1.41.12

func (c *SageMaker) BatchDescribeModelPackage(input *BatchDescribeModelPackageInput) (*BatchDescribeModelPackageOutput, error)

BatchDescribeModelPackage API operation for Amazon SageMaker Service.

This action batch describes a list of versioned model packages

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation BatchDescribeModelPackage for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/BatchDescribeModelPackage

func (*SageMaker) BatchDescribeModelPackageRequest added in v1.41.12

func (c *SageMaker) BatchDescribeModelPackageRequest(input *BatchDescribeModelPackageInput) (req *request.Request, output *BatchDescribeModelPackageOutput)

BatchDescribeModelPackageRequest generates a "aws/request.Request" representing the client's request for the BatchDescribeModelPackage operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See BatchDescribeModelPackage for more information on using the BatchDescribeModelPackage API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the BatchDescribeModelPackageRequest method.
req, resp := client.BatchDescribeModelPackageRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/BatchDescribeModelPackage

func (*SageMaker) BatchDescribeModelPackageWithContext added in v1.41.12

func (c *SageMaker) BatchDescribeModelPackageWithContext(ctx aws.Context, input *BatchDescribeModelPackageInput, opts ...request.Option) (*BatchDescribeModelPackageOutput, error)

BatchDescribeModelPackageWithContext is the same as BatchDescribeModelPackage with the addition of the ability to pass a context and additional request options.

See BatchDescribeModelPackage for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) CreateAction added in v1.35.37

func (c *SageMaker) CreateAction(input *CreateActionInput) (*CreateActionOutput, error)

CreateAction API operation for Amazon SageMaker Service.

Creates an action. An action is a lineage tracking entity that represents an action or activity. For example, a model deployment or an HPO job. Generally, an action involves at least one input or output artifact. For more information, see Amazon SageMaker ML Lineage Tracking (https://docs.aws.amazon.com/sagemaker/latest/dg/lineage-tracking.html).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation CreateAction for usage and error information.

Returned Error Types:

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateAction

func (*SageMaker) CreateActionRequest added in v1.35.37

func (c *SageMaker) CreateActionRequest(input *CreateActionInput) (req *request.Request, output *CreateActionOutput)

CreateActionRequest generates a "aws/request.Request" representing the client's request for the CreateAction operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateAction for more information on using the CreateAction API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateActionRequest method.
req, resp := client.CreateActionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateAction

func (*SageMaker) CreateActionWithContext added in v1.35.37

func (c *SageMaker) CreateActionWithContext(ctx aws.Context, input *CreateActionInput, opts ...request.Option) (*CreateActionOutput, error)

CreateActionWithContext is the same as CreateAction with the addition of the ability to pass a context and additional request options.

See CreateAction for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) CreateAlgorithm added in v1.15.86

func (c *SageMaker) CreateAlgorithm(input *CreateAlgorithmInput) (*CreateAlgorithmOutput, error)

CreateAlgorithm API operation for Amazon SageMaker Service.

Create a machine learning algorithm that you can use in SageMaker and list in the Amazon Web Services Marketplace.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation CreateAlgorithm for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateAlgorithm

func (*SageMaker) CreateAlgorithmRequest added in v1.15.86

func (c *SageMaker) CreateAlgorithmRequest(input *CreateAlgorithmInput) (req *request.Request, output *CreateAlgorithmOutput)

CreateAlgorithmRequest generates a "aws/request.Request" representing the client's request for the CreateAlgorithm operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateAlgorithm for more information on using the CreateAlgorithm API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateAlgorithmRequest method.
req, resp := client.CreateAlgorithmRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateAlgorithm

func (*SageMaker) CreateAlgorithmWithContext added in v1.15.86

func (c *SageMaker) CreateAlgorithmWithContext(ctx aws.Context, input *CreateAlgorithmInput, opts ...request.Option) (*CreateAlgorithmOutput, error)

CreateAlgorithmWithContext is the same as CreateAlgorithm with the addition of the ability to pass a context and additional request options.

See CreateAlgorithm for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) CreateApp added in v1.25.47

func (c *SageMaker) CreateApp(input *CreateAppInput) (*CreateAppOutput, error)

CreateApp API operation for Amazon SageMaker Service.

Creates a running app for the specified UserProfile. This operation is automatically invoked by Amazon SageMaker Studio upon access to the associated Domain, and when new kernel configurations are selected by the user. A user may have multiple Apps active simultaneously.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation CreateApp for usage and error information.

Returned Error Types:

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

  • ResourceInUse Resource being accessed is in use.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateApp

func (*SageMaker) CreateAppImageConfig added in v1.35.15

func (c *SageMaker) CreateAppImageConfig(input *CreateAppImageConfigInput) (*CreateAppImageConfigOutput, error)

CreateAppImageConfig API operation for Amazon SageMaker Service.

Creates a configuration for running a SageMaker image as a KernelGateway app. The configuration specifies the Amazon Elastic File System (EFS) storage volume on the image, and a list of the kernels in the image.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation CreateAppImageConfig for usage and error information.

Returned Error Types:

  • ResourceInUse Resource being accessed is in use.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateAppImageConfig

func (*SageMaker) CreateAppImageConfigRequest added in v1.35.15

func (c *SageMaker) CreateAppImageConfigRequest(input *CreateAppImageConfigInput) (req *request.Request, output *CreateAppImageConfigOutput)

CreateAppImageConfigRequest generates a "aws/request.Request" representing the client's request for the CreateAppImageConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateAppImageConfig for more information on using the CreateAppImageConfig API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateAppImageConfigRequest method.
req, resp := client.CreateAppImageConfigRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateAppImageConfig

func (*SageMaker) CreateAppImageConfigWithContext added in v1.35.15

func (c *SageMaker) CreateAppImageConfigWithContext(ctx aws.Context, input *CreateAppImageConfigInput, opts ...request.Option) (*CreateAppImageConfigOutput, error)

CreateAppImageConfigWithContext is the same as CreateAppImageConfig with the addition of the ability to pass a context and additional request options.

See CreateAppImageConfig for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) CreateAppRequest added in v1.25.47

func (c *SageMaker) CreateAppRequest(input *CreateAppInput) (req *request.Request, output *CreateAppOutput)

CreateAppRequest generates a "aws/request.Request" representing the client's request for the CreateApp operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateApp for more information on using the CreateApp API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateAppRequest method.
req, resp := client.CreateAppRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateApp

func (*SageMaker) CreateAppWithContext added in v1.25.47

func (c *SageMaker) CreateAppWithContext(ctx aws.Context, input *CreateAppInput, opts ...request.Option) (*CreateAppOutput, error)

CreateAppWithContext is the same as CreateApp with the addition of the ability to pass a context and additional request options.

See CreateApp for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) CreateArtifact added in v1.35.37

func (c *SageMaker) CreateArtifact(input *CreateArtifactInput) (*CreateArtifactOutput, error)

CreateArtifact API operation for Amazon SageMaker Service.

Creates an artifact. An artifact is a lineage tracking entity that represents a URI addressable object or data. Some examples are the S3 URI of a dataset and the ECR registry path of an image. For more information, see Amazon SageMaker ML Lineage Tracking (https://docs.aws.amazon.com/sagemaker/latest/dg/lineage-tracking.html).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation CreateArtifact for usage and error information.

Returned Error Types:

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateArtifact

func (*SageMaker) CreateArtifactRequest added in v1.35.37

func (c *SageMaker) CreateArtifactRequest(input *CreateArtifactInput) (req *request.Request, output *CreateArtifactOutput)

CreateArtifactRequest generates a "aws/request.Request" representing the client's request for the CreateArtifact operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateArtifact for more information on using the CreateArtifact API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateArtifactRequest method.
req, resp := client.CreateArtifactRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateArtifact

func (*SageMaker) CreateArtifactWithContext added in v1.35.37

func (c *SageMaker) CreateArtifactWithContext(ctx aws.Context, input *CreateArtifactInput, opts ...request.Option) (*CreateArtifactOutput, error)

CreateArtifactWithContext is the same as CreateArtifact with the addition of the ability to pass a context and additional request options.

See CreateArtifact for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) CreateAutoMLJob added in v1.25.47

func (c *SageMaker) CreateAutoMLJob(input *CreateAutoMLJobInput) (*CreateAutoMLJobOutput, error)

CreateAutoMLJob API operation for Amazon SageMaker Service.

Creates an Autopilot job also referred to as Autopilot experiment or AutoML job.

We recommend using the new versions CreateAutoMLJobV2 (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateAutoMLJobV2.html) and DescribeAutoMLJobV2 (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeAutoMLJobV2.html), which offer backward compatibility.

CreateAutoMLJobV2 can manage tabular problem types identical to those of its previous version CreateAutoMLJob, as well as non-tabular problem types such as image or text classification.

Find guidelines about how to migrate a CreateAutoMLJob to CreateAutoMLJobV2 in Migrate a CreateAutoMLJob to CreateAutoMLJobV2 (https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-automate-model-development-create-experiment-api.html#autopilot-create-experiment-api-migrate-v1-v2).

You can find the best-performing model after you run an AutoML job by calling DescribeAutoMLJobV2 (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeAutoMLJobV2.html) (recommended) or DescribeAutoMLJob (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeAutoMLJob.html).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation CreateAutoMLJob for usage and error information.

Returned Error Types:

  • ResourceInUse Resource being accessed is in use.

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateAutoMLJob

func (*SageMaker) CreateAutoMLJobRequest added in v1.25.47

func (c *SageMaker) CreateAutoMLJobRequest(input *CreateAutoMLJobInput) (req *request.Request, output *CreateAutoMLJobOutput)

CreateAutoMLJobRequest generates a "aws/request.Request" representing the client's request for the CreateAutoMLJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateAutoMLJob for more information on using the CreateAutoMLJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateAutoMLJobRequest method.
req, resp := client.CreateAutoMLJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateAutoMLJob

func (*SageMaker) CreateAutoMLJobV2 added in v1.44.228

func (c *SageMaker) CreateAutoMLJobV2(input *CreateAutoMLJobV2Input) (*CreateAutoMLJobV2Output, error)

CreateAutoMLJobV2 API operation for Amazon SageMaker Service.

Creates an Autopilot job also referred to as Autopilot experiment or AutoML job V2.

CreateAutoMLJobV2 (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateAutoMLJobV2.html) and DescribeAutoMLJobV2 (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeAutoMLJobV2.html) are new versions of CreateAutoMLJob (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateAutoMLJob.html) and DescribeAutoMLJob (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeAutoMLJob.html) which offer backward compatibility.

CreateAutoMLJobV2 can manage tabular problem types identical to those of its previous version CreateAutoMLJob, as well as non-tabular problem types such as image or text classification.

Find guidelines about how to migrate a CreateAutoMLJob to CreateAutoMLJobV2 in Migrate a CreateAutoMLJob to CreateAutoMLJobV2 (https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-automate-model-development-create-experiment-api.html#autopilot-create-experiment-api-migrate-v1-v2).

For the list of available problem types supported by CreateAutoMLJobV2, see AutoMLProblemTypeConfig (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_AutoMLProblemTypeConfig.html).

You can find the best-performing model after you run an AutoML job V2 by calling DescribeAutoMLJobV2 (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeAutoMLJobV2.html).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation CreateAutoMLJobV2 for usage and error information.

Returned Error Types:

  • ResourceInUse Resource being accessed is in use.

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateAutoMLJobV2

func (*SageMaker) CreateAutoMLJobV2Request added in v1.44.228

func (c *SageMaker) CreateAutoMLJobV2Request(input *CreateAutoMLJobV2Input) (req *request.Request, output *CreateAutoMLJobV2Output)

CreateAutoMLJobV2Request generates a "aws/request.Request" representing the client's request for the CreateAutoMLJobV2 operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateAutoMLJobV2 for more information on using the CreateAutoMLJobV2 API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateAutoMLJobV2Request method.
req, resp := client.CreateAutoMLJobV2Request(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateAutoMLJobV2

func (*SageMaker) CreateAutoMLJobV2WithContext added in v1.44.228

func (c *SageMaker) CreateAutoMLJobV2WithContext(ctx aws.Context, input *CreateAutoMLJobV2Input, opts ...request.Option) (*CreateAutoMLJobV2Output, error)

CreateAutoMLJobV2WithContext is the same as CreateAutoMLJobV2 with the addition of the ability to pass a context and additional request options.

See CreateAutoMLJobV2 for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) CreateAutoMLJobWithContext added in v1.25.47

func (c *SageMaker) CreateAutoMLJobWithContext(ctx aws.Context, input *CreateAutoMLJobInput, opts ...request.Option) (*CreateAutoMLJobOutput, error)

CreateAutoMLJobWithContext is the same as CreateAutoMLJob with the addition of the ability to pass a context and additional request options.

See CreateAutoMLJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) CreateCodeRepository added in v1.15.86

func (c *SageMaker) CreateCodeRepository(input *CreateCodeRepositoryInput) (*CreateCodeRepositoryOutput, error)

CreateCodeRepository API operation for Amazon SageMaker Service.

Creates a Git repository as a resource in your SageMaker account. You can associate the repository with notebook instances so that you can use Git source control for the notebooks you create. The Git repository is a resource in your SageMaker account, so it can be associated with more than one notebook instance, and it persists independently from the lifecycle of any notebook instances it is associated with.

The repository can be hosted either in Amazon Web Services CodeCommit (https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html) or in any other Git repository.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation CreateCodeRepository for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateCodeRepository

func (*SageMaker) CreateCodeRepositoryRequest added in v1.15.86

func (c *SageMaker) CreateCodeRepositoryRequest(input *CreateCodeRepositoryInput) (req *request.Request, output *CreateCodeRepositoryOutput)

CreateCodeRepositoryRequest generates a "aws/request.Request" representing the client's request for the CreateCodeRepository operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateCodeRepository for more information on using the CreateCodeRepository API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateCodeRepositoryRequest method.
req, resp := client.CreateCodeRepositoryRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateCodeRepository

func (*SageMaker) CreateCodeRepositoryWithContext added in v1.15.86

func (c *SageMaker) CreateCodeRepositoryWithContext(ctx aws.Context, input *CreateCodeRepositoryInput, opts ...request.Option) (*CreateCodeRepositoryOutput, error)

CreateCodeRepositoryWithContext is the same as CreateCodeRepository with the addition of the ability to pass a context and additional request options.

See CreateCodeRepository for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) CreateCompilationJob added in v1.15.86

func (c *SageMaker) CreateCompilationJob(input *CreateCompilationJobInput) (*CreateCompilationJobOutput, error)

CreateCompilationJob API operation for Amazon SageMaker Service.

Starts a model compilation job. After the model has been compiled, Amazon SageMaker saves the resulting model artifacts to an Amazon Simple Storage Service (Amazon S3) bucket that you specify.

If you choose to host your model using Amazon SageMaker hosting services, you can use the resulting model artifacts as part of the model. You can also use the artifacts with Amazon Web Services IoT Greengrass. In that case, deploy them as an ML resource.

In the request body, you provide the following:

  • A name for the compilation job

  • Information about the input model artifacts

  • The output location for the compiled model and the device (target) that the model runs on

  • The Amazon Resource Name (ARN) of the IAM role that Amazon SageMaker assumes to perform the model compilation job.

You can also provide a Tag to track the model compilation job's resource use and costs. The response body contains the CompilationJobArn for the compiled job.

To stop a model compilation job, use StopCompilationJob (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_StopCompilationJob.html). To get information about a particular model compilation job, use DescribeCompilationJob (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeCompilationJob.html). To get information about multiple model compilation jobs, use ListCompilationJobs (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ListCompilationJobs.html).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation CreateCompilationJob for usage and error information.

Returned Error Types:

  • ResourceInUse Resource being accessed is in use.

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateCompilationJob

func (*SageMaker) CreateCompilationJobRequest added in v1.15.86

func (c *SageMaker) CreateCompilationJobRequest(input *CreateCompilationJobInput) (req *request.Request, output *CreateCompilationJobOutput)

CreateCompilationJobRequest generates a "aws/request.Request" representing the client's request for the CreateCompilationJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateCompilationJob for more information on using the CreateCompilationJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateCompilationJobRequest method.
req, resp := client.CreateCompilationJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateCompilationJob

func (*SageMaker) CreateCompilationJobWithContext added in v1.15.86

func (c *SageMaker) CreateCompilationJobWithContext(ctx aws.Context, input *CreateCompilationJobInput, opts ...request.Option) (*CreateCompilationJobOutput, error)

CreateCompilationJobWithContext is the same as CreateCompilationJob with the addition of the ability to pass a context and additional request options.

See CreateCompilationJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) CreateContext added in v1.35.37

func (c *SageMaker) CreateContext(input *CreateContextInput) (*CreateContextOutput, error)

CreateContext API operation for Amazon SageMaker Service.

Creates a context. A context is a lineage tracking entity that represents a logical grouping of other tracking or experiment entities. Some examples are an endpoint and a model package. For more information, see Amazon SageMaker ML Lineage Tracking (https://docs.aws.amazon.com/sagemaker/latest/dg/lineage-tracking.html).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation CreateContext for usage and error information.

Returned Error Types:

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateContext

func (*SageMaker) CreateContextRequest added in v1.35.37

func (c *SageMaker) CreateContextRequest(input *CreateContextInput) (req *request.Request, output *CreateContextOutput)

CreateContextRequest generates a "aws/request.Request" representing the client's request for the CreateContext operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateContext for more information on using the CreateContext API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateContextRequest method.
req, resp := client.CreateContextRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateContext

func (*SageMaker) CreateContextWithContext added in v1.35.37

func (c *SageMaker) CreateContextWithContext(ctx aws.Context, input *CreateContextInput, opts ...request.Option) (*CreateContextOutput, error)

CreateContextWithContext is the same as CreateContext with the addition of the ability to pass a context and additional request options.

See CreateContext for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) CreateDataQualityJobDefinition added in v1.36.4

func (c *SageMaker) CreateDataQualityJobDefinition(input *CreateDataQualityJobDefinitionInput) (*CreateDataQualityJobDefinitionOutput, error)

CreateDataQualityJobDefinition API operation for Amazon SageMaker Service.

Creates a definition for a job that monitors data quality and drift. For information about model monitor, see Amazon SageMaker Model Monitor (https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor.html).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation CreateDataQualityJobDefinition for usage and error information.

Returned Error Types:

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

  • ResourceInUse Resource being accessed is in use.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateDataQualityJobDefinition

func (*SageMaker) CreateDataQualityJobDefinitionRequest added in v1.36.4

func (c *SageMaker) CreateDataQualityJobDefinitionRequest(input *CreateDataQualityJobDefinitionInput) (req *request.Request, output *CreateDataQualityJobDefinitionOutput)

CreateDataQualityJobDefinitionRequest generates a "aws/request.Request" representing the client's request for the CreateDataQualityJobDefinition operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateDataQualityJobDefinition for more information on using the CreateDataQualityJobDefinition API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateDataQualityJobDefinitionRequest method.
req, resp := client.CreateDataQualityJobDefinitionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateDataQualityJobDefinition

func (*SageMaker) CreateDataQualityJobDefinitionWithContext added in v1.36.4

func (c *SageMaker) CreateDataQualityJobDefinitionWithContext(ctx aws.Context, input *CreateDataQualityJobDefinitionInput, opts ...request.Option) (*CreateDataQualityJobDefinitionOutput, error)

CreateDataQualityJobDefinitionWithContext is the same as CreateDataQualityJobDefinition with the addition of the ability to pass a context and additional request options.

See CreateDataQualityJobDefinition for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) CreateDeviceFleet added in v1.36.4

func (c *SageMaker) CreateDeviceFleet(input *CreateDeviceFleetInput) (*CreateDeviceFleetOutput, error)

CreateDeviceFleet API operation for Amazon SageMaker Service.

Creates a device fleet.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation CreateDeviceFleet for usage and error information.

Returned Error Types:

  • ResourceInUse Resource being accessed is in use.

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateDeviceFleet

func (*SageMaker) CreateDeviceFleetRequest added in v1.36.4

func (c *SageMaker) CreateDeviceFleetRequest(input *CreateDeviceFleetInput) (req *request.Request, output *CreateDeviceFleetOutput)

CreateDeviceFleetRequest generates a "aws/request.Request" representing the client's request for the CreateDeviceFleet operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateDeviceFleet for more information on using the CreateDeviceFleet API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateDeviceFleetRequest method.
req, resp := client.CreateDeviceFleetRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateDeviceFleet

func (*SageMaker) CreateDeviceFleetWithContext added in v1.36.4

func (c *SageMaker) CreateDeviceFleetWithContext(ctx aws.Context, input *CreateDeviceFleetInput, opts ...request.Option) (*CreateDeviceFleetOutput, error)

CreateDeviceFleetWithContext is the same as CreateDeviceFleet with the addition of the ability to pass a context and additional request options.

See CreateDeviceFleet for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) CreateDomain added in v1.25.47

func (c *SageMaker) CreateDomain(input *CreateDomainInput) (*CreateDomainOutput, error)

CreateDomain API operation for Amazon SageMaker Service.

Creates a Domain used by Amazon SageMaker Studio. A domain consists of an associated Amazon Elastic File System (EFS) volume, a list of authorized users, and a variety of security, application, policy, and Amazon Virtual Private Cloud (VPC) configurations. Users within a domain can share notebook files and other artifacts with each other.

EFS storage

When a domain is created, an EFS volume is created for use by all of the users within the domain. Each user receives a private home directory within the EFS volume for notebooks, Git repositories, and data files.

SageMaker uses the Amazon Web Services Key Management Service (Amazon Web Services KMS) to encrypt the EFS volume attached to the domain with an Amazon Web Services managed key by default. For more control, you can specify a customer managed key. For more information, see Protect Data at Rest Using Encryption (https://docs.aws.amazon.com/sagemaker/latest/dg/encryption-at-rest.html).

VPC configuration

All SageMaker Studio traffic between the domain and the EFS volume is through the specified VPC and subnets. For other Studio traffic, you can specify the AppNetworkAccessType parameter. AppNetworkAccessType corresponds to the network access type that you choose when you onboard to Studio. The following options are available:

  • PublicInternetOnly - Non-EFS traffic goes through a VPC managed by Amazon SageMaker, which allows internet access. This is the default value.

  • VpcOnly - All Studio traffic is through the specified VPC and subnets. Internet access is disabled by default. To allow internet access, you must specify a NAT gateway. When internet access is disabled, you won't be able to run a Studio notebook or to train or host models unless your VPC has an interface endpoint to the SageMaker API and runtime or a NAT gateway and your security groups allow outbound connections.

NFS traffic over TCP on port 2049 needs to be allowed in both inbound and outbound rules in order to launch a SageMaker Studio app successfully.

For more information, see Connect SageMaker Studio Notebooks to Resources in a VPC (https://docs.aws.amazon.com/sagemaker/latest/dg/studio-notebooks-and-internet-access.html).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation CreateDomain for usage and error information.

Returned Error Types:

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

  • ResourceInUse Resource being accessed is in use.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateDomain

func (*SageMaker) CreateDomainRequest added in v1.25.47

func (c *SageMaker) CreateDomainRequest(input *CreateDomainInput) (req *request.Request, output *CreateDomainOutput)

CreateDomainRequest generates a "aws/request.Request" representing the client's request for the CreateDomain operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateDomain for more information on using the CreateDomain API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateDomainRequest method.
req, resp := client.CreateDomainRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateDomain

func (*SageMaker) CreateDomainWithContext added in v1.25.47

func (c *SageMaker) CreateDomainWithContext(ctx aws.Context, input *CreateDomainInput, opts ...request.Option) (*CreateDomainOutput, error)

CreateDomainWithContext is the same as CreateDomain with the addition of the ability to pass a context and additional request options.

See CreateDomain for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) CreateEdgeDeploymentPlan added in v1.44.57

func (c *SageMaker) CreateEdgeDeploymentPlan(input *CreateEdgeDeploymentPlanInput) (*CreateEdgeDeploymentPlanOutput, error)

CreateEdgeDeploymentPlan API operation for Amazon SageMaker Service.

Creates an edge deployment plan, consisting of multiple stages. Each stage may have a different deployment configuration and devices.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation CreateEdgeDeploymentPlan for usage and error information.

Returned Error Types:

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateEdgeDeploymentPlan

func (*SageMaker) CreateEdgeDeploymentPlanRequest added in v1.44.57

func (c *SageMaker) CreateEdgeDeploymentPlanRequest(input *CreateEdgeDeploymentPlanInput) (req *request.Request, output *CreateEdgeDeploymentPlanOutput)

CreateEdgeDeploymentPlanRequest generates a "aws/request.Request" representing the client's request for the CreateEdgeDeploymentPlan operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateEdgeDeploymentPlan for more information on using the CreateEdgeDeploymentPlan API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateEdgeDeploymentPlanRequest method.
req, resp := client.CreateEdgeDeploymentPlanRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateEdgeDeploymentPlan

func (*SageMaker) CreateEdgeDeploymentPlanWithContext added in v1.44.57

func (c *SageMaker) CreateEdgeDeploymentPlanWithContext(ctx aws.Context, input *CreateEdgeDeploymentPlanInput, opts ...request.Option) (*CreateEdgeDeploymentPlanOutput, error)

CreateEdgeDeploymentPlanWithContext is the same as CreateEdgeDeploymentPlan with the addition of the ability to pass a context and additional request options.

See CreateEdgeDeploymentPlan for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) CreateEdgeDeploymentStage added in v1.44.57

func (c *SageMaker) CreateEdgeDeploymentStage(input *CreateEdgeDeploymentStageInput) (*CreateEdgeDeploymentStageOutput, error)

CreateEdgeDeploymentStage API operation for Amazon SageMaker Service.

Creates a new stage in an existing edge deployment plan.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation CreateEdgeDeploymentStage for usage and error information.

Returned Error Types:

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateEdgeDeploymentStage

func (*SageMaker) CreateEdgeDeploymentStageRequest added in v1.44.57

func (c *SageMaker) CreateEdgeDeploymentStageRequest(input *CreateEdgeDeploymentStageInput) (req *request.Request, output *CreateEdgeDeploymentStageOutput)

CreateEdgeDeploymentStageRequest generates a "aws/request.Request" representing the client's request for the CreateEdgeDeploymentStage operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateEdgeDeploymentStage for more information on using the CreateEdgeDeploymentStage API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateEdgeDeploymentStageRequest method.
req, resp := client.CreateEdgeDeploymentStageRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateEdgeDeploymentStage

func (*SageMaker) CreateEdgeDeploymentStageWithContext added in v1.44.57

func (c *SageMaker) CreateEdgeDeploymentStageWithContext(ctx aws.Context, input *CreateEdgeDeploymentStageInput, opts ...request.Option) (*CreateEdgeDeploymentStageOutput, error)

CreateEdgeDeploymentStageWithContext is the same as CreateEdgeDeploymentStage with the addition of the ability to pass a context and additional request options.

See CreateEdgeDeploymentStage for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) CreateEdgePackagingJob added in v1.36.4

func (c *SageMaker) CreateEdgePackagingJob(input *CreateEdgePackagingJobInput) (*CreateEdgePackagingJobOutput, error)

CreateEdgePackagingJob API operation for Amazon SageMaker Service.

Starts a SageMaker Edge Manager model packaging job. Edge Manager will use the model artifacts from the Amazon Simple Storage Service bucket that you specify. After the model has been packaged, Amazon SageMaker saves the resulting artifacts to an S3 bucket that you specify.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation CreateEdgePackagingJob for usage and error information.

Returned Error Types:

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateEdgePackagingJob

func (*SageMaker) CreateEdgePackagingJobRequest added in v1.36.4

func (c *SageMaker) CreateEdgePackagingJobRequest(input *CreateEdgePackagingJobInput) (req *request.Request, output *CreateEdgePackagingJobOutput)

CreateEdgePackagingJobRequest generates a "aws/request.Request" representing the client's request for the CreateEdgePackagingJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateEdgePackagingJob for more information on using the CreateEdgePackagingJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateEdgePackagingJobRequest method.
req, resp := client.CreateEdgePackagingJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateEdgePackagingJob

func (*SageMaker) CreateEdgePackagingJobWithContext added in v1.36.4

func (c *SageMaker) CreateEdgePackagingJobWithContext(ctx aws.Context, input *CreateEdgePackagingJobInput, opts ...request.Option) (*CreateEdgePackagingJobOutput, error)

CreateEdgePackagingJobWithContext is the same as CreateEdgePackagingJob with the addition of the ability to pass a context and additional request options.

See CreateEdgePackagingJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) CreateEndpoint

func (c *SageMaker) CreateEndpoint(input *CreateEndpointInput) (*CreateEndpointOutput, error)

CreateEndpoint API operation for Amazon SageMaker Service.

Creates an endpoint using the endpoint configuration specified in the request. SageMaker uses the endpoint to provision resources and deploy models. You create the endpoint configuration with the CreateEndpointConfig (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateEndpointConfig.html) API.

Use this API to deploy models using SageMaker hosting services.

For an example that calls this method when deploying a model to SageMaker hosting services, see the Create Endpoint example notebook. (https://github.com/aws/amazon-sagemaker-examples/blob/master/sagemaker-fundamentals/create-endpoint/create_endpoint.ipynb)

You must not delete an EndpointConfig that is in use by an endpoint that is live or while the UpdateEndpoint or CreateEndpoint operations are being performed on the endpoint. To update an endpoint, you must create a new EndpointConfig.

The endpoint name must be unique within an Amazon Web Services Region in your Amazon Web Services account.

When it receives the request, SageMaker creates the endpoint, launches the resources (ML compute instances), and deploys the model(s) on them.

When you call CreateEndpoint (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateEndpoint.html), a load call is made to DynamoDB to verify that your endpoint configuration exists. When you read data from a DynamoDB table supporting Eventually Consistent Reads (https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/HowItWorks.ReadConsistency.html), the response might not reflect the results of a recently completed write operation. The response might include some stale data. If the dependent entities are not yet in DynamoDB, this causes a validation error. If you repeat your read request after a short time, the response should return the latest data. So retry logic is recommended to handle these possible issues. We also recommend that customers call DescribeEndpointConfig (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeEndpointConfig.html) before calling CreateEndpoint (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateEndpoint.html) to minimize the potential impact of a DynamoDB eventually consistent read.

When SageMaker receives the request, it sets the endpoint status to Creating. After it creates the endpoint, it sets the status to InService. SageMaker can then process incoming requests for inferences. To check the status of an endpoint, use the DescribeEndpoint (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeEndpoint.html) API.

If any of the models hosted at this endpoint get model data from an Amazon S3 location, SageMaker uses Amazon Web Services Security Token Service to download model artifacts from the S3 path you provided. Amazon Web Services STS is activated in your Amazon Web Services account by default. If you previously deactivated Amazon Web Services STS for a region, you need to reactivate Amazon Web Services STS for that region. For more information, see Activating and Deactivating Amazon Web Services STS in an Amazon Web Services Region (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html) in the Amazon Web Services Identity and Access Management User Guide.

To add the IAM role policies for using this API operation, go to the IAM console (https://console.aws.amazon.com/iam/), and choose Roles in the left navigation pane. Search the IAM role that you want to grant access to use the CreateEndpoint (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateEndpoint.html) and CreateEndpointConfig (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateEndpointConfig.html) API operations, add the following policies to the role.

  • Option 1: For a full SageMaker access, search and attach the AmazonSageMakerFullAccess policy.

  • Option 2: For granting a limited access to an IAM role, paste the following Action elements manually into the JSON file of the IAM role: "Action": ["sagemaker:CreateEndpoint", "sagemaker:CreateEndpointConfig"] "Resource": [ "arn:aws:sagemaker:region:account-id:endpoint/endpointName" "arn:aws:sagemaker:region:account-id:endpoint-config/endpointConfigName" ] For more information, see SageMaker API Permissions: Actions, Permissions, and Resources Reference (https://docs.aws.amazon.com/sagemaker/latest/dg/api-permissions-reference.html).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation CreateEndpoint for usage and error information.

Returned Error Types:

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateEndpoint

func (*SageMaker) CreateEndpointConfig

func (c *SageMaker) CreateEndpointConfig(input *CreateEndpointConfigInput) (*CreateEndpointConfigOutput, error)

CreateEndpointConfig API operation for Amazon SageMaker Service.

Creates an endpoint configuration that SageMaker hosting services uses to deploy models. In the configuration, you identify one or more models, created using the CreateModel API, to deploy and the resources that you want SageMaker to provision. Then you call the CreateEndpoint (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateEndpoint.html) API.

Use this API if you want to use SageMaker hosting services to deploy models into production.

In the request, you define a ProductionVariant, for each model that you want to deploy. Each ProductionVariant parameter also describes the resources that you want SageMaker to provision. This includes the number and type of ML compute instances to deploy.

If you are hosting multiple models, you also assign a VariantWeight to specify how much traffic you want to allocate to each model. For example, suppose that you want to host two models, A and B, and you assign traffic weight 2 for model A and 1 for model B. SageMaker distributes two-thirds of the traffic to Model A, and one-third to model B.

When you call CreateEndpoint (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateEndpoint.html), a load call is made to DynamoDB to verify that your endpoint configuration exists. When you read data from a DynamoDB table supporting Eventually Consistent Reads (https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/HowItWorks.ReadConsistency.html), the response might not reflect the results of a recently completed write operation. The response might include some stale data. If the dependent entities are not yet in DynamoDB, this causes a validation error. If you repeat your read request after a short time, the response should return the latest data. So retry logic is recommended to handle these possible issues. We also recommend that customers call DescribeEndpointConfig (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeEndpointConfig.html) before calling CreateEndpoint (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateEndpoint.html) to minimize the potential impact of a DynamoDB eventually consistent read.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation CreateEndpointConfig for usage and error information.

Returned Error Types:

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateEndpointConfig

func (*SageMaker) CreateEndpointConfigRequest

func (c *SageMaker) CreateEndpointConfigRequest(input *CreateEndpointConfigInput) (req *request.Request, output *CreateEndpointConfigOutput)

CreateEndpointConfigRequest generates a "aws/request.Request" representing the client's request for the CreateEndpointConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateEndpointConfig for more information on using the CreateEndpointConfig API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateEndpointConfigRequest method.
req, resp := client.CreateEndpointConfigRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateEndpointConfig

func (*SageMaker) CreateEndpointConfigWithContext

func (c *SageMaker) CreateEndpointConfigWithContext(ctx aws.Context, input *CreateEndpointConfigInput, opts ...request.Option) (*CreateEndpointConfigOutput, error)

CreateEndpointConfigWithContext is the same as CreateEndpointConfig with the addition of the ability to pass a context and additional request options.

See CreateEndpointConfig for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) CreateEndpointRequest

func (c *SageMaker) CreateEndpointRequest(input *CreateEndpointInput) (req *request.Request, output *CreateEndpointOutput)

CreateEndpointRequest generates a "aws/request.Request" representing the client's request for the CreateEndpoint operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateEndpoint for more information on using the CreateEndpoint API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateEndpointRequest method.
req, resp := client.CreateEndpointRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateEndpoint

func (*SageMaker) CreateEndpointWithContext

func (c *SageMaker) CreateEndpointWithContext(ctx aws.Context, input *CreateEndpointInput, opts ...request.Option) (*CreateEndpointOutput, error)

CreateEndpointWithContext is the same as CreateEndpoint with the addition of the ability to pass a context and additional request options.

See CreateEndpoint for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) CreateExperiment added in v1.25.47

func (c *SageMaker) CreateExperiment(input *CreateExperimentInput) (*CreateExperimentOutput, error)

CreateExperiment API operation for Amazon SageMaker Service.

Creates a SageMaker experiment. An experiment is a collection of trials that are observed, compared and evaluated as a group. A trial is a set of steps, called trial components, that produce a machine learning model.

In the Studio UI, trials are referred to as run groups and trial components are referred to as runs.

The goal of an experiment is to determine the components that produce the best model. Multiple trials are performed, each one isolating and measuring the impact of a change to one or more inputs, while keeping the remaining inputs constant.

When you use SageMaker Studio or the SageMaker Python SDK, all experiments, trials, and trial components are automatically tracked, logged, and indexed. When you use the Amazon Web Services SDK for Python (Boto), you must use the logging APIs provided by the SDK.

You can add tags to experiments, trials, trial components and then use the Search (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_Search.html) API to search for the tags.

To add a description to an experiment, specify the optional Description parameter. To add a description later, or to change the description, call the UpdateExperiment (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_UpdateExperiment.html) API.

To get a list of all your experiments, call the ListExperiments (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ListExperiments.html) API. To view an experiment's properties, call the DescribeExperiment (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeExperiment.html) API. To get a list of all the trials associated with an experiment, call the ListTrials (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ListTrials.html) API. To create a trial call the CreateTrial (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrial.html) API.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation CreateExperiment for usage and error information.

Returned Error Types:

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateExperiment

func (*SageMaker) CreateExperimentRequest added in v1.25.47

func (c *SageMaker) CreateExperimentRequest(input *CreateExperimentInput) (req *request.Request, output *CreateExperimentOutput)

CreateExperimentRequest generates a "aws/request.Request" representing the client's request for the CreateExperiment operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateExperiment for more information on using the CreateExperiment API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateExperimentRequest method.
req, resp := client.CreateExperimentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateExperiment

func (*SageMaker) CreateExperimentWithContext added in v1.25.47

func (c *SageMaker) CreateExperimentWithContext(ctx aws.Context, input *CreateExperimentInput, opts ...request.Option) (*CreateExperimentOutput, error)

CreateExperimentWithContext is the same as CreateExperiment with the addition of the ability to pass a context and additional request options.

See CreateExperiment for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) CreateFeatureGroup added in v1.35.37

func (c *SageMaker) CreateFeatureGroup(input *CreateFeatureGroupInput) (*CreateFeatureGroupOutput, error)

CreateFeatureGroup API operation for Amazon SageMaker Service.

Create a new FeatureGroup. A FeatureGroup is a group of Features defined in the FeatureStore to describe a Record.

The FeatureGroup defines the schema and features contained in the FeatureGroup. A FeatureGroup definition is composed of a list of Features, a RecordIdentifierFeatureName, an EventTimeFeatureName and configurations for its OnlineStore and OfflineStore. Check Amazon Web Services service quotas (https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html) to see the FeatureGroups quota for your Amazon Web Services account.

You must include at least one of OnlineStoreConfig and OfflineStoreConfig to create a FeatureGroup.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation CreateFeatureGroup for usage and error information.

Returned Error Types:

  • ResourceInUse Resource being accessed is in use.

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateFeatureGroup

func (*SageMaker) CreateFeatureGroupRequest added in v1.35.37

func (c *SageMaker) CreateFeatureGroupRequest(input *CreateFeatureGroupInput) (req *request.Request, output *CreateFeatureGroupOutput)

CreateFeatureGroupRequest generates a "aws/request.Request" representing the client's request for the CreateFeatureGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateFeatureGroup for more information on using the CreateFeatureGroup API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateFeatureGroupRequest method.
req, resp := client.CreateFeatureGroupRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateFeatureGroup

func (*SageMaker) CreateFeatureGroupWithContext added in v1.35.37

func (c *SageMaker) CreateFeatureGroupWithContext(ctx aws.Context, input *CreateFeatureGroupInput, opts ...request.Option) (*CreateFeatureGroupOutput, error)

CreateFeatureGroupWithContext is the same as CreateFeatureGroup with the addition of the ability to pass a context and additional request options.

See CreateFeatureGroup for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) CreateFlowDefinition added in v1.25.47

func (c *SageMaker) CreateFlowDefinition(input *CreateFlowDefinitionInput) (*CreateFlowDefinitionOutput, error)

CreateFlowDefinition API operation for Amazon SageMaker Service.

Creates a flow definition.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation CreateFlowDefinition for usage and error information.

Returned Error Types:

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

  • ResourceInUse Resource being accessed is in use.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateFlowDefinition

func (*SageMaker) CreateFlowDefinitionRequest added in v1.25.47

func (c *SageMaker) CreateFlowDefinitionRequest(input *CreateFlowDefinitionInput) (req *request.Request, output *CreateFlowDefinitionOutput)

CreateFlowDefinitionRequest generates a "aws/request.Request" representing the client's request for the CreateFlowDefinition operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateFlowDefinition for more information on using the CreateFlowDefinition API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateFlowDefinitionRequest method.
req, resp := client.CreateFlowDefinitionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateFlowDefinition

func (*SageMaker) CreateFlowDefinitionWithContext added in v1.25.47

func (c *SageMaker) CreateFlowDefinitionWithContext(ctx aws.Context, input *CreateFlowDefinitionInput, opts ...request.Option) (*CreateFlowDefinitionOutput, error)

CreateFlowDefinitionWithContext is the same as CreateFlowDefinition with the addition of the ability to pass a context and additional request options.

See CreateFlowDefinition for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) CreateHub added in v1.44.150

func (c *SageMaker) CreateHub(input *CreateHubInput) (*CreateHubOutput, error)

CreateHub API operation for Amazon SageMaker Service.

Create a hub.

Hub APIs are only callable through SageMaker Studio.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation CreateHub for usage and error information.

Returned Error Types:

  • ResourceInUse Resource being accessed is in use.

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateHub

func (*SageMaker) CreateHubRequest added in v1.44.150

func (c *SageMaker) CreateHubRequest(input *CreateHubInput) (req *request.Request, output *CreateHubOutput)

CreateHubRequest generates a "aws/request.Request" representing the client's request for the CreateHub operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateHub for more information on using the CreateHub API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateHubRequest method.
req, resp := client.CreateHubRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateHub

func (*SageMaker) CreateHubWithContext added in v1.44.150

func (c *SageMaker) CreateHubWithContext(ctx aws.Context, input *CreateHubInput, opts ...request.Option) (*CreateHubOutput, error)

CreateHubWithContext is the same as CreateHub with the addition of the ability to pass a context and additional request options.

See CreateHub for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) CreateHumanTaskUi added in v1.25.47

func (c *SageMaker) CreateHumanTaskUi(input *CreateHumanTaskUiInput) (*CreateHumanTaskUiOutput, error)

CreateHumanTaskUi API operation for Amazon SageMaker Service.

Defines the settings you will use for the human review workflow user interface. Reviewers will see a three-panel interface with an instruction area, the item to review, and an input area.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation CreateHumanTaskUi for usage and error information.

Returned Error Types:

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

  • ResourceInUse Resource being accessed is in use.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateHumanTaskUi

func (*SageMaker) CreateHumanTaskUiRequest added in v1.25.47

func (c *SageMaker) CreateHumanTaskUiRequest(input *CreateHumanTaskUiInput) (req *request.Request, output *CreateHumanTaskUiOutput)

CreateHumanTaskUiRequest generates a "aws/request.Request" representing the client's request for the CreateHumanTaskUi operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateHumanTaskUi for more information on using the CreateHumanTaskUi API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateHumanTaskUiRequest method.
req, resp := client.CreateHumanTaskUiRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateHumanTaskUi

func (*SageMaker) CreateHumanTaskUiWithContext added in v1.25.47

func (c *SageMaker) CreateHumanTaskUiWithContext(ctx aws.Context, input *CreateHumanTaskUiInput, opts ...request.Option) (*CreateHumanTaskUiOutput, error)

CreateHumanTaskUiWithContext is the same as CreateHumanTaskUi with the addition of the ability to pass a context and additional request options.

See CreateHumanTaskUi for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) CreateHyperParameterTuningJob added in v1.14.0

func (c *SageMaker) CreateHyperParameterTuningJob(input *CreateHyperParameterTuningJobInput) (*CreateHyperParameterTuningJobOutput, error)

CreateHyperParameterTuningJob API operation for Amazon SageMaker Service.

Starts a hyperparameter tuning job. A hyperparameter tuning job finds the best version of a model by running many training jobs on your dataset using the algorithm you choose and values for hyperparameters within ranges that you specify. It then chooses the hyperparameter values that result in a model that performs the best, as measured by an objective metric that you choose.

A hyperparameter tuning job automatically creates Amazon SageMaker experiments, trials, and trial components for each training job that it runs. You can view these entities in Amazon SageMaker Studio. For more information, see View Experiments, Trials, and Trial Components (https://docs.aws.amazon.com/sagemaker/latest/dg/experiments-view-compare.html#experiments-view).

Do not include any security-sensitive information including account access IDs, secrets or tokens in any hyperparameter field. If the use of security-sensitive credentials are detected, SageMaker will reject your training job request and return an exception error.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation CreateHyperParameterTuningJob for usage and error information.

Returned Error Types:

  • ResourceInUse Resource being accessed is in use.

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateHyperParameterTuningJob

func (*SageMaker) CreateHyperParameterTuningJobRequest added in v1.14.0

func (c *SageMaker) CreateHyperParameterTuningJobRequest(input *CreateHyperParameterTuningJobInput) (req *request.Request, output *CreateHyperParameterTuningJobOutput)

CreateHyperParameterTuningJobRequest generates a "aws/request.Request" representing the client's request for the CreateHyperParameterTuningJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateHyperParameterTuningJob for more information on using the CreateHyperParameterTuningJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateHyperParameterTuningJobRequest method.
req, resp := client.CreateHyperParameterTuningJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateHyperParameterTuningJob

func (*SageMaker) CreateHyperParameterTuningJobWithContext added in v1.14.0

func (c *SageMaker) CreateHyperParameterTuningJobWithContext(ctx aws.Context, input *CreateHyperParameterTuningJobInput, opts ...request.Option) (*CreateHyperParameterTuningJobOutput, error)

CreateHyperParameterTuningJobWithContext is the same as CreateHyperParameterTuningJob with the addition of the ability to pass a context and additional request options.

See CreateHyperParameterTuningJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) CreateImage added in v1.35.15

func (c *SageMaker) CreateImage(input *CreateImageInput) (*CreateImageOutput, error)

CreateImage API operation for Amazon SageMaker Service.

Creates a custom SageMaker image. A SageMaker image is a set of image versions. Each image version represents a container image stored in Amazon Elastic Container Registry (ECR). For more information, see Bring your own SageMaker image (https://docs.aws.amazon.com/sagemaker/latest/dg/studio-byoi.html).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation CreateImage for usage and error information.

Returned Error Types:

  • ResourceInUse Resource being accessed is in use.

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateImage

func (*SageMaker) CreateImageRequest added in v1.35.15

func (c *SageMaker) CreateImageRequest(input *CreateImageInput) (req *request.Request, output *CreateImageOutput)

CreateImageRequest generates a "aws/request.Request" representing the client's request for the CreateImage operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateImage for more information on using the CreateImage API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateImageRequest method.
req, resp := client.CreateImageRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateImage

func (*SageMaker) CreateImageVersion added in v1.35.15

func (c *SageMaker) CreateImageVersion(input *CreateImageVersionInput) (*CreateImageVersionOutput, error)

CreateImageVersion API operation for Amazon SageMaker Service.

Creates a version of the SageMaker image specified by ImageName. The version represents the Amazon Elastic Container Registry (ECR) container image specified by BaseImage.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation CreateImageVersion for usage and error information.

Returned Error Types:

  • ResourceInUse Resource being accessed is in use.

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateImageVersion

func (*SageMaker) CreateImageVersionRequest added in v1.35.15

func (c *SageMaker) CreateImageVersionRequest(input *CreateImageVersionInput) (req *request.Request, output *CreateImageVersionOutput)

CreateImageVersionRequest generates a "aws/request.Request" representing the client's request for the CreateImageVersion operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateImageVersion for more information on using the CreateImageVersion API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateImageVersionRequest method.
req, resp := client.CreateImageVersionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateImageVersion

func (*SageMaker) CreateImageVersionWithContext added in v1.35.15

func (c *SageMaker) CreateImageVersionWithContext(ctx aws.Context, input *CreateImageVersionInput, opts ...request.Option) (*CreateImageVersionOutput, error)

CreateImageVersionWithContext is the same as CreateImageVersion with the addition of the ability to pass a context and additional request options.

See CreateImageVersion for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) CreateImageWithContext added in v1.35.15

func (c *SageMaker) CreateImageWithContext(ctx aws.Context, input *CreateImageInput, opts ...request.Option) (*CreateImageOutput, error)

CreateImageWithContext is the same as CreateImage with the addition of the ability to pass a context and additional request options.

See CreateImage for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) CreateInferenceExperiment added in v1.44.150

func (c *SageMaker) CreateInferenceExperiment(input *CreateInferenceExperimentInput) (*CreateInferenceExperimentOutput, error)

CreateInferenceExperiment API operation for Amazon SageMaker Service.

Creates an inference experiment using the configurations specified in the request.

Use this API to setup and schedule an experiment to compare model variants on a Amazon SageMaker inference endpoint. For more information about inference experiments, see Shadow tests (https://docs.aws.amazon.com/sagemaker/latest/dg/shadow-tests.html).

Amazon SageMaker begins your experiment at the scheduled time and routes traffic to your endpoint's model variants based on your specified configuration.

While the experiment is in progress or after it has concluded, you can view metrics that compare your model variants. For more information, see View, monitor, and edit shadow tests (https://docs.aws.amazon.com/sagemaker/latest/dg/shadow-tests-view-monitor-edit.html).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation CreateInferenceExperiment for usage and error information.

Returned Error Types:

  • ResourceInUse Resource being accessed is in use.

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateInferenceExperiment

func (*SageMaker) CreateInferenceExperimentRequest added in v1.44.150

func (c *SageMaker) CreateInferenceExperimentRequest(input *CreateInferenceExperimentInput) (req *request.Request, output *CreateInferenceExperimentOutput)

CreateInferenceExperimentRequest generates a "aws/request.Request" representing the client's request for the CreateInferenceExperiment operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateInferenceExperiment for more information on using the CreateInferenceExperiment API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateInferenceExperimentRequest method.
req, resp := client.CreateInferenceExperimentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateInferenceExperiment

func (*SageMaker) CreateInferenceExperimentWithContext added in v1.44.150

func (c *SageMaker) CreateInferenceExperimentWithContext(ctx aws.Context, input *CreateInferenceExperimentInput, opts ...request.Option) (*CreateInferenceExperimentOutput, error)

CreateInferenceExperimentWithContext is the same as CreateInferenceExperiment with the addition of the ability to pass a context and additional request options.

See CreateInferenceExperiment for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) CreateInferenceRecommendationsJob added in v1.42.17

func (c *SageMaker) CreateInferenceRecommendationsJob(input *CreateInferenceRecommendationsJobInput) (*CreateInferenceRecommendationsJobOutput, error)

CreateInferenceRecommendationsJob API operation for Amazon SageMaker Service.

Starts a recommendation job. You can create either an instance recommendation or load test job.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation CreateInferenceRecommendationsJob for usage and error information.

Returned Error Types:

  • ResourceInUse Resource being accessed is in use.

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateInferenceRecommendationsJob

func (*SageMaker) CreateInferenceRecommendationsJobRequest added in v1.42.17

func (c *SageMaker) CreateInferenceRecommendationsJobRequest(input *CreateInferenceRecommendationsJobInput) (req *request.Request, output *CreateInferenceRecommendationsJobOutput)

CreateInferenceRecommendationsJobRequest generates a "aws/request.Request" representing the client's request for the CreateInferenceRecommendationsJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateInferenceRecommendationsJob for more information on using the CreateInferenceRecommendationsJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateInferenceRecommendationsJobRequest method.
req, resp := client.CreateInferenceRecommendationsJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateInferenceRecommendationsJob

func (*SageMaker) CreateInferenceRecommendationsJobWithContext added in v1.42.17

func (c *SageMaker) CreateInferenceRecommendationsJobWithContext(ctx aws.Context, input *CreateInferenceRecommendationsJobInput, opts ...request.Option) (*CreateInferenceRecommendationsJobOutput, error)

CreateInferenceRecommendationsJobWithContext is the same as CreateInferenceRecommendationsJob with the addition of the ability to pass a context and additional request options.

See CreateInferenceRecommendationsJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) CreateLabelingJob added in v1.15.86

func (c *SageMaker) CreateLabelingJob(input *CreateLabelingJobInput) (*CreateLabelingJobOutput, error)

CreateLabelingJob API operation for Amazon SageMaker Service.

Creates a job that uses workers to label the data objects in your input dataset. You can use the labeled data to train machine learning models.

You can select your workforce from one of three providers:

  • A private workforce that you create. It can include employees, contractors, and outside experts. Use a private workforce when want the data to stay within your organization or when a specific set of skills is required.

  • One or more vendors that you select from the Amazon Web Services Marketplace. Vendors provide expertise in specific areas.

  • The Amazon Mechanical Turk workforce. This is the largest workforce, but it should only be used for public data or data that has been stripped of any personally identifiable information.

You can also use automated data labeling to reduce the number of data objects that need to be labeled by a human. Automated data labeling uses active learning to determine if a data object can be labeled by machine or if it needs to be sent to a human worker. For more information, see Using Automated Data Labeling (https://docs.aws.amazon.com/sagemaker/latest/dg/sms-automated-labeling.html).

The data objects to be labeled are contained in an Amazon S3 bucket. You create a manifest file that describes the location of each object. For more information, see Using Input and Output Data (https://docs.aws.amazon.com/sagemaker/latest/dg/sms-data.html).

The output can be used as the manifest file for another labeling job or as training data for your machine learning models.

You can use this operation to create a static labeling job or a streaming labeling job. A static labeling job stops if all data objects in the input manifest file identified in ManifestS3Uri have been labeled. A streaming labeling job runs perpetually until it is manually stopped, or remains idle for 10 days. You can send new data objects to an active (InProgress) streaming labeling job in real time. To learn how to create a static labeling job, see Create a Labeling Job (API) (https://docs.aws.amazon.com/sagemaker/latest/dg/sms-create-labeling-job-api.html) in the Amazon SageMaker Developer Guide. To learn how to create a streaming labeling job, see Create a Streaming Labeling Job (https://docs.aws.amazon.com/sagemaker/latest/dg/sms-streaming-create-job.html).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation CreateLabelingJob for usage and error information.

Returned Error Types:

  • ResourceInUse Resource being accessed is in use.

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateLabelingJob

func (*SageMaker) CreateLabelingJobRequest added in v1.15.86

func (c *SageMaker) CreateLabelingJobRequest(input *CreateLabelingJobInput) (req *request.Request, output *CreateLabelingJobOutput)

CreateLabelingJobRequest generates a "aws/request.Request" representing the client's request for the CreateLabelingJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateLabelingJob for more information on using the CreateLabelingJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateLabelingJobRequest method.
req, resp := client.CreateLabelingJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateLabelingJob

func (*SageMaker) CreateLabelingJobWithContext added in v1.15.86

func (c *SageMaker) CreateLabelingJobWithContext(ctx aws.Context, input *CreateLabelingJobInput, opts ...request.Option) (*CreateLabelingJobOutput, error)

CreateLabelingJobWithContext is the same as CreateLabelingJob with the addition of the ability to pass a context and additional request options.

See CreateLabelingJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) CreateModel

func (c *SageMaker) CreateModel(input *CreateModelInput) (*CreateModelOutput, error)

CreateModel API operation for Amazon SageMaker Service.

Creates a model in SageMaker. In the request, you name the model and describe a primary container. For the primary container, you specify the Docker image that contains inference code, artifacts (from prior training), and a custom environment map that the inference code uses when you deploy the model for predictions.

Use this API to create a model if you want to use SageMaker hosting services or run a batch transform job.

To host your model, you create an endpoint configuration with the CreateEndpointConfig API, and then create an endpoint with the CreateEndpoint API. SageMaker then deploys all of the containers that you defined for the model in the hosting environment.

For an example that calls this method when deploying a model to SageMaker hosting services, see Create a Model (Amazon Web Services SDK for Python (Boto 3)). (https://docs.aws.amazon.com/sagemaker/latest/dg/realtime-endpoints-deployment.html#realtime-endpoints-deployment-create-model)

To run a batch transform using your model, you start a job with the CreateTransformJob API. SageMaker uses your model and your dataset to get inferences which are then saved to a specified S3 location.

In the request, you also provide an IAM role that SageMaker can assume to access model artifacts and docker image for deployment on ML compute hosting instances or for batch transform jobs. In addition, you also use the IAM role to manage permissions the inference code needs. For example, if the inference code access any other Amazon Web Services resources, you grant necessary permissions via this role.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation CreateModel for usage and error information.

Returned Error Types:

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateModel

func (*SageMaker) CreateModelBiasJobDefinition added in v1.36.4

func (c *SageMaker) CreateModelBiasJobDefinition(input *CreateModelBiasJobDefinitionInput) (*CreateModelBiasJobDefinitionOutput, error)

CreateModelBiasJobDefinition API operation for Amazon SageMaker Service.

Creates the definition for a model bias job.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation CreateModelBiasJobDefinition for usage and error information.

Returned Error Types:

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

  • ResourceInUse Resource being accessed is in use.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateModelBiasJobDefinition

func (*SageMaker) CreateModelBiasJobDefinitionRequest added in v1.36.4

func (c *SageMaker) CreateModelBiasJobDefinitionRequest(input *CreateModelBiasJobDefinitionInput) (req *request.Request, output *CreateModelBiasJobDefinitionOutput)

CreateModelBiasJobDefinitionRequest generates a "aws/request.Request" representing the client's request for the CreateModelBiasJobDefinition operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateModelBiasJobDefinition for more information on using the CreateModelBiasJobDefinition API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateModelBiasJobDefinitionRequest method.
req, resp := client.CreateModelBiasJobDefinitionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateModelBiasJobDefinition

func (*SageMaker) CreateModelBiasJobDefinitionWithContext added in v1.36.4

func (c *SageMaker) CreateModelBiasJobDefinitionWithContext(ctx aws.Context, input *CreateModelBiasJobDefinitionInput, opts ...request.Option) (*CreateModelBiasJobDefinitionOutput, error)

CreateModelBiasJobDefinitionWithContext is the same as CreateModelBiasJobDefinition with the addition of the ability to pass a context and additional request options.

See CreateModelBiasJobDefinition for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) CreateModelCard added in v1.44.150

func (c *SageMaker) CreateModelCard(input *CreateModelCardInput) (*CreateModelCardOutput, error)

CreateModelCard API operation for Amazon SageMaker Service.

Creates an Amazon SageMaker Model Card.

For information about how to use model cards, see Amazon SageMaker Model Card (https://docs.aws.amazon.com/sagemaker/latest/dg/model-cards.html).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation CreateModelCard for usage and error information.

Returned Error Types:

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

  • ConflictException There was a conflict when you attempted to modify a SageMaker entity such as an Experiment or Artifact.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateModelCard

func (*SageMaker) CreateModelCardExportJob added in v1.44.150

func (c *SageMaker) CreateModelCardExportJob(input *CreateModelCardExportJobInput) (*CreateModelCardExportJobOutput, error)

CreateModelCardExportJob API operation for Amazon SageMaker Service.

Creates an Amazon SageMaker Model Card export job.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation CreateModelCardExportJob for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

  • ConflictException There was a conflict when you attempted to modify a SageMaker entity such as an Experiment or Artifact.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateModelCardExportJob

func (*SageMaker) CreateModelCardExportJobRequest added in v1.44.150

func (c *SageMaker) CreateModelCardExportJobRequest(input *CreateModelCardExportJobInput) (req *request.Request, output *CreateModelCardExportJobOutput)

CreateModelCardExportJobRequest generates a "aws/request.Request" representing the client's request for the CreateModelCardExportJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateModelCardExportJob for more information on using the CreateModelCardExportJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateModelCardExportJobRequest method.
req, resp := client.CreateModelCardExportJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateModelCardExportJob

func (*SageMaker) CreateModelCardExportJobWithContext added in v1.44.150

func (c *SageMaker) CreateModelCardExportJobWithContext(ctx aws.Context, input *CreateModelCardExportJobInput, opts ...request.Option) (*CreateModelCardExportJobOutput, error)

CreateModelCardExportJobWithContext is the same as CreateModelCardExportJob with the addition of the ability to pass a context and additional request options.

See CreateModelCardExportJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) CreateModelCardRequest added in v1.44.150

func (c *SageMaker) CreateModelCardRequest(input *CreateModelCardInput) (req *request.Request, output *CreateModelCardOutput)

CreateModelCardRequest generates a "aws/request.Request" representing the client's request for the CreateModelCard operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateModelCard for more information on using the CreateModelCard API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateModelCardRequest method.
req, resp := client.CreateModelCardRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateModelCard

func (*SageMaker) CreateModelCardWithContext added in v1.44.150

func (c *SageMaker) CreateModelCardWithContext(ctx aws.Context, input *CreateModelCardInput, opts ...request.Option) (*CreateModelCardOutput, error)

CreateModelCardWithContext is the same as CreateModelCard with the addition of the ability to pass a context and additional request options.

See CreateModelCard for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) CreateModelExplainabilityJobDefinition added in v1.36.4

CreateModelExplainabilityJobDefinition API operation for Amazon SageMaker Service.

Creates the definition for a model explainability job.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation CreateModelExplainabilityJobDefinition for usage and error information.

Returned Error Types:

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

  • ResourceInUse Resource being accessed is in use.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateModelExplainabilityJobDefinition

func (*SageMaker) CreateModelExplainabilityJobDefinitionRequest added in v1.36.4

func (c *SageMaker) CreateModelExplainabilityJobDefinitionRequest(input *CreateModelExplainabilityJobDefinitionInput) (req *request.Request, output *CreateModelExplainabilityJobDefinitionOutput)

CreateModelExplainabilityJobDefinitionRequest generates a "aws/request.Request" representing the client's request for the CreateModelExplainabilityJobDefinition operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateModelExplainabilityJobDefinition for more information on using the CreateModelExplainabilityJobDefinition API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateModelExplainabilityJobDefinitionRequest method.
req, resp := client.CreateModelExplainabilityJobDefinitionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateModelExplainabilityJobDefinition

func (*SageMaker) CreateModelExplainabilityJobDefinitionWithContext added in v1.36.4

func (c *SageMaker) CreateModelExplainabilityJobDefinitionWithContext(ctx aws.Context, input *CreateModelExplainabilityJobDefinitionInput, opts ...request.Option) (*CreateModelExplainabilityJobDefinitionOutput, error)

CreateModelExplainabilityJobDefinitionWithContext is the same as CreateModelExplainabilityJobDefinition with the addition of the ability to pass a context and additional request options.

See CreateModelExplainabilityJobDefinition for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) CreateModelPackage added in v1.15.86

func (c *SageMaker) CreateModelPackage(input *CreateModelPackageInput) (*CreateModelPackageOutput, error)

CreateModelPackage API operation for Amazon SageMaker Service.

Creates a model package that you can use to create SageMaker models or list on Amazon Web Services Marketplace, or a versioned model that is part of a model group. Buyers can subscribe to model packages listed on Amazon Web Services Marketplace to create models in SageMaker.

To create a model package by specifying a Docker container that contains your inference code and the Amazon S3 location of your model artifacts, provide values for InferenceSpecification. To create a model from an algorithm resource that you created or subscribed to in Amazon Web Services Marketplace, provide a value for SourceAlgorithmSpecification.

There are two types of model packages:

  • Versioned - a model that is part of a model group in the model registry.

  • Unversioned - a model package that is not part of a model group.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation CreateModelPackage for usage and error information.

Returned Error Types:

  • ConflictException There was a conflict when you attempted to modify a SageMaker entity such as an Experiment or Artifact.

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateModelPackage

func (*SageMaker) CreateModelPackageGroup added in v1.35.37

func (c *SageMaker) CreateModelPackageGroup(input *CreateModelPackageGroupInput) (*CreateModelPackageGroupOutput, error)

CreateModelPackageGroup API operation for Amazon SageMaker Service.

Creates a model group. A model group contains a group of model versions.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation CreateModelPackageGroup for usage and error information.

Returned Error Types:

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateModelPackageGroup

func (*SageMaker) CreateModelPackageGroupRequest added in v1.35.37

func (c *SageMaker) CreateModelPackageGroupRequest(input *CreateModelPackageGroupInput) (req *request.Request, output *CreateModelPackageGroupOutput)

CreateModelPackageGroupRequest generates a "aws/request.Request" representing the client's request for the CreateModelPackageGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateModelPackageGroup for more information on using the CreateModelPackageGroup API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateModelPackageGroupRequest method.
req, resp := client.CreateModelPackageGroupRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateModelPackageGroup

func (*SageMaker) CreateModelPackageGroupWithContext added in v1.35.37

func (c *SageMaker) CreateModelPackageGroupWithContext(ctx aws.Context, input *CreateModelPackageGroupInput, opts ...request.Option) (*CreateModelPackageGroupOutput, error)

CreateModelPackageGroupWithContext is the same as CreateModelPackageGroup with the addition of the ability to pass a context and additional request options.

See CreateModelPackageGroup for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) CreateModelPackageRequest added in v1.15.86

func (c *SageMaker) CreateModelPackageRequest(input *CreateModelPackageInput) (req *request.Request, output *CreateModelPackageOutput)

CreateModelPackageRequest generates a "aws/request.Request" representing the client's request for the CreateModelPackage operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateModelPackage for more information on using the CreateModelPackage API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateModelPackageRequest method.
req, resp := client.CreateModelPackageRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateModelPackage

func (*SageMaker) CreateModelPackageWithContext added in v1.15.86

func (c *SageMaker) CreateModelPackageWithContext(ctx aws.Context, input *CreateModelPackageInput, opts ...request.Option) (*CreateModelPackageOutput, error)

CreateModelPackageWithContext is the same as CreateModelPackage with the addition of the ability to pass a context and additional request options.

See CreateModelPackage for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) CreateModelQualityJobDefinition added in v1.36.4

func (c *SageMaker) CreateModelQualityJobDefinition(input *CreateModelQualityJobDefinitionInput) (*CreateModelQualityJobDefinitionOutput, error)

CreateModelQualityJobDefinition API operation for Amazon SageMaker Service.

Creates a definition for a job that monitors model quality and drift. For information about model monitor, see Amazon SageMaker Model Monitor (https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor.html).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation CreateModelQualityJobDefinition for usage and error information.

Returned Error Types:

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

  • ResourceInUse Resource being accessed is in use.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateModelQualityJobDefinition

func (*SageMaker) CreateModelQualityJobDefinitionRequest added in v1.36.4

func (c *SageMaker) CreateModelQualityJobDefinitionRequest(input *CreateModelQualityJobDefinitionInput) (req *request.Request, output *CreateModelQualityJobDefinitionOutput)

CreateModelQualityJobDefinitionRequest generates a "aws/request.Request" representing the client's request for the CreateModelQualityJobDefinition operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateModelQualityJobDefinition for more information on using the CreateModelQualityJobDefinition API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateModelQualityJobDefinitionRequest method.
req, resp := client.CreateModelQualityJobDefinitionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateModelQualityJobDefinition

func (*SageMaker) CreateModelQualityJobDefinitionWithContext added in v1.36.4

func (c *SageMaker) CreateModelQualityJobDefinitionWithContext(ctx aws.Context, input *CreateModelQualityJobDefinitionInput, opts ...request.Option) (*CreateModelQualityJobDefinitionOutput, error)

CreateModelQualityJobDefinitionWithContext is the same as CreateModelQualityJobDefinition with the addition of the ability to pass a context and additional request options.

See CreateModelQualityJobDefinition for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) CreateModelRequest

func (c *SageMaker) CreateModelRequest(input *CreateModelInput) (req *request.Request, output *CreateModelOutput)

CreateModelRequest generates a "aws/request.Request" representing the client's request for the CreateModel operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateModel for more information on using the CreateModel API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateModelRequest method.
req, resp := client.CreateModelRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateModel

func (*SageMaker) CreateModelWithContext

func (c *SageMaker) CreateModelWithContext(ctx aws.Context, input *CreateModelInput, opts ...request.Option) (*CreateModelOutput, error)

CreateModelWithContext is the same as CreateModel with the addition of the ability to pass a context and additional request options.

See CreateModel for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) CreateMonitoringSchedule added in v1.25.47

func (c *SageMaker) CreateMonitoringSchedule(input *CreateMonitoringScheduleInput) (*CreateMonitoringScheduleOutput, error)

CreateMonitoringSchedule API operation for Amazon SageMaker Service.

Creates a schedule that regularly starts Amazon SageMaker Processing Jobs to monitor the data captured for an Amazon SageMaker Endpoint.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation CreateMonitoringSchedule for usage and error information.

Returned Error Types:

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

  • ResourceInUse Resource being accessed is in use.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateMonitoringSchedule

func (*SageMaker) CreateMonitoringScheduleRequest added in v1.25.47

func (c *SageMaker) CreateMonitoringScheduleRequest(input *CreateMonitoringScheduleInput) (req *request.Request, output *CreateMonitoringScheduleOutput)

CreateMonitoringScheduleRequest generates a "aws/request.Request" representing the client's request for the CreateMonitoringSchedule operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateMonitoringSchedule for more information on using the CreateMonitoringSchedule API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateMonitoringScheduleRequest method.
req, resp := client.CreateMonitoringScheduleRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateMonitoringSchedule

func (*SageMaker) CreateMonitoringScheduleWithContext added in v1.25.47

func (c *SageMaker) CreateMonitoringScheduleWithContext(ctx aws.Context, input *CreateMonitoringScheduleInput, opts ...request.Option) (*CreateMonitoringScheduleOutput, error)

CreateMonitoringScheduleWithContext is the same as CreateMonitoringSchedule with the addition of the ability to pass a context and additional request options.

See CreateMonitoringSchedule for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) CreateNotebookInstance

func (c *SageMaker) CreateNotebookInstance(input *CreateNotebookInstanceInput) (*CreateNotebookInstanceOutput, error)

CreateNotebookInstance API operation for Amazon SageMaker Service.

Creates an SageMaker notebook instance. A notebook instance is a machine learning (ML) compute instance running on a Jupyter notebook.

In a CreateNotebookInstance request, specify the type of ML compute instance that you want to run. SageMaker launches the instance, installs common libraries that you can use to explore datasets for model training, and attaches an ML storage volume to the notebook instance.

SageMaker also provides a set of example notebooks. Each notebook demonstrates how to use SageMaker with a specific algorithm or with a machine learning framework.

After receiving the request, SageMaker does the following:

Creates a network interface in the SageMaker VPC.

(Option) If you specified SubnetId, SageMaker creates a network interface in your own VPC, which is inferred from the subnet ID that you provide in the input. When creating this network interface, SageMaker attaches the security group that you specified in the request to the network interface that it creates in your VPC.

Launches an EC2 instance of the type specified in the request in the SageMaker VPC. If you specified SubnetId of your VPC, SageMaker specifies both network interfaces when launching this instance. This enables inbound traffic from your own VPC to the notebook instance, assuming that the security groups allow it.

After creating the notebook instance, SageMaker returns its Amazon Resource Name (ARN). You can't change the name of a notebook instance after you create it.

After SageMaker creates the notebook instance, you can connect to the Jupyter server and work in Jupyter notebooks. For example, you can write code to explore a dataset that you can use for model training, train a model, host models by creating SageMaker endpoints, and validate hosted models.

For more information, see How It Works (https://docs.aws.amazon.com/sagemaker/latest/dg/how-it-works.html).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation CreateNotebookInstance for usage and error information.

Returned Error Types:

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateNotebookInstance

func (*SageMaker) CreateNotebookInstanceLifecycleConfig added in v1.13.15

CreateNotebookInstanceLifecycleConfig API operation for Amazon SageMaker Service.

Creates a lifecycle configuration that you can associate with a notebook instance. A lifecycle configuration is a collection of shell scripts that run when you create or start a notebook instance.

Each lifecycle configuration script has a limit of 16384 characters.

The value of the $PATH environment variable that is available to both scripts is /sbin:bin:/usr/sbin:/usr/bin.

View CloudWatch Logs for notebook instance lifecycle configurations in log group /aws/sagemaker/NotebookInstances in log stream [notebook-instance-name]/[LifecycleConfigHook].

Lifecycle configuration scripts cannot run for longer than 5 minutes. If a script runs for longer than 5 minutes, it fails and the notebook instance is not created or started.

For information about notebook instance lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance (https://docs.aws.amazon.com/sagemaker/latest/dg/notebook-lifecycle-config.html).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation CreateNotebookInstanceLifecycleConfig for usage and error information.

Returned Error Types:

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateNotebookInstanceLifecycleConfig

func (*SageMaker) CreateNotebookInstanceLifecycleConfigRequest added in v1.13.15

func (c *SageMaker) CreateNotebookInstanceLifecycleConfigRequest(input *CreateNotebookInstanceLifecycleConfigInput) (req *request.Request, output *CreateNotebookInstanceLifecycleConfigOutput)

CreateNotebookInstanceLifecycleConfigRequest generates a "aws/request.Request" representing the client's request for the CreateNotebookInstanceLifecycleConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateNotebookInstanceLifecycleConfig for more information on using the CreateNotebookInstanceLifecycleConfig API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateNotebookInstanceLifecycleConfigRequest method.
req, resp := client.CreateNotebookInstanceLifecycleConfigRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateNotebookInstanceLifecycleConfig

func (*SageMaker) CreateNotebookInstanceLifecycleConfigWithContext added in v1.13.15

func (c *SageMaker) CreateNotebookInstanceLifecycleConfigWithContext(ctx aws.Context, input *CreateNotebookInstanceLifecycleConfigInput, opts ...request.Option) (*CreateNotebookInstanceLifecycleConfigOutput, error)

CreateNotebookInstanceLifecycleConfigWithContext is the same as CreateNotebookInstanceLifecycleConfig with the addition of the ability to pass a context and additional request options.

See CreateNotebookInstanceLifecycleConfig for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) CreateNotebookInstanceRequest

func (c *SageMaker) CreateNotebookInstanceRequest(input *CreateNotebookInstanceInput) (req *request.Request, output *CreateNotebookInstanceOutput)

CreateNotebookInstanceRequest generates a "aws/request.Request" representing the client's request for the CreateNotebookInstance operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateNotebookInstance for more information on using the CreateNotebookInstance API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateNotebookInstanceRequest method.
req, resp := client.CreateNotebookInstanceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateNotebookInstance

func (*SageMaker) CreateNotebookInstanceWithContext

func (c *SageMaker) CreateNotebookInstanceWithContext(ctx aws.Context, input *CreateNotebookInstanceInput, opts ...request.Option) (*CreateNotebookInstanceOutput, error)

CreateNotebookInstanceWithContext is the same as CreateNotebookInstance with the addition of the ability to pass a context and additional request options.

See CreateNotebookInstance for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) CreatePipeline added in v1.35.37

func (c *SageMaker) CreatePipeline(input *CreatePipelineInput) (*CreatePipelineOutput, error)

CreatePipeline API operation for Amazon SageMaker Service.

Creates a pipeline using a JSON pipeline definition.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation CreatePipeline for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreatePipeline

func (*SageMaker) CreatePipelineRequest added in v1.35.37

func (c *SageMaker) CreatePipelineRequest(input *CreatePipelineInput) (req *request.Request, output *CreatePipelineOutput)

CreatePipelineRequest generates a "aws/request.Request" representing the client's request for the CreatePipeline operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreatePipeline for more information on using the CreatePipeline API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreatePipelineRequest method.
req, resp := client.CreatePipelineRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreatePipeline

func (*SageMaker) CreatePipelineWithContext added in v1.35.37

func (c *SageMaker) CreatePipelineWithContext(ctx aws.Context, input *CreatePipelineInput, opts ...request.Option) (*CreatePipelineOutput, error)

CreatePipelineWithContext is the same as CreatePipeline with the addition of the ability to pass a context and additional request options.

See CreatePipeline for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) CreatePresignedDomainUrl added in v1.25.47

func (c *SageMaker) CreatePresignedDomainUrl(input *CreatePresignedDomainUrlInput) (*CreatePresignedDomainUrlOutput, error)

CreatePresignedDomainUrl API operation for Amazon SageMaker Service.

Creates a URL for a specified UserProfile in a Domain. When accessed in a web browser, the user will be automatically signed in to Amazon SageMaker Studio, and granted access to all of the Apps and files associated with the Domain's Amazon Elastic File System (EFS) volume. This operation can only be called when the authentication mode equals IAM.

The IAM role or user passed to this API defines the permissions to access the app. Once the presigned URL is created, no additional permission is required to access this URL. IAM authorization policies for this API are also enforced for every HTTP request and WebSocket frame that attempts to connect to the app.

You can restrict access to this API and to the URL that it returns to a list of IP addresses, Amazon VPCs or Amazon VPC Endpoints that you specify. For more information, see Connect to SageMaker Studio Through an Interface VPC Endpoint (https://docs.aws.amazon.com/sagemaker/latest/dg/studio-interface-endpoint.html) .

The URL that you get from a call to CreatePresignedDomainUrl has a default timeout of 5 minutes. You can configure this value using ExpiresInSeconds. If you try to use the URL after the timeout limit expires, you are directed to the Amazon Web Services console sign-in page.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation CreatePresignedDomainUrl for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreatePresignedDomainUrl

func (*SageMaker) CreatePresignedDomainUrlRequest added in v1.25.47

func (c *SageMaker) CreatePresignedDomainUrlRequest(input *CreatePresignedDomainUrlInput) (req *request.Request, output *CreatePresignedDomainUrlOutput)

CreatePresignedDomainUrlRequest generates a "aws/request.Request" representing the client's request for the CreatePresignedDomainUrl operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreatePresignedDomainUrl for more information on using the CreatePresignedDomainUrl API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreatePresignedDomainUrlRequest method.
req, resp := client.CreatePresignedDomainUrlRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreatePresignedDomainUrl

func (*SageMaker) CreatePresignedDomainUrlWithContext added in v1.25.47

func (c *SageMaker) CreatePresignedDomainUrlWithContext(ctx aws.Context, input *CreatePresignedDomainUrlInput, opts ...request.Option) (*CreatePresignedDomainUrlOutput, error)

CreatePresignedDomainUrlWithContext is the same as CreatePresignedDomainUrl with the addition of the ability to pass a context and additional request options.

See CreatePresignedDomainUrl for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) CreatePresignedNotebookInstanceUrl

func (c *SageMaker) CreatePresignedNotebookInstanceUrl(input *CreatePresignedNotebookInstanceUrlInput) (*CreatePresignedNotebookInstanceUrlOutput, error)

CreatePresignedNotebookInstanceUrl API operation for Amazon SageMaker Service.

Returns a URL that you can use to connect to the Jupyter server from a notebook instance. In the SageMaker console, when you choose Open next to a notebook instance, SageMaker opens a new tab showing the Jupyter server home page from the notebook instance. The console uses this API to get the URL and show the page.

The IAM role or user used to call this API defines the permissions to access the notebook instance. Once the presigned URL is created, no additional permission is required to access this URL. IAM authorization policies for this API are also enforced for every HTTP request and WebSocket frame that attempts to connect to the notebook instance.

You can restrict access to this API and to the URL that it returns to a list of IP addresses that you specify. Use the NotIpAddress condition operator and the aws:SourceIP condition context key to specify the list of IP addresses that you want to have access to the notebook instance. For more information, see Limit Access to a Notebook Instance by IP Address (https://docs.aws.amazon.com/sagemaker/latest/dg/security_iam_id-based-policy-examples.html#nbi-ip-filter).

The URL that you get from a call to CreatePresignedNotebookInstanceUrl (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreatePresignedNotebookInstanceUrl.html) is valid only for 5 minutes. If you try to use the URL after the 5-minute limit expires, you are directed to the Amazon Web Services console sign-in page.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation CreatePresignedNotebookInstanceUrl for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreatePresignedNotebookInstanceUrl

func (*SageMaker) CreatePresignedNotebookInstanceUrlRequest

func (c *SageMaker) CreatePresignedNotebookInstanceUrlRequest(input *CreatePresignedNotebookInstanceUrlInput) (req *request.Request, output *CreatePresignedNotebookInstanceUrlOutput)

CreatePresignedNotebookInstanceUrlRequest generates a "aws/request.Request" representing the client's request for the CreatePresignedNotebookInstanceUrl operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreatePresignedNotebookInstanceUrl for more information on using the CreatePresignedNotebookInstanceUrl API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreatePresignedNotebookInstanceUrlRequest method.
req, resp := client.CreatePresignedNotebookInstanceUrlRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreatePresignedNotebookInstanceUrl

func (*SageMaker) CreatePresignedNotebookInstanceUrlWithContext

func (c *SageMaker) CreatePresignedNotebookInstanceUrlWithContext(ctx aws.Context, input *CreatePresignedNotebookInstanceUrlInput, opts ...request.Option) (*CreatePresignedNotebookInstanceUrlOutput, error)

CreatePresignedNotebookInstanceUrlWithContext is the same as CreatePresignedNotebookInstanceUrl with the addition of the ability to pass a context and additional request options.

See CreatePresignedNotebookInstanceUrl for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) CreateProcessingJob added in v1.25.47

func (c *SageMaker) CreateProcessingJob(input *CreateProcessingJobInput) (*CreateProcessingJobOutput, error)

CreateProcessingJob API operation for Amazon SageMaker Service.

Creates a processing job.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation CreateProcessingJob for usage and error information.

Returned Error Types:

  • ResourceInUse Resource being accessed is in use.

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateProcessingJob

func (*SageMaker) CreateProcessingJobRequest added in v1.25.47

func (c *SageMaker) CreateProcessingJobRequest(input *CreateProcessingJobInput) (req *request.Request, output *CreateProcessingJobOutput)

CreateProcessingJobRequest generates a "aws/request.Request" representing the client's request for the CreateProcessingJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateProcessingJob for more information on using the CreateProcessingJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateProcessingJobRequest method.
req, resp := client.CreateProcessingJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateProcessingJob

func (*SageMaker) CreateProcessingJobWithContext added in v1.25.47

func (c *SageMaker) CreateProcessingJobWithContext(ctx aws.Context, input *CreateProcessingJobInput, opts ...request.Option) (*CreateProcessingJobOutput, error)

CreateProcessingJobWithContext is the same as CreateProcessingJob with the addition of the ability to pass a context and additional request options.

See CreateProcessingJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) CreateProject added in v1.35.37

func (c *SageMaker) CreateProject(input *CreateProjectInput) (*CreateProjectOutput, error)

CreateProject API operation for Amazon SageMaker Service.

Creates a machine learning (ML) project that can contain one or more templates that set up an ML pipeline from training to deploying an approved model.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation CreateProject for usage and error information.

Returned Error Types:

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateProject

func (*SageMaker) CreateProjectRequest added in v1.35.37

func (c *SageMaker) CreateProjectRequest(input *CreateProjectInput) (req *request.Request, output *CreateProjectOutput)

CreateProjectRequest generates a "aws/request.Request" representing the client's request for the CreateProject operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateProject for more information on using the CreateProject API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateProjectRequest method.
req, resp := client.CreateProjectRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateProject

func (*SageMaker) CreateProjectWithContext added in v1.35.37

func (c *SageMaker) CreateProjectWithContext(ctx aws.Context, input *CreateProjectInput, opts ...request.Option) (*CreateProjectOutput, error)

CreateProjectWithContext is the same as CreateProject with the addition of the ability to pass a context and additional request options.

See CreateProject for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) CreateSpace added in v1.44.150

func (c *SageMaker) CreateSpace(input *CreateSpaceInput) (*CreateSpaceOutput, error)

CreateSpace API operation for Amazon SageMaker Service.

Creates a space used for real time collaboration in a Domain.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation CreateSpace for usage and error information.

Returned Error Types:

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

  • ResourceInUse Resource being accessed is in use.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateSpace

func (*SageMaker) CreateSpaceRequest added in v1.44.150

func (c *SageMaker) CreateSpaceRequest(input *CreateSpaceInput) (req *request.Request, output *CreateSpaceOutput)

CreateSpaceRequest generates a "aws/request.Request" representing the client's request for the CreateSpace operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateSpace for more information on using the CreateSpace API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateSpaceRequest method.
req, resp := client.CreateSpaceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateSpace

func (*SageMaker) CreateSpaceWithContext added in v1.44.150

func (c *SageMaker) CreateSpaceWithContext(ctx aws.Context, input *CreateSpaceInput, opts ...request.Option) (*CreateSpaceOutput, error)

CreateSpaceWithContext is the same as CreateSpace with the addition of the ability to pass a context and additional request options.

See CreateSpace for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) CreateStudioLifecycleConfig added in v1.40.41

func (c *SageMaker) CreateStudioLifecycleConfig(input *CreateStudioLifecycleConfigInput) (*CreateStudioLifecycleConfigOutput, error)

CreateStudioLifecycleConfig API operation for Amazon SageMaker Service.

Creates a new Studio Lifecycle Configuration.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation CreateStudioLifecycleConfig for usage and error information.

Returned Error Types:

  • ResourceInUse Resource being accessed is in use.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateStudioLifecycleConfig

func (*SageMaker) CreateStudioLifecycleConfigRequest added in v1.40.41

func (c *SageMaker) CreateStudioLifecycleConfigRequest(input *CreateStudioLifecycleConfigInput) (req *request.Request, output *CreateStudioLifecycleConfigOutput)

CreateStudioLifecycleConfigRequest generates a "aws/request.Request" representing the client's request for the CreateStudioLifecycleConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateStudioLifecycleConfig for more information on using the CreateStudioLifecycleConfig API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateStudioLifecycleConfigRequest method.
req, resp := client.CreateStudioLifecycleConfigRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateStudioLifecycleConfig

func (*SageMaker) CreateStudioLifecycleConfigWithContext added in v1.40.41

func (c *SageMaker) CreateStudioLifecycleConfigWithContext(ctx aws.Context, input *CreateStudioLifecycleConfigInput, opts ...request.Option) (*CreateStudioLifecycleConfigOutput, error)

CreateStudioLifecycleConfigWithContext is the same as CreateStudioLifecycleConfig with the addition of the ability to pass a context and additional request options.

See CreateStudioLifecycleConfig for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) CreateTrainingJob

func (c *SageMaker) CreateTrainingJob(input *CreateTrainingJobInput) (*CreateTrainingJobOutput, error)

CreateTrainingJob API operation for Amazon SageMaker Service.

Starts a model training job. After training completes, SageMaker saves the resulting model artifacts to an Amazon S3 location that you specify.

If you choose to host your model using SageMaker hosting services, you can use the resulting model artifacts as part of the model. You can also use the artifacts in a machine learning service other than SageMaker, provided that you know how to use them for inference.

In the request body, you provide the following:

  • AlgorithmSpecification - Identifies the training algorithm to use.

  • HyperParameters - Specify these algorithm-specific parameters to enable the estimation of model parameters during training. Hyperparameters can be tuned to optimize this learning process. For a list of hyperparameters for each training algorithm provided by SageMaker, see Algorithms (https://docs.aws.amazon.com/sagemaker/latest/dg/algos.html). Do not include any security-sensitive information including account access IDs, secrets or tokens in any hyperparameter field. If the use of security-sensitive credentials are detected, SageMaker will reject your training job request and return an exception error.

  • InputDataConfig - Describes the input required by the training job and the Amazon S3, EFS, or FSx location where it is stored.

  • OutputDataConfig - Identifies the Amazon S3 bucket where you want SageMaker to save the results of model training.

  • ResourceConfig - Identifies the resources, ML compute instances, and ML storage volumes to deploy for model training. In distributed training, you specify more than one instance.

  • EnableManagedSpotTraining - Optimize the cost of training machine learning models by up to 80% by using Amazon EC2 Spot instances. For more information, see Managed Spot Training (https://docs.aws.amazon.com/sagemaker/latest/dg/model-managed-spot-training.html).

  • RoleArn - The Amazon Resource Name (ARN) that SageMaker assumes to perform tasks on your behalf during model training. You must grant this role the necessary permissions so that SageMaker can successfully complete model training.

  • StoppingCondition - To help cap training costs, use MaxRuntimeInSeconds to set a time limit for training. Use MaxWaitTimeInSeconds to specify how long a managed spot training job has to complete.

  • Environment - The environment variables to set in the Docker container.

  • RetryStrategy - The number of times to retry the job when the job fails due to an InternalServerError.

For more information about SageMaker, see How It Works (https://docs.aws.amazon.com/sagemaker/latest/dg/how-it-works.html).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation CreateTrainingJob for usage and error information.

Returned Error Types:

  • ResourceInUse Resource being accessed is in use.

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateTrainingJob

func (*SageMaker) CreateTrainingJobRequest

func (c *SageMaker) CreateTrainingJobRequest(input *CreateTrainingJobInput) (req *request.Request, output *CreateTrainingJobOutput)

CreateTrainingJobRequest generates a "aws/request.Request" representing the client's request for the CreateTrainingJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateTrainingJob for more information on using the CreateTrainingJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateTrainingJobRequest method.
req, resp := client.CreateTrainingJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateTrainingJob

func (*SageMaker) CreateTrainingJobWithContext

func (c *SageMaker) CreateTrainingJobWithContext(ctx aws.Context, input *CreateTrainingJobInput, opts ...request.Option) (*CreateTrainingJobOutput, error)

CreateTrainingJobWithContext is the same as CreateTrainingJob with the addition of the ability to pass a context and additional request options.

See CreateTrainingJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) CreateTransformJob added in v1.14.28

func (c *SageMaker) CreateTransformJob(input *CreateTransformJobInput) (*CreateTransformJobOutput, error)

CreateTransformJob API operation for Amazon SageMaker Service.

Starts a transform job. A transform job uses a trained model to get inferences on a dataset and saves these results to an Amazon S3 location that you specify.

To perform batch transformations, you create a transform job and use the data that you have readily available.

In the request body, you provide the following:

  • TransformJobName - Identifies the transform job. The name must be unique within an Amazon Web Services Region in an Amazon Web Services account.

  • ModelName - Identifies the model to use. ModelName must be the name of an existing Amazon SageMaker model in the same Amazon Web Services Region and Amazon Web Services account. For information on creating a model, see CreateModel (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateModel.html).

  • TransformInput - Describes the dataset to be transformed and the Amazon S3 location where it is stored.

  • TransformOutput - Identifies the Amazon S3 location where you want Amazon SageMaker to save the results from the transform job.

  • TransformResources - Identifies the ML compute instances for the transform job.

For more information about how batch transformation works, see Batch Transform (https://docs.aws.amazon.com/sagemaker/latest/dg/batch-transform.html).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation CreateTransformJob for usage and error information.

Returned Error Types:

  • ResourceInUse Resource being accessed is in use.

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateTransformJob

func (*SageMaker) CreateTransformJobRequest added in v1.14.28

func (c *SageMaker) CreateTransformJobRequest(input *CreateTransformJobInput) (req *request.Request, output *CreateTransformJobOutput)

CreateTransformJobRequest generates a "aws/request.Request" representing the client's request for the CreateTransformJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateTransformJob for more information on using the CreateTransformJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateTransformJobRequest method.
req, resp := client.CreateTransformJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateTransformJob

func (*SageMaker) CreateTransformJobWithContext added in v1.14.28

func (c *SageMaker) CreateTransformJobWithContext(ctx aws.Context, input *CreateTransformJobInput, opts ...request.Option) (*CreateTransformJobOutput, error)

CreateTransformJobWithContext is the same as CreateTransformJob with the addition of the ability to pass a context and additional request options.

See CreateTransformJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) CreateTrial added in v1.25.47

func (c *SageMaker) CreateTrial(input *CreateTrialInput) (*CreateTrialOutput, error)

CreateTrial API operation for Amazon SageMaker Service.

Creates an SageMaker trial. A trial is a set of steps called trial components that produce a machine learning model. A trial is part of a single SageMaker experiment.

When you use SageMaker Studio or the SageMaker Python SDK, all experiments, trials, and trial components are automatically tracked, logged, and indexed. When you use the Amazon Web Services SDK for Python (Boto), you must use the logging APIs provided by the SDK.

You can add tags to a trial and then use the Search (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_Search.html) API to search for the tags.

To get a list of all your trials, call the ListTrials (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ListTrials.html) API. To view a trial's properties, call the DescribeTrial (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeTrial.html) API. To create a trial component, call the CreateTrialComponent (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrialComponent.html) API.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation CreateTrial for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateTrial

func (*SageMaker) CreateTrialComponent added in v1.25.47

func (c *SageMaker) CreateTrialComponent(input *CreateTrialComponentInput) (*CreateTrialComponentOutput, error)

CreateTrialComponent API operation for Amazon SageMaker Service.

Creates a trial component, which is a stage of a machine learning trial. A trial is composed of one or more trial components. A trial component can be used in multiple trials.

Trial components include pre-processing jobs, training jobs, and batch transform jobs.

When you use SageMaker Studio or the SageMaker Python SDK, all experiments, trials, and trial components are automatically tracked, logged, and indexed. When you use the Amazon Web Services SDK for Python (Boto), you must use the logging APIs provided by the SDK.

You can add tags to a trial component and then use the Search (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_Search.html) API to search for the tags.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation CreateTrialComponent for usage and error information.

Returned Error Types:

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateTrialComponent

func (*SageMaker) CreateTrialComponentRequest added in v1.25.47

func (c *SageMaker) CreateTrialComponentRequest(input *CreateTrialComponentInput) (req *request.Request, output *CreateTrialComponentOutput)

CreateTrialComponentRequest generates a "aws/request.Request" representing the client's request for the CreateTrialComponent operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateTrialComponent for more information on using the CreateTrialComponent API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateTrialComponentRequest method.
req, resp := client.CreateTrialComponentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateTrialComponent

func (*SageMaker) CreateTrialComponentWithContext added in v1.25.47

func (c *SageMaker) CreateTrialComponentWithContext(ctx aws.Context, input *CreateTrialComponentInput, opts ...request.Option) (*CreateTrialComponentOutput, error)

CreateTrialComponentWithContext is the same as CreateTrialComponent with the addition of the ability to pass a context and additional request options.

See CreateTrialComponent for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) CreateTrialRequest added in v1.25.47

func (c *SageMaker) CreateTrialRequest(input *CreateTrialInput) (req *request.Request, output *CreateTrialOutput)

CreateTrialRequest generates a "aws/request.Request" representing the client's request for the CreateTrial operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateTrial for more information on using the CreateTrial API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateTrialRequest method.
req, resp := client.CreateTrialRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateTrial

func (*SageMaker) CreateTrialWithContext added in v1.25.47

func (c *SageMaker) CreateTrialWithContext(ctx aws.Context, input *CreateTrialInput, opts ...request.Option) (*CreateTrialOutput, error)

CreateTrialWithContext is the same as CreateTrial with the addition of the ability to pass a context and additional request options.

See CreateTrial for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) CreateUserProfile added in v1.25.47

func (c *SageMaker) CreateUserProfile(input *CreateUserProfileInput) (*CreateUserProfileOutput, error)

CreateUserProfile API operation for Amazon SageMaker Service.

Creates a user profile. A user profile represents a single user within a domain, and is the main way to reference a "person" for the purposes of sharing, reporting, and other user-oriented features. This entity is created when a user onboards to Amazon SageMaker Studio. If an administrator invites a person by email or imports them from IAM Identity Center, a user profile is automatically created. A user profile is the primary holder of settings for an individual user and has a reference to the user's private Amazon Elastic File System (EFS) home directory.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation CreateUserProfile for usage and error information.

Returned Error Types:

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

  • ResourceInUse Resource being accessed is in use.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateUserProfile

func (*SageMaker) CreateUserProfileRequest added in v1.25.47

func (c *SageMaker) CreateUserProfileRequest(input *CreateUserProfileInput) (req *request.Request, output *CreateUserProfileOutput)

CreateUserProfileRequest generates a "aws/request.Request" representing the client's request for the CreateUserProfile operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateUserProfile for more information on using the CreateUserProfile API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateUserProfileRequest method.
req, resp := client.CreateUserProfileRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateUserProfile

func (*SageMaker) CreateUserProfileWithContext added in v1.25.47

func (c *SageMaker) CreateUserProfileWithContext(ctx aws.Context, input *CreateUserProfileInput, opts ...request.Option) (*CreateUserProfileOutput, error)

CreateUserProfileWithContext is the same as CreateUserProfile with the addition of the ability to pass a context and additional request options.

See CreateUserProfile for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) CreateWorkforce added in v1.33.12

func (c *SageMaker) CreateWorkforce(input *CreateWorkforceInput) (*CreateWorkforceOutput, error)

CreateWorkforce API operation for Amazon SageMaker Service.

Use this operation to create a workforce. This operation will return an error if a workforce already exists in the Amazon Web Services Region that you specify. You can only create one workforce in each Amazon Web Services Region per Amazon Web Services account.

If you want to create a new workforce in an Amazon Web Services Region where a workforce already exists, use the DeleteWorkforce (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteWorkforce.html) API operation to delete the existing workforce and then use CreateWorkforce to create a new workforce.

To create a private workforce using Amazon Cognito, you must specify a Cognito user pool in CognitoConfig. You can also create an Amazon Cognito workforce using the Amazon SageMaker console. For more information, see Create a Private Workforce (Amazon Cognito) (https://docs.aws.amazon.com/sagemaker/latest/dg/sms-workforce-create-private.html).

To create a private workforce using your own OIDC Identity Provider (IdP), specify your IdP configuration in OidcConfig. Your OIDC IdP must support groups because groups are used by Ground Truth and Amazon A2I to create work teams. For more information, see Create a Private Workforce (OIDC IdP) (https://docs.aws.amazon.com/sagemaker/latest/dg/sms-workforce-create-private-oidc.html).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation CreateWorkforce for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateWorkforce

func (*SageMaker) CreateWorkforceRequest added in v1.33.12

func (c *SageMaker) CreateWorkforceRequest(input *CreateWorkforceInput) (req *request.Request, output *CreateWorkforceOutput)

CreateWorkforceRequest generates a "aws/request.Request" representing the client's request for the CreateWorkforce operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateWorkforce for more information on using the CreateWorkforce API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateWorkforceRequest method.
req, resp := client.CreateWorkforceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateWorkforce

func (*SageMaker) CreateWorkforceWithContext added in v1.33.12

func (c *SageMaker) CreateWorkforceWithContext(ctx aws.Context, input *CreateWorkforceInput, opts ...request.Option) (*CreateWorkforceOutput, error)

CreateWorkforceWithContext is the same as CreateWorkforce with the addition of the ability to pass a context and additional request options.

See CreateWorkforce for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) CreateWorkteam added in v1.15.86

func (c *SageMaker) CreateWorkteam(input *CreateWorkteamInput) (*CreateWorkteamOutput, error)

CreateWorkteam API operation for Amazon SageMaker Service.

Creates a new work team for labeling your data. A work team is defined by one or more Amazon Cognito user pools. You must first create the user pools before you can create a work team.

You cannot create more than 25 work teams in an account and region.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation CreateWorkteam for usage and error information.

Returned Error Types:

  • ResourceInUse Resource being accessed is in use.

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateWorkteam

func (*SageMaker) CreateWorkteamRequest added in v1.15.86

func (c *SageMaker) CreateWorkteamRequest(input *CreateWorkteamInput) (req *request.Request, output *CreateWorkteamOutput)

CreateWorkteamRequest generates a "aws/request.Request" representing the client's request for the CreateWorkteam operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateWorkteam for more information on using the CreateWorkteam API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateWorkteamRequest method.
req, resp := client.CreateWorkteamRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateWorkteam

func (*SageMaker) CreateWorkteamWithContext added in v1.15.86

func (c *SageMaker) CreateWorkteamWithContext(ctx aws.Context, input *CreateWorkteamInput, opts ...request.Option) (*CreateWorkteamOutput, error)

CreateWorkteamWithContext is the same as CreateWorkteam with the addition of the ability to pass a context and additional request options.

See CreateWorkteam for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DeleteAction added in v1.35.37

func (c *SageMaker) DeleteAction(input *DeleteActionInput) (*DeleteActionOutput, error)

DeleteAction API operation for Amazon SageMaker Service.

Deletes an action.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DeleteAction for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteAction

func (*SageMaker) DeleteActionRequest added in v1.35.37

func (c *SageMaker) DeleteActionRequest(input *DeleteActionInput) (req *request.Request, output *DeleteActionOutput)

DeleteActionRequest generates a "aws/request.Request" representing the client's request for the DeleteAction operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteAction for more information on using the DeleteAction API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteActionRequest method.
req, resp := client.DeleteActionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteAction

func (*SageMaker) DeleteActionWithContext added in v1.35.37

func (c *SageMaker) DeleteActionWithContext(ctx aws.Context, input *DeleteActionInput, opts ...request.Option) (*DeleteActionOutput, error)

DeleteActionWithContext is the same as DeleteAction with the addition of the ability to pass a context and additional request options.

See DeleteAction for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DeleteAlgorithm added in v1.15.86

func (c *SageMaker) DeleteAlgorithm(input *DeleteAlgorithmInput) (*DeleteAlgorithmOutput, error)

DeleteAlgorithm API operation for Amazon SageMaker Service.

Removes the specified algorithm from your account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DeleteAlgorithm for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteAlgorithm

func (*SageMaker) DeleteAlgorithmRequest added in v1.15.86

func (c *SageMaker) DeleteAlgorithmRequest(input *DeleteAlgorithmInput) (req *request.Request, output *DeleteAlgorithmOutput)

DeleteAlgorithmRequest generates a "aws/request.Request" representing the client's request for the DeleteAlgorithm operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteAlgorithm for more information on using the DeleteAlgorithm API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteAlgorithmRequest method.
req, resp := client.DeleteAlgorithmRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteAlgorithm

func (*SageMaker) DeleteAlgorithmWithContext added in v1.15.86

func (c *SageMaker) DeleteAlgorithmWithContext(ctx aws.Context, input *DeleteAlgorithmInput, opts ...request.Option) (*DeleteAlgorithmOutput, error)

DeleteAlgorithmWithContext is the same as DeleteAlgorithm with the addition of the ability to pass a context and additional request options.

See DeleteAlgorithm for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DeleteApp added in v1.25.47

func (c *SageMaker) DeleteApp(input *DeleteAppInput) (*DeleteAppOutput, error)

DeleteApp API operation for Amazon SageMaker Service.

Used to stop and delete an app.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DeleteApp for usage and error information.

Returned Error Types:

  • ResourceInUse Resource being accessed is in use.

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteApp

func (*SageMaker) DeleteAppImageConfig added in v1.35.15

func (c *SageMaker) DeleteAppImageConfig(input *DeleteAppImageConfigInput) (*DeleteAppImageConfigOutput, error)

DeleteAppImageConfig API operation for Amazon SageMaker Service.

Deletes an AppImageConfig.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DeleteAppImageConfig for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteAppImageConfig

func (*SageMaker) DeleteAppImageConfigRequest added in v1.35.15

func (c *SageMaker) DeleteAppImageConfigRequest(input *DeleteAppImageConfigInput) (req *request.Request, output *DeleteAppImageConfigOutput)

DeleteAppImageConfigRequest generates a "aws/request.Request" representing the client's request for the DeleteAppImageConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteAppImageConfig for more information on using the DeleteAppImageConfig API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteAppImageConfigRequest method.
req, resp := client.DeleteAppImageConfigRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteAppImageConfig

func (*SageMaker) DeleteAppImageConfigWithContext added in v1.35.15

func (c *SageMaker) DeleteAppImageConfigWithContext(ctx aws.Context, input *DeleteAppImageConfigInput, opts ...request.Option) (*DeleteAppImageConfigOutput, error)

DeleteAppImageConfigWithContext is the same as DeleteAppImageConfig with the addition of the ability to pass a context and additional request options.

See DeleteAppImageConfig for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DeleteAppRequest added in v1.25.47

func (c *SageMaker) DeleteAppRequest(input *DeleteAppInput) (req *request.Request, output *DeleteAppOutput)

DeleteAppRequest generates a "aws/request.Request" representing the client's request for the DeleteApp operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteApp for more information on using the DeleteApp API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteAppRequest method.
req, resp := client.DeleteAppRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteApp

func (*SageMaker) DeleteAppWithContext added in v1.25.47

func (c *SageMaker) DeleteAppWithContext(ctx aws.Context, input *DeleteAppInput, opts ...request.Option) (*DeleteAppOutput, error)

DeleteAppWithContext is the same as DeleteApp with the addition of the ability to pass a context and additional request options.

See DeleteApp for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DeleteArtifact added in v1.35.37

func (c *SageMaker) DeleteArtifact(input *DeleteArtifactInput) (*DeleteArtifactOutput, error)

DeleteArtifact API operation for Amazon SageMaker Service.

Deletes an artifact. Either ArtifactArn or Source must be specified.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DeleteArtifact for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteArtifact

func (*SageMaker) DeleteArtifactRequest added in v1.35.37

func (c *SageMaker) DeleteArtifactRequest(input *DeleteArtifactInput) (req *request.Request, output *DeleteArtifactOutput)

DeleteArtifactRequest generates a "aws/request.Request" representing the client's request for the DeleteArtifact operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteArtifact for more information on using the DeleteArtifact API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteArtifactRequest method.
req, resp := client.DeleteArtifactRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteArtifact

func (*SageMaker) DeleteArtifactWithContext added in v1.35.37

func (c *SageMaker) DeleteArtifactWithContext(ctx aws.Context, input *DeleteArtifactInput, opts ...request.Option) (*DeleteArtifactOutput, error)

DeleteArtifactWithContext is the same as DeleteArtifact with the addition of the ability to pass a context and additional request options.

See DeleteArtifact for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DeleteAssociation added in v1.35.37

func (c *SageMaker) DeleteAssociation(input *DeleteAssociationInput) (*DeleteAssociationOutput, error)

DeleteAssociation API operation for Amazon SageMaker Service.

Deletes an association.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DeleteAssociation for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteAssociation

func (*SageMaker) DeleteAssociationRequest added in v1.35.37

func (c *SageMaker) DeleteAssociationRequest(input *DeleteAssociationInput) (req *request.Request, output *DeleteAssociationOutput)

DeleteAssociationRequest generates a "aws/request.Request" representing the client's request for the DeleteAssociation operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteAssociation for more information on using the DeleteAssociation API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteAssociationRequest method.
req, resp := client.DeleteAssociationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteAssociation

func (*SageMaker) DeleteAssociationWithContext added in v1.35.37

func (c *SageMaker) DeleteAssociationWithContext(ctx aws.Context, input *DeleteAssociationInput, opts ...request.Option) (*DeleteAssociationOutput, error)

DeleteAssociationWithContext is the same as DeleteAssociation with the addition of the ability to pass a context and additional request options.

See DeleteAssociation for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DeleteCodeRepository added in v1.15.86

func (c *SageMaker) DeleteCodeRepository(input *DeleteCodeRepositoryInput) (*DeleteCodeRepositoryOutput, error)

DeleteCodeRepository API operation for Amazon SageMaker Service.

Deletes the specified Git repository from your account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DeleteCodeRepository for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteCodeRepository

func (*SageMaker) DeleteCodeRepositoryRequest added in v1.15.86

func (c *SageMaker) DeleteCodeRepositoryRequest(input *DeleteCodeRepositoryInput) (req *request.Request, output *DeleteCodeRepositoryOutput)

DeleteCodeRepositoryRequest generates a "aws/request.Request" representing the client's request for the DeleteCodeRepository operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteCodeRepository for more information on using the DeleteCodeRepository API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteCodeRepositoryRequest method.
req, resp := client.DeleteCodeRepositoryRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteCodeRepository

func (*SageMaker) DeleteCodeRepositoryWithContext added in v1.15.86

func (c *SageMaker) DeleteCodeRepositoryWithContext(ctx aws.Context, input *DeleteCodeRepositoryInput, opts ...request.Option) (*DeleteCodeRepositoryOutput, error)

DeleteCodeRepositoryWithContext is the same as DeleteCodeRepository with the addition of the ability to pass a context and additional request options.

See DeleteCodeRepository for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DeleteContext added in v1.35.37

func (c *SageMaker) DeleteContext(input *DeleteContextInput) (*DeleteContextOutput, error)

DeleteContext API operation for Amazon SageMaker Service.

Deletes an context.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DeleteContext for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteContext

func (*SageMaker) DeleteContextRequest added in v1.35.37

func (c *SageMaker) DeleteContextRequest(input *DeleteContextInput) (req *request.Request, output *DeleteContextOutput)

DeleteContextRequest generates a "aws/request.Request" representing the client's request for the DeleteContext operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteContext for more information on using the DeleteContext API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteContextRequest method.
req, resp := client.DeleteContextRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteContext

func (*SageMaker) DeleteContextWithContext added in v1.35.37

func (c *SageMaker) DeleteContextWithContext(ctx aws.Context, input *DeleteContextInput, opts ...request.Option) (*DeleteContextOutput, error)

DeleteContextWithContext is the same as DeleteContext with the addition of the ability to pass a context and additional request options.

See DeleteContext for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DeleteDataQualityJobDefinition added in v1.36.4

func (c *SageMaker) DeleteDataQualityJobDefinition(input *DeleteDataQualityJobDefinitionInput) (*DeleteDataQualityJobDefinitionOutput, error)

DeleteDataQualityJobDefinition API operation for Amazon SageMaker Service.

Deletes a data quality monitoring job definition.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DeleteDataQualityJobDefinition for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteDataQualityJobDefinition

func (*SageMaker) DeleteDataQualityJobDefinitionRequest added in v1.36.4

func (c *SageMaker) DeleteDataQualityJobDefinitionRequest(input *DeleteDataQualityJobDefinitionInput) (req *request.Request, output *DeleteDataQualityJobDefinitionOutput)

DeleteDataQualityJobDefinitionRequest generates a "aws/request.Request" representing the client's request for the DeleteDataQualityJobDefinition operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteDataQualityJobDefinition for more information on using the DeleteDataQualityJobDefinition API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteDataQualityJobDefinitionRequest method.
req, resp := client.DeleteDataQualityJobDefinitionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteDataQualityJobDefinition

func (*SageMaker) DeleteDataQualityJobDefinitionWithContext added in v1.36.4

func (c *SageMaker) DeleteDataQualityJobDefinitionWithContext(ctx aws.Context, input *DeleteDataQualityJobDefinitionInput, opts ...request.Option) (*DeleteDataQualityJobDefinitionOutput, error)

DeleteDataQualityJobDefinitionWithContext is the same as DeleteDataQualityJobDefinition with the addition of the ability to pass a context and additional request options.

See DeleteDataQualityJobDefinition for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DeleteDeviceFleet added in v1.36.4

func (c *SageMaker) DeleteDeviceFleet(input *DeleteDeviceFleetInput) (*DeleteDeviceFleetOutput, error)

DeleteDeviceFleet API operation for Amazon SageMaker Service.

Deletes a fleet.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DeleteDeviceFleet for usage and error information.

Returned Error Types:

  • ResourceInUse Resource being accessed is in use.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteDeviceFleet

func (*SageMaker) DeleteDeviceFleetRequest added in v1.36.4

func (c *SageMaker) DeleteDeviceFleetRequest(input *DeleteDeviceFleetInput) (req *request.Request, output *DeleteDeviceFleetOutput)

DeleteDeviceFleetRequest generates a "aws/request.Request" representing the client's request for the DeleteDeviceFleet operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteDeviceFleet for more information on using the DeleteDeviceFleet API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteDeviceFleetRequest method.
req, resp := client.DeleteDeviceFleetRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteDeviceFleet

func (*SageMaker) DeleteDeviceFleetWithContext added in v1.36.4

func (c *SageMaker) DeleteDeviceFleetWithContext(ctx aws.Context, input *DeleteDeviceFleetInput, opts ...request.Option) (*DeleteDeviceFleetOutput, error)

DeleteDeviceFleetWithContext is the same as DeleteDeviceFleet with the addition of the ability to pass a context and additional request options.

See DeleteDeviceFleet for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DeleteDomain added in v1.25.47

func (c *SageMaker) DeleteDomain(input *DeleteDomainInput) (*DeleteDomainOutput, error)

DeleteDomain API operation for Amazon SageMaker Service.

Used to delete a domain. If you onboarded with IAM mode, you will need to delete your domain to onboard again using IAM Identity Center. Use with caution. All of the members of the domain will lose access to their EFS volume, including data, notebooks, and other artifacts.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DeleteDomain for usage and error information.

Returned Error Types:

  • ResourceInUse Resource being accessed is in use.

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteDomain

func (*SageMaker) DeleteDomainRequest added in v1.25.47

func (c *SageMaker) DeleteDomainRequest(input *DeleteDomainInput) (req *request.Request, output *DeleteDomainOutput)

DeleteDomainRequest generates a "aws/request.Request" representing the client's request for the DeleteDomain operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteDomain for more information on using the DeleteDomain API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteDomainRequest method.
req, resp := client.DeleteDomainRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteDomain

func (*SageMaker) DeleteDomainWithContext added in v1.25.47

func (c *SageMaker) DeleteDomainWithContext(ctx aws.Context, input *DeleteDomainInput, opts ...request.Option) (*DeleteDomainOutput, error)

DeleteDomainWithContext is the same as DeleteDomain with the addition of the ability to pass a context and additional request options.

See DeleteDomain for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DeleteEdgeDeploymentPlan added in v1.44.57

func (c *SageMaker) DeleteEdgeDeploymentPlan(input *DeleteEdgeDeploymentPlanInput) (*DeleteEdgeDeploymentPlanOutput, error)

DeleteEdgeDeploymentPlan API operation for Amazon SageMaker Service.

Deletes an edge deployment plan if (and only if) all the stages in the plan are inactive or there are no stages in the plan.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DeleteEdgeDeploymentPlan for usage and error information.

Returned Error Types:

  • ResourceInUse Resource being accessed is in use.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteEdgeDeploymentPlan

func (*SageMaker) DeleteEdgeDeploymentPlanRequest added in v1.44.57

func (c *SageMaker) DeleteEdgeDeploymentPlanRequest(input *DeleteEdgeDeploymentPlanInput) (req *request.Request, output *DeleteEdgeDeploymentPlanOutput)

DeleteEdgeDeploymentPlanRequest generates a "aws/request.Request" representing the client's request for the DeleteEdgeDeploymentPlan operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteEdgeDeploymentPlan for more information on using the DeleteEdgeDeploymentPlan API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteEdgeDeploymentPlanRequest method.
req, resp := client.DeleteEdgeDeploymentPlanRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteEdgeDeploymentPlan

func (*SageMaker) DeleteEdgeDeploymentPlanWithContext added in v1.44.57

func (c *SageMaker) DeleteEdgeDeploymentPlanWithContext(ctx aws.Context, input *DeleteEdgeDeploymentPlanInput, opts ...request.Option) (*DeleteEdgeDeploymentPlanOutput, error)

DeleteEdgeDeploymentPlanWithContext is the same as DeleteEdgeDeploymentPlan with the addition of the ability to pass a context and additional request options.

See DeleteEdgeDeploymentPlan for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DeleteEdgeDeploymentStage added in v1.44.57

func (c *SageMaker) DeleteEdgeDeploymentStage(input *DeleteEdgeDeploymentStageInput) (*DeleteEdgeDeploymentStageOutput, error)

DeleteEdgeDeploymentStage API operation for Amazon SageMaker Service.

Delete a stage in an edge deployment plan if (and only if) the stage is inactive.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DeleteEdgeDeploymentStage for usage and error information.

Returned Error Types:

  • ResourceInUse Resource being accessed is in use.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteEdgeDeploymentStage

func (*SageMaker) DeleteEdgeDeploymentStageRequest added in v1.44.57

func (c *SageMaker) DeleteEdgeDeploymentStageRequest(input *DeleteEdgeDeploymentStageInput) (req *request.Request, output *DeleteEdgeDeploymentStageOutput)

DeleteEdgeDeploymentStageRequest generates a "aws/request.Request" representing the client's request for the DeleteEdgeDeploymentStage operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteEdgeDeploymentStage for more information on using the DeleteEdgeDeploymentStage API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteEdgeDeploymentStageRequest method.
req, resp := client.DeleteEdgeDeploymentStageRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteEdgeDeploymentStage

func (*SageMaker) DeleteEdgeDeploymentStageWithContext added in v1.44.57

func (c *SageMaker) DeleteEdgeDeploymentStageWithContext(ctx aws.Context, input *DeleteEdgeDeploymentStageInput, opts ...request.Option) (*DeleteEdgeDeploymentStageOutput, error)

DeleteEdgeDeploymentStageWithContext is the same as DeleteEdgeDeploymentStage with the addition of the ability to pass a context and additional request options.

See DeleteEdgeDeploymentStage for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DeleteEndpoint

func (c *SageMaker) DeleteEndpoint(input *DeleteEndpointInput) (*DeleteEndpointOutput, error)

DeleteEndpoint API operation for Amazon SageMaker Service.

Deletes an endpoint. SageMaker frees up all of the resources that were deployed when the endpoint was created.

SageMaker retires any custom KMS key grants associated with the endpoint, meaning you don't need to use the RevokeGrant (http://docs.aws.amazon.com/kms/latest/APIReference/API_RevokeGrant.html) API call.

When you delete your endpoint, SageMaker asynchronously deletes associated endpoint resources such as KMS key grants. You might still see these resources in your account for a few minutes after deleting your endpoint. Do not delete or revoke the permissions for your ExecutionRoleArn (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateModel.html#sagemaker-CreateModel-request-ExecutionRoleArn) , otherwise SageMaker cannot delete these resources.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DeleteEndpoint for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteEndpoint

func (*SageMaker) DeleteEndpointConfig

func (c *SageMaker) DeleteEndpointConfig(input *DeleteEndpointConfigInput) (*DeleteEndpointConfigOutput, error)

DeleteEndpointConfig API operation for Amazon SageMaker Service.

Deletes an endpoint configuration. The DeleteEndpointConfig API deletes only the specified configuration. It does not delete endpoints created using the configuration.

You must not delete an EndpointConfig in use by an endpoint that is live or while the UpdateEndpoint or CreateEndpoint operations are being performed on the endpoint. If you delete the EndpointConfig of an endpoint that is active or being created or updated you may lose visibility into the instance type the endpoint is using. The endpoint must be deleted in order to stop incurring charges.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DeleteEndpointConfig for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteEndpointConfig

func (*SageMaker) DeleteEndpointConfigRequest

func (c *SageMaker) DeleteEndpointConfigRequest(input *DeleteEndpointConfigInput) (req *request.Request, output *DeleteEndpointConfigOutput)

DeleteEndpointConfigRequest generates a "aws/request.Request" representing the client's request for the DeleteEndpointConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteEndpointConfig for more information on using the DeleteEndpointConfig API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteEndpointConfigRequest method.
req, resp := client.DeleteEndpointConfigRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteEndpointConfig

func (*SageMaker) DeleteEndpointConfigWithContext

func (c *SageMaker) DeleteEndpointConfigWithContext(ctx aws.Context, input *DeleteEndpointConfigInput, opts ...request.Option) (*DeleteEndpointConfigOutput, error)

DeleteEndpointConfigWithContext is the same as DeleteEndpointConfig with the addition of the ability to pass a context and additional request options.

See DeleteEndpointConfig for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DeleteEndpointRequest

func (c *SageMaker) DeleteEndpointRequest(input *DeleteEndpointInput) (req *request.Request, output *DeleteEndpointOutput)

DeleteEndpointRequest generates a "aws/request.Request" representing the client's request for the DeleteEndpoint operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteEndpoint for more information on using the DeleteEndpoint API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteEndpointRequest method.
req, resp := client.DeleteEndpointRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteEndpoint

func (*SageMaker) DeleteEndpointWithContext

func (c *SageMaker) DeleteEndpointWithContext(ctx aws.Context, input *DeleteEndpointInput, opts ...request.Option) (*DeleteEndpointOutput, error)

DeleteEndpointWithContext is the same as DeleteEndpoint with the addition of the ability to pass a context and additional request options.

See DeleteEndpoint for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DeleteExperiment added in v1.25.47

func (c *SageMaker) DeleteExperiment(input *DeleteExperimentInput) (*DeleteExperimentOutput, error)

DeleteExperiment API operation for Amazon SageMaker Service.

Deletes an SageMaker experiment. All trials associated with the experiment must be deleted first. Use the ListTrials (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ListTrials.html) API to get a list of the trials associated with the experiment.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DeleteExperiment for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteExperiment

func (*SageMaker) DeleteExperimentRequest added in v1.25.47

func (c *SageMaker) DeleteExperimentRequest(input *DeleteExperimentInput) (req *request.Request, output *DeleteExperimentOutput)

DeleteExperimentRequest generates a "aws/request.Request" representing the client's request for the DeleteExperiment operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteExperiment for more information on using the DeleteExperiment API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteExperimentRequest method.
req, resp := client.DeleteExperimentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteExperiment

func (*SageMaker) DeleteExperimentWithContext added in v1.25.47

func (c *SageMaker) DeleteExperimentWithContext(ctx aws.Context, input *DeleteExperimentInput, opts ...request.Option) (*DeleteExperimentOutput, error)

DeleteExperimentWithContext is the same as DeleteExperiment with the addition of the ability to pass a context and additional request options.

See DeleteExperiment for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DeleteFeatureGroup added in v1.35.37

func (c *SageMaker) DeleteFeatureGroup(input *DeleteFeatureGroupInput) (*DeleteFeatureGroupOutput, error)

DeleteFeatureGroup API operation for Amazon SageMaker Service.

Delete the FeatureGroup and any data that was written to the OnlineStore of the FeatureGroup. Data cannot be accessed from the OnlineStore immediately after DeleteFeatureGroup is called.

Data written into the OfflineStore will not be deleted. The Amazon Web Services Glue database and tables that are automatically created for your OfflineStore are not deleted.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DeleteFeatureGroup for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteFeatureGroup

func (*SageMaker) DeleteFeatureGroupRequest added in v1.35.37

func (c *SageMaker) DeleteFeatureGroupRequest(input *DeleteFeatureGroupInput) (req *request.Request, output *DeleteFeatureGroupOutput)

DeleteFeatureGroupRequest generates a "aws/request.Request" representing the client's request for the DeleteFeatureGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteFeatureGroup for more information on using the DeleteFeatureGroup API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteFeatureGroupRequest method.
req, resp := client.DeleteFeatureGroupRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteFeatureGroup

func (*SageMaker) DeleteFeatureGroupWithContext added in v1.35.37

func (c *SageMaker) DeleteFeatureGroupWithContext(ctx aws.Context, input *DeleteFeatureGroupInput, opts ...request.Option) (*DeleteFeatureGroupOutput, error)

DeleteFeatureGroupWithContext is the same as DeleteFeatureGroup with the addition of the ability to pass a context and additional request options.

See DeleteFeatureGroup for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DeleteFlowDefinition added in v1.25.47

func (c *SageMaker) DeleteFlowDefinition(input *DeleteFlowDefinitionInput) (*DeleteFlowDefinitionOutput, error)

DeleteFlowDefinition API operation for Amazon SageMaker Service.

Deletes the specified flow definition.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DeleteFlowDefinition for usage and error information.

Returned Error Types:

  • ResourceInUse Resource being accessed is in use.

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteFlowDefinition

func (*SageMaker) DeleteFlowDefinitionRequest added in v1.25.47

func (c *SageMaker) DeleteFlowDefinitionRequest(input *DeleteFlowDefinitionInput) (req *request.Request, output *DeleteFlowDefinitionOutput)

DeleteFlowDefinitionRequest generates a "aws/request.Request" representing the client's request for the DeleteFlowDefinition operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteFlowDefinition for more information on using the DeleteFlowDefinition API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteFlowDefinitionRequest method.
req, resp := client.DeleteFlowDefinitionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteFlowDefinition

func (*SageMaker) DeleteFlowDefinitionWithContext added in v1.25.47

func (c *SageMaker) DeleteFlowDefinitionWithContext(ctx aws.Context, input *DeleteFlowDefinitionInput, opts ...request.Option) (*DeleteFlowDefinitionOutput, error)

DeleteFlowDefinitionWithContext is the same as DeleteFlowDefinition with the addition of the ability to pass a context and additional request options.

See DeleteFlowDefinition for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DeleteHub added in v1.44.150

func (c *SageMaker) DeleteHub(input *DeleteHubInput) (*DeleteHubOutput, error)

DeleteHub API operation for Amazon SageMaker Service.

Delete a hub.

Hub APIs are only callable through SageMaker Studio.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DeleteHub for usage and error information.

Returned Error Types:

  • ResourceInUse Resource being accessed is in use.

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteHub

func (*SageMaker) DeleteHubContent added in v1.44.150

func (c *SageMaker) DeleteHubContent(input *DeleteHubContentInput) (*DeleteHubContentOutput, error)

DeleteHubContent API operation for Amazon SageMaker Service.

Delete the contents of a hub.

Hub APIs are only callable through SageMaker Studio.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DeleteHubContent for usage and error information.

Returned Error Types:

  • ResourceInUse Resource being accessed is in use.

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteHubContent

func (*SageMaker) DeleteHubContentRequest added in v1.44.150

func (c *SageMaker) DeleteHubContentRequest(input *DeleteHubContentInput) (req *request.Request, output *DeleteHubContentOutput)

DeleteHubContentRequest generates a "aws/request.Request" representing the client's request for the DeleteHubContent operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteHubContent for more information on using the DeleteHubContent API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteHubContentRequest method.
req, resp := client.DeleteHubContentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteHubContent

func (*SageMaker) DeleteHubContentWithContext added in v1.44.150

func (c *SageMaker) DeleteHubContentWithContext(ctx aws.Context, input *DeleteHubContentInput, opts ...request.Option) (*DeleteHubContentOutput, error)

DeleteHubContentWithContext is the same as DeleteHubContent with the addition of the ability to pass a context and additional request options.

See DeleteHubContent for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DeleteHubRequest added in v1.44.150

func (c *SageMaker) DeleteHubRequest(input *DeleteHubInput) (req *request.Request, output *DeleteHubOutput)

DeleteHubRequest generates a "aws/request.Request" representing the client's request for the DeleteHub operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteHub for more information on using the DeleteHub API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteHubRequest method.
req, resp := client.DeleteHubRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteHub

func (*SageMaker) DeleteHubWithContext added in v1.44.150

func (c *SageMaker) DeleteHubWithContext(ctx aws.Context, input *DeleteHubInput, opts ...request.Option) (*DeleteHubOutput, error)

DeleteHubWithContext is the same as DeleteHub with the addition of the ability to pass a context and additional request options.

See DeleteHub for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DeleteHumanTaskUi added in v1.33.5

func (c *SageMaker) DeleteHumanTaskUi(input *DeleteHumanTaskUiInput) (*DeleteHumanTaskUiOutput, error)

DeleteHumanTaskUi API operation for Amazon SageMaker Service.

Use this operation to delete a human task user interface (worker task template).

To see a list of human task user interfaces (work task templates) in your account, use ListHumanTaskUis (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ListHumanTaskUis.html). When you delete a worker task template, it no longer appears when you call ListHumanTaskUis.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DeleteHumanTaskUi for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteHumanTaskUi

func (*SageMaker) DeleteHumanTaskUiRequest added in v1.33.5

func (c *SageMaker) DeleteHumanTaskUiRequest(input *DeleteHumanTaskUiInput) (req *request.Request, output *DeleteHumanTaskUiOutput)

DeleteHumanTaskUiRequest generates a "aws/request.Request" representing the client's request for the DeleteHumanTaskUi operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteHumanTaskUi for more information on using the DeleteHumanTaskUi API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteHumanTaskUiRequest method.
req, resp := client.DeleteHumanTaskUiRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteHumanTaskUi

func (*SageMaker) DeleteHumanTaskUiWithContext added in v1.33.5

func (c *SageMaker) DeleteHumanTaskUiWithContext(ctx aws.Context, input *DeleteHumanTaskUiInput, opts ...request.Option) (*DeleteHumanTaskUiOutput, error)

DeleteHumanTaskUiWithContext is the same as DeleteHumanTaskUi with the addition of the ability to pass a context and additional request options.

See DeleteHumanTaskUi for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DeleteImage added in v1.35.15

func (c *SageMaker) DeleteImage(input *DeleteImageInput) (*DeleteImageOutput, error)

DeleteImage API operation for Amazon SageMaker Service.

Deletes a SageMaker image and all versions of the image. The container images aren't deleted.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DeleteImage for usage and error information.

Returned Error Types:

  • ResourceInUse Resource being accessed is in use.

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteImage

func (*SageMaker) DeleteImageRequest added in v1.35.15

func (c *SageMaker) DeleteImageRequest(input *DeleteImageInput) (req *request.Request, output *DeleteImageOutput)

DeleteImageRequest generates a "aws/request.Request" representing the client's request for the DeleteImage operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteImage for more information on using the DeleteImage API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteImageRequest method.
req, resp := client.DeleteImageRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteImage

func (*SageMaker) DeleteImageVersion added in v1.35.15

func (c *SageMaker) DeleteImageVersion(input *DeleteImageVersionInput) (*DeleteImageVersionOutput, error)

DeleteImageVersion API operation for Amazon SageMaker Service.

Deletes a version of a SageMaker image. The container image the version represents isn't deleted.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DeleteImageVersion for usage and error information.

Returned Error Types:

  • ResourceInUse Resource being accessed is in use.

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteImageVersion

func (*SageMaker) DeleteImageVersionRequest added in v1.35.15

func (c *SageMaker) DeleteImageVersionRequest(input *DeleteImageVersionInput) (req *request.Request, output *DeleteImageVersionOutput)

DeleteImageVersionRequest generates a "aws/request.Request" representing the client's request for the DeleteImageVersion operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteImageVersion for more information on using the DeleteImageVersion API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteImageVersionRequest method.
req, resp := client.DeleteImageVersionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteImageVersion

func (*SageMaker) DeleteImageVersionWithContext added in v1.35.15

func (c *SageMaker) DeleteImageVersionWithContext(ctx aws.Context, input *DeleteImageVersionInput, opts ...request.Option) (*DeleteImageVersionOutput, error)

DeleteImageVersionWithContext is the same as DeleteImageVersion with the addition of the ability to pass a context and additional request options.

See DeleteImageVersion for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DeleteImageWithContext added in v1.35.15

func (c *SageMaker) DeleteImageWithContext(ctx aws.Context, input *DeleteImageInput, opts ...request.Option) (*DeleteImageOutput, error)

DeleteImageWithContext is the same as DeleteImage with the addition of the ability to pass a context and additional request options.

See DeleteImage for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DeleteInferenceExperiment added in v1.44.150

func (c *SageMaker) DeleteInferenceExperiment(input *DeleteInferenceExperimentInput) (*DeleteInferenceExperimentOutput, error)

DeleteInferenceExperiment API operation for Amazon SageMaker Service.

Deletes an inference experiment.

This operation does not delete your endpoint, variants, or any underlying resources. This operation only deletes the metadata of your experiment.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DeleteInferenceExperiment for usage and error information.

Returned Error Types:

  • ConflictException There was a conflict when you attempted to modify a SageMaker entity such as an Experiment or Artifact.

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteInferenceExperiment

func (*SageMaker) DeleteInferenceExperimentRequest added in v1.44.150

func (c *SageMaker) DeleteInferenceExperimentRequest(input *DeleteInferenceExperimentInput) (req *request.Request, output *DeleteInferenceExperimentOutput)

DeleteInferenceExperimentRequest generates a "aws/request.Request" representing the client's request for the DeleteInferenceExperiment operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteInferenceExperiment for more information on using the DeleteInferenceExperiment API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteInferenceExperimentRequest method.
req, resp := client.DeleteInferenceExperimentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteInferenceExperiment

func (*SageMaker) DeleteInferenceExperimentWithContext added in v1.44.150

func (c *SageMaker) DeleteInferenceExperimentWithContext(ctx aws.Context, input *DeleteInferenceExperimentInput, opts ...request.Option) (*DeleteInferenceExperimentOutput, error)

DeleteInferenceExperimentWithContext is the same as DeleteInferenceExperiment with the addition of the ability to pass a context and additional request options.

See DeleteInferenceExperiment for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DeleteModel

func (c *SageMaker) DeleteModel(input *DeleteModelInput) (*DeleteModelOutput, error)

DeleteModel API operation for Amazon SageMaker Service.

Deletes a model. The DeleteModel API deletes only the model entry that was created in SageMaker when you called the CreateModel API. It does not delete model artifacts, inference code, or the IAM role that you specified when creating the model.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DeleteModel for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteModel

func (*SageMaker) DeleteModelBiasJobDefinition added in v1.36.4

func (c *SageMaker) DeleteModelBiasJobDefinition(input *DeleteModelBiasJobDefinitionInput) (*DeleteModelBiasJobDefinitionOutput, error)

DeleteModelBiasJobDefinition API operation for Amazon SageMaker Service.

Deletes an Amazon SageMaker model bias job definition.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DeleteModelBiasJobDefinition for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteModelBiasJobDefinition

func (*SageMaker) DeleteModelBiasJobDefinitionRequest added in v1.36.4

func (c *SageMaker) DeleteModelBiasJobDefinitionRequest(input *DeleteModelBiasJobDefinitionInput) (req *request.Request, output *DeleteModelBiasJobDefinitionOutput)

DeleteModelBiasJobDefinitionRequest generates a "aws/request.Request" representing the client's request for the DeleteModelBiasJobDefinition operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteModelBiasJobDefinition for more information on using the DeleteModelBiasJobDefinition API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteModelBiasJobDefinitionRequest method.
req, resp := client.DeleteModelBiasJobDefinitionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteModelBiasJobDefinition

func (*SageMaker) DeleteModelBiasJobDefinitionWithContext added in v1.36.4

func (c *SageMaker) DeleteModelBiasJobDefinitionWithContext(ctx aws.Context, input *DeleteModelBiasJobDefinitionInput, opts ...request.Option) (*DeleteModelBiasJobDefinitionOutput, error)

DeleteModelBiasJobDefinitionWithContext is the same as DeleteModelBiasJobDefinition with the addition of the ability to pass a context and additional request options.

See DeleteModelBiasJobDefinition for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DeleteModelCard added in v1.44.150

func (c *SageMaker) DeleteModelCard(input *DeleteModelCardInput) (*DeleteModelCardOutput, error)

DeleteModelCard API operation for Amazon SageMaker Service.

Deletes an Amazon SageMaker Model Card.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DeleteModelCard for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

  • ConflictException There was a conflict when you attempted to modify a SageMaker entity such as an Experiment or Artifact.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteModelCard

func (*SageMaker) DeleteModelCardRequest added in v1.44.150

func (c *SageMaker) DeleteModelCardRequest(input *DeleteModelCardInput) (req *request.Request, output *DeleteModelCardOutput)

DeleteModelCardRequest generates a "aws/request.Request" representing the client's request for the DeleteModelCard operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteModelCard for more information on using the DeleteModelCard API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteModelCardRequest method.
req, resp := client.DeleteModelCardRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteModelCard

func (*SageMaker) DeleteModelCardWithContext added in v1.44.150

func (c *SageMaker) DeleteModelCardWithContext(ctx aws.Context, input *DeleteModelCardInput, opts ...request.Option) (*DeleteModelCardOutput, error)

DeleteModelCardWithContext is the same as DeleteModelCard with the addition of the ability to pass a context and additional request options.

See DeleteModelCard for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DeleteModelExplainabilityJobDefinition added in v1.36.4

DeleteModelExplainabilityJobDefinition API operation for Amazon SageMaker Service.

Deletes an Amazon SageMaker model explainability job definition.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DeleteModelExplainabilityJobDefinition for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteModelExplainabilityJobDefinition

func (*SageMaker) DeleteModelExplainabilityJobDefinitionRequest added in v1.36.4

func (c *SageMaker) DeleteModelExplainabilityJobDefinitionRequest(input *DeleteModelExplainabilityJobDefinitionInput) (req *request.Request, output *DeleteModelExplainabilityJobDefinitionOutput)

DeleteModelExplainabilityJobDefinitionRequest generates a "aws/request.Request" representing the client's request for the DeleteModelExplainabilityJobDefinition operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteModelExplainabilityJobDefinition for more information on using the DeleteModelExplainabilityJobDefinition API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteModelExplainabilityJobDefinitionRequest method.
req, resp := client.DeleteModelExplainabilityJobDefinitionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteModelExplainabilityJobDefinition

func (*SageMaker) DeleteModelExplainabilityJobDefinitionWithContext added in v1.36.4

func (c *SageMaker) DeleteModelExplainabilityJobDefinitionWithContext(ctx aws.Context, input *DeleteModelExplainabilityJobDefinitionInput, opts ...request.Option) (*DeleteModelExplainabilityJobDefinitionOutput, error)

DeleteModelExplainabilityJobDefinitionWithContext is the same as DeleteModelExplainabilityJobDefinition with the addition of the ability to pass a context and additional request options.

See DeleteModelExplainabilityJobDefinition for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DeleteModelPackage added in v1.15.86

func (c *SageMaker) DeleteModelPackage(input *DeleteModelPackageInput) (*DeleteModelPackageOutput, error)

DeleteModelPackage API operation for Amazon SageMaker Service.

Deletes a model package.

A model package is used to create SageMaker models or list on Amazon Web Services Marketplace. Buyers can subscribe to model packages listed on Amazon Web Services Marketplace to create models in SageMaker.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DeleteModelPackage for usage and error information.

Returned Error Types:

  • ConflictException There was a conflict when you attempted to modify a SageMaker entity such as an Experiment or Artifact.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteModelPackage

func (*SageMaker) DeleteModelPackageGroup added in v1.35.37

func (c *SageMaker) DeleteModelPackageGroup(input *DeleteModelPackageGroupInput) (*DeleteModelPackageGroupOutput, error)

DeleteModelPackageGroup API operation for Amazon SageMaker Service.

Deletes the specified model group.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DeleteModelPackageGroup for usage and error information.

Returned Error Types:

  • ConflictException There was a conflict when you attempted to modify a SageMaker entity such as an Experiment or Artifact.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteModelPackageGroup

func (*SageMaker) DeleteModelPackageGroupPolicy added in v1.35.37

func (c *SageMaker) DeleteModelPackageGroupPolicy(input *DeleteModelPackageGroupPolicyInput) (*DeleteModelPackageGroupPolicyOutput, error)

DeleteModelPackageGroupPolicy API operation for Amazon SageMaker Service.

Deletes a model group resource policy.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DeleteModelPackageGroupPolicy for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteModelPackageGroupPolicy

func (*SageMaker) DeleteModelPackageGroupPolicyRequest added in v1.35.37

func (c *SageMaker) DeleteModelPackageGroupPolicyRequest(input *DeleteModelPackageGroupPolicyInput) (req *request.Request, output *DeleteModelPackageGroupPolicyOutput)

DeleteModelPackageGroupPolicyRequest generates a "aws/request.Request" representing the client's request for the DeleteModelPackageGroupPolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteModelPackageGroupPolicy for more information on using the DeleteModelPackageGroupPolicy API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteModelPackageGroupPolicyRequest method.
req, resp := client.DeleteModelPackageGroupPolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteModelPackageGroupPolicy

func (*SageMaker) DeleteModelPackageGroupPolicyWithContext added in v1.35.37

func (c *SageMaker) DeleteModelPackageGroupPolicyWithContext(ctx aws.Context, input *DeleteModelPackageGroupPolicyInput, opts ...request.Option) (*DeleteModelPackageGroupPolicyOutput, error)

DeleteModelPackageGroupPolicyWithContext is the same as DeleteModelPackageGroupPolicy with the addition of the ability to pass a context and additional request options.

See DeleteModelPackageGroupPolicy for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DeleteModelPackageGroupRequest added in v1.35.37

func (c *SageMaker) DeleteModelPackageGroupRequest(input *DeleteModelPackageGroupInput) (req *request.Request, output *DeleteModelPackageGroupOutput)

DeleteModelPackageGroupRequest generates a "aws/request.Request" representing the client's request for the DeleteModelPackageGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteModelPackageGroup for more information on using the DeleteModelPackageGroup API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteModelPackageGroupRequest method.
req, resp := client.DeleteModelPackageGroupRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteModelPackageGroup

func (*SageMaker) DeleteModelPackageGroupWithContext added in v1.35.37

func (c *SageMaker) DeleteModelPackageGroupWithContext(ctx aws.Context, input *DeleteModelPackageGroupInput, opts ...request.Option) (*DeleteModelPackageGroupOutput, error)

DeleteModelPackageGroupWithContext is the same as DeleteModelPackageGroup with the addition of the ability to pass a context and additional request options.

See DeleteModelPackageGroup for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DeleteModelPackageRequest added in v1.15.86

func (c *SageMaker) DeleteModelPackageRequest(input *DeleteModelPackageInput) (req *request.Request, output *DeleteModelPackageOutput)

DeleteModelPackageRequest generates a "aws/request.Request" representing the client's request for the DeleteModelPackage operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteModelPackage for more information on using the DeleteModelPackage API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteModelPackageRequest method.
req, resp := client.DeleteModelPackageRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteModelPackage

func (*SageMaker) DeleteModelPackageWithContext added in v1.15.86

func (c *SageMaker) DeleteModelPackageWithContext(ctx aws.Context, input *DeleteModelPackageInput, opts ...request.Option) (*DeleteModelPackageOutput, error)

DeleteModelPackageWithContext is the same as DeleteModelPackage with the addition of the ability to pass a context and additional request options.

See DeleteModelPackage for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DeleteModelQualityJobDefinition added in v1.36.4

func (c *SageMaker) DeleteModelQualityJobDefinition(input *DeleteModelQualityJobDefinitionInput) (*DeleteModelQualityJobDefinitionOutput, error)

DeleteModelQualityJobDefinition API operation for Amazon SageMaker Service.

Deletes the secified model quality monitoring job definition.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DeleteModelQualityJobDefinition for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteModelQualityJobDefinition

func (*SageMaker) DeleteModelQualityJobDefinitionRequest added in v1.36.4

func (c *SageMaker) DeleteModelQualityJobDefinitionRequest(input *DeleteModelQualityJobDefinitionInput) (req *request.Request, output *DeleteModelQualityJobDefinitionOutput)

DeleteModelQualityJobDefinitionRequest generates a "aws/request.Request" representing the client's request for the DeleteModelQualityJobDefinition operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteModelQualityJobDefinition for more information on using the DeleteModelQualityJobDefinition API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteModelQualityJobDefinitionRequest method.
req, resp := client.DeleteModelQualityJobDefinitionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteModelQualityJobDefinition

func (*SageMaker) DeleteModelQualityJobDefinitionWithContext added in v1.36.4

func (c *SageMaker) DeleteModelQualityJobDefinitionWithContext(ctx aws.Context, input *DeleteModelQualityJobDefinitionInput, opts ...request.Option) (*DeleteModelQualityJobDefinitionOutput, error)

DeleteModelQualityJobDefinitionWithContext is the same as DeleteModelQualityJobDefinition with the addition of the ability to pass a context and additional request options.

See DeleteModelQualityJobDefinition for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DeleteModelRequest

func (c *SageMaker) DeleteModelRequest(input *DeleteModelInput) (req *request.Request, output *DeleteModelOutput)

DeleteModelRequest generates a "aws/request.Request" representing the client's request for the DeleteModel operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteModel for more information on using the DeleteModel API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteModelRequest method.
req, resp := client.DeleteModelRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteModel

func (*SageMaker) DeleteModelWithContext

func (c *SageMaker) DeleteModelWithContext(ctx aws.Context, input *DeleteModelInput, opts ...request.Option) (*DeleteModelOutput, error)

DeleteModelWithContext is the same as DeleteModel with the addition of the ability to pass a context and additional request options.

See DeleteModel for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DeleteMonitoringSchedule added in v1.25.47

func (c *SageMaker) DeleteMonitoringSchedule(input *DeleteMonitoringScheduleInput) (*DeleteMonitoringScheduleOutput, error)

DeleteMonitoringSchedule API operation for Amazon SageMaker Service.

Deletes a monitoring schedule. Also stops the schedule had not already been stopped. This does not delete the job execution history of the monitoring schedule.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DeleteMonitoringSchedule for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteMonitoringSchedule

func (*SageMaker) DeleteMonitoringScheduleRequest added in v1.25.47

func (c *SageMaker) DeleteMonitoringScheduleRequest(input *DeleteMonitoringScheduleInput) (req *request.Request, output *DeleteMonitoringScheduleOutput)

DeleteMonitoringScheduleRequest generates a "aws/request.Request" representing the client's request for the DeleteMonitoringSchedule operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteMonitoringSchedule for more information on using the DeleteMonitoringSchedule API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteMonitoringScheduleRequest method.
req, resp := client.DeleteMonitoringScheduleRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteMonitoringSchedule

func (*SageMaker) DeleteMonitoringScheduleWithContext added in v1.25.47

func (c *SageMaker) DeleteMonitoringScheduleWithContext(ctx aws.Context, input *DeleteMonitoringScheduleInput, opts ...request.Option) (*DeleteMonitoringScheduleOutput, error)

DeleteMonitoringScheduleWithContext is the same as DeleteMonitoringSchedule with the addition of the ability to pass a context and additional request options.

See DeleteMonitoringSchedule for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DeleteNotebookInstance

func (c *SageMaker) DeleteNotebookInstance(input *DeleteNotebookInstanceInput) (*DeleteNotebookInstanceOutput, error)

DeleteNotebookInstance API operation for Amazon SageMaker Service.

Deletes an SageMaker notebook instance. Before you can delete a notebook instance, you must call the StopNotebookInstance API.

When you delete a notebook instance, you lose all of your data. SageMaker removes the ML compute instance, and deletes the ML storage volume and the network interface associated with the notebook instance.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DeleteNotebookInstance for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteNotebookInstance

func (*SageMaker) DeleteNotebookInstanceLifecycleConfig added in v1.13.15

DeleteNotebookInstanceLifecycleConfig API operation for Amazon SageMaker Service.

Deletes a notebook instance lifecycle configuration.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DeleteNotebookInstanceLifecycleConfig for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteNotebookInstanceLifecycleConfig

func (*SageMaker) DeleteNotebookInstanceLifecycleConfigRequest added in v1.13.15

func (c *SageMaker) DeleteNotebookInstanceLifecycleConfigRequest(input *DeleteNotebookInstanceLifecycleConfigInput) (req *request.Request, output *DeleteNotebookInstanceLifecycleConfigOutput)

DeleteNotebookInstanceLifecycleConfigRequest generates a "aws/request.Request" representing the client's request for the DeleteNotebookInstanceLifecycleConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteNotebookInstanceLifecycleConfig for more information on using the DeleteNotebookInstanceLifecycleConfig API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteNotebookInstanceLifecycleConfigRequest method.
req, resp := client.DeleteNotebookInstanceLifecycleConfigRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteNotebookInstanceLifecycleConfig

func (*SageMaker) DeleteNotebookInstanceLifecycleConfigWithContext added in v1.13.15

func (c *SageMaker) DeleteNotebookInstanceLifecycleConfigWithContext(ctx aws.Context, input *DeleteNotebookInstanceLifecycleConfigInput, opts ...request.Option) (*DeleteNotebookInstanceLifecycleConfigOutput, error)

DeleteNotebookInstanceLifecycleConfigWithContext is the same as DeleteNotebookInstanceLifecycleConfig with the addition of the ability to pass a context and additional request options.

See DeleteNotebookInstanceLifecycleConfig for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DeleteNotebookInstanceRequest

func (c *SageMaker) DeleteNotebookInstanceRequest(input *DeleteNotebookInstanceInput) (req *request.Request, output *DeleteNotebookInstanceOutput)

DeleteNotebookInstanceRequest generates a "aws/request.Request" representing the client's request for the DeleteNotebookInstance operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteNotebookInstance for more information on using the DeleteNotebookInstance API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteNotebookInstanceRequest method.
req, resp := client.DeleteNotebookInstanceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteNotebookInstance

func (*SageMaker) DeleteNotebookInstanceWithContext

func (c *SageMaker) DeleteNotebookInstanceWithContext(ctx aws.Context, input *DeleteNotebookInstanceInput, opts ...request.Option) (*DeleteNotebookInstanceOutput, error)

DeleteNotebookInstanceWithContext is the same as DeleteNotebookInstance with the addition of the ability to pass a context and additional request options.

See DeleteNotebookInstance for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DeletePipeline added in v1.35.37

func (c *SageMaker) DeletePipeline(input *DeletePipelineInput) (*DeletePipelineOutput, error)

DeletePipeline API operation for Amazon SageMaker Service.

Deletes a pipeline if there are no running instances of the pipeline. To delete a pipeline, you must stop all running instances of the pipeline using the StopPipelineExecution API. When you delete a pipeline, all instances of the pipeline are deleted.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DeletePipeline for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeletePipeline

func (*SageMaker) DeletePipelineRequest added in v1.35.37

func (c *SageMaker) DeletePipelineRequest(input *DeletePipelineInput) (req *request.Request, output *DeletePipelineOutput)

DeletePipelineRequest generates a "aws/request.Request" representing the client's request for the DeletePipeline operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeletePipeline for more information on using the DeletePipeline API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeletePipelineRequest method.
req, resp := client.DeletePipelineRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeletePipeline

func (*SageMaker) DeletePipelineWithContext added in v1.35.37

func (c *SageMaker) DeletePipelineWithContext(ctx aws.Context, input *DeletePipelineInput, opts ...request.Option) (*DeletePipelineOutput, error)

DeletePipelineWithContext is the same as DeletePipeline with the addition of the ability to pass a context and additional request options.

See DeletePipeline for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DeleteProject added in v1.35.37

func (c *SageMaker) DeleteProject(input *DeleteProjectInput) (*DeleteProjectOutput, error)

DeleteProject API operation for Amazon SageMaker Service.

Delete the specified project.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DeleteProject for usage and error information.

Returned Error Types:

  • ConflictException There was a conflict when you attempted to modify a SageMaker entity such as an Experiment or Artifact.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteProject

func (*SageMaker) DeleteProjectRequest added in v1.35.37

func (c *SageMaker) DeleteProjectRequest(input *DeleteProjectInput) (req *request.Request, output *DeleteProjectOutput)

DeleteProjectRequest generates a "aws/request.Request" representing the client's request for the DeleteProject operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteProject for more information on using the DeleteProject API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteProjectRequest method.
req, resp := client.DeleteProjectRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteProject

func (*SageMaker) DeleteProjectWithContext added in v1.35.37

func (c *SageMaker) DeleteProjectWithContext(ctx aws.Context, input *DeleteProjectInput, opts ...request.Option) (*DeleteProjectOutput, error)

DeleteProjectWithContext is the same as DeleteProject with the addition of the ability to pass a context and additional request options.

See DeleteProject for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DeleteSpace added in v1.44.150

func (c *SageMaker) DeleteSpace(input *DeleteSpaceInput) (*DeleteSpaceOutput, error)

DeleteSpace API operation for Amazon SageMaker Service.

Used to delete a space.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DeleteSpace for usage and error information.

Returned Error Types:

  • ResourceInUse Resource being accessed is in use.

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteSpace

func (*SageMaker) DeleteSpaceRequest added in v1.44.150

func (c *SageMaker) DeleteSpaceRequest(input *DeleteSpaceInput) (req *request.Request, output *DeleteSpaceOutput)

DeleteSpaceRequest generates a "aws/request.Request" representing the client's request for the DeleteSpace operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteSpace for more information on using the DeleteSpace API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteSpaceRequest method.
req, resp := client.DeleteSpaceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteSpace

func (*SageMaker) DeleteSpaceWithContext added in v1.44.150

func (c *SageMaker) DeleteSpaceWithContext(ctx aws.Context, input *DeleteSpaceInput, opts ...request.Option) (*DeleteSpaceOutput, error)

DeleteSpaceWithContext is the same as DeleteSpace with the addition of the ability to pass a context and additional request options.

See DeleteSpace for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DeleteStudioLifecycleConfig added in v1.40.41

func (c *SageMaker) DeleteStudioLifecycleConfig(input *DeleteStudioLifecycleConfigInput) (*DeleteStudioLifecycleConfigOutput, error)

DeleteStudioLifecycleConfig API operation for Amazon SageMaker Service.

Deletes the Studio Lifecycle Configuration. In order to delete the Lifecycle Configuration, there must be no running apps using the Lifecycle Configuration. You must also remove the Lifecycle Configuration from UserSettings in all Domains and UserProfiles.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DeleteStudioLifecycleConfig for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

  • ResourceInUse Resource being accessed is in use.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteStudioLifecycleConfig

func (*SageMaker) DeleteStudioLifecycleConfigRequest added in v1.40.41

func (c *SageMaker) DeleteStudioLifecycleConfigRequest(input *DeleteStudioLifecycleConfigInput) (req *request.Request, output *DeleteStudioLifecycleConfigOutput)

DeleteStudioLifecycleConfigRequest generates a "aws/request.Request" representing the client's request for the DeleteStudioLifecycleConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteStudioLifecycleConfig for more information on using the DeleteStudioLifecycleConfig API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteStudioLifecycleConfigRequest method.
req, resp := client.DeleteStudioLifecycleConfigRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteStudioLifecycleConfig

func (*SageMaker) DeleteStudioLifecycleConfigWithContext added in v1.40.41

func (c *SageMaker) DeleteStudioLifecycleConfigWithContext(ctx aws.Context, input *DeleteStudioLifecycleConfigInput, opts ...request.Option) (*DeleteStudioLifecycleConfigOutput, error)

DeleteStudioLifecycleConfigWithContext is the same as DeleteStudioLifecycleConfig with the addition of the ability to pass a context and additional request options.

See DeleteStudioLifecycleConfig for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DeleteTags

func (c *SageMaker) DeleteTags(input *DeleteTagsInput) (*DeleteTagsOutput, error)

DeleteTags API operation for Amazon SageMaker Service.

Deletes the specified tags from an SageMaker resource.

To list a resource's tags, use the ListTags API.

When you call this API to delete tags from a hyperparameter tuning job, the deleted tags are not removed from training jobs that the hyperparameter tuning job launched before you called this API.

When you call this API to delete tags from a SageMaker Studio Domain or User Profile, the deleted tags are not removed from Apps that the SageMaker Studio Domain or User Profile launched before you called this API.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DeleteTags for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteTags

func (*SageMaker) DeleteTagsRequest

func (c *SageMaker) DeleteTagsRequest(input *DeleteTagsInput) (req *request.Request, output *DeleteTagsOutput)

DeleteTagsRequest generates a "aws/request.Request" representing the client's request for the DeleteTags operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteTags for more information on using the DeleteTags API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteTagsRequest method.
req, resp := client.DeleteTagsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteTags

func (*SageMaker) DeleteTagsWithContext

func (c *SageMaker) DeleteTagsWithContext(ctx aws.Context, input *DeleteTagsInput, opts ...request.Option) (*DeleteTagsOutput, error)

DeleteTagsWithContext is the same as DeleteTags with the addition of the ability to pass a context and additional request options.

See DeleteTags for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DeleteTrial added in v1.25.47

func (c *SageMaker) DeleteTrial(input *DeleteTrialInput) (*DeleteTrialOutput, error)

DeleteTrial API operation for Amazon SageMaker Service.

Deletes the specified trial. All trial components that make up the trial must be deleted first. Use the DescribeTrialComponent (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeTrialComponent.html) API to get the list of trial components.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DeleteTrial for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteTrial

func (*SageMaker) DeleteTrialComponent added in v1.25.47

func (c *SageMaker) DeleteTrialComponent(input *DeleteTrialComponentInput) (*DeleteTrialComponentOutput, error)

DeleteTrialComponent API operation for Amazon SageMaker Service.

Deletes the specified trial component. A trial component must be disassociated from all trials before the trial component can be deleted. To disassociate a trial component from a trial, call the DisassociateTrialComponent (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DisassociateTrialComponent.html) API.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DeleteTrialComponent for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteTrialComponent

func (*SageMaker) DeleteTrialComponentRequest added in v1.25.47

func (c *SageMaker) DeleteTrialComponentRequest(input *DeleteTrialComponentInput) (req *request.Request, output *DeleteTrialComponentOutput)

DeleteTrialComponentRequest generates a "aws/request.Request" representing the client's request for the DeleteTrialComponent operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteTrialComponent for more information on using the DeleteTrialComponent API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteTrialComponentRequest method.
req, resp := client.DeleteTrialComponentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteTrialComponent

func (*SageMaker) DeleteTrialComponentWithContext added in v1.25.47

func (c *SageMaker) DeleteTrialComponentWithContext(ctx aws.Context, input *DeleteTrialComponentInput, opts ...request.Option) (*DeleteTrialComponentOutput, error)

DeleteTrialComponentWithContext is the same as DeleteTrialComponent with the addition of the ability to pass a context and additional request options.

See DeleteTrialComponent for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DeleteTrialRequest added in v1.25.47

func (c *SageMaker) DeleteTrialRequest(input *DeleteTrialInput) (req *request.Request, output *DeleteTrialOutput)

DeleteTrialRequest generates a "aws/request.Request" representing the client's request for the DeleteTrial operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteTrial for more information on using the DeleteTrial API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteTrialRequest method.
req, resp := client.DeleteTrialRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteTrial

func (*SageMaker) DeleteTrialWithContext added in v1.25.47

func (c *SageMaker) DeleteTrialWithContext(ctx aws.Context, input *DeleteTrialInput, opts ...request.Option) (*DeleteTrialOutput, error)

DeleteTrialWithContext is the same as DeleteTrial with the addition of the ability to pass a context and additional request options.

See DeleteTrial for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DeleteUserProfile added in v1.25.47

func (c *SageMaker) DeleteUserProfile(input *DeleteUserProfileInput) (*DeleteUserProfileOutput, error)

DeleteUserProfile API operation for Amazon SageMaker Service.

Deletes a user profile. When a user profile is deleted, the user loses access to their EFS volume, including data, notebooks, and other artifacts.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DeleteUserProfile for usage and error information.

Returned Error Types:

  • ResourceInUse Resource being accessed is in use.

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteUserProfile

func (*SageMaker) DeleteUserProfileRequest added in v1.25.47

func (c *SageMaker) DeleteUserProfileRequest(input *DeleteUserProfileInput) (req *request.Request, output *DeleteUserProfileOutput)

DeleteUserProfileRequest generates a "aws/request.Request" representing the client's request for the DeleteUserProfile operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteUserProfile for more information on using the DeleteUserProfile API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteUserProfileRequest method.
req, resp := client.DeleteUserProfileRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteUserProfile

func (*SageMaker) DeleteUserProfileWithContext added in v1.25.47

func (c *SageMaker) DeleteUserProfileWithContext(ctx aws.Context, input *DeleteUserProfileInput, opts ...request.Option) (*DeleteUserProfileOutput, error)

DeleteUserProfileWithContext is the same as DeleteUserProfile with the addition of the ability to pass a context and additional request options.

See DeleteUserProfile for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DeleteWorkforce added in v1.33.12

func (c *SageMaker) DeleteWorkforce(input *DeleteWorkforceInput) (*DeleteWorkforceOutput, error)

DeleteWorkforce API operation for Amazon SageMaker Service.

Use this operation to delete a workforce.

If you want to create a new workforce in an Amazon Web Services Region where a workforce already exists, use this operation to delete the existing workforce and then use CreateWorkforce (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateWorkforce.html) to create a new workforce.

If a private workforce contains one or more work teams, you must use the DeleteWorkteam (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteWorkteam.html) operation to delete all work teams before you delete the workforce. If you try to delete a workforce that contains one or more work teams, you will recieve a ResourceInUse error.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DeleteWorkforce for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteWorkforce

func (*SageMaker) DeleteWorkforceRequest added in v1.33.12

func (c *SageMaker) DeleteWorkforceRequest(input *DeleteWorkforceInput) (req *request.Request, output *DeleteWorkforceOutput)

DeleteWorkforceRequest generates a "aws/request.Request" representing the client's request for the DeleteWorkforce operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteWorkforce for more information on using the DeleteWorkforce API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteWorkforceRequest method.
req, resp := client.DeleteWorkforceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteWorkforce

func (*SageMaker) DeleteWorkforceWithContext added in v1.33.12

func (c *SageMaker) DeleteWorkforceWithContext(ctx aws.Context, input *DeleteWorkforceInput, opts ...request.Option) (*DeleteWorkforceOutput, error)

DeleteWorkforceWithContext is the same as DeleteWorkforce with the addition of the ability to pass a context and additional request options.

See DeleteWorkforce for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DeleteWorkteam added in v1.15.86

func (c *SageMaker) DeleteWorkteam(input *DeleteWorkteamInput) (*DeleteWorkteamOutput, error)

DeleteWorkteam API operation for Amazon SageMaker Service.

Deletes an existing work team. This operation can't be undone.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DeleteWorkteam for usage and error information.

Returned Error Types:

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteWorkteam

func (*SageMaker) DeleteWorkteamRequest added in v1.15.86

func (c *SageMaker) DeleteWorkteamRequest(input *DeleteWorkteamInput) (req *request.Request, output *DeleteWorkteamOutput)

DeleteWorkteamRequest generates a "aws/request.Request" representing the client's request for the DeleteWorkteam operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteWorkteam for more information on using the DeleteWorkteam API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteWorkteamRequest method.
req, resp := client.DeleteWorkteamRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteWorkteam

func (*SageMaker) DeleteWorkteamWithContext added in v1.15.86

func (c *SageMaker) DeleteWorkteamWithContext(ctx aws.Context, input *DeleteWorkteamInput, opts ...request.Option) (*DeleteWorkteamOutput, error)

DeleteWorkteamWithContext is the same as DeleteWorkteam with the addition of the ability to pass a context and additional request options.

See DeleteWorkteam for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DeregisterDevices added in v1.36.4

func (c *SageMaker) DeregisterDevices(input *DeregisterDevicesInput) (*DeregisterDevicesOutput, error)

DeregisterDevices API operation for Amazon SageMaker Service.

Deregisters the specified devices. After you deregister a device, you will need to re-register the devices.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DeregisterDevices for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeregisterDevices

func (*SageMaker) DeregisterDevicesRequest added in v1.36.4

func (c *SageMaker) DeregisterDevicesRequest(input *DeregisterDevicesInput) (req *request.Request, output *DeregisterDevicesOutput)

DeregisterDevicesRequest generates a "aws/request.Request" representing the client's request for the DeregisterDevices operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeregisterDevices for more information on using the DeregisterDevices API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeregisterDevicesRequest method.
req, resp := client.DeregisterDevicesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeregisterDevices

func (*SageMaker) DeregisterDevicesWithContext added in v1.36.4

func (c *SageMaker) DeregisterDevicesWithContext(ctx aws.Context, input *DeregisterDevicesInput, opts ...request.Option) (*DeregisterDevicesOutput, error)

DeregisterDevicesWithContext is the same as DeregisterDevices with the addition of the ability to pass a context and additional request options.

See DeregisterDevices for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DescribeAction added in v1.35.37

func (c *SageMaker) DescribeAction(input *DescribeActionInput) (*DescribeActionOutput, error)

DescribeAction API operation for Amazon SageMaker Service.

Describes an action.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DescribeAction for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeAction

func (*SageMaker) DescribeActionRequest added in v1.35.37

func (c *SageMaker) DescribeActionRequest(input *DescribeActionInput) (req *request.Request, output *DescribeActionOutput)

DescribeActionRequest generates a "aws/request.Request" representing the client's request for the DescribeAction operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeAction for more information on using the DescribeAction API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeActionRequest method.
req, resp := client.DescribeActionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeAction

func (*SageMaker) DescribeActionWithContext added in v1.35.37

func (c *SageMaker) DescribeActionWithContext(ctx aws.Context, input *DescribeActionInput, opts ...request.Option) (*DescribeActionOutput, error)

DescribeActionWithContext is the same as DescribeAction with the addition of the ability to pass a context and additional request options.

See DescribeAction for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DescribeAlgorithm added in v1.15.86

func (c *SageMaker) DescribeAlgorithm(input *DescribeAlgorithmInput) (*DescribeAlgorithmOutput, error)

DescribeAlgorithm API operation for Amazon SageMaker Service.

Returns a description of the specified algorithm that is in your account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DescribeAlgorithm for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeAlgorithm

func (*SageMaker) DescribeAlgorithmRequest added in v1.15.86

func (c *SageMaker) DescribeAlgorithmRequest(input *DescribeAlgorithmInput) (req *request.Request, output *DescribeAlgorithmOutput)

DescribeAlgorithmRequest generates a "aws/request.Request" representing the client's request for the DescribeAlgorithm operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeAlgorithm for more information on using the DescribeAlgorithm API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeAlgorithmRequest method.
req, resp := client.DescribeAlgorithmRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeAlgorithm

func (*SageMaker) DescribeAlgorithmWithContext added in v1.15.86

func (c *SageMaker) DescribeAlgorithmWithContext(ctx aws.Context, input *DescribeAlgorithmInput, opts ...request.Option) (*DescribeAlgorithmOutput, error)

DescribeAlgorithmWithContext is the same as DescribeAlgorithm with the addition of the ability to pass a context and additional request options.

See DescribeAlgorithm for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DescribeApp added in v1.25.47

func (c *SageMaker) DescribeApp(input *DescribeAppInput) (*DescribeAppOutput, error)

DescribeApp API operation for Amazon SageMaker Service.

Describes the app.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DescribeApp for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeApp

func (*SageMaker) DescribeAppImageConfig added in v1.35.15

func (c *SageMaker) DescribeAppImageConfig(input *DescribeAppImageConfigInput) (*DescribeAppImageConfigOutput, error)

DescribeAppImageConfig API operation for Amazon SageMaker Service.

Describes an AppImageConfig.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DescribeAppImageConfig for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeAppImageConfig

func (*SageMaker) DescribeAppImageConfigRequest added in v1.35.15

func (c *SageMaker) DescribeAppImageConfigRequest(input *DescribeAppImageConfigInput) (req *request.Request, output *DescribeAppImageConfigOutput)

DescribeAppImageConfigRequest generates a "aws/request.Request" representing the client's request for the DescribeAppImageConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeAppImageConfig for more information on using the DescribeAppImageConfig API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeAppImageConfigRequest method.
req, resp := client.DescribeAppImageConfigRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeAppImageConfig

func (*SageMaker) DescribeAppImageConfigWithContext added in v1.35.15

func (c *SageMaker) DescribeAppImageConfigWithContext(ctx aws.Context, input *DescribeAppImageConfigInput, opts ...request.Option) (*DescribeAppImageConfigOutput, error)

DescribeAppImageConfigWithContext is the same as DescribeAppImageConfig with the addition of the ability to pass a context and additional request options.

See DescribeAppImageConfig for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DescribeAppRequest added in v1.25.47

func (c *SageMaker) DescribeAppRequest(input *DescribeAppInput) (req *request.Request, output *DescribeAppOutput)

DescribeAppRequest generates a "aws/request.Request" representing the client's request for the DescribeApp operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeApp for more information on using the DescribeApp API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeAppRequest method.
req, resp := client.DescribeAppRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeApp

func (*SageMaker) DescribeAppWithContext added in v1.25.47

func (c *SageMaker) DescribeAppWithContext(ctx aws.Context, input *DescribeAppInput, opts ...request.Option) (*DescribeAppOutput, error)

DescribeAppWithContext is the same as DescribeApp with the addition of the ability to pass a context and additional request options.

See DescribeApp for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DescribeArtifact added in v1.35.37

func (c *SageMaker) DescribeArtifact(input *DescribeArtifactInput) (*DescribeArtifactOutput, error)

DescribeArtifact API operation for Amazon SageMaker Service.

Describes an artifact.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DescribeArtifact for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeArtifact

func (*SageMaker) DescribeArtifactRequest added in v1.35.37

func (c *SageMaker) DescribeArtifactRequest(input *DescribeArtifactInput) (req *request.Request, output *DescribeArtifactOutput)

DescribeArtifactRequest generates a "aws/request.Request" representing the client's request for the DescribeArtifact operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeArtifact for more information on using the DescribeArtifact API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeArtifactRequest method.
req, resp := client.DescribeArtifactRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeArtifact

func (*SageMaker) DescribeArtifactWithContext added in v1.35.37

func (c *SageMaker) DescribeArtifactWithContext(ctx aws.Context, input *DescribeArtifactInput, opts ...request.Option) (*DescribeArtifactOutput, error)

DescribeArtifactWithContext is the same as DescribeArtifact with the addition of the ability to pass a context and additional request options.

See DescribeArtifact for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DescribeAutoMLJob added in v1.25.47

func (c *SageMaker) DescribeAutoMLJob(input *DescribeAutoMLJobInput) (*DescribeAutoMLJobOutput, error)

DescribeAutoMLJob API operation for Amazon SageMaker Service.

Returns information about an AutoML job created by calling CreateAutoMLJob (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateAutoMLJob.html).

AutoML jobs created by calling CreateAutoMLJobV2 (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateAutoMLJobV2.html) cannot be described by DescribeAutoMLJob.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DescribeAutoMLJob for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeAutoMLJob

func (*SageMaker) DescribeAutoMLJobRequest added in v1.25.47

func (c *SageMaker) DescribeAutoMLJobRequest(input *DescribeAutoMLJobInput) (req *request.Request, output *DescribeAutoMLJobOutput)

DescribeAutoMLJobRequest generates a "aws/request.Request" representing the client's request for the DescribeAutoMLJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeAutoMLJob for more information on using the DescribeAutoMLJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeAutoMLJobRequest method.
req, resp := client.DescribeAutoMLJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeAutoMLJob

func (*SageMaker) DescribeAutoMLJobV2 added in v1.44.228

func (c *SageMaker) DescribeAutoMLJobV2(input *DescribeAutoMLJobV2Input) (*DescribeAutoMLJobV2Output, error)

DescribeAutoMLJobV2 API operation for Amazon SageMaker Service.

Returns information about an AutoML job created by calling CreateAutoMLJobV2 (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateAutoMLJobV2.html) or CreateAutoMLJob (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateAutoMLJob.html).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DescribeAutoMLJobV2 for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeAutoMLJobV2

func (*SageMaker) DescribeAutoMLJobV2Request added in v1.44.228

func (c *SageMaker) DescribeAutoMLJobV2Request(input *DescribeAutoMLJobV2Input) (req *request.Request, output *DescribeAutoMLJobV2Output)

DescribeAutoMLJobV2Request generates a "aws/request.Request" representing the client's request for the DescribeAutoMLJobV2 operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeAutoMLJobV2 for more information on using the DescribeAutoMLJobV2 API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeAutoMLJobV2Request method.
req, resp := client.DescribeAutoMLJobV2Request(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeAutoMLJobV2

func (*SageMaker) DescribeAutoMLJobV2WithContext added in v1.44.228

func (c *SageMaker) DescribeAutoMLJobV2WithContext(ctx aws.Context, input *DescribeAutoMLJobV2Input, opts ...request.Option) (*DescribeAutoMLJobV2Output, error)

DescribeAutoMLJobV2WithContext is the same as DescribeAutoMLJobV2 with the addition of the ability to pass a context and additional request options.

See DescribeAutoMLJobV2 for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DescribeAutoMLJobWithContext added in v1.25.47

func (c *SageMaker) DescribeAutoMLJobWithContext(ctx aws.Context, input *DescribeAutoMLJobInput, opts ...request.Option) (*DescribeAutoMLJobOutput, error)

DescribeAutoMLJobWithContext is the same as DescribeAutoMLJob with the addition of the ability to pass a context and additional request options.

See DescribeAutoMLJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DescribeCodeRepository added in v1.15.86

func (c *SageMaker) DescribeCodeRepository(input *DescribeCodeRepositoryInput) (*DescribeCodeRepositoryOutput, error)

DescribeCodeRepository API operation for Amazon SageMaker Service.

Gets details about the specified Git repository.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DescribeCodeRepository for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeCodeRepository

func (*SageMaker) DescribeCodeRepositoryRequest added in v1.15.86

func (c *SageMaker) DescribeCodeRepositoryRequest(input *DescribeCodeRepositoryInput) (req *request.Request, output *DescribeCodeRepositoryOutput)

DescribeCodeRepositoryRequest generates a "aws/request.Request" representing the client's request for the DescribeCodeRepository operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeCodeRepository for more information on using the DescribeCodeRepository API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeCodeRepositoryRequest method.
req, resp := client.DescribeCodeRepositoryRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeCodeRepository

func (*SageMaker) DescribeCodeRepositoryWithContext added in v1.15.86

func (c *SageMaker) DescribeCodeRepositoryWithContext(ctx aws.Context, input *DescribeCodeRepositoryInput, opts ...request.Option) (*DescribeCodeRepositoryOutput, error)

DescribeCodeRepositoryWithContext is the same as DescribeCodeRepository with the addition of the ability to pass a context and additional request options.

See DescribeCodeRepository for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DescribeCompilationJob added in v1.15.86

func (c *SageMaker) DescribeCompilationJob(input *DescribeCompilationJobInput) (*DescribeCompilationJobOutput, error)

DescribeCompilationJob API operation for Amazon SageMaker Service.

Returns information about a model compilation job.

To create a model compilation job, use CreateCompilationJob (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateCompilationJob.html). To get information about multiple model compilation jobs, use ListCompilationJobs (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ListCompilationJobs.html).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DescribeCompilationJob for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeCompilationJob

func (*SageMaker) DescribeCompilationJobRequest added in v1.15.86

func (c *SageMaker) DescribeCompilationJobRequest(input *DescribeCompilationJobInput) (req *request.Request, output *DescribeCompilationJobOutput)

DescribeCompilationJobRequest generates a "aws/request.Request" representing the client's request for the DescribeCompilationJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeCompilationJob for more information on using the DescribeCompilationJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeCompilationJobRequest method.
req, resp := client.DescribeCompilationJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeCompilationJob

func (*SageMaker) DescribeCompilationJobWithContext added in v1.15.86

func (c *SageMaker) DescribeCompilationJobWithContext(ctx aws.Context, input *DescribeCompilationJobInput, opts ...request.Option) (*DescribeCompilationJobOutput, error)

DescribeCompilationJobWithContext is the same as DescribeCompilationJob with the addition of the ability to pass a context and additional request options.

See DescribeCompilationJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DescribeContext added in v1.35.37

func (c *SageMaker) DescribeContext(input *DescribeContextInput) (*DescribeContextOutput, error)

DescribeContext API operation for Amazon SageMaker Service.

Describes a context.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DescribeContext for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeContext

func (*SageMaker) DescribeContextRequest added in v1.35.37

func (c *SageMaker) DescribeContextRequest(input *DescribeContextInput) (req *request.Request, output *DescribeContextOutput)

DescribeContextRequest generates a "aws/request.Request" representing the client's request for the DescribeContext operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeContext for more information on using the DescribeContext API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeContextRequest method.
req, resp := client.DescribeContextRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeContext

func (*SageMaker) DescribeContextWithContext added in v1.35.37

func (c *SageMaker) DescribeContextWithContext(ctx aws.Context, input *DescribeContextInput, opts ...request.Option) (*DescribeContextOutput, error)

DescribeContextWithContext is the same as DescribeContext with the addition of the ability to pass a context and additional request options.

See DescribeContext for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DescribeDataQualityJobDefinition added in v1.36.4

func (c *SageMaker) DescribeDataQualityJobDefinition(input *DescribeDataQualityJobDefinitionInput) (*DescribeDataQualityJobDefinitionOutput, error)

DescribeDataQualityJobDefinition API operation for Amazon SageMaker Service.

Gets the details of a data quality monitoring job definition.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DescribeDataQualityJobDefinition for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeDataQualityJobDefinition

func (*SageMaker) DescribeDataQualityJobDefinitionRequest added in v1.36.4

func (c *SageMaker) DescribeDataQualityJobDefinitionRequest(input *DescribeDataQualityJobDefinitionInput) (req *request.Request, output *DescribeDataQualityJobDefinitionOutput)

DescribeDataQualityJobDefinitionRequest generates a "aws/request.Request" representing the client's request for the DescribeDataQualityJobDefinition operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeDataQualityJobDefinition for more information on using the DescribeDataQualityJobDefinition API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeDataQualityJobDefinitionRequest method.
req, resp := client.DescribeDataQualityJobDefinitionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeDataQualityJobDefinition

func (*SageMaker) DescribeDataQualityJobDefinitionWithContext added in v1.36.4

func (c *SageMaker) DescribeDataQualityJobDefinitionWithContext(ctx aws.Context, input *DescribeDataQualityJobDefinitionInput, opts ...request.Option) (*DescribeDataQualityJobDefinitionOutput, error)

DescribeDataQualityJobDefinitionWithContext is the same as DescribeDataQualityJobDefinition with the addition of the ability to pass a context and additional request options.

See DescribeDataQualityJobDefinition for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DescribeDevice added in v1.36.4

func (c *SageMaker) DescribeDevice(input *DescribeDeviceInput) (*DescribeDeviceOutput, error)

DescribeDevice API operation for Amazon SageMaker Service.

Describes the device.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DescribeDevice for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeDevice

func (*SageMaker) DescribeDeviceFleet added in v1.36.4

func (c *SageMaker) DescribeDeviceFleet(input *DescribeDeviceFleetInput) (*DescribeDeviceFleetOutput, error)

DescribeDeviceFleet API operation for Amazon SageMaker Service.

A description of the fleet the device belongs to.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DescribeDeviceFleet for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeDeviceFleet

func (*SageMaker) DescribeDeviceFleetRequest added in v1.36.4

func (c *SageMaker) DescribeDeviceFleetRequest(input *DescribeDeviceFleetInput) (req *request.Request, output *DescribeDeviceFleetOutput)

DescribeDeviceFleetRequest generates a "aws/request.Request" representing the client's request for the DescribeDeviceFleet operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeDeviceFleet for more information on using the DescribeDeviceFleet API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeDeviceFleetRequest method.
req, resp := client.DescribeDeviceFleetRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeDeviceFleet

func (*SageMaker) DescribeDeviceFleetWithContext added in v1.36.4

func (c *SageMaker) DescribeDeviceFleetWithContext(ctx aws.Context, input *DescribeDeviceFleetInput, opts ...request.Option) (*DescribeDeviceFleetOutput, error)

DescribeDeviceFleetWithContext is the same as DescribeDeviceFleet with the addition of the ability to pass a context and additional request options.

See DescribeDeviceFleet for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DescribeDeviceRequest added in v1.36.4

func (c *SageMaker) DescribeDeviceRequest(input *DescribeDeviceInput) (req *request.Request, output *DescribeDeviceOutput)

DescribeDeviceRequest generates a "aws/request.Request" representing the client's request for the DescribeDevice operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeDevice for more information on using the DescribeDevice API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeDeviceRequest method.
req, resp := client.DescribeDeviceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeDevice

func (*SageMaker) DescribeDeviceWithContext added in v1.36.4

func (c *SageMaker) DescribeDeviceWithContext(ctx aws.Context, input *DescribeDeviceInput, opts ...request.Option) (*DescribeDeviceOutput, error)

DescribeDeviceWithContext is the same as DescribeDevice with the addition of the ability to pass a context and additional request options.

See DescribeDevice for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DescribeDomain added in v1.25.47

func (c *SageMaker) DescribeDomain(input *DescribeDomainInput) (*DescribeDomainOutput, error)

DescribeDomain API operation for Amazon SageMaker Service.

The description of the domain.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DescribeDomain for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeDomain

func (*SageMaker) DescribeDomainRequest added in v1.25.47

func (c *SageMaker) DescribeDomainRequest(input *DescribeDomainInput) (req *request.Request, output *DescribeDomainOutput)

DescribeDomainRequest generates a "aws/request.Request" representing the client's request for the DescribeDomain operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeDomain for more information on using the DescribeDomain API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeDomainRequest method.
req, resp := client.DescribeDomainRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeDomain

func (*SageMaker) DescribeDomainWithContext added in v1.25.47

func (c *SageMaker) DescribeDomainWithContext(ctx aws.Context, input *DescribeDomainInput, opts ...request.Option) (*DescribeDomainOutput, error)

DescribeDomainWithContext is the same as DescribeDomain with the addition of the ability to pass a context and additional request options.

See DescribeDomain for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DescribeEdgeDeploymentPlan added in v1.44.57

func (c *SageMaker) DescribeEdgeDeploymentPlan(input *DescribeEdgeDeploymentPlanInput) (*DescribeEdgeDeploymentPlanOutput, error)

DescribeEdgeDeploymentPlan API operation for Amazon SageMaker Service.

Describes an edge deployment plan with deployment status per stage.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DescribeEdgeDeploymentPlan for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeEdgeDeploymentPlan

func (*SageMaker) DescribeEdgeDeploymentPlanRequest added in v1.44.57

func (c *SageMaker) DescribeEdgeDeploymentPlanRequest(input *DescribeEdgeDeploymentPlanInput) (req *request.Request, output *DescribeEdgeDeploymentPlanOutput)

DescribeEdgeDeploymentPlanRequest generates a "aws/request.Request" representing the client's request for the DescribeEdgeDeploymentPlan operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeEdgeDeploymentPlan for more information on using the DescribeEdgeDeploymentPlan API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeEdgeDeploymentPlanRequest method.
req, resp := client.DescribeEdgeDeploymentPlanRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeEdgeDeploymentPlan

func (*SageMaker) DescribeEdgeDeploymentPlanWithContext added in v1.44.57

func (c *SageMaker) DescribeEdgeDeploymentPlanWithContext(ctx aws.Context, input *DescribeEdgeDeploymentPlanInput, opts ...request.Option) (*DescribeEdgeDeploymentPlanOutput, error)

DescribeEdgeDeploymentPlanWithContext is the same as DescribeEdgeDeploymentPlan with the addition of the ability to pass a context and additional request options.

See DescribeEdgeDeploymentPlan for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DescribeEdgePackagingJob added in v1.36.4

func (c *SageMaker) DescribeEdgePackagingJob(input *DescribeEdgePackagingJobInput) (*DescribeEdgePackagingJobOutput, error)

DescribeEdgePackagingJob API operation for Amazon SageMaker Service.

A description of edge packaging jobs.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DescribeEdgePackagingJob for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeEdgePackagingJob

func (*SageMaker) DescribeEdgePackagingJobRequest added in v1.36.4

func (c *SageMaker) DescribeEdgePackagingJobRequest(input *DescribeEdgePackagingJobInput) (req *request.Request, output *DescribeEdgePackagingJobOutput)

DescribeEdgePackagingJobRequest generates a "aws/request.Request" representing the client's request for the DescribeEdgePackagingJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeEdgePackagingJob for more information on using the DescribeEdgePackagingJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeEdgePackagingJobRequest method.
req, resp := client.DescribeEdgePackagingJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeEdgePackagingJob

func (*SageMaker) DescribeEdgePackagingJobWithContext added in v1.36.4

func (c *SageMaker) DescribeEdgePackagingJobWithContext(ctx aws.Context, input *DescribeEdgePackagingJobInput, opts ...request.Option) (*DescribeEdgePackagingJobOutput, error)

DescribeEdgePackagingJobWithContext is the same as DescribeEdgePackagingJob with the addition of the ability to pass a context and additional request options.

See DescribeEdgePackagingJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DescribeEndpoint

func (c *SageMaker) DescribeEndpoint(input *DescribeEndpointInput) (*DescribeEndpointOutput, error)

DescribeEndpoint API operation for Amazon SageMaker Service.

Returns the description of an endpoint.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DescribeEndpoint for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeEndpoint

func (*SageMaker) DescribeEndpointConfig

func (c *SageMaker) DescribeEndpointConfig(input *DescribeEndpointConfigInput) (*DescribeEndpointConfigOutput, error)

DescribeEndpointConfig API operation for Amazon SageMaker Service.

Returns the description of an endpoint configuration created using the CreateEndpointConfig API.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DescribeEndpointConfig for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeEndpointConfig

func (*SageMaker) DescribeEndpointConfigRequest

func (c *SageMaker) DescribeEndpointConfigRequest(input *DescribeEndpointConfigInput) (req *request.Request, output *DescribeEndpointConfigOutput)

DescribeEndpointConfigRequest generates a "aws/request.Request" representing the client's request for the DescribeEndpointConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeEndpointConfig for more information on using the DescribeEndpointConfig API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeEndpointConfigRequest method.
req, resp := client.DescribeEndpointConfigRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeEndpointConfig

func (*SageMaker) DescribeEndpointConfigWithContext

func (c *SageMaker) DescribeEndpointConfigWithContext(ctx aws.Context, input *DescribeEndpointConfigInput, opts ...request.Option) (*DescribeEndpointConfigOutput, error)

DescribeEndpointConfigWithContext is the same as DescribeEndpointConfig with the addition of the ability to pass a context and additional request options.

See DescribeEndpointConfig for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DescribeEndpointRequest

func (c *SageMaker) DescribeEndpointRequest(input *DescribeEndpointInput) (req *request.Request, output *DescribeEndpointOutput)

DescribeEndpointRequest generates a "aws/request.Request" representing the client's request for the DescribeEndpoint operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeEndpoint for more information on using the DescribeEndpoint API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeEndpointRequest method.
req, resp := client.DescribeEndpointRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeEndpoint

func (*SageMaker) DescribeEndpointWithContext

func (c *SageMaker) DescribeEndpointWithContext(ctx aws.Context, input *DescribeEndpointInput, opts ...request.Option) (*DescribeEndpointOutput, error)

DescribeEndpointWithContext is the same as DescribeEndpoint with the addition of the ability to pass a context and additional request options.

See DescribeEndpoint for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DescribeExperiment added in v1.25.47

func (c *SageMaker) DescribeExperiment(input *DescribeExperimentInput) (*DescribeExperimentOutput, error)

DescribeExperiment API operation for Amazon SageMaker Service.

Provides a list of an experiment's properties.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DescribeExperiment for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeExperiment

func (*SageMaker) DescribeExperimentRequest added in v1.25.47

func (c *SageMaker) DescribeExperimentRequest(input *DescribeExperimentInput) (req *request.Request, output *DescribeExperimentOutput)

DescribeExperimentRequest generates a "aws/request.Request" representing the client's request for the DescribeExperiment operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeExperiment for more information on using the DescribeExperiment API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeExperimentRequest method.
req, resp := client.DescribeExperimentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeExperiment

func (*SageMaker) DescribeExperimentWithContext added in v1.25.47

func (c *SageMaker) DescribeExperimentWithContext(ctx aws.Context, input *DescribeExperimentInput, opts ...request.Option) (*DescribeExperimentOutput, error)

DescribeExperimentWithContext is the same as DescribeExperiment with the addition of the ability to pass a context and additional request options.

See DescribeExperiment for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DescribeFeatureGroup added in v1.35.37

func (c *SageMaker) DescribeFeatureGroup(input *DescribeFeatureGroupInput) (*DescribeFeatureGroupOutput, error)

DescribeFeatureGroup API operation for Amazon SageMaker Service.

Use this operation to describe a FeatureGroup. The response includes information on the creation time, FeatureGroup name, the unique identifier for each FeatureGroup, and more.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DescribeFeatureGroup for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeFeatureGroup

func (*SageMaker) DescribeFeatureGroupRequest added in v1.35.37

func (c *SageMaker) DescribeFeatureGroupRequest(input *DescribeFeatureGroupInput) (req *request.Request, output *DescribeFeatureGroupOutput)

DescribeFeatureGroupRequest generates a "aws/request.Request" representing the client's request for the DescribeFeatureGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeFeatureGroup for more information on using the DescribeFeatureGroup API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeFeatureGroupRequest method.
req, resp := client.DescribeFeatureGroupRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeFeatureGroup

func (*SageMaker) DescribeFeatureGroupWithContext added in v1.35.37

func (c *SageMaker) DescribeFeatureGroupWithContext(ctx aws.Context, input *DescribeFeatureGroupInput, opts ...request.Option) (*DescribeFeatureGroupOutput, error)

DescribeFeatureGroupWithContext is the same as DescribeFeatureGroup with the addition of the ability to pass a context and additional request options.

See DescribeFeatureGroup for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DescribeFeatureMetadata added in v1.44.45

func (c *SageMaker) DescribeFeatureMetadata(input *DescribeFeatureMetadataInput) (*DescribeFeatureMetadataOutput, error)

DescribeFeatureMetadata API operation for Amazon SageMaker Service.

Shows the metadata for a feature within a feature group.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DescribeFeatureMetadata for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeFeatureMetadata

func (*SageMaker) DescribeFeatureMetadataRequest added in v1.44.45

func (c *SageMaker) DescribeFeatureMetadataRequest(input *DescribeFeatureMetadataInput) (req *request.Request, output *DescribeFeatureMetadataOutput)

DescribeFeatureMetadataRequest generates a "aws/request.Request" representing the client's request for the DescribeFeatureMetadata operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeFeatureMetadata for more information on using the DescribeFeatureMetadata API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeFeatureMetadataRequest method.
req, resp := client.DescribeFeatureMetadataRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeFeatureMetadata

func (*SageMaker) DescribeFeatureMetadataWithContext added in v1.44.45

func (c *SageMaker) DescribeFeatureMetadataWithContext(ctx aws.Context, input *DescribeFeatureMetadataInput, opts ...request.Option) (*DescribeFeatureMetadataOutput, error)

DescribeFeatureMetadataWithContext is the same as DescribeFeatureMetadata with the addition of the ability to pass a context and additional request options.

See DescribeFeatureMetadata for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DescribeFlowDefinition added in v1.25.47

func (c *SageMaker) DescribeFlowDefinition(input *DescribeFlowDefinitionInput) (*DescribeFlowDefinitionOutput, error)

DescribeFlowDefinition API operation for Amazon SageMaker Service.

Returns information about the specified flow definition.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DescribeFlowDefinition for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeFlowDefinition

func (*SageMaker) DescribeFlowDefinitionRequest added in v1.25.47

func (c *SageMaker) DescribeFlowDefinitionRequest(input *DescribeFlowDefinitionInput) (req *request.Request, output *DescribeFlowDefinitionOutput)

DescribeFlowDefinitionRequest generates a "aws/request.Request" representing the client's request for the DescribeFlowDefinition operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeFlowDefinition for more information on using the DescribeFlowDefinition API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeFlowDefinitionRequest method.
req, resp := client.DescribeFlowDefinitionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeFlowDefinition

func (*SageMaker) DescribeFlowDefinitionWithContext added in v1.25.47

func (c *SageMaker) DescribeFlowDefinitionWithContext(ctx aws.Context, input *DescribeFlowDefinitionInput, opts ...request.Option) (*DescribeFlowDefinitionOutput, error)

DescribeFlowDefinitionWithContext is the same as DescribeFlowDefinition with the addition of the ability to pass a context and additional request options.

See DescribeFlowDefinition for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DescribeHub added in v1.44.150

func (c *SageMaker) DescribeHub(input *DescribeHubInput) (*DescribeHubOutput, error)

DescribeHub API operation for Amazon SageMaker Service.

Describe a hub.

Hub APIs are only callable through SageMaker Studio.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DescribeHub for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeHub

func (*SageMaker) DescribeHubContent added in v1.44.150

func (c *SageMaker) DescribeHubContent(input *DescribeHubContentInput) (*DescribeHubContentOutput, error)

DescribeHubContent API operation for Amazon SageMaker Service.

Describe the content of a hub.

Hub APIs are only callable through SageMaker Studio.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DescribeHubContent for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeHubContent

func (*SageMaker) DescribeHubContentRequest added in v1.44.150

func (c *SageMaker) DescribeHubContentRequest(input *DescribeHubContentInput) (req *request.Request, output *DescribeHubContentOutput)

DescribeHubContentRequest generates a "aws/request.Request" representing the client's request for the DescribeHubContent operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeHubContent for more information on using the DescribeHubContent API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeHubContentRequest method.
req, resp := client.DescribeHubContentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeHubContent

func (*SageMaker) DescribeHubContentWithContext added in v1.44.150

func (c *SageMaker) DescribeHubContentWithContext(ctx aws.Context, input *DescribeHubContentInput, opts ...request.Option) (*DescribeHubContentOutput, error)

DescribeHubContentWithContext is the same as DescribeHubContent with the addition of the ability to pass a context and additional request options.

See DescribeHubContent for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DescribeHubRequest added in v1.44.150

func (c *SageMaker) DescribeHubRequest(input *DescribeHubInput) (req *request.Request, output *DescribeHubOutput)

DescribeHubRequest generates a "aws/request.Request" representing the client's request for the DescribeHub operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeHub for more information on using the DescribeHub API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeHubRequest method.
req, resp := client.DescribeHubRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeHub

func (*SageMaker) DescribeHubWithContext added in v1.44.150

func (c *SageMaker) DescribeHubWithContext(ctx aws.Context, input *DescribeHubInput, opts ...request.Option) (*DescribeHubOutput, error)

DescribeHubWithContext is the same as DescribeHub with the addition of the ability to pass a context and additional request options.

See DescribeHub for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DescribeHumanTaskUi added in v1.25.47

func (c *SageMaker) DescribeHumanTaskUi(input *DescribeHumanTaskUiInput) (*DescribeHumanTaskUiOutput, error)

DescribeHumanTaskUi API operation for Amazon SageMaker Service.

Returns information about the requested human task user interface (worker task template).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DescribeHumanTaskUi for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeHumanTaskUi

func (*SageMaker) DescribeHumanTaskUiRequest added in v1.25.47

func (c *SageMaker) DescribeHumanTaskUiRequest(input *DescribeHumanTaskUiInput) (req *request.Request, output *DescribeHumanTaskUiOutput)

DescribeHumanTaskUiRequest generates a "aws/request.Request" representing the client's request for the DescribeHumanTaskUi operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeHumanTaskUi for more information on using the DescribeHumanTaskUi API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeHumanTaskUiRequest method.
req, resp := client.DescribeHumanTaskUiRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeHumanTaskUi

func (*SageMaker) DescribeHumanTaskUiWithContext added in v1.25.47

func (c *SageMaker) DescribeHumanTaskUiWithContext(ctx aws.Context, input *DescribeHumanTaskUiInput, opts ...request.Option) (*DescribeHumanTaskUiOutput, error)

DescribeHumanTaskUiWithContext is the same as DescribeHumanTaskUi with the addition of the ability to pass a context and additional request options.

See DescribeHumanTaskUi for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DescribeHyperParameterTuningJob added in v1.14.0

func (c *SageMaker) DescribeHyperParameterTuningJob(input *DescribeHyperParameterTuningJobInput) (*DescribeHyperParameterTuningJobOutput, error)

DescribeHyperParameterTuningJob API operation for Amazon SageMaker Service.

Returns a description of a hyperparameter tuning job, depending on the fields selected. These fields can include the name, Amazon Resource Name (ARN), job status of your tuning job and more.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DescribeHyperParameterTuningJob for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeHyperParameterTuningJob

func (*SageMaker) DescribeHyperParameterTuningJobRequest added in v1.14.0

func (c *SageMaker) DescribeHyperParameterTuningJobRequest(input *DescribeHyperParameterTuningJobInput) (req *request.Request, output *DescribeHyperParameterTuningJobOutput)

DescribeHyperParameterTuningJobRequest generates a "aws/request.Request" representing the client's request for the DescribeHyperParameterTuningJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeHyperParameterTuningJob for more information on using the DescribeHyperParameterTuningJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeHyperParameterTuningJobRequest method.
req, resp := client.DescribeHyperParameterTuningJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeHyperParameterTuningJob

func (*SageMaker) DescribeHyperParameterTuningJobWithContext added in v1.14.0

func (c *SageMaker) DescribeHyperParameterTuningJobWithContext(ctx aws.Context, input *DescribeHyperParameterTuningJobInput, opts ...request.Option) (*DescribeHyperParameterTuningJobOutput, error)

DescribeHyperParameterTuningJobWithContext is the same as DescribeHyperParameterTuningJob with the addition of the ability to pass a context and additional request options.

See DescribeHyperParameterTuningJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DescribeImage added in v1.35.15

func (c *SageMaker) DescribeImage(input *DescribeImageInput) (*DescribeImageOutput, error)

DescribeImage API operation for Amazon SageMaker Service.

Describes a SageMaker image.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DescribeImage for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeImage

func (*SageMaker) DescribeImageRequest added in v1.35.15

func (c *SageMaker) DescribeImageRequest(input *DescribeImageInput) (req *request.Request, output *DescribeImageOutput)

DescribeImageRequest generates a "aws/request.Request" representing the client's request for the DescribeImage operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeImage for more information on using the DescribeImage API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeImageRequest method.
req, resp := client.DescribeImageRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeImage

func (*SageMaker) DescribeImageVersion added in v1.35.15

func (c *SageMaker) DescribeImageVersion(input *DescribeImageVersionInput) (*DescribeImageVersionOutput, error)

DescribeImageVersion API operation for Amazon SageMaker Service.

Describes a version of a SageMaker image.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DescribeImageVersion for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeImageVersion

func (*SageMaker) DescribeImageVersionRequest added in v1.35.15

func (c *SageMaker) DescribeImageVersionRequest(input *DescribeImageVersionInput) (req *request.Request, output *DescribeImageVersionOutput)

DescribeImageVersionRequest generates a "aws/request.Request" representing the client's request for the DescribeImageVersion operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeImageVersion for more information on using the DescribeImageVersion API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeImageVersionRequest method.
req, resp := client.DescribeImageVersionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeImageVersion

func (*SageMaker) DescribeImageVersionWithContext added in v1.35.15

func (c *SageMaker) DescribeImageVersionWithContext(ctx aws.Context, input *DescribeImageVersionInput, opts ...request.Option) (*DescribeImageVersionOutput, error)

DescribeImageVersionWithContext is the same as DescribeImageVersion with the addition of the ability to pass a context and additional request options.

See DescribeImageVersion for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DescribeImageWithContext added in v1.35.15

func (c *SageMaker) DescribeImageWithContext(ctx aws.Context, input *DescribeImageInput, opts ...request.Option) (*DescribeImageOutput, error)

DescribeImageWithContext is the same as DescribeImage with the addition of the ability to pass a context and additional request options.

See DescribeImage for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DescribeInferenceExperiment added in v1.44.150

func (c *SageMaker) DescribeInferenceExperiment(input *DescribeInferenceExperimentInput) (*DescribeInferenceExperimentOutput, error)

DescribeInferenceExperiment API operation for Amazon SageMaker Service.

Returns details about an inference experiment.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DescribeInferenceExperiment for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeInferenceExperiment

func (*SageMaker) DescribeInferenceExperimentRequest added in v1.44.150

func (c *SageMaker) DescribeInferenceExperimentRequest(input *DescribeInferenceExperimentInput) (req *request.Request, output *DescribeInferenceExperimentOutput)

DescribeInferenceExperimentRequest generates a "aws/request.Request" representing the client's request for the DescribeInferenceExperiment operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeInferenceExperiment for more information on using the DescribeInferenceExperiment API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeInferenceExperimentRequest method.
req, resp := client.DescribeInferenceExperimentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeInferenceExperiment

func (*SageMaker) DescribeInferenceExperimentWithContext added in v1.44.150

func (c *SageMaker) DescribeInferenceExperimentWithContext(ctx aws.Context, input *DescribeInferenceExperimentInput, opts ...request.Option) (*DescribeInferenceExperimentOutput, error)

DescribeInferenceExperimentWithContext is the same as DescribeInferenceExperiment with the addition of the ability to pass a context and additional request options.

See DescribeInferenceExperiment for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DescribeInferenceRecommendationsJob added in v1.42.17

DescribeInferenceRecommendationsJob API operation for Amazon SageMaker Service.

Provides the results of the Inference Recommender job. One or more recommendation jobs are returned.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DescribeInferenceRecommendationsJob for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeInferenceRecommendationsJob

func (*SageMaker) DescribeInferenceRecommendationsJobRequest added in v1.42.17

func (c *SageMaker) DescribeInferenceRecommendationsJobRequest(input *DescribeInferenceRecommendationsJobInput) (req *request.Request, output *DescribeInferenceRecommendationsJobOutput)

DescribeInferenceRecommendationsJobRequest generates a "aws/request.Request" representing the client's request for the DescribeInferenceRecommendationsJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeInferenceRecommendationsJob for more information on using the DescribeInferenceRecommendationsJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeInferenceRecommendationsJobRequest method.
req, resp := client.DescribeInferenceRecommendationsJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeInferenceRecommendationsJob

func (*SageMaker) DescribeInferenceRecommendationsJobWithContext added in v1.42.17

func (c *SageMaker) DescribeInferenceRecommendationsJobWithContext(ctx aws.Context, input *DescribeInferenceRecommendationsJobInput, opts ...request.Option) (*DescribeInferenceRecommendationsJobOutput, error)

DescribeInferenceRecommendationsJobWithContext is the same as DescribeInferenceRecommendationsJob with the addition of the ability to pass a context and additional request options.

See DescribeInferenceRecommendationsJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DescribeLabelingJob added in v1.15.86

func (c *SageMaker) DescribeLabelingJob(input *DescribeLabelingJobInput) (*DescribeLabelingJobOutput, error)

DescribeLabelingJob API operation for Amazon SageMaker Service.

Gets information about a labeling job.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DescribeLabelingJob for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeLabelingJob

func (*SageMaker) DescribeLabelingJobRequest added in v1.15.86

func (c *SageMaker) DescribeLabelingJobRequest(input *DescribeLabelingJobInput) (req *request.Request, output *DescribeLabelingJobOutput)

DescribeLabelingJobRequest generates a "aws/request.Request" representing the client's request for the DescribeLabelingJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeLabelingJob for more information on using the DescribeLabelingJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeLabelingJobRequest method.
req, resp := client.DescribeLabelingJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeLabelingJob

func (*SageMaker) DescribeLabelingJobWithContext added in v1.15.86

func (c *SageMaker) DescribeLabelingJobWithContext(ctx aws.Context, input *DescribeLabelingJobInput, opts ...request.Option) (*DescribeLabelingJobOutput, error)

DescribeLabelingJobWithContext is the same as DescribeLabelingJob with the addition of the ability to pass a context and additional request options.

See DescribeLabelingJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DescribeLineageGroup added in v1.42.17

func (c *SageMaker) DescribeLineageGroup(input *DescribeLineageGroupInput) (*DescribeLineageGroupOutput, error)

DescribeLineageGroup API operation for Amazon SageMaker Service.

Provides a list of properties for the requested lineage group. For more information, see Cross-Account Lineage Tracking (https://docs.aws.amazon.com/sagemaker/latest/dg/xaccount-lineage-tracking.html) in the Amazon SageMaker Developer Guide.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DescribeLineageGroup for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeLineageGroup

func (*SageMaker) DescribeLineageGroupRequest added in v1.42.17

func (c *SageMaker) DescribeLineageGroupRequest(input *DescribeLineageGroupInput) (req *request.Request, output *DescribeLineageGroupOutput)

DescribeLineageGroupRequest generates a "aws/request.Request" representing the client's request for the DescribeLineageGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeLineageGroup for more information on using the DescribeLineageGroup API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeLineageGroupRequest method.
req, resp := client.DescribeLineageGroupRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeLineageGroup

func (*SageMaker) DescribeLineageGroupWithContext added in v1.42.17

func (c *SageMaker) DescribeLineageGroupWithContext(ctx aws.Context, input *DescribeLineageGroupInput, opts ...request.Option) (*DescribeLineageGroupOutput, error)

DescribeLineageGroupWithContext is the same as DescribeLineageGroup with the addition of the ability to pass a context and additional request options.

See DescribeLineageGroup for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DescribeModel

func (c *SageMaker) DescribeModel(input *DescribeModelInput) (*DescribeModelOutput, error)

DescribeModel API operation for Amazon SageMaker Service.

Describes a model that you created using the CreateModel API.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DescribeModel for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeModel

func (*SageMaker) DescribeModelBiasJobDefinition added in v1.36.4

func (c *SageMaker) DescribeModelBiasJobDefinition(input *DescribeModelBiasJobDefinitionInput) (*DescribeModelBiasJobDefinitionOutput, error)

DescribeModelBiasJobDefinition API operation for Amazon SageMaker Service.

Returns a description of a model bias job definition.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DescribeModelBiasJobDefinition for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeModelBiasJobDefinition

func (*SageMaker) DescribeModelBiasJobDefinitionRequest added in v1.36.4

func (c *SageMaker) DescribeModelBiasJobDefinitionRequest(input *DescribeModelBiasJobDefinitionInput) (req *request.Request, output *DescribeModelBiasJobDefinitionOutput)

DescribeModelBiasJobDefinitionRequest generates a "aws/request.Request" representing the client's request for the DescribeModelBiasJobDefinition operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeModelBiasJobDefinition for more information on using the DescribeModelBiasJobDefinition API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeModelBiasJobDefinitionRequest method.
req, resp := client.DescribeModelBiasJobDefinitionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeModelBiasJobDefinition

func (*SageMaker) DescribeModelBiasJobDefinitionWithContext added in v1.36.4

func (c *SageMaker) DescribeModelBiasJobDefinitionWithContext(ctx aws.Context, input *DescribeModelBiasJobDefinitionInput, opts ...request.Option) (*DescribeModelBiasJobDefinitionOutput, error)

DescribeModelBiasJobDefinitionWithContext is the same as DescribeModelBiasJobDefinition with the addition of the ability to pass a context and additional request options.

See DescribeModelBiasJobDefinition for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DescribeModelCard added in v1.44.150

func (c *SageMaker) DescribeModelCard(input *DescribeModelCardInput) (*DescribeModelCardOutput, error)

DescribeModelCard API operation for Amazon SageMaker Service.

Describes the content, creation time, and security configuration of an Amazon SageMaker Model Card.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DescribeModelCard for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeModelCard

func (*SageMaker) DescribeModelCardExportJob added in v1.44.150

func (c *SageMaker) DescribeModelCardExportJob(input *DescribeModelCardExportJobInput) (*DescribeModelCardExportJobOutput, error)

DescribeModelCardExportJob API operation for Amazon SageMaker Service.

Describes an Amazon SageMaker Model Card export job.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DescribeModelCardExportJob for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeModelCardExportJob

func (*SageMaker) DescribeModelCardExportJobRequest added in v1.44.150

func (c *SageMaker) DescribeModelCardExportJobRequest(input *DescribeModelCardExportJobInput) (req *request.Request, output *DescribeModelCardExportJobOutput)

DescribeModelCardExportJobRequest generates a "aws/request.Request" representing the client's request for the DescribeModelCardExportJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeModelCardExportJob for more information on using the DescribeModelCardExportJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeModelCardExportJobRequest method.
req, resp := client.DescribeModelCardExportJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeModelCardExportJob

func (*SageMaker) DescribeModelCardExportJobWithContext added in v1.44.150

func (c *SageMaker) DescribeModelCardExportJobWithContext(ctx aws.Context, input *DescribeModelCardExportJobInput, opts ...request.Option) (*DescribeModelCardExportJobOutput, error)

DescribeModelCardExportJobWithContext is the same as DescribeModelCardExportJob with the addition of the ability to pass a context and additional request options.

See DescribeModelCardExportJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DescribeModelCardRequest added in v1.44.150

func (c *SageMaker) DescribeModelCardRequest(input *DescribeModelCardInput) (req *request.Request, output *DescribeModelCardOutput)

DescribeModelCardRequest generates a "aws/request.Request" representing the client's request for the DescribeModelCard operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeModelCard for more information on using the DescribeModelCard API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeModelCardRequest method.
req, resp := client.DescribeModelCardRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeModelCard

func (*SageMaker) DescribeModelCardWithContext added in v1.44.150

func (c *SageMaker) DescribeModelCardWithContext(ctx aws.Context, input *DescribeModelCardInput, opts ...request.Option) (*DescribeModelCardOutput, error)

DescribeModelCardWithContext is the same as DescribeModelCard with the addition of the ability to pass a context and additional request options.

See DescribeModelCard for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DescribeModelExplainabilityJobDefinition added in v1.36.4

DescribeModelExplainabilityJobDefinition API operation for Amazon SageMaker Service.

Returns a description of a model explainability job definition.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DescribeModelExplainabilityJobDefinition for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeModelExplainabilityJobDefinition

func (*SageMaker) DescribeModelExplainabilityJobDefinitionRequest added in v1.36.4

func (c *SageMaker) DescribeModelExplainabilityJobDefinitionRequest(input *DescribeModelExplainabilityJobDefinitionInput) (req *request.Request, output *DescribeModelExplainabilityJobDefinitionOutput)

DescribeModelExplainabilityJobDefinitionRequest generates a "aws/request.Request" representing the client's request for the DescribeModelExplainabilityJobDefinition operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeModelExplainabilityJobDefinition for more information on using the DescribeModelExplainabilityJobDefinition API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeModelExplainabilityJobDefinitionRequest method.
req, resp := client.DescribeModelExplainabilityJobDefinitionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeModelExplainabilityJobDefinition

func (*SageMaker) DescribeModelExplainabilityJobDefinitionWithContext added in v1.36.4

func (c *SageMaker) DescribeModelExplainabilityJobDefinitionWithContext(ctx aws.Context, input *DescribeModelExplainabilityJobDefinitionInput, opts ...request.Option) (*DescribeModelExplainabilityJobDefinitionOutput, error)

DescribeModelExplainabilityJobDefinitionWithContext is the same as DescribeModelExplainabilityJobDefinition with the addition of the ability to pass a context and additional request options.

See DescribeModelExplainabilityJobDefinition for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DescribeModelPackage added in v1.15.86

func (c *SageMaker) DescribeModelPackage(input *DescribeModelPackageInput) (*DescribeModelPackageOutput, error)

DescribeModelPackage API operation for Amazon SageMaker Service.

Returns a description of the specified model package, which is used to create SageMaker models or list them on Amazon Web Services Marketplace.

To create models in SageMaker, buyers can subscribe to model packages listed on Amazon Web Services Marketplace.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DescribeModelPackage for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeModelPackage

func (*SageMaker) DescribeModelPackageGroup added in v1.35.37

func (c *SageMaker) DescribeModelPackageGroup(input *DescribeModelPackageGroupInput) (*DescribeModelPackageGroupOutput, error)

DescribeModelPackageGroup API operation for Amazon SageMaker Service.

Gets a description for the specified model group.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DescribeModelPackageGroup for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeModelPackageGroup

func (*SageMaker) DescribeModelPackageGroupRequest added in v1.35.37

func (c *SageMaker) DescribeModelPackageGroupRequest(input *DescribeModelPackageGroupInput) (req *request.Request, output *DescribeModelPackageGroupOutput)

DescribeModelPackageGroupRequest generates a "aws/request.Request" representing the client's request for the DescribeModelPackageGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeModelPackageGroup for more information on using the DescribeModelPackageGroup API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeModelPackageGroupRequest method.
req, resp := client.DescribeModelPackageGroupRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeModelPackageGroup

func (*SageMaker) DescribeModelPackageGroupWithContext added in v1.35.37

func (c *SageMaker) DescribeModelPackageGroupWithContext(ctx aws.Context, input *DescribeModelPackageGroupInput, opts ...request.Option) (*DescribeModelPackageGroupOutput, error)

DescribeModelPackageGroupWithContext is the same as DescribeModelPackageGroup with the addition of the ability to pass a context and additional request options.

See DescribeModelPackageGroup for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DescribeModelPackageRequest added in v1.15.86

func (c *SageMaker) DescribeModelPackageRequest(input *DescribeModelPackageInput) (req *request.Request, output *DescribeModelPackageOutput)

DescribeModelPackageRequest generates a "aws/request.Request" representing the client's request for the DescribeModelPackage operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeModelPackage for more information on using the DescribeModelPackage API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeModelPackageRequest method.
req, resp := client.DescribeModelPackageRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeModelPackage

func (*SageMaker) DescribeModelPackageWithContext added in v1.15.86

func (c *SageMaker) DescribeModelPackageWithContext(ctx aws.Context, input *DescribeModelPackageInput, opts ...request.Option) (*DescribeModelPackageOutput, error)

DescribeModelPackageWithContext is the same as DescribeModelPackage with the addition of the ability to pass a context and additional request options.

See DescribeModelPackage for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DescribeModelQualityJobDefinition added in v1.36.4

func (c *SageMaker) DescribeModelQualityJobDefinition(input *DescribeModelQualityJobDefinitionInput) (*DescribeModelQualityJobDefinitionOutput, error)

DescribeModelQualityJobDefinition API operation for Amazon SageMaker Service.

Returns a description of a model quality job definition.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DescribeModelQualityJobDefinition for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeModelQualityJobDefinition

func (*SageMaker) DescribeModelQualityJobDefinitionRequest added in v1.36.4

func (c *SageMaker) DescribeModelQualityJobDefinitionRequest(input *DescribeModelQualityJobDefinitionInput) (req *request.Request, output *DescribeModelQualityJobDefinitionOutput)

DescribeModelQualityJobDefinitionRequest generates a "aws/request.Request" representing the client's request for the DescribeModelQualityJobDefinition operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeModelQualityJobDefinition for more information on using the DescribeModelQualityJobDefinition API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeModelQualityJobDefinitionRequest method.
req, resp := client.DescribeModelQualityJobDefinitionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeModelQualityJobDefinition

func (*SageMaker) DescribeModelQualityJobDefinitionWithContext added in v1.36.4

func (c *SageMaker) DescribeModelQualityJobDefinitionWithContext(ctx aws.Context, input *DescribeModelQualityJobDefinitionInput, opts ...request.Option) (*DescribeModelQualityJobDefinitionOutput, error)

DescribeModelQualityJobDefinitionWithContext is the same as DescribeModelQualityJobDefinition with the addition of the ability to pass a context and additional request options.

See DescribeModelQualityJobDefinition for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DescribeModelRequest

func (c *SageMaker) DescribeModelRequest(input *DescribeModelInput) (req *request.Request, output *DescribeModelOutput)

DescribeModelRequest generates a "aws/request.Request" representing the client's request for the DescribeModel operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeModel for more information on using the DescribeModel API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeModelRequest method.
req, resp := client.DescribeModelRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeModel

func (*SageMaker) DescribeModelWithContext

func (c *SageMaker) DescribeModelWithContext(ctx aws.Context, input *DescribeModelInput, opts ...request.Option) (*DescribeModelOutput, error)

DescribeModelWithContext is the same as DescribeModel with the addition of the ability to pass a context and additional request options.

See DescribeModel for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DescribeMonitoringSchedule added in v1.25.47

func (c *SageMaker) DescribeMonitoringSchedule(input *DescribeMonitoringScheduleInput) (*DescribeMonitoringScheduleOutput, error)

DescribeMonitoringSchedule API operation for Amazon SageMaker Service.

Describes the schedule for a monitoring job.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DescribeMonitoringSchedule for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeMonitoringSchedule

func (*SageMaker) DescribeMonitoringScheduleRequest added in v1.25.47

func (c *SageMaker) DescribeMonitoringScheduleRequest(input *DescribeMonitoringScheduleInput) (req *request.Request, output *DescribeMonitoringScheduleOutput)

DescribeMonitoringScheduleRequest generates a "aws/request.Request" representing the client's request for the DescribeMonitoringSchedule operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeMonitoringSchedule for more information on using the DescribeMonitoringSchedule API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeMonitoringScheduleRequest method.
req, resp := client.DescribeMonitoringScheduleRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeMonitoringSchedule

func (*SageMaker) DescribeMonitoringScheduleWithContext added in v1.25.47

func (c *SageMaker) DescribeMonitoringScheduleWithContext(ctx aws.Context, input *DescribeMonitoringScheduleInput, opts ...request.Option) (*DescribeMonitoringScheduleOutput, error)

DescribeMonitoringScheduleWithContext is the same as DescribeMonitoringSchedule with the addition of the ability to pass a context and additional request options.

See DescribeMonitoringSchedule for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DescribeNotebookInstance

func (c *SageMaker) DescribeNotebookInstance(input *DescribeNotebookInstanceInput) (*DescribeNotebookInstanceOutput, error)

DescribeNotebookInstance API operation for Amazon SageMaker Service.

Returns information about a notebook instance.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DescribeNotebookInstance for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeNotebookInstance

func (*SageMaker) DescribeNotebookInstanceLifecycleConfig added in v1.13.15

DescribeNotebookInstanceLifecycleConfig API operation for Amazon SageMaker Service.

Returns a description of a notebook instance lifecycle configuration.

For information about notebook instance lifestyle configurations, see Step 2.1: (Optional) Customize a Notebook Instance (https://docs.aws.amazon.com/sagemaker/latest/dg/notebook-lifecycle-config.html).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DescribeNotebookInstanceLifecycleConfig for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeNotebookInstanceLifecycleConfig

func (*SageMaker) DescribeNotebookInstanceLifecycleConfigRequest added in v1.13.15

func (c *SageMaker) DescribeNotebookInstanceLifecycleConfigRequest(input *DescribeNotebookInstanceLifecycleConfigInput) (req *request.Request, output *DescribeNotebookInstanceLifecycleConfigOutput)

DescribeNotebookInstanceLifecycleConfigRequest generates a "aws/request.Request" representing the client's request for the DescribeNotebookInstanceLifecycleConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeNotebookInstanceLifecycleConfig for more information on using the DescribeNotebookInstanceLifecycleConfig API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeNotebookInstanceLifecycleConfigRequest method.
req, resp := client.DescribeNotebookInstanceLifecycleConfigRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeNotebookInstanceLifecycleConfig

func (*SageMaker) DescribeNotebookInstanceLifecycleConfigWithContext added in v1.13.15

func (c *SageMaker) DescribeNotebookInstanceLifecycleConfigWithContext(ctx aws.Context, input *DescribeNotebookInstanceLifecycleConfigInput, opts ...request.Option) (*DescribeNotebookInstanceLifecycleConfigOutput, error)

DescribeNotebookInstanceLifecycleConfigWithContext is the same as DescribeNotebookInstanceLifecycleConfig with the addition of the ability to pass a context and additional request options.

See DescribeNotebookInstanceLifecycleConfig for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DescribeNotebookInstanceRequest

func (c *SageMaker) DescribeNotebookInstanceRequest(input *DescribeNotebookInstanceInput) (req *request.Request, output *DescribeNotebookInstanceOutput)

DescribeNotebookInstanceRequest generates a "aws/request.Request" representing the client's request for the DescribeNotebookInstance operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeNotebookInstance for more information on using the DescribeNotebookInstance API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeNotebookInstanceRequest method.
req, resp := client.DescribeNotebookInstanceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeNotebookInstance

func (*SageMaker) DescribeNotebookInstanceWithContext

func (c *SageMaker) DescribeNotebookInstanceWithContext(ctx aws.Context, input *DescribeNotebookInstanceInput, opts ...request.Option) (*DescribeNotebookInstanceOutput, error)

DescribeNotebookInstanceWithContext is the same as DescribeNotebookInstance with the addition of the ability to pass a context and additional request options.

See DescribeNotebookInstance for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DescribePipeline added in v1.35.37

func (c *SageMaker) DescribePipeline(input *DescribePipelineInput) (*DescribePipelineOutput, error)

DescribePipeline API operation for Amazon SageMaker Service.

Describes the details of a pipeline.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DescribePipeline for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribePipeline

func (*SageMaker) DescribePipelineDefinitionForExecution added in v1.35.37

DescribePipelineDefinitionForExecution API operation for Amazon SageMaker Service.

Describes the details of an execution's pipeline definition.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DescribePipelineDefinitionForExecution for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribePipelineDefinitionForExecution

func (*SageMaker) DescribePipelineDefinitionForExecutionRequest added in v1.35.37

func (c *SageMaker) DescribePipelineDefinitionForExecutionRequest(input *DescribePipelineDefinitionForExecutionInput) (req *request.Request, output *DescribePipelineDefinitionForExecutionOutput)

DescribePipelineDefinitionForExecutionRequest generates a "aws/request.Request" representing the client's request for the DescribePipelineDefinitionForExecution operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribePipelineDefinitionForExecution for more information on using the DescribePipelineDefinitionForExecution API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribePipelineDefinitionForExecutionRequest method.
req, resp := client.DescribePipelineDefinitionForExecutionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribePipelineDefinitionForExecution

func (*SageMaker) DescribePipelineDefinitionForExecutionWithContext added in v1.35.37

func (c *SageMaker) DescribePipelineDefinitionForExecutionWithContext(ctx aws.Context, input *DescribePipelineDefinitionForExecutionInput, opts ...request.Option) (*DescribePipelineDefinitionForExecutionOutput, error)

DescribePipelineDefinitionForExecutionWithContext is the same as DescribePipelineDefinitionForExecution with the addition of the ability to pass a context and additional request options.

See DescribePipelineDefinitionForExecution for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DescribePipelineExecution added in v1.35.37

func (c *SageMaker) DescribePipelineExecution(input *DescribePipelineExecutionInput) (*DescribePipelineExecutionOutput, error)

DescribePipelineExecution API operation for Amazon SageMaker Service.

Describes the details of a pipeline execution.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DescribePipelineExecution for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribePipelineExecution

func (*SageMaker) DescribePipelineExecutionRequest added in v1.35.37

func (c *SageMaker) DescribePipelineExecutionRequest(input *DescribePipelineExecutionInput) (req *request.Request, output *DescribePipelineExecutionOutput)

DescribePipelineExecutionRequest generates a "aws/request.Request" representing the client's request for the DescribePipelineExecution operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribePipelineExecution for more information on using the DescribePipelineExecution API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribePipelineExecutionRequest method.
req, resp := client.DescribePipelineExecutionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribePipelineExecution

func (*SageMaker) DescribePipelineExecutionWithContext added in v1.35.37

func (c *SageMaker) DescribePipelineExecutionWithContext(ctx aws.Context, input *DescribePipelineExecutionInput, opts ...request.Option) (*DescribePipelineExecutionOutput, error)

DescribePipelineExecutionWithContext is the same as DescribePipelineExecution with the addition of the ability to pass a context and additional request options.

See DescribePipelineExecution for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DescribePipelineRequest added in v1.35.37

func (c *SageMaker) DescribePipelineRequest(input *DescribePipelineInput) (req *request.Request, output *DescribePipelineOutput)

DescribePipelineRequest generates a "aws/request.Request" representing the client's request for the DescribePipeline operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribePipeline for more information on using the DescribePipeline API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribePipelineRequest method.
req, resp := client.DescribePipelineRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribePipeline

func (*SageMaker) DescribePipelineWithContext added in v1.35.37

func (c *SageMaker) DescribePipelineWithContext(ctx aws.Context, input *DescribePipelineInput, opts ...request.Option) (*DescribePipelineOutput, error)

DescribePipelineWithContext is the same as DescribePipeline with the addition of the ability to pass a context and additional request options.

See DescribePipeline for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DescribeProcessingJob added in v1.25.47

func (c *SageMaker) DescribeProcessingJob(input *DescribeProcessingJobInput) (*DescribeProcessingJobOutput, error)

DescribeProcessingJob API operation for Amazon SageMaker Service.

Returns a description of a processing job.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DescribeProcessingJob for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeProcessingJob

func (*SageMaker) DescribeProcessingJobRequest added in v1.25.47

func (c *SageMaker) DescribeProcessingJobRequest(input *DescribeProcessingJobInput) (req *request.Request, output *DescribeProcessingJobOutput)

DescribeProcessingJobRequest generates a "aws/request.Request" representing the client's request for the DescribeProcessingJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeProcessingJob for more information on using the DescribeProcessingJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeProcessingJobRequest method.
req, resp := client.DescribeProcessingJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeProcessingJob

func (*SageMaker) DescribeProcessingJobWithContext added in v1.25.47

func (c *SageMaker) DescribeProcessingJobWithContext(ctx aws.Context, input *DescribeProcessingJobInput, opts ...request.Option) (*DescribeProcessingJobOutput, error)

DescribeProcessingJobWithContext is the same as DescribeProcessingJob with the addition of the ability to pass a context and additional request options.

See DescribeProcessingJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DescribeProject added in v1.35.37

func (c *SageMaker) DescribeProject(input *DescribeProjectInput) (*DescribeProjectOutput, error)

DescribeProject API operation for Amazon SageMaker Service.

Describes the details of a project.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DescribeProject for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeProject

func (*SageMaker) DescribeProjectRequest added in v1.35.37

func (c *SageMaker) DescribeProjectRequest(input *DescribeProjectInput) (req *request.Request, output *DescribeProjectOutput)

DescribeProjectRequest generates a "aws/request.Request" representing the client's request for the DescribeProject operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeProject for more information on using the DescribeProject API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeProjectRequest method.
req, resp := client.DescribeProjectRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeProject

func (*SageMaker) DescribeProjectWithContext added in v1.35.37

func (c *SageMaker) DescribeProjectWithContext(ctx aws.Context, input *DescribeProjectInput, opts ...request.Option) (*DescribeProjectOutput, error)

DescribeProjectWithContext is the same as DescribeProject with the addition of the ability to pass a context and additional request options.

See DescribeProject for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DescribeSpace added in v1.44.150

func (c *SageMaker) DescribeSpace(input *DescribeSpaceInput) (*DescribeSpaceOutput, error)

DescribeSpace API operation for Amazon SageMaker Service.

Describes the space.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DescribeSpace for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeSpace

func (*SageMaker) DescribeSpaceRequest added in v1.44.150

func (c *SageMaker) DescribeSpaceRequest(input *DescribeSpaceInput) (req *request.Request, output *DescribeSpaceOutput)

DescribeSpaceRequest generates a "aws/request.Request" representing the client's request for the DescribeSpace operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeSpace for more information on using the DescribeSpace API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeSpaceRequest method.
req, resp := client.DescribeSpaceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeSpace

func (*SageMaker) DescribeSpaceWithContext added in v1.44.150

func (c *SageMaker) DescribeSpaceWithContext(ctx aws.Context, input *DescribeSpaceInput, opts ...request.Option) (*DescribeSpaceOutput, error)

DescribeSpaceWithContext is the same as DescribeSpace with the addition of the ability to pass a context and additional request options.

See DescribeSpace for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DescribeStudioLifecycleConfig added in v1.40.41

func (c *SageMaker) DescribeStudioLifecycleConfig(input *DescribeStudioLifecycleConfigInput) (*DescribeStudioLifecycleConfigOutput, error)

DescribeStudioLifecycleConfig API operation for Amazon SageMaker Service.

Describes the Studio Lifecycle Configuration.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DescribeStudioLifecycleConfig for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeStudioLifecycleConfig

func (*SageMaker) DescribeStudioLifecycleConfigRequest added in v1.40.41

func (c *SageMaker) DescribeStudioLifecycleConfigRequest(input *DescribeStudioLifecycleConfigInput) (req *request.Request, output *DescribeStudioLifecycleConfigOutput)

DescribeStudioLifecycleConfigRequest generates a "aws/request.Request" representing the client's request for the DescribeStudioLifecycleConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeStudioLifecycleConfig for more information on using the DescribeStudioLifecycleConfig API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeStudioLifecycleConfigRequest method.
req, resp := client.DescribeStudioLifecycleConfigRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeStudioLifecycleConfig

func (*SageMaker) DescribeStudioLifecycleConfigWithContext added in v1.40.41

func (c *SageMaker) DescribeStudioLifecycleConfigWithContext(ctx aws.Context, input *DescribeStudioLifecycleConfigInput, opts ...request.Option) (*DescribeStudioLifecycleConfigOutput, error)

DescribeStudioLifecycleConfigWithContext is the same as DescribeStudioLifecycleConfig with the addition of the ability to pass a context and additional request options.

See DescribeStudioLifecycleConfig for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DescribeSubscribedWorkteam added in v1.15.86

func (c *SageMaker) DescribeSubscribedWorkteam(input *DescribeSubscribedWorkteamInput) (*DescribeSubscribedWorkteamOutput, error)

DescribeSubscribedWorkteam API operation for Amazon SageMaker Service.

Gets information about a work team provided by a vendor. It returns details about the subscription with a vendor in the Amazon Web Services Marketplace.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DescribeSubscribedWorkteam for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeSubscribedWorkteam

func (*SageMaker) DescribeSubscribedWorkteamRequest added in v1.15.86

func (c *SageMaker) DescribeSubscribedWorkteamRequest(input *DescribeSubscribedWorkteamInput) (req *request.Request, output *DescribeSubscribedWorkteamOutput)

DescribeSubscribedWorkteamRequest generates a "aws/request.Request" representing the client's request for the DescribeSubscribedWorkteam operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeSubscribedWorkteam for more information on using the DescribeSubscribedWorkteam API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeSubscribedWorkteamRequest method.
req, resp := client.DescribeSubscribedWorkteamRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeSubscribedWorkteam

func (*SageMaker) DescribeSubscribedWorkteamWithContext added in v1.15.86

func (c *SageMaker) DescribeSubscribedWorkteamWithContext(ctx aws.Context, input *DescribeSubscribedWorkteamInput, opts ...request.Option) (*DescribeSubscribedWorkteamOutput, error)

DescribeSubscribedWorkteamWithContext is the same as DescribeSubscribedWorkteam with the addition of the ability to pass a context and additional request options.

See DescribeSubscribedWorkteam for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DescribeTrainingJob

func (c *SageMaker) DescribeTrainingJob(input *DescribeTrainingJobInput) (*DescribeTrainingJobOutput, error)

DescribeTrainingJob API operation for Amazon SageMaker Service.

Returns information about a training job.

Some of the attributes below only appear if the training job successfully starts. If the training job fails, TrainingJobStatus is Failed and, depending on the FailureReason, attributes like TrainingStartTime, TrainingTimeInSeconds, TrainingEndTime, and BillableTimeInSeconds may not be present in the response.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DescribeTrainingJob for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeTrainingJob

func (*SageMaker) DescribeTrainingJobRequest

func (c *SageMaker) DescribeTrainingJobRequest(input *DescribeTrainingJobInput) (req *request.Request, output *DescribeTrainingJobOutput)

DescribeTrainingJobRequest generates a "aws/request.Request" representing the client's request for the DescribeTrainingJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeTrainingJob for more information on using the DescribeTrainingJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeTrainingJobRequest method.
req, resp := client.DescribeTrainingJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeTrainingJob

func (*SageMaker) DescribeTrainingJobWithContext

func (c *SageMaker) DescribeTrainingJobWithContext(ctx aws.Context, input *DescribeTrainingJobInput, opts ...request.Option) (*DescribeTrainingJobOutput, error)

DescribeTrainingJobWithContext is the same as DescribeTrainingJob with the addition of the ability to pass a context and additional request options.

See DescribeTrainingJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DescribeTransformJob added in v1.14.28

func (c *SageMaker) DescribeTransformJob(input *DescribeTransformJobInput) (*DescribeTransformJobOutput, error)

DescribeTransformJob API operation for Amazon SageMaker Service.

Returns information about a transform job.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DescribeTransformJob for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeTransformJob

func (*SageMaker) DescribeTransformJobRequest added in v1.14.28

func (c *SageMaker) DescribeTransformJobRequest(input *DescribeTransformJobInput) (req *request.Request, output *DescribeTransformJobOutput)

DescribeTransformJobRequest generates a "aws/request.Request" representing the client's request for the DescribeTransformJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeTransformJob for more information on using the DescribeTransformJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeTransformJobRequest method.
req, resp := client.DescribeTransformJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeTransformJob

func (*SageMaker) DescribeTransformJobWithContext added in v1.14.28

func (c *SageMaker) DescribeTransformJobWithContext(ctx aws.Context, input *DescribeTransformJobInput, opts ...request.Option) (*DescribeTransformJobOutput, error)

DescribeTransformJobWithContext is the same as DescribeTransformJob with the addition of the ability to pass a context and additional request options.

See DescribeTransformJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DescribeTrial added in v1.25.47

func (c *SageMaker) DescribeTrial(input *DescribeTrialInput) (*DescribeTrialOutput, error)

DescribeTrial API operation for Amazon SageMaker Service.

Provides a list of a trial's properties.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DescribeTrial for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeTrial

func (*SageMaker) DescribeTrialComponent added in v1.25.47

func (c *SageMaker) DescribeTrialComponent(input *DescribeTrialComponentInput) (*DescribeTrialComponentOutput, error)

DescribeTrialComponent API operation for Amazon SageMaker Service.

Provides a list of a trials component's properties.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DescribeTrialComponent for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeTrialComponent

func (*SageMaker) DescribeTrialComponentRequest added in v1.25.47

func (c *SageMaker) DescribeTrialComponentRequest(input *DescribeTrialComponentInput) (req *request.Request, output *DescribeTrialComponentOutput)

DescribeTrialComponentRequest generates a "aws/request.Request" representing the client's request for the DescribeTrialComponent operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeTrialComponent for more information on using the DescribeTrialComponent API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeTrialComponentRequest method.
req, resp := client.DescribeTrialComponentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeTrialComponent

func (*SageMaker) DescribeTrialComponentWithContext added in v1.25.47

func (c *SageMaker) DescribeTrialComponentWithContext(ctx aws.Context, input *DescribeTrialComponentInput, opts ...request.Option) (*DescribeTrialComponentOutput, error)

DescribeTrialComponentWithContext is the same as DescribeTrialComponent with the addition of the ability to pass a context and additional request options.

See DescribeTrialComponent for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DescribeTrialRequest added in v1.25.47

func (c *SageMaker) DescribeTrialRequest(input *DescribeTrialInput) (req *request.Request, output *DescribeTrialOutput)

DescribeTrialRequest generates a "aws/request.Request" representing the client's request for the DescribeTrial operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeTrial for more information on using the DescribeTrial API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeTrialRequest method.
req, resp := client.DescribeTrialRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeTrial

func (*SageMaker) DescribeTrialWithContext added in v1.25.47

func (c *SageMaker) DescribeTrialWithContext(ctx aws.Context, input *DescribeTrialInput, opts ...request.Option) (*DescribeTrialOutput, error)

DescribeTrialWithContext is the same as DescribeTrial with the addition of the ability to pass a context and additional request options.

See DescribeTrial for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DescribeUserProfile added in v1.25.47

func (c *SageMaker) DescribeUserProfile(input *DescribeUserProfileInput) (*DescribeUserProfileOutput, error)

DescribeUserProfile API operation for Amazon SageMaker Service.

Describes a user profile. For more information, see CreateUserProfile.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DescribeUserProfile for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeUserProfile

func (*SageMaker) DescribeUserProfileRequest added in v1.25.47

func (c *SageMaker) DescribeUserProfileRequest(input *DescribeUserProfileInput) (req *request.Request, output *DescribeUserProfileOutput)

DescribeUserProfileRequest generates a "aws/request.Request" representing the client's request for the DescribeUserProfile operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeUserProfile for more information on using the DescribeUserProfile API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeUserProfileRequest method.
req, resp := client.DescribeUserProfileRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeUserProfile

func (*SageMaker) DescribeUserProfileWithContext added in v1.25.47

func (c *SageMaker) DescribeUserProfileWithContext(ctx aws.Context, input *DescribeUserProfileInput, opts ...request.Option) (*DescribeUserProfileOutput, error)

DescribeUserProfileWithContext is the same as DescribeUserProfile with the addition of the ability to pass a context and additional request options.

See DescribeUserProfile for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DescribeWorkforce added in v1.28.4

func (c *SageMaker) DescribeWorkforce(input *DescribeWorkforceInput) (*DescribeWorkforceOutput, error)

DescribeWorkforce API operation for Amazon SageMaker Service.

Lists private workforce information, including workforce name, Amazon Resource Name (ARN), and, if applicable, allowed IP address ranges (CIDRs (https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html)). Allowable IP address ranges are the IP addresses that workers can use to access tasks.

This operation applies only to private workforces.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DescribeWorkforce for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeWorkforce

func (*SageMaker) DescribeWorkforceRequest added in v1.28.4

func (c *SageMaker) DescribeWorkforceRequest(input *DescribeWorkforceInput) (req *request.Request, output *DescribeWorkforceOutput)

DescribeWorkforceRequest generates a "aws/request.Request" representing the client's request for the DescribeWorkforce operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeWorkforce for more information on using the DescribeWorkforce API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeWorkforceRequest method.
req, resp := client.DescribeWorkforceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeWorkforce

func (*SageMaker) DescribeWorkforceWithContext added in v1.28.4

func (c *SageMaker) DescribeWorkforceWithContext(ctx aws.Context, input *DescribeWorkforceInput, opts ...request.Option) (*DescribeWorkforceOutput, error)

DescribeWorkforceWithContext is the same as DescribeWorkforce with the addition of the ability to pass a context and additional request options.

See DescribeWorkforce for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DescribeWorkteam added in v1.15.86

func (c *SageMaker) DescribeWorkteam(input *DescribeWorkteamInput) (*DescribeWorkteamOutput, error)

DescribeWorkteam API operation for Amazon SageMaker Service.

Gets information about a specific work team. You can see information such as the create date, the last updated date, membership information, and the work team's Amazon Resource Name (ARN).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DescribeWorkteam for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeWorkteam

func (*SageMaker) DescribeWorkteamRequest added in v1.15.86

func (c *SageMaker) DescribeWorkteamRequest(input *DescribeWorkteamInput) (req *request.Request, output *DescribeWorkteamOutput)

DescribeWorkteamRequest generates a "aws/request.Request" representing the client's request for the DescribeWorkteam operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeWorkteam for more information on using the DescribeWorkteam API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeWorkteamRequest method.
req, resp := client.DescribeWorkteamRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeWorkteam

func (*SageMaker) DescribeWorkteamWithContext added in v1.15.86

func (c *SageMaker) DescribeWorkteamWithContext(ctx aws.Context, input *DescribeWorkteamInput, opts ...request.Option) (*DescribeWorkteamOutput, error)

DescribeWorkteamWithContext is the same as DescribeWorkteam with the addition of the ability to pass a context and additional request options.

See DescribeWorkteam for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DisableSagemakerServicecatalogPortfolio added in v1.35.37

DisableSagemakerServicecatalogPortfolio API operation for Amazon SageMaker Service.

Disables using Service Catalog in SageMaker. Service Catalog is used to create SageMaker projects.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DisableSagemakerServicecatalogPortfolio for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DisableSagemakerServicecatalogPortfolio

func (*SageMaker) DisableSagemakerServicecatalogPortfolioRequest added in v1.35.37

func (c *SageMaker) DisableSagemakerServicecatalogPortfolioRequest(input *DisableSagemakerServicecatalogPortfolioInput) (req *request.Request, output *DisableSagemakerServicecatalogPortfolioOutput)

DisableSagemakerServicecatalogPortfolioRequest generates a "aws/request.Request" representing the client's request for the DisableSagemakerServicecatalogPortfolio operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DisableSagemakerServicecatalogPortfolio for more information on using the DisableSagemakerServicecatalogPortfolio API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DisableSagemakerServicecatalogPortfolioRequest method.
req, resp := client.DisableSagemakerServicecatalogPortfolioRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DisableSagemakerServicecatalogPortfolio

func (*SageMaker) DisableSagemakerServicecatalogPortfolioWithContext added in v1.35.37

func (c *SageMaker) DisableSagemakerServicecatalogPortfolioWithContext(ctx aws.Context, input *DisableSagemakerServicecatalogPortfolioInput, opts ...request.Option) (*DisableSagemakerServicecatalogPortfolioOutput, error)

DisableSagemakerServicecatalogPortfolioWithContext is the same as DisableSagemakerServicecatalogPortfolio with the addition of the ability to pass a context and additional request options.

See DisableSagemakerServicecatalogPortfolio for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) DisassociateTrialComponent added in v1.25.47

func (c *SageMaker) DisassociateTrialComponent(input *DisassociateTrialComponentInput) (*DisassociateTrialComponentOutput, error)

DisassociateTrialComponent API operation for Amazon SageMaker Service.

Disassociates a trial component from a trial. This doesn't effect other trials the component is associated with. Before you can delete a component, you must disassociate the component from all trials it is associated with. To associate a trial component with a trial, call the AssociateTrialComponent (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_AssociateTrialComponent.html) API.

To get a list of the trials a component is associated with, use the Search (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_Search.html) API. Specify ExperimentTrialComponent for the Resource parameter. The list appears in the response under Results.TrialComponent.Parents.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation DisassociateTrialComponent for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DisassociateTrialComponent

func (*SageMaker) DisassociateTrialComponentRequest added in v1.25.47

func (c *SageMaker) DisassociateTrialComponentRequest(input *DisassociateTrialComponentInput) (req *request.Request, output *DisassociateTrialComponentOutput)

DisassociateTrialComponentRequest generates a "aws/request.Request" representing the client's request for the DisassociateTrialComponent operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DisassociateTrialComponent for more information on using the DisassociateTrialComponent API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DisassociateTrialComponentRequest method.
req, resp := client.DisassociateTrialComponentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DisassociateTrialComponent

func (*SageMaker) DisassociateTrialComponentWithContext added in v1.25.47

func (c *SageMaker) DisassociateTrialComponentWithContext(ctx aws.Context, input *DisassociateTrialComponentInput, opts ...request.Option) (*DisassociateTrialComponentOutput, error)

DisassociateTrialComponentWithContext is the same as DisassociateTrialComponent with the addition of the ability to pass a context and additional request options.

See DisassociateTrialComponent for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) EnableSagemakerServicecatalogPortfolio added in v1.35.37

EnableSagemakerServicecatalogPortfolio API operation for Amazon SageMaker Service.

Enables using Service Catalog in SageMaker. Service Catalog is used to create SageMaker projects.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation EnableSagemakerServicecatalogPortfolio for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/EnableSagemakerServicecatalogPortfolio

func (*SageMaker) EnableSagemakerServicecatalogPortfolioRequest added in v1.35.37

func (c *SageMaker) EnableSagemakerServicecatalogPortfolioRequest(input *EnableSagemakerServicecatalogPortfolioInput) (req *request.Request, output *EnableSagemakerServicecatalogPortfolioOutput)

EnableSagemakerServicecatalogPortfolioRequest generates a "aws/request.Request" representing the client's request for the EnableSagemakerServicecatalogPortfolio operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See EnableSagemakerServicecatalogPortfolio for more information on using the EnableSagemakerServicecatalogPortfolio API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the EnableSagemakerServicecatalogPortfolioRequest method.
req, resp := client.EnableSagemakerServicecatalogPortfolioRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/EnableSagemakerServicecatalogPortfolio

func (*SageMaker) EnableSagemakerServicecatalogPortfolioWithContext added in v1.35.37

func (c *SageMaker) EnableSagemakerServicecatalogPortfolioWithContext(ctx aws.Context, input *EnableSagemakerServicecatalogPortfolioInput, opts ...request.Option) (*EnableSagemakerServicecatalogPortfolioOutput, error)

EnableSagemakerServicecatalogPortfolioWithContext is the same as EnableSagemakerServicecatalogPortfolio with the addition of the ability to pass a context and additional request options.

See EnableSagemakerServicecatalogPortfolio for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) GetDeviceFleetReport added in v1.36.4

func (c *SageMaker) GetDeviceFleetReport(input *GetDeviceFleetReportInput) (*GetDeviceFleetReportOutput, error)

GetDeviceFleetReport API operation for Amazon SageMaker Service.

Describes a fleet.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation GetDeviceFleetReport for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/GetDeviceFleetReport

func (*SageMaker) GetDeviceFleetReportRequest added in v1.36.4

func (c *SageMaker) GetDeviceFleetReportRequest(input *GetDeviceFleetReportInput) (req *request.Request, output *GetDeviceFleetReportOutput)

GetDeviceFleetReportRequest generates a "aws/request.Request" representing the client's request for the GetDeviceFleetReport operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetDeviceFleetReport for more information on using the GetDeviceFleetReport API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetDeviceFleetReportRequest method.
req, resp := client.GetDeviceFleetReportRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/GetDeviceFleetReport

func (*SageMaker) GetDeviceFleetReportWithContext added in v1.36.4

func (c *SageMaker) GetDeviceFleetReportWithContext(ctx aws.Context, input *GetDeviceFleetReportInput, opts ...request.Option) (*GetDeviceFleetReportOutput, error)

GetDeviceFleetReportWithContext is the same as GetDeviceFleetReport with the addition of the ability to pass a context and additional request options.

See GetDeviceFleetReport for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) GetLineageGroupPolicy added in v1.42.17

func (c *SageMaker) GetLineageGroupPolicy(input *GetLineageGroupPolicyInput) (*GetLineageGroupPolicyOutput, error)

GetLineageGroupPolicy API operation for Amazon SageMaker Service.

The resource policy for the lineage group.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation GetLineageGroupPolicy for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/GetLineageGroupPolicy

func (*SageMaker) GetLineageGroupPolicyRequest added in v1.42.17

func (c *SageMaker) GetLineageGroupPolicyRequest(input *GetLineageGroupPolicyInput) (req *request.Request, output *GetLineageGroupPolicyOutput)

GetLineageGroupPolicyRequest generates a "aws/request.Request" representing the client's request for the GetLineageGroupPolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetLineageGroupPolicy for more information on using the GetLineageGroupPolicy API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetLineageGroupPolicyRequest method.
req, resp := client.GetLineageGroupPolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/GetLineageGroupPolicy

func (*SageMaker) GetLineageGroupPolicyWithContext added in v1.42.17

func (c *SageMaker) GetLineageGroupPolicyWithContext(ctx aws.Context, input *GetLineageGroupPolicyInput, opts ...request.Option) (*GetLineageGroupPolicyOutput, error)

GetLineageGroupPolicyWithContext is the same as GetLineageGroupPolicy with the addition of the ability to pass a context and additional request options.

See GetLineageGroupPolicy for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) GetModelPackageGroupPolicy added in v1.35.37

func (c *SageMaker) GetModelPackageGroupPolicy(input *GetModelPackageGroupPolicyInput) (*GetModelPackageGroupPolicyOutput, error)

GetModelPackageGroupPolicy API operation for Amazon SageMaker Service.

Gets a resource policy that manages access for a model group. For information about resource policies, see Identity-based policies and resource-based policies (https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_identity-vs-resource.html) in the Amazon Web Services Identity and Access Management User Guide..

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation GetModelPackageGroupPolicy for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/GetModelPackageGroupPolicy

func (*SageMaker) GetModelPackageGroupPolicyRequest added in v1.35.37

func (c *SageMaker) GetModelPackageGroupPolicyRequest(input *GetModelPackageGroupPolicyInput) (req *request.Request, output *GetModelPackageGroupPolicyOutput)

GetModelPackageGroupPolicyRequest generates a "aws/request.Request" representing the client's request for the GetModelPackageGroupPolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetModelPackageGroupPolicy for more information on using the GetModelPackageGroupPolicy API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetModelPackageGroupPolicyRequest method.
req, resp := client.GetModelPackageGroupPolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/GetModelPackageGroupPolicy

func (*SageMaker) GetModelPackageGroupPolicyWithContext added in v1.35.37

func (c *SageMaker) GetModelPackageGroupPolicyWithContext(ctx aws.Context, input *GetModelPackageGroupPolicyInput, opts ...request.Option) (*GetModelPackageGroupPolicyOutput, error)

GetModelPackageGroupPolicyWithContext is the same as GetModelPackageGroupPolicy with the addition of the ability to pass a context and additional request options.

See GetModelPackageGroupPolicy for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) GetSagemakerServicecatalogPortfolioStatus added in v1.35.37

GetSagemakerServicecatalogPortfolioStatus API operation for Amazon SageMaker Service.

Gets the status of Service Catalog in SageMaker. Service Catalog is used to create SageMaker projects.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation GetSagemakerServicecatalogPortfolioStatus for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/GetSagemakerServicecatalogPortfolioStatus

func (*SageMaker) GetSagemakerServicecatalogPortfolioStatusRequest added in v1.35.37

func (c *SageMaker) GetSagemakerServicecatalogPortfolioStatusRequest(input *GetSagemakerServicecatalogPortfolioStatusInput) (req *request.Request, output *GetSagemakerServicecatalogPortfolioStatusOutput)

GetSagemakerServicecatalogPortfolioStatusRequest generates a "aws/request.Request" representing the client's request for the GetSagemakerServicecatalogPortfolioStatus operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetSagemakerServicecatalogPortfolioStatus for more information on using the GetSagemakerServicecatalogPortfolioStatus API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetSagemakerServicecatalogPortfolioStatusRequest method.
req, resp := client.GetSagemakerServicecatalogPortfolioStatusRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/GetSagemakerServicecatalogPortfolioStatus

func (*SageMaker) GetSagemakerServicecatalogPortfolioStatusWithContext added in v1.35.37

func (c *SageMaker) GetSagemakerServicecatalogPortfolioStatusWithContext(ctx aws.Context, input *GetSagemakerServicecatalogPortfolioStatusInput, opts ...request.Option) (*GetSagemakerServicecatalogPortfolioStatusOutput, error)

GetSagemakerServicecatalogPortfolioStatusWithContext is the same as GetSagemakerServicecatalogPortfolioStatus with the addition of the ability to pass a context and additional request options.

See GetSagemakerServicecatalogPortfolioStatus for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) GetScalingConfigurationRecommendation added in v1.44.315

GetScalingConfigurationRecommendation API operation for Amazon SageMaker Service.

Starts an Amazon SageMaker Inference Recommender autoscaling recommendation job. Returns recommendations for autoscaling policies that you can apply to your SageMaker endpoint.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation GetScalingConfigurationRecommendation for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/GetScalingConfigurationRecommendation

func (*SageMaker) GetScalingConfigurationRecommendationRequest added in v1.44.315

func (c *SageMaker) GetScalingConfigurationRecommendationRequest(input *GetScalingConfigurationRecommendationInput) (req *request.Request, output *GetScalingConfigurationRecommendationOutput)

GetScalingConfigurationRecommendationRequest generates a "aws/request.Request" representing the client's request for the GetScalingConfigurationRecommendation operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetScalingConfigurationRecommendation for more information on using the GetScalingConfigurationRecommendation API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetScalingConfigurationRecommendationRequest method.
req, resp := client.GetScalingConfigurationRecommendationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/GetScalingConfigurationRecommendation

func (*SageMaker) GetScalingConfigurationRecommendationWithContext added in v1.44.315

func (c *SageMaker) GetScalingConfigurationRecommendationWithContext(ctx aws.Context, input *GetScalingConfigurationRecommendationInput, opts ...request.Option) (*GetScalingConfigurationRecommendationOutput, error)

GetScalingConfigurationRecommendationWithContext is the same as GetScalingConfigurationRecommendation with the addition of the ability to pass a context and additional request options.

See GetScalingConfigurationRecommendation for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) GetSearchSuggestions added in v1.15.86

func (c *SageMaker) GetSearchSuggestions(input *GetSearchSuggestionsInput) (*GetSearchSuggestionsOutput, error)

GetSearchSuggestions API operation for Amazon SageMaker Service.

An auto-complete API for the search functionality in the SageMaker console. It returns suggestions of possible matches for the property name to use in Search queries. Provides suggestions for HyperParameters, Tags, and Metrics.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation GetSearchSuggestions for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/GetSearchSuggestions

func (*SageMaker) GetSearchSuggestionsRequest added in v1.15.86

func (c *SageMaker) GetSearchSuggestionsRequest(input *GetSearchSuggestionsInput) (req *request.Request, output *GetSearchSuggestionsOutput)

GetSearchSuggestionsRequest generates a "aws/request.Request" representing the client's request for the GetSearchSuggestions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetSearchSuggestions for more information on using the GetSearchSuggestions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetSearchSuggestionsRequest method.
req, resp := client.GetSearchSuggestionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/GetSearchSuggestions

func (*SageMaker) GetSearchSuggestionsWithContext added in v1.15.86

func (c *SageMaker) GetSearchSuggestionsWithContext(ctx aws.Context, input *GetSearchSuggestionsInput, opts ...request.Option) (*GetSearchSuggestionsOutput, error)

GetSearchSuggestionsWithContext is the same as GetSearchSuggestions with the addition of the ability to pass a context and additional request options.

See GetSearchSuggestions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ImportHubContent added in v1.44.150

func (c *SageMaker) ImportHubContent(input *ImportHubContentInput) (*ImportHubContentOutput, error)

ImportHubContent API operation for Amazon SageMaker Service.

Import hub content.

Hub APIs are only callable through SageMaker Studio.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ImportHubContent for usage and error information.

Returned Error Types:

  • ResourceInUse Resource being accessed is in use.

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ImportHubContent

func (*SageMaker) ImportHubContentRequest added in v1.44.150

func (c *SageMaker) ImportHubContentRequest(input *ImportHubContentInput) (req *request.Request, output *ImportHubContentOutput)

ImportHubContentRequest generates a "aws/request.Request" representing the client's request for the ImportHubContent operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ImportHubContent for more information on using the ImportHubContent API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ImportHubContentRequest method.
req, resp := client.ImportHubContentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ImportHubContent

func (*SageMaker) ImportHubContentWithContext added in v1.44.150

func (c *SageMaker) ImportHubContentWithContext(ctx aws.Context, input *ImportHubContentInput, opts ...request.Option) (*ImportHubContentOutput, error)

ImportHubContentWithContext is the same as ImportHubContent with the addition of the ability to pass a context and additional request options.

See ImportHubContent for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListActions added in v1.35.37

func (c *SageMaker) ListActions(input *ListActionsInput) (*ListActionsOutput, error)

ListActions API operation for Amazon SageMaker Service.

Lists the actions in your account and their properties.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListActions for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListActions

func (*SageMaker) ListActionsPages added in v1.35.37

func (c *SageMaker) ListActionsPages(input *ListActionsInput, fn func(*ListActionsOutput, bool) bool) error

ListActionsPages iterates over the pages of a ListActions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListActions method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListActions operation.
pageNum := 0
err := client.ListActionsPages(params,
    func(page *sagemaker.ListActionsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListActionsPagesWithContext added in v1.35.37

func (c *SageMaker) ListActionsPagesWithContext(ctx aws.Context, input *ListActionsInput, fn func(*ListActionsOutput, bool) bool, opts ...request.Option) error

ListActionsPagesWithContext same as ListActionsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListActionsRequest added in v1.35.37

func (c *SageMaker) ListActionsRequest(input *ListActionsInput) (req *request.Request, output *ListActionsOutput)

ListActionsRequest generates a "aws/request.Request" representing the client's request for the ListActions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListActions for more information on using the ListActions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListActionsRequest method.
req, resp := client.ListActionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListActions

func (*SageMaker) ListActionsWithContext added in v1.35.37

func (c *SageMaker) ListActionsWithContext(ctx aws.Context, input *ListActionsInput, opts ...request.Option) (*ListActionsOutput, error)

ListActionsWithContext is the same as ListActions with the addition of the ability to pass a context and additional request options.

See ListActions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListAlgorithms added in v1.15.86

func (c *SageMaker) ListAlgorithms(input *ListAlgorithmsInput) (*ListAlgorithmsOutput, error)

ListAlgorithms API operation for Amazon SageMaker Service.

Lists the machine learning algorithms that have been created.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListAlgorithms for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListAlgorithms

func (*SageMaker) ListAlgorithmsPages added in v1.25.47

func (c *SageMaker) ListAlgorithmsPages(input *ListAlgorithmsInput, fn func(*ListAlgorithmsOutput, bool) bool) error

ListAlgorithmsPages iterates over the pages of a ListAlgorithms operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListAlgorithms method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListAlgorithms operation.
pageNum := 0
err := client.ListAlgorithmsPages(params,
    func(page *sagemaker.ListAlgorithmsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListAlgorithmsPagesWithContext added in v1.25.47

func (c *SageMaker) ListAlgorithmsPagesWithContext(ctx aws.Context, input *ListAlgorithmsInput, fn func(*ListAlgorithmsOutput, bool) bool, opts ...request.Option) error

ListAlgorithmsPagesWithContext same as ListAlgorithmsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListAlgorithmsRequest added in v1.15.86

func (c *SageMaker) ListAlgorithmsRequest(input *ListAlgorithmsInput) (req *request.Request, output *ListAlgorithmsOutput)

ListAlgorithmsRequest generates a "aws/request.Request" representing the client's request for the ListAlgorithms operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListAlgorithms for more information on using the ListAlgorithms API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListAlgorithmsRequest method.
req, resp := client.ListAlgorithmsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListAlgorithms

func (*SageMaker) ListAlgorithmsWithContext added in v1.15.86

func (c *SageMaker) ListAlgorithmsWithContext(ctx aws.Context, input *ListAlgorithmsInput, opts ...request.Option) (*ListAlgorithmsOutput, error)

ListAlgorithmsWithContext is the same as ListAlgorithms with the addition of the ability to pass a context and additional request options.

See ListAlgorithms for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListAliases added in v1.44.163

func (c *SageMaker) ListAliases(input *ListAliasesInput) (*ListAliasesOutput, error)

ListAliases API operation for Amazon SageMaker Service.

Lists the aliases of a specified image or image version.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListAliases for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListAliases

func (*SageMaker) ListAliasesPages added in v1.44.163

func (c *SageMaker) ListAliasesPages(input *ListAliasesInput, fn func(*ListAliasesOutput, bool) bool) error

ListAliasesPages iterates over the pages of a ListAliases operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListAliases method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListAliases operation.
pageNum := 0
err := client.ListAliasesPages(params,
    func(page *sagemaker.ListAliasesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListAliasesPagesWithContext added in v1.44.163

func (c *SageMaker) ListAliasesPagesWithContext(ctx aws.Context, input *ListAliasesInput, fn func(*ListAliasesOutput, bool) bool, opts ...request.Option) error

ListAliasesPagesWithContext same as ListAliasesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListAliasesRequest added in v1.44.163

func (c *SageMaker) ListAliasesRequest(input *ListAliasesInput) (req *request.Request, output *ListAliasesOutput)

ListAliasesRequest generates a "aws/request.Request" representing the client's request for the ListAliases operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListAliases for more information on using the ListAliases API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListAliasesRequest method.
req, resp := client.ListAliasesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListAliases

func (*SageMaker) ListAliasesWithContext added in v1.44.163

func (c *SageMaker) ListAliasesWithContext(ctx aws.Context, input *ListAliasesInput, opts ...request.Option) (*ListAliasesOutput, error)

ListAliasesWithContext is the same as ListAliases with the addition of the ability to pass a context and additional request options.

See ListAliases for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListAppImageConfigs added in v1.35.15

func (c *SageMaker) ListAppImageConfigs(input *ListAppImageConfigsInput) (*ListAppImageConfigsOutput, error)

ListAppImageConfigs API operation for Amazon SageMaker Service.

Lists the AppImageConfigs in your account and their properties. The list can be filtered by creation time or modified time, and whether the AppImageConfig name contains a specified string.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListAppImageConfigs for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListAppImageConfigs

func (*SageMaker) ListAppImageConfigsPages added in v1.35.37

func (c *SageMaker) ListAppImageConfigsPages(input *ListAppImageConfigsInput, fn func(*ListAppImageConfigsOutput, bool) bool) error

ListAppImageConfigsPages iterates over the pages of a ListAppImageConfigs operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListAppImageConfigs method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListAppImageConfigs operation.
pageNum := 0
err := client.ListAppImageConfigsPages(params,
    func(page *sagemaker.ListAppImageConfigsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListAppImageConfigsPagesWithContext added in v1.35.37

func (c *SageMaker) ListAppImageConfigsPagesWithContext(ctx aws.Context, input *ListAppImageConfigsInput, fn func(*ListAppImageConfigsOutput, bool) bool, opts ...request.Option) error

ListAppImageConfigsPagesWithContext same as ListAppImageConfigsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListAppImageConfigsRequest added in v1.35.15

func (c *SageMaker) ListAppImageConfigsRequest(input *ListAppImageConfigsInput) (req *request.Request, output *ListAppImageConfigsOutput)

ListAppImageConfigsRequest generates a "aws/request.Request" representing the client's request for the ListAppImageConfigs operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListAppImageConfigs for more information on using the ListAppImageConfigs API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListAppImageConfigsRequest method.
req, resp := client.ListAppImageConfigsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListAppImageConfigs

func (*SageMaker) ListAppImageConfigsWithContext added in v1.35.15

func (c *SageMaker) ListAppImageConfigsWithContext(ctx aws.Context, input *ListAppImageConfigsInput, opts ...request.Option) (*ListAppImageConfigsOutput, error)

ListAppImageConfigsWithContext is the same as ListAppImageConfigs with the addition of the ability to pass a context and additional request options.

See ListAppImageConfigs for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListApps added in v1.25.47

func (c *SageMaker) ListApps(input *ListAppsInput) (*ListAppsOutput, error)

ListApps API operation for Amazon SageMaker Service.

Lists apps.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListApps for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListApps

func (*SageMaker) ListAppsPages added in v1.25.47

func (c *SageMaker) ListAppsPages(input *ListAppsInput, fn func(*ListAppsOutput, bool) bool) error

ListAppsPages iterates over the pages of a ListApps operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListApps method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListApps operation.
pageNum := 0
err := client.ListAppsPages(params,
    func(page *sagemaker.ListAppsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListAppsPagesWithContext added in v1.25.47

func (c *SageMaker) ListAppsPagesWithContext(ctx aws.Context, input *ListAppsInput, fn func(*ListAppsOutput, bool) bool, opts ...request.Option) error

ListAppsPagesWithContext same as ListAppsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListAppsRequest added in v1.25.47

func (c *SageMaker) ListAppsRequest(input *ListAppsInput) (req *request.Request, output *ListAppsOutput)

ListAppsRequest generates a "aws/request.Request" representing the client's request for the ListApps operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListApps for more information on using the ListApps API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListAppsRequest method.
req, resp := client.ListAppsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListApps

func (*SageMaker) ListAppsWithContext added in v1.25.47

func (c *SageMaker) ListAppsWithContext(ctx aws.Context, input *ListAppsInput, opts ...request.Option) (*ListAppsOutput, error)

ListAppsWithContext is the same as ListApps with the addition of the ability to pass a context and additional request options.

See ListApps for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListArtifacts added in v1.35.37

func (c *SageMaker) ListArtifacts(input *ListArtifactsInput) (*ListArtifactsOutput, error)

ListArtifacts API operation for Amazon SageMaker Service.

Lists the artifacts in your account and their properties.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListArtifacts for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListArtifacts

func (*SageMaker) ListArtifactsPages added in v1.35.37

func (c *SageMaker) ListArtifactsPages(input *ListArtifactsInput, fn func(*ListArtifactsOutput, bool) bool) error

ListArtifactsPages iterates over the pages of a ListArtifacts operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListArtifacts method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListArtifacts operation.
pageNum := 0
err := client.ListArtifactsPages(params,
    func(page *sagemaker.ListArtifactsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListArtifactsPagesWithContext added in v1.35.37

func (c *SageMaker) ListArtifactsPagesWithContext(ctx aws.Context, input *ListArtifactsInput, fn func(*ListArtifactsOutput, bool) bool, opts ...request.Option) error

ListArtifactsPagesWithContext same as ListArtifactsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListArtifactsRequest added in v1.35.37

func (c *SageMaker) ListArtifactsRequest(input *ListArtifactsInput) (req *request.Request, output *ListArtifactsOutput)

ListArtifactsRequest generates a "aws/request.Request" representing the client's request for the ListArtifacts operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListArtifacts for more information on using the ListArtifacts API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListArtifactsRequest method.
req, resp := client.ListArtifactsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListArtifacts

func (*SageMaker) ListArtifactsWithContext added in v1.35.37

func (c *SageMaker) ListArtifactsWithContext(ctx aws.Context, input *ListArtifactsInput, opts ...request.Option) (*ListArtifactsOutput, error)

ListArtifactsWithContext is the same as ListArtifacts with the addition of the ability to pass a context and additional request options.

See ListArtifacts for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListAssociations added in v1.35.37

func (c *SageMaker) ListAssociations(input *ListAssociationsInput) (*ListAssociationsOutput, error)

ListAssociations API operation for Amazon SageMaker Service.

Lists the associations in your account and their properties.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListAssociations for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListAssociations

func (*SageMaker) ListAssociationsPages added in v1.35.37

func (c *SageMaker) ListAssociationsPages(input *ListAssociationsInput, fn func(*ListAssociationsOutput, bool) bool) error

ListAssociationsPages iterates over the pages of a ListAssociations operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListAssociations method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListAssociations operation.
pageNum := 0
err := client.ListAssociationsPages(params,
    func(page *sagemaker.ListAssociationsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListAssociationsPagesWithContext added in v1.35.37

func (c *SageMaker) ListAssociationsPagesWithContext(ctx aws.Context, input *ListAssociationsInput, fn func(*ListAssociationsOutput, bool) bool, opts ...request.Option) error

ListAssociationsPagesWithContext same as ListAssociationsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListAssociationsRequest added in v1.35.37

func (c *SageMaker) ListAssociationsRequest(input *ListAssociationsInput) (req *request.Request, output *ListAssociationsOutput)

ListAssociationsRequest generates a "aws/request.Request" representing the client's request for the ListAssociations operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListAssociations for more information on using the ListAssociations API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListAssociationsRequest method.
req, resp := client.ListAssociationsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListAssociations

func (*SageMaker) ListAssociationsWithContext added in v1.35.37

func (c *SageMaker) ListAssociationsWithContext(ctx aws.Context, input *ListAssociationsInput, opts ...request.Option) (*ListAssociationsOutput, error)

ListAssociationsWithContext is the same as ListAssociations with the addition of the ability to pass a context and additional request options.

See ListAssociations for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListAutoMLJobs added in v1.25.47

func (c *SageMaker) ListAutoMLJobs(input *ListAutoMLJobsInput) (*ListAutoMLJobsOutput, error)

ListAutoMLJobs API operation for Amazon SageMaker Service.

Request a list of jobs.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListAutoMLJobs for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListAutoMLJobs

func (*SageMaker) ListAutoMLJobsPages added in v1.25.47

func (c *SageMaker) ListAutoMLJobsPages(input *ListAutoMLJobsInput, fn func(*ListAutoMLJobsOutput, bool) bool) error

ListAutoMLJobsPages iterates over the pages of a ListAutoMLJobs operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListAutoMLJobs method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListAutoMLJobs operation.
pageNum := 0
err := client.ListAutoMLJobsPages(params,
    func(page *sagemaker.ListAutoMLJobsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListAutoMLJobsPagesWithContext added in v1.25.47

func (c *SageMaker) ListAutoMLJobsPagesWithContext(ctx aws.Context, input *ListAutoMLJobsInput, fn func(*ListAutoMLJobsOutput, bool) bool, opts ...request.Option) error

ListAutoMLJobsPagesWithContext same as ListAutoMLJobsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListAutoMLJobsRequest added in v1.25.47

func (c *SageMaker) ListAutoMLJobsRequest(input *ListAutoMLJobsInput) (req *request.Request, output *ListAutoMLJobsOutput)

ListAutoMLJobsRequest generates a "aws/request.Request" representing the client's request for the ListAutoMLJobs operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListAutoMLJobs for more information on using the ListAutoMLJobs API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListAutoMLJobsRequest method.
req, resp := client.ListAutoMLJobsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListAutoMLJobs

func (*SageMaker) ListAutoMLJobsWithContext added in v1.25.47

func (c *SageMaker) ListAutoMLJobsWithContext(ctx aws.Context, input *ListAutoMLJobsInput, opts ...request.Option) (*ListAutoMLJobsOutput, error)

ListAutoMLJobsWithContext is the same as ListAutoMLJobs with the addition of the ability to pass a context and additional request options.

See ListAutoMLJobs for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListCandidatesForAutoMLJob added in v1.25.47

func (c *SageMaker) ListCandidatesForAutoMLJob(input *ListCandidatesForAutoMLJobInput) (*ListCandidatesForAutoMLJobOutput, error)

ListCandidatesForAutoMLJob API operation for Amazon SageMaker Service.

List the candidates created for the job.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListCandidatesForAutoMLJob for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListCandidatesForAutoMLJob

func (*SageMaker) ListCandidatesForAutoMLJobPages added in v1.25.47

func (c *SageMaker) ListCandidatesForAutoMLJobPages(input *ListCandidatesForAutoMLJobInput, fn func(*ListCandidatesForAutoMLJobOutput, bool) bool) error

ListCandidatesForAutoMLJobPages iterates over the pages of a ListCandidatesForAutoMLJob operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListCandidatesForAutoMLJob method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListCandidatesForAutoMLJob operation.
pageNum := 0
err := client.ListCandidatesForAutoMLJobPages(params,
    func(page *sagemaker.ListCandidatesForAutoMLJobOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListCandidatesForAutoMLJobPagesWithContext added in v1.25.47

func (c *SageMaker) ListCandidatesForAutoMLJobPagesWithContext(ctx aws.Context, input *ListCandidatesForAutoMLJobInput, fn func(*ListCandidatesForAutoMLJobOutput, bool) bool, opts ...request.Option) error

ListCandidatesForAutoMLJobPagesWithContext same as ListCandidatesForAutoMLJobPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListCandidatesForAutoMLJobRequest added in v1.25.47

func (c *SageMaker) ListCandidatesForAutoMLJobRequest(input *ListCandidatesForAutoMLJobInput) (req *request.Request, output *ListCandidatesForAutoMLJobOutput)

ListCandidatesForAutoMLJobRequest generates a "aws/request.Request" representing the client's request for the ListCandidatesForAutoMLJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListCandidatesForAutoMLJob for more information on using the ListCandidatesForAutoMLJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListCandidatesForAutoMLJobRequest method.
req, resp := client.ListCandidatesForAutoMLJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListCandidatesForAutoMLJob

func (*SageMaker) ListCandidatesForAutoMLJobWithContext added in v1.25.47

func (c *SageMaker) ListCandidatesForAutoMLJobWithContext(ctx aws.Context, input *ListCandidatesForAutoMLJobInput, opts ...request.Option) (*ListCandidatesForAutoMLJobOutput, error)

ListCandidatesForAutoMLJobWithContext is the same as ListCandidatesForAutoMLJob with the addition of the ability to pass a context and additional request options.

See ListCandidatesForAutoMLJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListCodeRepositories added in v1.15.86

func (c *SageMaker) ListCodeRepositories(input *ListCodeRepositoriesInput) (*ListCodeRepositoriesOutput, error)

ListCodeRepositories API operation for Amazon SageMaker Service.

Gets a list of the Git repositories in your account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListCodeRepositories for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListCodeRepositories

func (*SageMaker) ListCodeRepositoriesPages added in v1.25.47

func (c *SageMaker) ListCodeRepositoriesPages(input *ListCodeRepositoriesInput, fn func(*ListCodeRepositoriesOutput, bool) bool) error

ListCodeRepositoriesPages iterates over the pages of a ListCodeRepositories operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListCodeRepositories method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListCodeRepositories operation.
pageNum := 0
err := client.ListCodeRepositoriesPages(params,
    func(page *sagemaker.ListCodeRepositoriesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListCodeRepositoriesPagesWithContext added in v1.25.47

func (c *SageMaker) ListCodeRepositoriesPagesWithContext(ctx aws.Context, input *ListCodeRepositoriesInput, fn func(*ListCodeRepositoriesOutput, bool) bool, opts ...request.Option) error

ListCodeRepositoriesPagesWithContext same as ListCodeRepositoriesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListCodeRepositoriesRequest added in v1.15.86

func (c *SageMaker) ListCodeRepositoriesRequest(input *ListCodeRepositoriesInput) (req *request.Request, output *ListCodeRepositoriesOutput)

ListCodeRepositoriesRequest generates a "aws/request.Request" representing the client's request for the ListCodeRepositories operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListCodeRepositories for more information on using the ListCodeRepositories API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListCodeRepositoriesRequest method.
req, resp := client.ListCodeRepositoriesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListCodeRepositories

func (*SageMaker) ListCodeRepositoriesWithContext added in v1.15.86

func (c *SageMaker) ListCodeRepositoriesWithContext(ctx aws.Context, input *ListCodeRepositoriesInput, opts ...request.Option) (*ListCodeRepositoriesOutput, error)

ListCodeRepositoriesWithContext is the same as ListCodeRepositories with the addition of the ability to pass a context and additional request options.

See ListCodeRepositories for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListCompilationJobs added in v1.15.86

func (c *SageMaker) ListCompilationJobs(input *ListCompilationJobsInput) (*ListCompilationJobsOutput, error)

ListCompilationJobs API operation for Amazon SageMaker Service.

Lists model compilation jobs that satisfy various filters.

To create a model compilation job, use CreateCompilationJob (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateCompilationJob.html). To get information about a particular model compilation job you have created, use DescribeCompilationJob (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeCompilationJob.html).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListCompilationJobs for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListCompilationJobs

func (*SageMaker) ListCompilationJobsPages added in v1.15.86

func (c *SageMaker) ListCompilationJobsPages(input *ListCompilationJobsInput, fn func(*ListCompilationJobsOutput, bool) bool) error

ListCompilationJobsPages iterates over the pages of a ListCompilationJobs operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListCompilationJobs method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListCompilationJobs operation.
pageNum := 0
err := client.ListCompilationJobsPages(params,
    func(page *sagemaker.ListCompilationJobsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListCompilationJobsPagesWithContext added in v1.15.86

func (c *SageMaker) ListCompilationJobsPagesWithContext(ctx aws.Context, input *ListCompilationJobsInput, fn func(*ListCompilationJobsOutput, bool) bool, opts ...request.Option) error

ListCompilationJobsPagesWithContext same as ListCompilationJobsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListCompilationJobsRequest added in v1.15.86

func (c *SageMaker) ListCompilationJobsRequest(input *ListCompilationJobsInput) (req *request.Request, output *ListCompilationJobsOutput)

ListCompilationJobsRequest generates a "aws/request.Request" representing the client's request for the ListCompilationJobs operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListCompilationJobs for more information on using the ListCompilationJobs API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListCompilationJobsRequest method.
req, resp := client.ListCompilationJobsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListCompilationJobs

func (*SageMaker) ListCompilationJobsWithContext added in v1.15.86

func (c *SageMaker) ListCompilationJobsWithContext(ctx aws.Context, input *ListCompilationJobsInput, opts ...request.Option) (*ListCompilationJobsOutput, error)

ListCompilationJobsWithContext is the same as ListCompilationJobs with the addition of the ability to pass a context and additional request options.

See ListCompilationJobs for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListContexts added in v1.35.37

func (c *SageMaker) ListContexts(input *ListContextsInput) (*ListContextsOutput, error)

ListContexts API operation for Amazon SageMaker Service.

Lists the contexts in your account and their properties.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListContexts for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListContexts

func (*SageMaker) ListContextsPages added in v1.35.37

func (c *SageMaker) ListContextsPages(input *ListContextsInput, fn func(*ListContextsOutput, bool) bool) error

ListContextsPages iterates over the pages of a ListContexts operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListContexts method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListContexts operation.
pageNum := 0
err := client.ListContextsPages(params,
    func(page *sagemaker.ListContextsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListContextsPagesWithContext added in v1.35.37

func (c *SageMaker) ListContextsPagesWithContext(ctx aws.Context, input *ListContextsInput, fn func(*ListContextsOutput, bool) bool, opts ...request.Option) error

ListContextsPagesWithContext same as ListContextsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListContextsRequest added in v1.35.37

func (c *SageMaker) ListContextsRequest(input *ListContextsInput) (req *request.Request, output *ListContextsOutput)

ListContextsRequest generates a "aws/request.Request" representing the client's request for the ListContexts operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListContexts for more information on using the ListContexts API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListContextsRequest method.
req, resp := client.ListContextsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListContexts

func (*SageMaker) ListContextsWithContext added in v1.35.37

func (c *SageMaker) ListContextsWithContext(ctx aws.Context, input *ListContextsInput, opts ...request.Option) (*ListContextsOutput, error)

ListContextsWithContext is the same as ListContexts with the addition of the ability to pass a context and additional request options.

See ListContexts for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListDataQualityJobDefinitions added in v1.36.4

func (c *SageMaker) ListDataQualityJobDefinitions(input *ListDataQualityJobDefinitionsInput) (*ListDataQualityJobDefinitionsOutput, error)

ListDataQualityJobDefinitions API operation for Amazon SageMaker Service.

Lists the data quality job definitions in your account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListDataQualityJobDefinitions for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListDataQualityJobDefinitions

func (*SageMaker) ListDataQualityJobDefinitionsPages added in v1.36.4

func (c *SageMaker) ListDataQualityJobDefinitionsPages(input *ListDataQualityJobDefinitionsInput, fn func(*ListDataQualityJobDefinitionsOutput, bool) bool) error

ListDataQualityJobDefinitionsPages iterates over the pages of a ListDataQualityJobDefinitions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListDataQualityJobDefinitions method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListDataQualityJobDefinitions operation.
pageNum := 0
err := client.ListDataQualityJobDefinitionsPages(params,
    func(page *sagemaker.ListDataQualityJobDefinitionsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListDataQualityJobDefinitionsPagesWithContext added in v1.36.4

func (c *SageMaker) ListDataQualityJobDefinitionsPagesWithContext(ctx aws.Context, input *ListDataQualityJobDefinitionsInput, fn func(*ListDataQualityJobDefinitionsOutput, bool) bool, opts ...request.Option) error

ListDataQualityJobDefinitionsPagesWithContext same as ListDataQualityJobDefinitionsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListDataQualityJobDefinitionsRequest added in v1.36.4

func (c *SageMaker) ListDataQualityJobDefinitionsRequest(input *ListDataQualityJobDefinitionsInput) (req *request.Request, output *ListDataQualityJobDefinitionsOutput)

ListDataQualityJobDefinitionsRequest generates a "aws/request.Request" representing the client's request for the ListDataQualityJobDefinitions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListDataQualityJobDefinitions for more information on using the ListDataQualityJobDefinitions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListDataQualityJobDefinitionsRequest method.
req, resp := client.ListDataQualityJobDefinitionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListDataQualityJobDefinitions

func (*SageMaker) ListDataQualityJobDefinitionsWithContext added in v1.36.4

func (c *SageMaker) ListDataQualityJobDefinitionsWithContext(ctx aws.Context, input *ListDataQualityJobDefinitionsInput, opts ...request.Option) (*ListDataQualityJobDefinitionsOutput, error)

ListDataQualityJobDefinitionsWithContext is the same as ListDataQualityJobDefinitions with the addition of the ability to pass a context and additional request options.

See ListDataQualityJobDefinitions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListDeviceFleets added in v1.36.4

func (c *SageMaker) ListDeviceFleets(input *ListDeviceFleetsInput) (*ListDeviceFleetsOutput, error)

ListDeviceFleets API operation for Amazon SageMaker Service.

Returns a list of devices in the fleet.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListDeviceFleets for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListDeviceFleets

func (*SageMaker) ListDeviceFleetsPages added in v1.36.4

func (c *SageMaker) ListDeviceFleetsPages(input *ListDeviceFleetsInput, fn func(*ListDeviceFleetsOutput, bool) bool) error

ListDeviceFleetsPages iterates over the pages of a ListDeviceFleets operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListDeviceFleets method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListDeviceFleets operation.
pageNum := 0
err := client.ListDeviceFleetsPages(params,
    func(page *sagemaker.ListDeviceFleetsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListDeviceFleetsPagesWithContext added in v1.36.4

func (c *SageMaker) ListDeviceFleetsPagesWithContext(ctx aws.Context, input *ListDeviceFleetsInput, fn func(*ListDeviceFleetsOutput, bool) bool, opts ...request.Option) error

ListDeviceFleetsPagesWithContext same as ListDeviceFleetsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListDeviceFleetsRequest added in v1.36.4

func (c *SageMaker) ListDeviceFleetsRequest(input *ListDeviceFleetsInput) (req *request.Request, output *ListDeviceFleetsOutput)

ListDeviceFleetsRequest generates a "aws/request.Request" representing the client's request for the ListDeviceFleets operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListDeviceFleets for more information on using the ListDeviceFleets API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListDeviceFleetsRequest method.
req, resp := client.ListDeviceFleetsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListDeviceFleets

func (*SageMaker) ListDeviceFleetsWithContext added in v1.36.4

func (c *SageMaker) ListDeviceFleetsWithContext(ctx aws.Context, input *ListDeviceFleetsInput, opts ...request.Option) (*ListDeviceFleetsOutput, error)

ListDeviceFleetsWithContext is the same as ListDeviceFleets with the addition of the ability to pass a context and additional request options.

See ListDeviceFleets for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListDevices added in v1.36.4

func (c *SageMaker) ListDevices(input *ListDevicesInput) (*ListDevicesOutput, error)

ListDevices API operation for Amazon SageMaker Service.

A list of devices.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListDevices for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListDevices

func (*SageMaker) ListDevicesPages added in v1.36.4

func (c *SageMaker) ListDevicesPages(input *ListDevicesInput, fn func(*ListDevicesOutput, bool) bool) error

ListDevicesPages iterates over the pages of a ListDevices operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListDevices method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListDevices operation.
pageNum := 0
err := client.ListDevicesPages(params,
    func(page *sagemaker.ListDevicesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListDevicesPagesWithContext added in v1.36.4

func (c *SageMaker) ListDevicesPagesWithContext(ctx aws.Context, input *ListDevicesInput, fn func(*ListDevicesOutput, bool) bool, opts ...request.Option) error

ListDevicesPagesWithContext same as ListDevicesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListDevicesRequest added in v1.36.4

func (c *SageMaker) ListDevicesRequest(input *ListDevicesInput) (req *request.Request, output *ListDevicesOutput)

ListDevicesRequest generates a "aws/request.Request" representing the client's request for the ListDevices operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListDevices for more information on using the ListDevices API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListDevicesRequest method.
req, resp := client.ListDevicesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListDevices

func (*SageMaker) ListDevicesWithContext added in v1.36.4

func (c *SageMaker) ListDevicesWithContext(ctx aws.Context, input *ListDevicesInput, opts ...request.Option) (*ListDevicesOutput, error)

ListDevicesWithContext is the same as ListDevices with the addition of the ability to pass a context and additional request options.

See ListDevices for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListDomains added in v1.25.47

func (c *SageMaker) ListDomains(input *ListDomainsInput) (*ListDomainsOutput, error)

ListDomains API operation for Amazon SageMaker Service.

Lists the domains.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListDomains for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListDomains

func (*SageMaker) ListDomainsPages added in v1.25.47

func (c *SageMaker) ListDomainsPages(input *ListDomainsInput, fn func(*ListDomainsOutput, bool) bool) error

ListDomainsPages iterates over the pages of a ListDomains operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListDomains method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListDomains operation.
pageNum := 0
err := client.ListDomainsPages(params,
    func(page *sagemaker.ListDomainsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListDomainsPagesWithContext added in v1.25.47

func (c *SageMaker) ListDomainsPagesWithContext(ctx aws.Context, input *ListDomainsInput, fn func(*ListDomainsOutput, bool) bool, opts ...request.Option) error

ListDomainsPagesWithContext same as ListDomainsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListDomainsRequest added in v1.25.47

func (c *SageMaker) ListDomainsRequest(input *ListDomainsInput) (req *request.Request, output *ListDomainsOutput)

ListDomainsRequest generates a "aws/request.Request" representing the client's request for the ListDomains operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListDomains for more information on using the ListDomains API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListDomainsRequest method.
req, resp := client.ListDomainsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListDomains

func (*SageMaker) ListDomainsWithContext added in v1.25.47

func (c *SageMaker) ListDomainsWithContext(ctx aws.Context, input *ListDomainsInput, opts ...request.Option) (*ListDomainsOutput, error)

ListDomainsWithContext is the same as ListDomains with the addition of the ability to pass a context and additional request options.

See ListDomains for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListEdgeDeploymentPlans added in v1.44.57

func (c *SageMaker) ListEdgeDeploymentPlans(input *ListEdgeDeploymentPlansInput) (*ListEdgeDeploymentPlansOutput, error)

ListEdgeDeploymentPlans API operation for Amazon SageMaker Service.

Lists all edge deployment plans.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListEdgeDeploymentPlans for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListEdgeDeploymentPlans

func (*SageMaker) ListEdgeDeploymentPlansPages added in v1.44.57

func (c *SageMaker) ListEdgeDeploymentPlansPages(input *ListEdgeDeploymentPlansInput, fn func(*ListEdgeDeploymentPlansOutput, bool) bool) error

ListEdgeDeploymentPlansPages iterates over the pages of a ListEdgeDeploymentPlans operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListEdgeDeploymentPlans method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListEdgeDeploymentPlans operation.
pageNum := 0
err := client.ListEdgeDeploymentPlansPages(params,
    func(page *sagemaker.ListEdgeDeploymentPlansOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListEdgeDeploymentPlansPagesWithContext added in v1.44.57

func (c *SageMaker) ListEdgeDeploymentPlansPagesWithContext(ctx aws.Context, input *ListEdgeDeploymentPlansInput, fn func(*ListEdgeDeploymentPlansOutput, bool) bool, opts ...request.Option) error

ListEdgeDeploymentPlansPagesWithContext same as ListEdgeDeploymentPlansPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListEdgeDeploymentPlansRequest added in v1.44.57

func (c *SageMaker) ListEdgeDeploymentPlansRequest(input *ListEdgeDeploymentPlansInput) (req *request.Request, output *ListEdgeDeploymentPlansOutput)

ListEdgeDeploymentPlansRequest generates a "aws/request.Request" representing the client's request for the ListEdgeDeploymentPlans operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListEdgeDeploymentPlans for more information on using the ListEdgeDeploymentPlans API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListEdgeDeploymentPlansRequest method.
req, resp := client.ListEdgeDeploymentPlansRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListEdgeDeploymentPlans

func (*SageMaker) ListEdgeDeploymentPlansWithContext added in v1.44.57

func (c *SageMaker) ListEdgeDeploymentPlansWithContext(ctx aws.Context, input *ListEdgeDeploymentPlansInput, opts ...request.Option) (*ListEdgeDeploymentPlansOutput, error)

ListEdgeDeploymentPlansWithContext is the same as ListEdgeDeploymentPlans with the addition of the ability to pass a context and additional request options.

See ListEdgeDeploymentPlans for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListEdgePackagingJobs added in v1.36.4

func (c *SageMaker) ListEdgePackagingJobs(input *ListEdgePackagingJobsInput) (*ListEdgePackagingJobsOutput, error)

ListEdgePackagingJobs API operation for Amazon SageMaker Service.

Returns a list of edge packaging jobs.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListEdgePackagingJobs for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListEdgePackagingJobs

func (*SageMaker) ListEdgePackagingJobsPages added in v1.36.4

func (c *SageMaker) ListEdgePackagingJobsPages(input *ListEdgePackagingJobsInput, fn func(*ListEdgePackagingJobsOutput, bool) bool) error

ListEdgePackagingJobsPages iterates over the pages of a ListEdgePackagingJobs operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListEdgePackagingJobs method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListEdgePackagingJobs operation.
pageNum := 0
err := client.ListEdgePackagingJobsPages(params,
    func(page *sagemaker.ListEdgePackagingJobsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListEdgePackagingJobsPagesWithContext added in v1.36.4

func (c *SageMaker) ListEdgePackagingJobsPagesWithContext(ctx aws.Context, input *ListEdgePackagingJobsInput, fn func(*ListEdgePackagingJobsOutput, bool) bool, opts ...request.Option) error

ListEdgePackagingJobsPagesWithContext same as ListEdgePackagingJobsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListEdgePackagingJobsRequest added in v1.36.4

func (c *SageMaker) ListEdgePackagingJobsRequest(input *ListEdgePackagingJobsInput) (req *request.Request, output *ListEdgePackagingJobsOutput)

ListEdgePackagingJobsRequest generates a "aws/request.Request" representing the client's request for the ListEdgePackagingJobs operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListEdgePackagingJobs for more information on using the ListEdgePackagingJobs API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListEdgePackagingJobsRequest method.
req, resp := client.ListEdgePackagingJobsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListEdgePackagingJobs

func (*SageMaker) ListEdgePackagingJobsWithContext added in v1.36.4

func (c *SageMaker) ListEdgePackagingJobsWithContext(ctx aws.Context, input *ListEdgePackagingJobsInput, opts ...request.Option) (*ListEdgePackagingJobsOutput, error)

ListEdgePackagingJobsWithContext is the same as ListEdgePackagingJobs with the addition of the ability to pass a context and additional request options.

See ListEdgePackagingJobs for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListEndpointConfigs

func (c *SageMaker) ListEndpointConfigs(input *ListEndpointConfigsInput) (*ListEndpointConfigsOutput, error)

ListEndpointConfigs API operation for Amazon SageMaker Service.

Lists endpoint configurations.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListEndpointConfigs for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListEndpointConfigs

func (*SageMaker) ListEndpointConfigsPages

func (c *SageMaker) ListEndpointConfigsPages(input *ListEndpointConfigsInput, fn func(*ListEndpointConfigsOutput, bool) bool) error

ListEndpointConfigsPages iterates over the pages of a ListEndpointConfigs operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListEndpointConfigs method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListEndpointConfigs operation.
pageNum := 0
err := client.ListEndpointConfigsPages(params,
    func(page *sagemaker.ListEndpointConfigsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListEndpointConfigsPagesWithContext

func (c *SageMaker) ListEndpointConfigsPagesWithContext(ctx aws.Context, input *ListEndpointConfigsInput, fn func(*ListEndpointConfigsOutput, bool) bool, opts ...request.Option) error

ListEndpointConfigsPagesWithContext same as ListEndpointConfigsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListEndpointConfigsRequest

func (c *SageMaker) ListEndpointConfigsRequest(input *ListEndpointConfigsInput) (req *request.Request, output *ListEndpointConfigsOutput)

ListEndpointConfigsRequest generates a "aws/request.Request" representing the client's request for the ListEndpointConfigs operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListEndpointConfigs for more information on using the ListEndpointConfigs API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListEndpointConfigsRequest method.
req, resp := client.ListEndpointConfigsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListEndpointConfigs

func (*SageMaker) ListEndpointConfigsWithContext

func (c *SageMaker) ListEndpointConfigsWithContext(ctx aws.Context, input *ListEndpointConfigsInput, opts ...request.Option) (*ListEndpointConfigsOutput, error)

ListEndpointConfigsWithContext is the same as ListEndpointConfigs with the addition of the ability to pass a context and additional request options.

See ListEndpointConfigs for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListEndpoints

func (c *SageMaker) ListEndpoints(input *ListEndpointsInput) (*ListEndpointsOutput, error)

ListEndpoints API operation for Amazon SageMaker Service.

Lists endpoints.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListEndpoints for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListEndpoints

func (*SageMaker) ListEndpointsPages

func (c *SageMaker) ListEndpointsPages(input *ListEndpointsInput, fn func(*ListEndpointsOutput, bool) bool) error

ListEndpointsPages iterates over the pages of a ListEndpoints operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListEndpoints method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListEndpoints operation.
pageNum := 0
err := client.ListEndpointsPages(params,
    func(page *sagemaker.ListEndpointsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListEndpointsPagesWithContext

func (c *SageMaker) ListEndpointsPagesWithContext(ctx aws.Context, input *ListEndpointsInput, fn func(*ListEndpointsOutput, bool) bool, opts ...request.Option) error

ListEndpointsPagesWithContext same as ListEndpointsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListEndpointsRequest

func (c *SageMaker) ListEndpointsRequest(input *ListEndpointsInput) (req *request.Request, output *ListEndpointsOutput)

ListEndpointsRequest generates a "aws/request.Request" representing the client's request for the ListEndpoints operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListEndpoints for more information on using the ListEndpoints API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListEndpointsRequest method.
req, resp := client.ListEndpointsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListEndpoints

func (*SageMaker) ListEndpointsWithContext

func (c *SageMaker) ListEndpointsWithContext(ctx aws.Context, input *ListEndpointsInput, opts ...request.Option) (*ListEndpointsOutput, error)

ListEndpointsWithContext is the same as ListEndpoints with the addition of the ability to pass a context and additional request options.

See ListEndpoints for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListExperiments added in v1.25.47

func (c *SageMaker) ListExperiments(input *ListExperimentsInput) (*ListExperimentsOutput, error)

ListExperiments API operation for Amazon SageMaker Service.

Lists all the experiments in your account. The list can be filtered to show only experiments that were created in a specific time range. The list can be sorted by experiment name or creation time.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListExperiments for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListExperiments

func (*SageMaker) ListExperimentsPages added in v1.25.47

func (c *SageMaker) ListExperimentsPages(input *ListExperimentsInput, fn func(*ListExperimentsOutput, bool) bool) error

ListExperimentsPages iterates over the pages of a ListExperiments operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListExperiments method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListExperiments operation.
pageNum := 0
err := client.ListExperimentsPages(params,
    func(page *sagemaker.ListExperimentsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListExperimentsPagesWithContext added in v1.25.47

func (c *SageMaker) ListExperimentsPagesWithContext(ctx aws.Context, input *ListExperimentsInput, fn func(*ListExperimentsOutput, bool) bool, opts ...request.Option) error

ListExperimentsPagesWithContext same as ListExperimentsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListExperimentsRequest added in v1.25.47

func (c *SageMaker) ListExperimentsRequest(input *ListExperimentsInput) (req *request.Request, output *ListExperimentsOutput)

ListExperimentsRequest generates a "aws/request.Request" representing the client's request for the ListExperiments operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListExperiments for more information on using the ListExperiments API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListExperimentsRequest method.
req, resp := client.ListExperimentsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListExperiments

func (*SageMaker) ListExperimentsWithContext added in v1.25.47

func (c *SageMaker) ListExperimentsWithContext(ctx aws.Context, input *ListExperimentsInput, opts ...request.Option) (*ListExperimentsOutput, error)

ListExperimentsWithContext is the same as ListExperiments with the addition of the ability to pass a context and additional request options.

See ListExperiments for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListFeatureGroups added in v1.35.37

func (c *SageMaker) ListFeatureGroups(input *ListFeatureGroupsInput) (*ListFeatureGroupsOutput, error)

ListFeatureGroups API operation for Amazon SageMaker Service.

List FeatureGroups based on given filter and order.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListFeatureGroups for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListFeatureGroups

func (*SageMaker) ListFeatureGroupsPages added in v1.35.37

func (c *SageMaker) ListFeatureGroupsPages(input *ListFeatureGroupsInput, fn func(*ListFeatureGroupsOutput, bool) bool) error

ListFeatureGroupsPages iterates over the pages of a ListFeatureGroups operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListFeatureGroups method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListFeatureGroups operation.
pageNum := 0
err := client.ListFeatureGroupsPages(params,
    func(page *sagemaker.ListFeatureGroupsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListFeatureGroupsPagesWithContext added in v1.35.37

func (c *SageMaker) ListFeatureGroupsPagesWithContext(ctx aws.Context, input *ListFeatureGroupsInput, fn func(*ListFeatureGroupsOutput, bool) bool, opts ...request.Option) error

ListFeatureGroupsPagesWithContext same as ListFeatureGroupsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListFeatureGroupsRequest added in v1.35.37

func (c *SageMaker) ListFeatureGroupsRequest(input *ListFeatureGroupsInput) (req *request.Request, output *ListFeatureGroupsOutput)

ListFeatureGroupsRequest generates a "aws/request.Request" representing the client's request for the ListFeatureGroups operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListFeatureGroups for more information on using the ListFeatureGroups API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListFeatureGroupsRequest method.
req, resp := client.ListFeatureGroupsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListFeatureGroups

func (*SageMaker) ListFeatureGroupsWithContext added in v1.35.37

func (c *SageMaker) ListFeatureGroupsWithContext(ctx aws.Context, input *ListFeatureGroupsInput, opts ...request.Option) (*ListFeatureGroupsOutput, error)

ListFeatureGroupsWithContext is the same as ListFeatureGroups with the addition of the ability to pass a context and additional request options.

See ListFeatureGroups for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListFlowDefinitions added in v1.25.47

func (c *SageMaker) ListFlowDefinitions(input *ListFlowDefinitionsInput) (*ListFlowDefinitionsOutput, error)

ListFlowDefinitions API operation for Amazon SageMaker Service.

Returns information about the flow definitions in your account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListFlowDefinitions for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListFlowDefinitions

func (*SageMaker) ListFlowDefinitionsPages added in v1.25.47

func (c *SageMaker) ListFlowDefinitionsPages(input *ListFlowDefinitionsInput, fn func(*ListFlowDefinitionsOutput, bool) bool) error

ListFlowDefinitionsPages iterates over the pages of a ListFlowDefinitions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListFlowDefinitions method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListFlowDefinitions operation.
pageNum := 0
err := client.ListFlowDefinitionsPages(params,
    func(page *sagemaker.ListFlowDefinitionsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListFlowDefinitionsPagesWithContext added in v1.25.47

func (c *SageMaker) ListFlowDefinitionsPagesWithContext(ctx aws.Context, input *ListFlowDefinitionsInput, fn func(*ListFlowDefinitionsOutput, bool) bool, opts ...request.Option) error

ListFlowDefinitionsPagesWithContext same as ListFlowDefinitionsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListFlowDefinitionsRequest added in v1.25.47

func (c *SageMaker) ListFlowDefinitionsRequest(input *ListFlowDefinitionsInput) (req *request.Request, output *ListFlowDefinitionsOutput)

ListFlowDefinitionsRequest generates a "aws/request.Request" representing the client's request for the ListFlowDefinitions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListFlowDefinitions for more information on using the ListFlowDefinitions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListFlowDefinitionsRequest method.
req, resp := client.ListFlowDefinitionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListFlowDefinitions

func (*SageMaker) ListFlowDefinitionsWithContext added in v1.25.47

func (c *SageMaker) ListFlowDefinitionsWithContext(ctx aws.Context, input *ListFlowDefinitionsInput, opts ...request.Option) (*ListFlowDefinitionsOutput, error)

ListFlowDefinitionsWithContext is the same as ListFlowDefinitions with the addition of the ability to pass a context and additional request options.

See ListFlowDefinitions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListHubContentVersions added in v1.44.150

func (c *SageMaker) ListHubContentVersions(input *ListHubContentVersionsInput) (*ListHubContentVersionsOutput, error)

ListHubContentVersions API operation for Amazon SageMaker Service.

List hub content versions.

Hub APIs are only callable through SageMaker Studio.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListHubContentVersions for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListHubContentVersions

func (*SageMaker) ListHubContentVersionsRequest added in v1.44.150

func (c *SageMaker) ListHubContentVersionsRequest(input *ListHubContentVersionsInput) (req *request.Request, output *ListHubContentVersionsOutput)

ListHubContentVersionsRequest generates a "aws/request.Request" representing the client's request for the ListHubContentVersions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListHubContentVersions for more information on using the ListHubContentVersions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListHubContentVersionsRequest method.
req, resp := client.ListHubContentVersionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListHubContentVersions

func (*SageMaker) ListHubContentVersionsWithContext added in v1.44.150

func (c *SageMaker) ListHubContentVersionsWithContext(ctx aws.Context, input *ListHubContentVersionsInput, opts ...request.Option) (*ListHubContentVersionsOutput, error)

ListHubContentVersionsWithContext is the same as ListHubContentVersions with the addition of the ability to pass a context and additional request options.

See ListHubContentVersions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListHubContents added in v1.44.150

func (c *SageMaker) ListHubContents(input *ListHubContentsInput) (*ListHubContentsOutput, error)

ListHubContents API operation for Amazon SageMaker Service.

List the contents of a hub.

Hub APIs are only callable through SageMaker Studio.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListHubContents for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListHubContents

func (*SageMaker) ListHubContentsRequest added in v1.44.150

func (c *SageMaker) ListHubContentsRequest(input *ListHubContentsInput) (req *request.Request, output *ListHubContentsOutput)

ListHubContentsRequest generates a "aws/request.Request" representing the client's request for the ListHubContents operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListHubContents for more information on using the ListHubContents API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListHubContentsRequest method.
req, resp := client.ListHubContentsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListHubContents

func (*SageMaker) ListHubContentsWithContext added in v1.44.150

func (c *SageMaker) ListHubContentsWithContext(ctx aws.Context, input *ListHubContentsInput, opts ...request.Option) (*ListHubContentsOutput, error)

ListHubContentsWithContext is the same as ListHubContents with the addition of the ability to pass a context and additional request options.

See ListHubContents for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListHubs added in v1.44.150

func (c *SageMaker) ListHubs(input *ListHubsInput) (*ListHubsOutput, error)

ListHubs API operation for Amazon SageMaker Service.

List all existing hubs.

Hub APIs are only callable through SageMaker Studio.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListHubs for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListHubs

func (*SageMaker) ListHubsRequest added in v1.44.150

func (c *SageMaker) ListHubsRequest(input *ListHubsInput) (req *request.Request, output *ListHubsOutput)

ListHubsRequest generates a "aws/request.Request" representing the client's request for the ListHubs operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListHubs for more information on using the ListHubs API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListHubsRequest method.
req, resp := client.ListHubsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListHubs

func (*SageMaker) ListHubsWithContext added in v1.44.150

func (c *SageMaker) ListHubsWithContext(ctx aws.Context, input *ListHubsInput, opts ...request.Option) (*ListHubsOutput, error)

ListHubsWithContext is the same as ListHubs with the addition of the ability to pass a context and additional request options.

See ListHubs for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListHumanTaskUis added in v1.25.47

func (c *SageMaker) ListHumanTaskUis(input *ListHumanTaskUisInput) (*ListHumanTaskUisOutput, error)

ListHumanTaskUis API operation for Amazon SageMaker Service.

Returns information about the human task user interfaces in your account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListHumanTaskUis for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListHumanTaskUis

func (*SageMaker) ListHumanTaskUisPages added in v1.25.47

func (c *SageMaker) ListHumanTaskUisPages(input *ListHumanTaskUisInput, fn func(*ListHumanTaskUisOutput, bool) bool) error

ListHumanTaskUisPages iterates over the pages of a ListHumanTaskUis operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListHumanTaskUis method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListHumanTaskUis operation.
pageNum := 0
err := client.ListHumanTaskUisPages(params,
    func(page *sagemaker.ListHumanTaskUisOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListHumanTaskUisPagesWithContext added in v1.25.47

func (c *SageMaker) ListHumanTaskUisPagesWithContext(ctx aws.Context, input *ListHumanTaskUisInput, fn func(*ListHumanTaskUisOutput, bool) bool, opts ...request.Option) error

ListHumanTaskUisPagesWithContext same as ListHumanTaskUisPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListHumanTaskUisRequest added in v1.25.47

func (c *SageMaker) ListHumanTaskUisRequest(input *ListHumanTaskUisInput) (req *request.Request, output *ListHumanTaskUisOutput)

ListHumanTaskUisRequest generates a "aws/request.Request" representing the client's request for the ListHumanTaskUis operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListHumanTaskUis for more information on using the ListHumanTaskUis API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListHumanTaskUisRequest method.
req, resp := client.ListHumanTaskUisRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListHumanTaskUis

func (*SageMaker) ListHumanTaskUisWithContext added in v1.25.47

func (c *SageMaker) ListHumanTaskUisWithContext(ctx aws.Context, input *ListHumanTaskUisInput, opts ...request.Option) (*ListHumanTaskUisOutput, error)

ListHumanTaskUisWithContext is the same as ListHumanTaskUis with the addition of the ability to pass a context and additional request options.

See ListHumanTaskUis for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListHyperParameterTuningJobs added in v1.14.0

func (c *SageMaker) ListHyperParameterTuningJobs(input *ListHyperParameterTuningJobsInput) (*ListHyperParameterTuningJobsOutput, error)

ListHyperParameterTuningJobs API operation for Amazon SageMaker Service.

Gets a list of HyperParameterTuningJobSummary (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_HyperParameterTuningJobSummary.html) objects that describe the hyperparameter tuning jobs launched in your account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListHyperParameterTuningJobs for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListHyperParameterTuningJobs

func (*SageMaker) ListHyperParameterTuningJobsPages added in v1.14.0

func (c *SageMaker) ListHyperParameterTuningJobsPages(input *ListHyperParameterTuningJobsInput, fn func(*ListHyperParameterTuningJobsOutput, bool) bool) error

ListHyperParameterTuningJobsPages iterates over the pages of a ListHyperParameterTuningJobs operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListHyperParameterTuningJobs method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListHyperParameterTuningJobs operation.
pageNum := 0
err := client.ListHyperParameterTuningJobsPages(params,
    func(page *sagemaker.ListHyperParameterTuningJobsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListHyperParameterTuningJobsPagesWithContext added in v1.14.0

func (c *SageMaker) ListHyperParameterTuningJobsPagesWithContext(ctx aws.Context, input *ListHyperParameterTuningJobsInput, fn func(*ListHyperParameterTuningJobsOutput, bool) bool, opts ...request.Option) error

ListHyperParameterTuningJobsPagesWithContext same as ListHyperParameterTuningJobsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListHyperParameterTuningJobsRequest added in v1.14.0

func (c *SageMaker) ListHyperParameterTuningJobsRequest(input *ListHyperParameterTuningJobsInput) (req *request.Request, output *ListHyperParameterTuningJobsOutput)

ListHyperParameterTuningJobsRequest generates a "aws/request.Request" representing the client's request for the ListHyperParameterTuningJobs operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListHyperParameterTuningJobs for more information on using the ListHyperParameterTuningJobs API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListHyperParameterTuningJobsRequest method.
req, resp := client.ListHyperParameterTuningJobsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListHyperParameterTuningJobs

func (*SageMaker) ListHyperParameterTuningJobsWithContext added in v1.14.0

func (c *SageMaker) ListHyperParameterTuningJobsWithContext(ctx aws.Context, input *ListHyperParameterTuningJobsInput, opts ...request.Option) (*ListHyperParameterTuningJobsOutput, error)

ListHyperParameterTuningJobsWithContext is the same as ListHyperParameterTuningJobs with the addition of the ability to pass a context and additional request options.

See ListHyperParameterTuningJobs for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListImageVersions added in v1.35.15

func (c *SageMaker) ListImageVersions(input *ListImageVersionsInput) (*ListImageVersionsOutput, error)

ListImageVersions API operation for Amazon SageMaker Service.

Lists the versions of a specified image and their properties. The list can be filtered by creation time or modified time.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListImageVersions for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListImageVersions

func (*SageMaker) ListImageVersionsPages added in v1.35.15

func (c *SageMaker) ListImageVersionsPages(input *ListImageVersionsInput, fn func(*ListImageVersionsOutput, bool) bool) error

ListImageVersionsPages iterates over the pages of a ListImageVersions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListImageVersions method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListImageVersions operation.
pageNum := 0
err := client.ListImageVersionsPages(params,
    func(page *sagemaker.ListImageVersionsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListImageVersionsPagesWithContext added in v1.35.15

func (c *SageMaker) ListImageVersionsPagesWithContext(ctx aws.Context, input *ListImageVersionsInput, fn func(*ListImageVersionsOutput, bool) bool, opts ...request.Option) error

ListImageVersionsPagesWithContext same as ListImageVersionsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListImageVersionsRequest added in v1.35.15

func (c *SageMaker) ListImageVersionsRequest(input *ListImageVersionsInput) (req *request.Request, output *ListImageVersionsOutput)

ListImageVersionsRequest generates a "aws/request.Request" representing the client's request for the ListImageVersions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListImageVersions for more information on using the ListImageVersions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListImageVersionsRequest method.
req, resp := client.ListImageVersionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListImageVersions

func (*SageMaker) ListImageVersionsWithContext added in v1.35.15

func (c *SageMaker) ListImageVersionsWithContext(ctx aws.Context, input *ListImageVersionsInput, opts ...request.Option) (*ListImageVersionsOutput, error)

ListImageVersionsWithContext is the same as ListImageVersions with the addition of the ability to pass a context and additional request options.

See ListImageVersions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListImages added in v1.35.15

func (c *SageMaker) ListImages(input *ListImagesInput) (*ListImagesOutput, error)

ListImages API operation for Amazon SageMaker Service.

Lists the images in your account and their properties. The list can be filtered by creation time or modified time, and whether the image name contains a specified string.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListImages for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListImages

func (*SageMaker) ListImagesPages added in v1.35.15

func (c *SageMaker) ListImagesPages(input *ListImagesInput, fn func(*ListImagesOutput, bool) bool) error

ListImagesPages iterates over the pages of a ListImages operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListImages method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListImages operation.
pageNum := 0
err := client.ListImagesPages(params,
    func(page *sagemaker.ListImagesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListImagesPagesWithContext added in v1.35.15

func (c *SageMaker) ListImagesPagesWithContext(ctx aws.Context, input *ListImagesInput, fn func(*ListImagesOutput, bool) bool, opts ...request.Option) error

ListImagesPagesWithContext same as ListImagesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListImagesRequest added in v1.35.15

func (c *SageMaker) ListImagesRequest(input *ListImagesInput) (req *request.Request, output *ListImagesOutput)

ListImagesRequest generates a "aws/request.Request" representing the client's request for the ListImages operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListImages for more information on using the ListImages API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListImagesRequest method.
req, resp := client.ListImagesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListImages

func (*SageMaker) ListImagesWithContext added in v1.35.15

func (c *SageMaker) ListImagesWithContext(ctx aws.Context, input *ListImagesInput, opts ...request.Option) (*ListImagesOutput, error)

ListImagesWithContext is the same as ListImages with the addition of the ability to pass a context and additional request options.

See ListImages for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListInferenceExperiments added in v1.44.150

func (c *SageMaker) ListInferenceExperiments(input *ListInferenceExperimentsInput) (*ListInferenceExperimentsOutput, error)

ListInferenceExperiments API operation for Amazon SageMaker Service.

Returns the list of all inference experiments.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListInferenceExperiments for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListInferenceExperiments

func (*SageMaker) ListInferenceExperimentsPages added in v1.44.150

func (c *SageMaker) ListInferenceExperimentsPages(input *ListInferenceExperimentsInput, fn func(*ListInferenceExperimentsOutput, bool) bool) error

ListInferenceExperimentsPages iterates over the pages of a ListInferenceExperiments operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListInferenceExperiments method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListInferenceExperiments operation.
pageNum := 0
err := client.ListInferenceExperimentsPages(params,
    func(page *sagemaker.ListInferenceExperimentsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListInferenceExperimentsPagesWithContext added in v1.44.150

func (c *SageMaker) ListInferenceExperimentsPagesWithContext(ctx aws.Context, input *ListInferenceExperimentsInput, fn func(*ListInferenceExperimentsOutput, bool) bool, opts ...request.Option) error

ListInferenceExperimentsPagesWithContext same as ListInferenceExperimentsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListInferenceExperimentsRequest added in v1.44.150

func (c *SageMaker) ListInferenceExperimentsRequest(input *ListInferenceExperimentsInput) (req *request.Request, output *ListInferenceExperimentsOutput)

ListInferenceExperimentsRequest generates a "aws/request.Request" representing the client's request for the ListInferenceExperiments operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListInferenceExperiments for more information on using the ListInferenceExperiments API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListInferenceExperimentsRequest method.
req, resp := client.ListInferenceExperimentsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListInferenceExperiments

func (*SageMaker) ListInferenceExperimentsWithContext added in v1.44.150

func (c *SageMaker) ListInferenceExperimentsWithContext(ctx aws.Context, input *ListInferenceExperimentsInput, opts ...request.Option) (*ListInferenceExperimentsOutput, error)

ListInferenceExperimentsWithContext is the same as ListInferenceExperiments with the addition of the ability to pass a context and additional request options.

See ListInferenceExperiments for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListInferenceRecommendationsJobSteps added in v1.44.122

ListInferenceRecommendationsJobSteps API operation for Amazon SageMaker Service.

Returns a list of the subtasks for an Inference Recommender job.

The supported subtasks are benchmarks, which evaluate the performance of your model on different instance types.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListInferenceRecommendationsJobSteps for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListInferenceRecommendationsJobSteps

func (*SageMaker) ListInferenceRecommendationsJobStepsPages added in v1.44.122

func (c *SageMaker) ListInferenceRecommendationsJobStepsPages(input *ListInferenceRecommendationsJobStepsInput, fn func(*ListInferenceRecommendationsJobStepsOutput, bool) bool) error

ListInferenceRecommendationsJobStepsPages iterates over the pages of a ListInferenceRecommendationsJobSteps operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListInferenceRecommendationsJobSteps method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListInferenceRecommendationsJobSteps operation.
pageNum := 0
err := client.ListInferenceRecommendationsJobStepsPages(params,
    func(page *sagemaker.ListInferenceRecommendationsJobStepsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListInferenceRecommendationsJobStepsPagesWithContext added in v1.44.122

func (c *SageMaker) ListInferenceRecommendationsJobStepsPagesWithContext(ctx aws.Context, input *ListInferenceRecommendationsJobStepsInput, fn func(*ListInferenceRecommendationsJobStepsOutput, bool) bool, opts ...request.Option) error

ListInferenceRecommendationsJobStepsPagesWithContext same as ListInferenceRecommendationsJobStepsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListInferenceRecommendationsJobStepsRequest added in v1.44.122

func (c *SageMaker) ListInferenceRecommendationsJobStepsRequest(input *ListInferenceRecommendationsJobStepsInput) (req *request.Request, output *ListInferenceRecommendationsJobStepsOutput)

ListInferenceRecommendationsJobStepsRequest generates a "aws/request.Request" representing the client's request for the ListInferenceRecommendationsJobSteps operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListInferenceRecommendationsJobSteps for more information on using the ListInferenceRecommendationsJobSteps API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListInferenceRecommendationsJobStepsRequest method.
req, resp := client.ListInferenceRecommendationsJobStepsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListInferenceRecommendationsJobSteps

func (*SageMaker) ListInferenceRecommendationsJobStepsWithContext added in v1.44.122

func (c *SageMaker) ListInferenceRecommendationsJobStepsWithContext(ctx aws.Context, input *ListInferenceRecommendationsJobStepsInput, opts ...request.Option) (*ListInferenceRecommendationsJobStepsOutput, error)

ListInferenceRecommendationsJobStepsWithContext is the same as ListInferenceRecommendationsJobSteps with the addition of the ability to pass a context and additional request options.

See ListInferenceRecommendationsJobSteps for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListInferenceRecommendationsJobs added in v1.42.17

func (c *SageMaker) ListInferenceRecommendationsJobs(input *ListInferenceRecommendationsJobsInput) (*ListInferenceRecommendationsJobsOutput, error)

ListInferenceRecommendationsJobs API operation for Amazon SageMaker Service.

Lists recommendation jobs that satisfy various filters.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListInferenceRecommendationsJobs for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListInferenceRecommendationsJobs

func (*SageMaker) ListInferenceRecommendationsJobsPages added in v1.42.17

func (c *SageMaker) ListInferenceRecommendationsJobsPages(input *ListInferenceRecommendationsJobsInput, fn func(*ListInferenceRecommendationsJobsOutput, bool) bool) error

ListInferenceRecommendationsJobsPages iterates over the pages of a ListInferenceRecommendationsJobs operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListInferenceRecommendationsJobs method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListInferenceRecommendationsJobs operation.
pageNum := 0
err := client.ListInferenceRecommendationsJobsPages(params,
    func(page *sagemaker.ListInferenceRecommendationsJobsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListInferenceRecommendationsJobsPagesWithContext added in v1.42.17

func (c *SageMaker) ListInferenceRecommendationsJobsPagesWithContext(ctx aws.Context, input *ListInferenceRecommendationsJobsInput, fn func(*ListInferenceRecommendationsJobsOutput, bool) bool, opts ...request.Option) error

ListInferenceRecommendationsJobsPagesWithContext same as ListInferenceRecommendationsJobsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListInferenceRecommendationsJobsRequest added in v1.42.17

func (c *SageMaker) ListInferenceRecommendationsJobsRequest(input *ListInferenceRecommendationsJobsInput) (req *request.Request, output *ListInferenceRecommendationsJobsOutput)

ListInferenceRecommendationsJobsRequest generates a "aws/request.Request" representing the client's request for the ListInferenceRecommendationsJobs operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListInferenceRecommendationsJobs for more information on using the ListInferenceRecommendationsJobs API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListInferenceRecommendationsJobsRequest method.
req, resp := client.ListInferenceRecommendationsJobsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListInferenceRecommendationsJobs

func (*SageMaker) ListInferenceRecommendationsJobsWithContext added in v1.42.17

func (c *SageMaker) ListInferenceRecommendationsJobsWithContext(ctx aws.Context, input *ListInferenceRecommendationsJobsInput, opts ...request.Option) (*ListInferenceRecommendationsJobsOutput, error)

ListInferenceRecommendationsJobsWithContext is the same as ListInferenceRecommendationsJobs with the addition of the ability to pass a context and additional request options.

See ListInferenceRecommendationsJobs for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListLabelingJobs added in v1.15.86

func (c *SageMaker) ListLabelingJobs(input *ListLabelingJobsInput) (*ListLabelingJobsOutput, error)

ListLabelingJobs API operation for Amazon SageMaker Service.

Gets a list of labeling jobs.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListLabelingJobs for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListLabelingJobs

func (*SageMaker) ListLabelingJobsForWorkteam added in v1.15.86

func (c *SageMaker) ListLabelingJobsForWorkteam(input *ListLabelingJobsForWorkteamInput) (*ListLabelingJobsForWorkteamOutput, error)

ListLabelingJobsForWorkteam API operation for Amazon SageMaker Service.

Gets a list of labeling jobs assigned to a specified work team.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListLabelingJobsForWorkteam for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListLabelingJobsForWorkteam

func (*SageMaker) ListLabelingJobsForWorkteamPages added in v1.15.86

func (c *SageMaker) ListLabelingJobsForWorkteamPages(input *ListLabelingJobsForWorkteamInput, fn func(*ListLabelingJobsForWorkteamOutput, bool) bool) error

ListLabelingJobsForWorkteamPages iterates over the pages of a ListLabelingJobsForWorkteam operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListLabelingJobsForWorkteam method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListLabelingJobsForWorkteam operation.
pageNum := 0
err := client.ListLabelingJobsForWorkteamPages(params,
    func(page *sagemaker.ListLabelingJobsForWorkteamOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListLabelingJobsForWorkteamPagesWithContext added in v1.15.86

func (c *SageMaker) ListLabelingJobsForWorkteamPagesWithContext(ctx aws.Context, input *ListLabelingJobsForWorkteamInput, fn func(*ListLabelingJobsForWorkteamOutput, bool) bool, opts ...request.Option) error

ListLabelingJobsForWorkteamPagesWithContext same as ListLabelingJobsForWorkteamPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListLabelingJobsForWorkteamRequest added in v1.15.86

func (c *SageMaker) ListLabelingJobsForWorkteamRequest(input *ListLabelingJobsForWorkteamInput) (req *request.Request, output *ListLabelingJobsForWorkteamOutput)

ListLabelingJobsForWorkteamRequest generates a "aws/request.Request" representing the client's request for the ListLabelingJobsForWorkteam operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListLabelingJobsForWorkteam for more information on using the ListLabelingJobsForWorkteam API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListLabelingJobsForWorkteamRequest method.
req, resp := client.ListLabelingJobsForWorkteamRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListLabelingJobsForWorkteam

func (*SageMaker) ListLabelingJobsForWorkteamWithContext added in v1.15.86

func (c *SageMaker) ListLabelingJobsForWorkteamWithContext(ctx aws.Context, input *ListLabelingJobsForWorkteamInput, opts ...request.Option) (*ListLabelingJobsForWorkteamOutput, error)

ListLabelingJobsForWorkteamWithContext is the same as ListLabelingJobsForWorkteam with the addition of the ability to pass a context and additional request options.

See ListLabelingJobsForWorkteam for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListLabelingJobsPages added in v1.15.86

func (c *SageMaker) ListLabelingJobsPages(input *ListLabelingJobsInput, fn func(*ListLabelingJobsOutput, bool) bool) error

ListLabelingJobsPages iterates over the pages of a ListLabelingJobs operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListLabelingJobs method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListLabelingJobs operation.
pageNum := 0
err := client.ListLabelingJobsPages(params,
    func(page *sagemaker.ListLabelingJobsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListLabelingJobsPagesWithContext added in v1.15.86

func (c *SageMaker) ListLabelingJobsPagesWithContext(ctx aws.Context, input *ListLabelingJobsInput, fn func(*ListLabelingJobsOutput, bool) bool, opts ...request.Option) error

ListLabelingJobsPagesWithContext same as ListLabelingJobsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListLabelingJobsRequest added in v1.15.86

func (c *SageMaker) ListLabelingJobsRequest(input *ListLabelingJobsInput) (req *request.Request, output *ListLabelingJobsOutput)

ListLabelingJobsRequest generates a "aws/request.Request" representing the client's request for the ListLabelingJobs operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListLabelingJobs for more information on using the ListLabelingJobs API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListLabelingJobsRequest method.
req, resp := client.ListLabelingJobsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListLabelingJobs

func (*SageMaker) ListLabelingJobsWithContext added in v1.15.86

func (c *SageMaker) ListLabelingJobsWithContext(ctx aws.Context, input *ListLabelingJobsInput, opts ...request.Option) (*ListLabelingJobsOutput, error)

ListLabelingJobsWithContext is the same as ListLabelingJobs with the addition of the ability to pass a context and additional request options.

See ListLabelingJobs for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListLineageGroups added in v1.42.17

func (c *SageMaker) ListLineageGroups(input *ListLineageGroupsInput) (*ListLineageGroupsOutput, error)

ListLineageGroups API operation for Amazon SageMaker Service.

A list of lineage groups shared with your Amazon Web Services account. For more information, see Cross-Account Lineage Tracking (https://docs.aws.amazon.com/sagemaker/latest/dg/xaccount-lineage-tracking.html) in the Amazon SageMaker Developer Guide.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListLineageGroups for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListLineageGroups

func (*SageMaker) ListLineageGroupsPages added in v1.42.17

func (c *SageMaker) ListLineageGroupsPages(input *ListLineageGroupsInput, fn func(*ListLineageGroupsOutput, bool) bool) error

ListLineageGroupsPages iterates over the pages of a ListLineageGroups operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListLineageGroups method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListLineageGroups operation.
pageNum := 0
err := client.ListLineageGroupsPages(params,
    func(page *sagemaker.ListLineageGroupsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListLineageGroupsPagesWithContext added in v1.42.17

func (c *SageMaker) ListLineageGroupsPagesWithContext(ctx aws.Context, input *ListLineageGroupsInput, fn func(*ListLineageGroupsOutput, bool) bool, opts ...request.Option) error

ListLineageGroupsPagesWithContext same as ListLineageGroupsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListLineageGroupsRequest added in v1.42.17

func (c *SageMaker) ListLineageGroupsRequest(input *ListLineageGroupsInput) (req *request.Request, output *ListLineageGroupsOutput)

ListLineageGroupsRequest generates a "aws/request.Request" representing the client's request for the ListLineageGroups operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListLineageGroups for more information on using the ListLineageGroups API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListLineageGroupsRequest method.
req, resp := client.ListLineageGroupsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListLineageGroups

func (*SageMaker) ListLineageGroupsWithContext added in v1.42.17

func (c *SageMaker) ListLineageGroupsWithContext(ctx aws.Context, input *ListLineageGroupsInput, opts ...request.Option) (*ListLineageGroupsOutput, error)

ListLineageGroupsWithContext is the same as ListLineageGroups with the addition of the ability to pass a context and additional request options.

See ListLineageGroups for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListModelBiasJobDefinitions added in v1.36.4

func (c *SageMaker) ListModelBiasJobDefinitions(input *ListModelBiasJobDefinitionsInput) (*ListModelBiasJobDefinitionsOutput, error)

ListModelBiasJobDefinitions API operation for Amazon SageMaker Service.

Lists model bias jobs definitions that satisfy various filters.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListModelBiasJobDefinitions for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListModelBiasJobDefinitions

func (*SageMaker) ListModelBiasJobDefinitionsPages added in v1.36.4

func (c *SageMaker) ListModelBiasJobDefinitionsPages(input *ListModelBiasJobDefinitionsInput, fn func(*ListModelBiasJobDefinitionsOutput, bool) bool) error

ListModelBiasJobDefinitionsPages iterates over the pages of a ListModelBiasJobDefinitions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListModelBiasJobDefinitions method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListModelBiasJobDefinitions operation.
pageNum := 0
err := client.ListModelBiasJobDefinitionsPages(params,
    func(page *sagemaker.ListModelBiasJobDefinitionsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListModelBiasJobDefinitionsPagesWithContext added in v1.36.4

func (c *SageMaker) ListModelBiasJobDefinitionsPagesWithContext(ctx aws.Context, input *ListModelBiasJobDefinitionsInput, fn func(*ListModelBiasJobDefinitionsOutput, bool) bool, opts ...request.Option) error

ListModelBiasJobDefinitionsPagesWithContext same as ListModelBiasJobDefinitionsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListModelBiasJobDefinitionsRequest added in v1.36.4

func (c *SageMaker) ListModelBiasJobDefinitionsRequest(input *ListModelBiasJobDefinitionsInput) (req *request.Request, output *ListModelBiasJobDefinitionsOutput)

ListModelBiasJobDefinitionsRequest generates a "aws/request.Request" representing the client's request for the ListModelBiasJobDefinitions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListModelBiasJobDefinitions for more information on using the ListModelBiasJobDefinitions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListModelBiasJobDefinitionsRequest method.
req, resp := client.ListModelBiasJobDefinitionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListModelBiasJobDefinitions

func (*SageMaker) ListModelBiasJobDefinitionsWithContext added in v1.36.4

func (c *SageMaker) ListModelBiasJobDefinitionsWithContext(ctx aws.Context, input *ListModelBiasJobDefinitionsInput, opts ...request.Option) (*ListModelBiasJobDefinitionsOutput, error)

ListModelBiasJobDefinitionsWithContext is the same as ListModelBiasJobDefinitions with the addition of the ability to pass a context and additional request options.

See ListModelBiasJobDefinitions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListModelCardExportJobs added in v1.44.150

func (c *SageMaker) ListModelCardExportJobs(input *ListModelCardExportJobsInput) (*ListModelCardExportJobsOutput, error)

ListModelCardExportJobs API operation for Amazon SageMaker Service.

List the export jobs for the Amazon SageMaker Model Card.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListModelCardExportJobs for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListModelCardExportJobs

func (*SageMaker) ListModelCardExportJobsPages added in v1.44.150

func (c *SageMaker) ListModelCardExportJobsPages(input *ListModelCardExportJobsInput, fn func(*ListModelCardExportJobsOutput, bool) bool) error

ListModelCardExportJobsPages iterates over the pages of a ListModelCardExportJobs operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListModelCardExportJobs method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListModelCardExportJobs operation.
pageNum := 0
err := client.ListModelCardExportJobsPages(params,
    func(page *sagemaker.ListModelCardExportJobsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListModelCardExportJobsPagesWithContext added in v1.44.150

func (c *SageMaker) ListModelCardExportJobsPagesWithContext(ctx aws.Context, input *ListModelCardExportJobsInput, fn func(*ListModelCardExportJobsOutput, bool) bool, opts ...request.Option) error

ListModelCardExportJobsPagesWithContext same as ListModelCardExportJobsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListModelCardExportJobsRequest added in v1.44.150

func (c *SageMaker) ListModelCardExportJobsRequest(input *ListModelCardExportJobsInput) (req *request.Request, output *ListModelCardExportJobsOutput)

ListModelCardExportJobsRequest generates a "aws/request.Request" representing the client's request for the ListModelCardExportJobs operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListModelCardExportJobs for more information on using the ListModelCardExportJobs API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListModelCardExportJobsRequest method.
req, resp := client.ListModelCardExportJobsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListModelCardExportJobs

func (*SageMaker) ListModelCardExportJobsWithContext added in v1.44.150

func (c *SageMaker) ListModelCardExportJobsWithContext(ctx aws.Context, input *ListModelCardExportJobsInput, opts ...request.Option) (*ListModelCardExportJobsOutput, error)

ListModelCardExportJobsWithContext is the same as ListModelCardExportJobs with the addition of the ability to pass a context and additional request options.

See ListModelCardExportJobs for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListModelCardVersions added in v1.44.150

func (c *SageMaker) ListModelCardVersions(input *ListModelCardVersionsInput) (*ListModelCardVersionsOutput, error)

ListModelCardVersions API operation for Amazon SageMaker Service.

List existing versions of an Amazon SageMaker Model Card.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListModelCardVersions for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListModelCardVersions

func (*SageMaker) ListModelCardVersionsPages added in v1.44.150

func (c *SageMaker) ListModelCardVersionsPages(input *ListModelCardVersionsInput, fn func(*ListModelCardVersionsOutput, bool) bool) error

ListModelCardVersionsPages iterates over the pages of a ListModelCardVersions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListModelCardVersions method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListModelCardVersions operation.
pageNum := 0
err := client.ListModelCardVersionsPages(params,
    func(page *sagemaker.ListModelCardVersionsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListModelCardVersionsPagesWithContext added in v1.44.150

func (c *SageMaker) ListModelCardVersionsPagesWithContext(ctx aws.Context, input *ListModelCardVersionsInput, fn func(*ListModelCardVersionsOutput, bool) bool, opts ...request.Option) error

ListModelCardVersionsPagesWithContext same as ListModelCardVersionsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListModelCardVersionsRequest added in v1.44.150

func (c *SageMaker) ListModelCardVersionsRequest(input *ListModelCardVersionsInput) (req *request.Request, output *ListModelCardVersionsOutput)

ListModelCardVersionsRequest generates a "aws/request.Request" representing the client's request for the ListModelCardVersions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListModelCardVersions for more information on using the ListModelCardVersions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListModelCardVersionsRequest method.
req, resp := client.ListModelCardVersionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListModelCardVersions

func (*SageMaker) ListModelCardVersionsWithContext added in v1.44.150

func (c *SageMaker) ListModelCardVersionsWithContext(ctx aws.Context, input *ListModelCardVersionsInput, opts ...request.Option) (*ListModelCardVersionsOutput, error)

ListModelCardVersionsWithContext is the same as ListModelCardVersions with the addition of the ability to pass a context and additional request options.

See ListModelCardVersions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListModelCards added in v1.44.150

func (c *SageMaker) ListModelCards(input *ListModelCardsInput) (*ListModelCardsOutput, error)

ListModelCards API operation for Amazon SageMaker Service.

List existing model cards.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListModelCards for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListModelCards

func (*SageMaker) ListModelCardsPages added in v1.44.150

func (c *SageMaker) ListModelCardsPages(input *ListModelCardsInput, fn func(*ListModelCardsOutput, bool) bool) error

ListModelCardsPages iterates over the pages of a ListModelCards operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListModelCards method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListModelCards operation.
pageNum := 0
err := client.ListModelCardsPages(params,
    func(page *sagemaker.ListModelCardsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListModelCardsPagesWithContext added in v1.44.150

func (c *SageMaker) ListModelCardsPagesWithContext(ctx aws.Context, input *ListModelCardsInput, fn func(*ListModelCardsOutput, bool) bool, opts ...request.Option) error

ListModelCardsPagesWithContext same as ListModelCardsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListModelCardsRequest added in v1.44.150

func (c *SageMaker) ListModelCardsRequest(input *ListModelCardsInput) (req *request.Request, output *ListModelCardsOutput)

ListModelCardsRequest generates a "aws/request.Request" representing the client's request for the ListModelCards operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListModelCards for more information on using the ListModelCards API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListModelCardsRequest method.
req, resp := client.ListModelCardsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListModelCards

func (*SageMaker) ListModelCardsWithContext added in v1.44.150

func (c *SageMaker) ListModelCardsWithContext(ctx aws.Context, input *ListModelCardsInput, opts ...request.Option) (*ListModelCardsOutput, error)

ListModelCardsWithContext is the same as ListModelCards with the addition of the ability to pass a context and additional request options.

See ListModelCards for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListModelExplainabilityJobDefinitions added in v1.36.4

ListModelExplainabilityJobDefinitions API operation for Amazon SageMaker Service.

Lists model explainability job definitions that satisfy various filters.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListModelExplainabilityJobDefinitions for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListModelExplainabilityJobDefinitions

func (*SageMaker) ListModelExplainabilityJobDefinitionsPages added in v1.36.4

func (c *SageMaker) ListModelExplainabilityJobDefinitionsPages(input *ListModelExplainabilityJobDefinitionsInput, fn func(*ListModelExplainabilityJobDefinitionsOutput, bool) bool) error

ListModelExplainabilityJobDefinitionsPages iterates over the pages of a ListModelExplainabilityJobDefinitions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListModelExplainabilityJobDefinitions method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListModelExplainabilityJobDefinitions operation.
pageNum := 0
err := client.ListModelExplainabilityJobDefinitionsPages(params,
    func(page *sagemaker.ListModelExplainabilityJobDefinitionsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListModelExplainabilityJobDefinitionsPagesWithContext added in v1.36.4

func (c *SageMaker) ListModelExplainabilityJobDefinitionsPagesWithContext(ctx aws.Context, input *ListModelExplainabilityJobDefinitionsInput, fn func(*ListModelExplainabilityJobDefinitionsOutput, bool) bool, opts ...request.Option) error

ListModelExplainabilityJobDefinitionsPagesWithContext same as ListModelExplainabilityJobDefinitionsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListModelExplainabilityJobDefinitionsRequest added in v1.36.4

func (c *SageMaker) ListModelExplainabilityJobDefinitionsRequest(input *ListModelExplainabilityJobDefinitionsInput) (req *request.Request, output *ListModelExplainabilityJobDefinitionsOutput)

ListModelExplainabilityJobDefinitionsRequest generates a "aws/request.Request" representing the client's request for the ListModelExplainabilityJobDefinitions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListModelExplainabilityJobDefinitions for more information on using the ListModelExplainabilityJobDefinitions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListModelExplainabilityJobDefinitionsRequest method.
req, resp := client.ListModelExplainabilityJobDefinitionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListModelExplainabilityJobDefinitions

func (*SageMaker) ListModelExplainabilityJobDefinitionsWithContext added in v1.36.4

func (c *SageMaker) ListModelExplainabilityJobDefinitionsWithContext(ctx aws.Context, input *ListModelExplainabilityJobDefinitionsInput, opts ...request.Option) (*ListModelExplainabilityJobDefinitionsOutput, error)

ListModelExplainabilityJobDefinitionsWithContext is the same as ListModelExplainabilityJobDefinitions with the addition of the ability to pass a context and additional request options.

See ListModelExplainabilityJobDefinitions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListModelMetadata added in v1.42.17

func (c *SageMaker) ListModelMetadata(input *ListModelMetadataInput) (*ListModelMetadataOutput, error)

ListModelMetadata API operation for Amazon SageMaker Service.

Lists the domain, framework, task, and model name of standard machine learning models found in common model zoos.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListModelMetadata for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListModelMetadata

func (*SageMaker) ListModelMetadataPages added in v1.42.17

func (c *SageMaker) ListModelMetadataPages(input *ListModelMetadataInput, fn func(*ListModelMetadataOutput, bool) bool) error

ListModelMetadataPages iterates over the pages of a ListModelMetadata operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListModelMetadata method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListModelMetadata operation.
pageNum := 0
err := client.ListModelMetadataPages(params,
    func(page *sagemaker.ListModelMetadataOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListModelMetadataPagesWithContext added in v1.42.17

func (c *SageMaker) ListModelMetadataPagesWithContext(ctx aws.Context, input *ListModelMetadataInput, fn func(*ListModelMetadataOutput, bool) bool, opts ...request.Option) error

ListModelMetadataPagesWithContext same as ListModelMetadataPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListModelMetadataRequest added in v1.42.17

func (c *SageMaker) ListModelMetadataRequest(input *ListModelMetadataInput) (req *request.Request, output *ListModelMetadataOutput)

ListModelMetadataRequest generates a "aws/request.Request" representing the client's request for the ListModelMetadata operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListModelMetadata for more information on using the ListModelMetadata API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListModelMetadataRequest method.
req, resp := client.ListModelMetadataRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListModelMetadata

func (*SageMaker) ListModelMetadataWithContext added in v1.42.17

func (c *SageMaker) ListModelMetadataWithContext(ctx aws.Context, input *ListModelMetadataInput, opts ...request.Option) (*ListModelMetadataOutput, error)

ListModelMetadataWithContext is the same as ListModelMetadata with the addition of the ability to pass a context and additional request options.

See ListModelMetadata for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListModelPackageGroups added in v1.35.37

func (c *SageMaker) ListModelPackageGroups(input *ListModelPackageGroupsInput) (*ListModelPackageGroupsOutput, error)

ListModelPackageGroups API operation for Amazon SageMaker Service.

Gets a list of the model groups in your Amazon Web Services account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListModelPackageGroups for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListModelPackageGroups

func (*SageMaker) ListModelPackageGroupsPages added in v1.35.37

func (c *SageMaker) ListModelPackageGroupsPages(input *ListModelPackageGroupsInput, fn func(*ListModelPackageGroupsOutput, bool) bool) error

ListModelPackageGroupsPages iterates over the pages of a ListModelPackageGroups operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListModelPackageGroups method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListModelPackageGroups operation.
pageNum := 0
err := client.ListModelPackageGroupsPages(params,
    func(page *sagemaker.ListModelPackageGroupsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListModelPackageGroupsPagesWithContext added in v1.35.37

func (c *SageMaker) ListModelPackageGroupsPagesWithContext(ctx aws.Context, input *ListModelPackageGroupsInput, fn func(*ListModelPackageGroupsOutput, bool) bool, opts ...request.Option) error

ListModelPackageGroupsPagesWithContext same as ListModelPackageGroupsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListModelPackageGroupsRequest added in v1.35.37

func (c *SageMaker) ListModelPackageGroupsRequest(input *ListModelPackageGroupsInput) (req *request.Request, output *ListModelPackageGroupsOutput)

ListModelPackageGroupsRequest generates a "aws/request.Request" representing the client's request for the ListModelPackageGroups operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListModelPackageGroups for more information on using the ListModelPackageGroups API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListModelPackageGroupsRequest method.
req, resp := client.ListModelPackageGroupsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListModelPackageGroups

func (*SageMaker) ListModelPackageGroupsWithContext added in v1.35.37

func (c *SageMaker) ListModelPackageGroupsWithContext(ctx aws.Context, input *ListModelPackageGroupsInput, opts ...request.Option) (*ListModelPackageGroupsOutput, error)

ListModelPackageGroupsWithContext is the same as ListModelPackageGroups with the addition of the ability to pass a context and additional request options.

See ListModelPackageGroups for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListModelPackages added in v1.15.86

func (c *SageMaker) ListModelPackages(input *ListModelPackagesInput) (*ListModelPackagesOutput, error)

ListModelPackages API operation for Amazon SageMaker Service.

Lists the model packages that have been created.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListModelPackages for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListModelPackages

func (*SageMaker) ListModelPackagesPages added in v1.25.47

func (c *SageMaker) ListModelPackagesPages(input *ListModelPackagesInput, fn func(*ListModelPackagesOutput, bool) bool) error

ListModelPackagesPages iterates over the pages of a ListModelPackages operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListModelPackages method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListModelPackages operation.
pageNum := 0
err := client.ListModelPackagesPages(params,
    func(page *sagemaker.ListModelPackagesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListModelPackagesPagesWithContext added in v1.25.47

func (c *SageMaker) ListModelPackagesPagesWithContext(ctx aws.Context, input *ListModelPackagesInput, fn func(*ListModelPackagesOutput, bool) bool, opts ...request.Option) error

ListModelPackagesPagesWithContext same as ListModelPackagesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListModelPackagesRequest added in v1.15.86

func (c *SageMaker) ListModelPackagesRequest(input *ListModelPackagesInput) (req *request.Request, output *ListModelPackagesOutput)

ListModelPackagesRequest generates a "aws/request.Request" representing the client's request for the ListModelPackages operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListModelPackages for more information on using the ListModelPackages API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListModelPackagesRequest method.
req, resp := client.ListModelPackagesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListModelPackages

func (*SageMaker) ListModelPackagesWithContext added in v1.15.86

func (c *SageMaker) ListModelPackagesWithContext(ctx aws.Context, input *ListModelPackagesInput, opts ...request.Option) (*ListModelPackagesOutput, error)

ListModelPackagesWithContext is the same as ListModelPackages with the addition of the ability to pass a context and additional request options.

See ListModelPackages for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListModelQualityJobDefinitions added in v1.36.4

func (c *SageMaker) ListModelQualityJobDefinitions(input *ListModelQualityJobDefinitionsInput) (*ListModelQualityJobDefinitionsOutput, error)

ListModelQualityJobDefinitions API operation for Amazon SageMaker Service.

Gets a list of model quality monitoring job definitions in your account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListModelQualityJobDefinitions for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListModelQualityJobDefinitions

func (*SageMaker) ListModelQualityJobDefinitionsPages added in v1.36.4

func (c *SageMaker) ListModelQualityJobDefinitionsPages(input *ListModelQualityJobDefinitionsInput, fn func(*ListModelQualityJobDefinitionsOutput, bool) bool) error

ListModelQualityJobDefinitionsPages iterates over the pages of a ListModelQualityJobDefinitions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListModelQualityJobDefinitions method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListModelQualityJobDefinitions operation.
pageNum := 0
err := client.ListModelQualityJobDefinitionsPages(params,
    func(page *sagemaker.ListModelQualityJobDefinitionsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListModelQualityJobDefinitionsPagesWithContext added in v1.36.4

func (c *SageMaker) ListModelQualityJobDefinitionsPagesWithContext(ctx aws.Context, input *ListModelQualityJobDefinitionsInput, fn func(*ListModelQualityJobDefinitionsOutput, bool) bool, opts ...request.Option) error

ListModelQualityJobDefinitionsPagesWithContext same as ListModelQualityJobDefinitionsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListModelQualityJobDefinitionsRequest added in v1.36.4

func (c *SageMaker) ListModelQualityJobDefinitionsRequest(input *ListModelQualityJobDefinitionsInput) (req *request.Request, output *ListModelQualityJobDefinitionsOutput)

ListModelQualityJobDefinitionsRequest generates a "aws/request.Request" representing the client's request for the ListModelQualityJobDefinitions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListModelQualityJobDefinitions for more information on using the ListModelQualityJobDefinitions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListModelQualityJobDefinitionsRequest method.
req, resp := client.ListModelQualityJobDefinitionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListModelQualityJobDefinitions

func (*SageMaker) ListModelQualityJobDefinitionsWithContext added in v1.36.4

func (c *SageMaker) ListModelQualityJobDefinitionsWithContext(ctx aws.Context, input *ListModelQualityJobDefinitionsInput, opts ...request.Option) (*ListModelQualityJobDefinitionsOutput, error)

ListModelQualityJobDefinitionsWithContext is the same as ListModelQualityJobDefinitions with the addition of the ability to pass a context and additional request options.

See ListModelQualityJobDefinitions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListModels

func (c *SageMaker) ListModels(input *ListModelsInput) (*ListModelsOutput, error)

ListModels API operation for Amazon SageMaker Service.

Lists models created with the CreateModel API.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListModels for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListModels

func (*SageMaker) ListModelsPages

func (c *SageMaker) ListModelsPages(input *ListModelsInput, fn func(*ListModelsOutput, bool) bool) error

ListModelsPages iterates over the pages of a ListModels operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListModels method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListModels operation.
pageNum := 0
err := client.ListModelsPages(params,
    func(page *sagemaker.ListModelsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListModelsPagesWithContext

func (c *SageMaker) ListModelsPagesWithContext(ctx aws.Context, input *ListModelsInput, fn func(*ListModelsOutput, bool) bool, opts ...request.Option) error

ListModelsPagesWithContext same as ListModelsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListModelsRequest

func (c *SageMaker) ListModelsRequest(input *ListModelsInput) (req *request.Request, output *ListModelsOutput)

ListModelsRequest generates a "aws/request.Request" representing the client's request for the ListModels operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListModels for more information on using the ListModels API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListModelsRequest method.
req, resp := client.ListModelsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListModels

func (*SageMaker) ListModelsWithContext

func (c *SageMaker) ListModelsWithContext(ctx aws.Context, input *ListModelsInput, opts ...request.Option) (*ListModelsOutput, error)

ListModelsWithContext is the same as ListModels with the addition of the ability to pass a context and additional request options.

See ListModels for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListMonitoringAlertHistory added in v1.44.150

func (c *SageMaker) ListMonitoringAlertHistory(input *ListMonitoringAlertHistoryInput) (*ListMonitoringAlertHistoryOutput, error)

ListMonitoringAlertHistory API operation for Amazon SageMaker Service.

Gets a list of past alerts in a model monitoring schedule.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListMonitoringAlertHistory for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListMonitoringAlertHistory

func (*SageMaker) ListMonitoringAlertHistoryPages added in v1.44.150

func (c *SageMaker) ListMonitoringAlertHistoryPages(input *ListMonitoringAlertHistoryInput, fn func(*ListMonitoringAlertHistoryOutput, bool) bool) error

ListMonitoringAlertHistoryPages iterates over the pages of a ListMonitoringAlertHistory operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListMonitoringAlertHistory method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListMonitoringAlertHistory operation.
pageNum := 0
err := client.ListMonitoringAlertHistoryPages(params,
    func(page *sagemaker.ListMonitoringAlertHistoryOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListMonitoringAlertHistoryPagesWithContext added in v1.44.150

func (c *SageMaker) ListMonitoringAlertHistoryPagesWithContext(ctx aws.Context, input *ListMonitoringAlertHistoryInput, fn func(*ListMonitoringAlertHistoryOutput, bool) bool, opts ...request.Option) error

ListMonitoringAlertHistoryPagesWithContext same as ListMonitoringAlertHistoryPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListMonitoringAlertHistoryRequest added in v1.44.150

func (c *SageMaker) ListMonitoringAlertHistoryRequest(input *ListMonitoringAlertHistoryInput) (req *request.Request, output *ListMonitoringAlertHistoryOutput)

ListMonitoringAlertHistoryRequest generates a "aws/request.Request" representing the client's request for the ListMonitoringAlertHistory operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListMonitoringAlertHistory for more information on using the ListMonitoringAlertHistory API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListMonitoringAlertHistoryRequest method.
req, resp := client.ListMonitoringAlertHistoryRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListMonitoringAlertHistory

func (*SageMaker) ListMonitoringAlertHistoryWithContext added in v1.44.150

func (c *SageMaker) ListMonitoringAlertHistoryWithContext(ctx aws.Context, input *ListMonitoringAlertHistoryInput, opts ...request.Option) (*ListMonitoringAlertHistoryOutput, error)

ListMonitoringAlertHistoryWithContext is the same as ListMonitoringAlertHistory with the addition of the ability to pass a context and additional request options.

See ListMonitoringAlertHistory for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListMonitoringAlerts added in v1.44.150

func (c *SageMaker) ListMonitoringAlerts(input *ListMonitoringAlertsInput) (*ListMonitoringAlertsOutput, error)

ListMonitoringAlerts API operation for Amazon SageMaker Service.

Gets the alerts for a single monitoring schedule.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListMonitoringAlerts for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListMonitoringAlerts

func (*SageMaker) ListMonitoringAlertsPages added in v1.44.150

func (c *SageMaker) ListMonitoringAlertsPages(input *ListMonitoringAlertsInput, fn func(*ListMonitoringAlertsOutput, bool) bool) error

ListMonitoringAlertsPages iterates over the pages of a ListMonitoringAlerts operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListMonitoringAlerts method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListMonitoringAlerts operation.
pageNum := 0
err := client.ListMonitoringAlertsPages(params,
    func(page *sagemaker.ListMonitoringAlertsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListMonitoringAlertsPagesWithContext added in v1.44.150

func (c *SageMaker) ListMonitoringAlertsPagesWithContext(ctx aws.Context, input *ListMonitoringAlertsInput, fn func(*ListMonitoringAlertsOutput, bool) bool, opts ...request.Option) error

ListMonitoringAlertsPagesWithContext same as ListMonitoringAlertsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListMonitoringAlertsRequest added in v1.44.150

func (c *SageMaker) ListMonitoringAlertsRequest(input *ListMonitoringAlertsInput) (req *request.Request, output *ListMonitoringAlertsOutput)

ListMonitoringAlertsRequest generates a "aws/request.Request" representing the client's request for the ListMonitoringAlerts operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListMonitoringAlerts for more information on using the ListMonitoringAlerts API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListMonitoringAlertsRequest method.
req, resp := client.ListMonitoringAlertsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListMonitoringAlerts

func (*SageMaker) ListMonitoringAlertsWithContext added in v1.44.150

func (c *SageMaker) ListMonitoringAlertsWithContext(ctx aws.Context, input *ListMonitoringAlertsInput, opts ...request.Option) (*ListMonitoringAlertsOutput, error)

ListMonitoringAlertsWithContext is the same as ListMonitoringAlerts with the addition of the ability to pass a context and additional request options.

See ListMonitoringAlerts for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListMonitoringExecutions added in v1.25.47

func (c *SageMaker) ListMonitoringExecutions(input *ListMonitoringExecutionsInput) (*ListMonitoringExecutionsOutput, error)

ListMonitoringExecutions API operation for Amazon SageMaker Service.

Returns list of all monitoring job executions.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListMonitoringExecutions for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListMonitoringExecutions

func (*SageMaker) ListMonitoringExecutionsPages added in v1.25.47

func (c *SageMaker) ListMonitoringExecutionsPages(input *ListMonitoringExecutionsInput, fn func(*ListMonitoringExecutionsOutput, bool) bool) error

ListMonitoringExecutionsPages iterates over the pages of a ListMonitoringExecutions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListMonitoringExecutions method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListMonitoringExecutions operation.
pageNum := 0
err := client.ListMonitoringExecutionsPages(params,
    func(page *sagemaker.ListMonitoringExecutionsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListMonitoringExecutionsPagesWithContext added in v1.25.47

func (c *SageMaker) ListMonitoringExecutionsPagesWithContext(ctx aws.Context, input *ListMonitoringExecutionsInput, fn func(*ListMonitoringExecutionsOutput, bool) bool, opts ...request.Option) error

ListMonitoringExecutionsPagesWithContext same as ListMonitoringExecutionsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListMonitoringExecutionsRequest added in v1.25.47

func (c *SageMaker) ListMonitoringExecutionsRequest(input *ListMonitoringExecutionsInput) (req *request.Request, output *ListMonitoringExecutionsOutput)

ListMonitoringExecutionsRequest generates a "aws/request.Request" representing the client's request for the ListMonitoringExecutions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListMonitoringExecutions for more information on using the ListMonitoringExecutions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListMonitoringExecutionsRequest method.
req, resp := client.ListMonitoringExecutionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListMonitoringExecutions

func (*SageMaker) ListMonitoringExecutionsWithContext added in v1.25.47

func (c *SageMaker) ListMonitoringExecutionsWithContext(ctx aws.Context, input *ListMonitoringExecutionsInput, opts ...request.Option) (*ListMonitoringExecutionsOutput, error)

ListMonitoringExecutionsWithContext is the same as ListMonitoringExecutions with the addition of the ability to pass a context and additional request options.

See ListMonitoringExecutions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListMonitoringSchedules added in v1.25.47

func (c *SageMaker) ListMonitoringSchedules(input *ListMonitoringSchedulesInput) (*ListMonitoringSchedulesOutput, error)

ListMonitoringSchedules API operation for Amazon SageMaker Service.

Returns list of all monitoring schedules.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListMonitoringSchedules for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListMonitoringSchedules

func (*SageMaker) ListMonitoringSchedulesPages added in v1.25.47

func (c *SageMaker) ListMonitoringSchedulesPages(input *ListMonitoringSchedulesInput, fn func(*ListMonitoringSchedulesOutput, bool) bool) error

ListMonitoringSchedulesPages iterates over the pages of a ListMonitoringSchedules operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListMonitoringSchedules method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListMonitoringSchedules operation.
pageNum := 0
err := client.ListMonitoringSchedulesPages(params,
    func(page *sagemaker.ListMonitoringSchedulesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListMonitoringSchedulesPagesWithContext added in v1.25.47

func (c *SageMaker) ListMonitoringSchedulesPagesWithContext(ctx aws.Context, input *ListMonitoringSchedulesInput, fn func(*ListMonitoringSchedulesOutput, bool) bool, opts ...request.Option) error

ListMonitoringSchedulesPagesWithContext same as ListMonitoringSchedulesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListMonitoringSchedulesRequest added in v1.25.47

func (c *SageMaker) ListMonitoringSchedulesRequest(input *ListMonitoringSchedulesInput) (req *request.Request, output *ListMonitoringSchedulesOutput)

ListMonitoringSchedulesRequest generates a "aws/request.Request" representing the client's request for the ListMonitoringSchedules operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListMonitoringSchedules for more information on using the ListMonitoringSchedules API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListMonitoringSchedulesRequest method.
req, resp := client.ListMonitoringSchedulesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListMonitoringSchedules

func (*SageMaker) ListMonitoringSchedulesWithContext added in v1.25.47

func (c *SageMaker) ListMonitoringSchedulesWithContext(ctx aws.Context, input *ListMonitoringSchedulesInput, opts ...request.Option) (*ListMonitoringSchedulesOutput, error)

ListMonitoringSchedulesWithContext is the same as ListMonitoringSchedules with the addition of the ability to pass a context and additional request options.

See ListMonitoringSchedules for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListNotebookInstanceLifecycleConfigs added in v1.13.15

ListNotebookInstanceLifecycleConfigs API operation for Amazon SageMaker Service.

Lists notebook instance lifestyle configurations created with the CreateNotebookInstanceLifecycleConfig (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateNotebookInstanceLifecycleConfig.html) API.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListNotebookInstanceLifecycleConfigs for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListNotebookInstanceLifecycleConfigs

func (*SageMaker) ListNotebookInstanceLifecycleConfigsPages added in v1.13.15

func (c *SageMaker) ListNotebookInstanceLifecycleConfigsPages(input *ListNotebookInstanceLifecycleConfigsInput, fn func(*ListNotebookInstanceLifecycleConfigsOutput, bool) bool) error

ListNotebookInstanceLifecycleConfigsPages iterates over the pages of a ListNotebookInstanceLifecycleConfigs operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListNotebookInstanceLifecycleConfigs method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListNotebookInstanceLifecycleConfigs operation.
pageNum := 0
err := client.ListNotebookInstanceLifecycleConfigsPages(params,
    func(page *sagemaker.ListNotebookInstanceLifecycleConfigsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListNotebookInstanceLifecycleConfigsPagesWithContext added in v1.13.15

func (c *SageMaker) ListNotebookInstanceLifecycleConfigsPagesWithContext(ctx aws.Context, input *ListNotebookInstanceLifecycleConfigsInput, fn func(*ListNotebookInstanceLifecycleConfigsOutput, bool) bool, opts ...request.Option) error

ListNotebookInstanceLifecycleConfigsPagesWithContext same as ListNotebookInstanceLifecycleConfigsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListNotebookInstanceLifecycleConfigsRequest added in v1.13.15

func (c *SageMaker) ListNotebookInstanceLifecycleConfigsRequest(input *ListNotebookInstanceLifecycleConfigsInput) (req *request.Request, output *ListNotebookInstanceLifecycleConfigsOutput)

ListNotebookInstanceLifecycleConfigsRequest generates a "aws/request.Request" representing the client's request for the ListNotebookInstanceLifecycleConfigs operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListNotebookInstanceLifecycleConfigs for more information on using the ListNotebookInstanceLifecycleConfigs API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListNotebookInstanceLifecycleConfigsRequest method.
req, resp := client.ListNotebookInstanceLifecycleConfigsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListNotebookInstanceLifecycleConfigs

func (*SageMaker) ListNotebookInstanceLifecycleConfigsWithContext added in v1.13.15

func (c *SageMaker) ListNotebookInstanceLifecycleConfigsWithContext(ctx aws.Context, input *ListNotebookInstanceLifecycleConfigsInput, opts ...request.Option) (*ListNotebookInstanceLifecycleConfigsOutput, error)

ListNotebookInstanceLifecycleConfigsWithContext is the same as ListNotebookInstanceLifecycleConfigs with the addition of the ability to pass a context and additional request options.

See ListNotebookInstanceLifecycleConfigs for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListNotebookInstances

func (c *SageMaker) ListNotebookInstances(input *ListNotebookInstancesInput) (*ListNotebookInstancesOutput, error)

ListNotebookInstances API operation for Amazon SageMaker Service.

Returns a list of the SageMaker notebook instances in the requester's account in an Amazon Web Services Region.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListNotebookInstances for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListNotebookInstances

func (*SageMaker) ListNotebookInstancesPages

func (c *SageMaker) ListNotebookInstancesPages(input *ListNotebookInstancesInput, fn func(*ListNotebookInstancesOutput, bool) bool) error

ListNotebookInstancesPages iterates over the pages of a ListNotebookInstances operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListNotebookInstances method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListNotebookInstances operation.
pageNum := 0
err := client.ListNotebookInstancesPages(params,
    func(page *sagemaker.ListNotebookInstancesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListNotebookInstancesPagesWithContext

func (c *SageMaker) ListNotebookInstancesPagesWithContext(ctx aws.Context, input *ListNotebookInstancesInput, fn func(*ListNotebookInstancesOutput, bool) bool, opts ...request.Option) error

ListNotebookInstancesPagesWithContext same as ListNotebookInstancesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListNotebookInstancesRequest

func (c *SageMaker) ListNotebookInstancesRequest(input *ListNotebookInstancesInput) (req *request.Request, output *ListNotebookInstancesOutput)

ListNotebookInstancesRequest generates a "aws/request.Request" representing the client's request for the ListNotebookInstances operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListNotebookInstances for more information on using the ListNotebookInstances API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListNotebookInstancesRequest method.
req, resp := client.ListNotebookInstancesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListNotebookInstances

func (*SageMaker) ListNotebookInstancesWithContext

func (c *SageMaker) ListNotebookInstancesWithContext(ctx aws.Context, input *ListNotebookInstancesInput, opts ...request.Option) (*ListNotebookInstancesOutput, error)

ListNotebookInstancesWithContext is the same as ListNotebookInstances with the addition of the ability to pass a context and additional request options.

See ListNotebookInstances for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListPipelineExecutionSteps added in v1.35.37

func (c *SageMaker) ListPipelineExecutionSteps(input *ListPipelineExecutionStepsInput) (*ListPipelineExecutionStepsOutput, error)

ListPipelineExecutionSteps API operation for Amazon SageMaker Service.

Gets a list of PipeLineExecutionStep objects.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListPipelineExecutionSteps for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListPipelineExecutionSteps

func (*SageMaker) ListPipelineExecutionStepsPages added in v1.35.37

func (c *SageMaker) ListPipelineExecutionStepsPages(input *ListPipelineExecutionStepsInput, fn func(*ListPipelineExecutionStepsOutput, bool) bool) error

ListPipelineExecutionStepsPages iterates over the pages of a ListPipelineExecutionSteps operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListPipelineExecutionSteps method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListPipelineExecutionSteps operation.
pageNum := 0
err := client.ListPipelineExecutionStepsPages(params,
    func(page *sagemaker.ListPipelineExecutionStepsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListPipelineExecutionStepsPagesWithContext added in v1.35.37

func (c *SageMaker) ListPipelineExecutionStepsPagesWithContext(ctx aws.Context, input *ListPipelineExecutionStepsInput, fn func(*ListPipelineExecutionStepsOutput, bool) bool, opts ...request.Option) error

ListPipelineExecutionStepsPagesWithContext same as ListPipelineExecutionStepsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListPipelineExecutionStepsRequest added in v1.35.37

func (c *SageMaker) ListPipelineExecutionStepsRequest(input *ListPipelineExecutionStepsInput) (req *request.Request, output *ListPipelineExecutionStepsOutput)

ListPipelineExecutionStepsRequest generates a "aws/request.Request" representing the client's request for the ListPipelineExecutionSteps operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListPipelineExecutionSteps for more information on using the ListPipelineExecutionSteps API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListPipelineExecutionStepsRequest method.
req, resp := client.ListPipelineExecutionStepsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListPipelineExecutionSteps

func (*SageMaker) ListPipelineExecutionStepsWithContext added in v1.35.37

func (c *SageMaker) ListPipelineExecutionStepsWithContext(ctx aws.Context, input *ListPipelineExecutionStepsInput, opts ...request.Option) (*ListPipelineExecutionStepsOutput, error)

ListPipelineExecutionStepsWithContext is the same as ListPipelineExecutionSteps with the addition of the ability to pass a context and additional request options.

See ListPipelineExecutionSteps for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListPipelineExecutions added in v1.35.37

func (c *SageMaker) ListPipelineExecutions(input *ListPipelineExecutionsInput) (*ListPipelineExecutionsOutput, error)

ListPipelineExecutions API operation for Amazon SageMaker Service.

Gets a list of the pipeline executions.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListPipelineExecutions for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListPipelineExecutions

func (*SageMaker) ListPipelineExecutionsPages added in v1.35.37

func (c *SageMaker) ListPipelineExecutionsPages(input *ListPipelineExecutionsInput, fn func(*ListPipelineExecutionsOutput, bool) bool) error

ListPipelineExecutionsPages iterates over the pages of a ListPipelineExecutions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListPipelineExecutions method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListPipelineExecutions operation.
pageNum := 0
err := client.ListPipelineExecutionsPages(params,
    func(page *sagemaker.ListPipelineExecutionsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListPipelineExecutionsPagesWithContext added in v1.35.37

func (c *SageMaker) ListPipelineExecutionsPagesWithContext(ctx aws.Context, input *ListPipelineExecutionsInput, fn func(*ListPipelineExecutionsOutput, bool) bool, opts ...request.Option) error

ListPipelineExecutionsPagesWithContext same as ListPipelineExecutionsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListPipelineExecutionsRequest added in v1.35.37

func (c *SageMaker) ListPipelineExecutionsRequest(input *ListPipelineExecutionsInput) (req *request.Request, output *ListPipelineExecutionsOutput)

ListPipelineExecutionsRequest generates a "aws/request.Request" representing the client's request for the ListPipelineExecutions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListPipelineExecutions for more information on using the ListPipelineExecutions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListPipelineExecutionsRequest method.
req, resp := client.ListPipelineExecutionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListPipelineExecutions

func (*SageMaker) ListPipelineExecutionsWithContext added in v1.35.37

func (c *SageMaker) ListPipelineExecutionsWithContext(ctx aws.Context, input *ListPipelineExecutionsInput, opts ...request.Option) (*ListPipelineExecutionsOutput, error)

ListPipelineExecutionsWithContext is the same as ListPipelineExecutions with the addition of the ability to pass a context and additional request options.

See ListPipelineExecutions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListPipelineParametersForExecution added in v1.35.37

func (c *SageMaker) ListPipelineParametersForExecution(input *ListPipelineParametersForExecutionInput) (*ListPipelineParametersForExecutionOutput, error)

ListPipelineParametersForExecution API operation for Amazon SageMaker Service.

Gets a list of parameters for a pipeline execution.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListPipelineParametersForExecution for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListPipelineParametersForExecution

func (*SageMaker) ListPipelineParametersForExecutionPages added in v1.35.37

func (c *SageMaker) ListPipelineParametersForExecutionPages(input *ListPipelineParametersForExecutionInput, fn func(*ListPipelineParametersForExecutionOutput, bool) bool) error

ListPipelineParametersForExecutionPages iterates over the pages of a ListPipelineParametersForExecution operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListPipelineParametersForExecution method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListPipelineParametersForExecution operation.
pageNum := 0
err := client.ListPipelineParametersForExecutionPages(params,
    func(page *sagemaker.ListPipelineParametersForExecutionOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListPipelineParametersForExecutionPagesWithContext added in v1.35.37

func (c *SageMaker) ListPipelineParametersForExecutionPagesWithContext(ctx aws.Context, input *ListPipelineParametersForExecutionInput, fn func(*ListPipelineParametersForExecutionOutput, bool) bool, opts ...request.Option) error

ListPipelineParametersForExecutionPagesWithContext same as ListPipelineParametersForExecutionPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListPipelineParametersForExecutionRequest added in v1.35.37

func (c *SageMaker) ListPipelineParametersForExecutionRequest(input *ListPipelineParametersForExecutionInput) (req *request.Request, output *ListPipelineParametersForExecutionOutput)

ListPipelineParametersForExecutionRequest generates a "aws/request.Request" representing the client's request for the ListPipelineParametersForExecution operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListPipelineParametersForExecution for more information on using the ListPipelineParametersForExecution API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListPipelineParametersForExecutionRequest method.
req, resp := client.ListPipelineParametersForExecutionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListPipelineParametersForExecution

func (*SageMaker) ListPipelineParametersForExecutionWithContext added in v1.35.37

func (c *SageMaker) ListPipelineParametersForExecutionWithContext(ctx aws.Context, input *ListPipelineParametersForExecutionInput, opts ...request.Option) (*ListPipelineParametersForExecutionOutput, error)

ListPipelineParametersForExecutionWithContext is the same as ListPipelineParametersForExecution with the addition of the ability to pass a context and additional request options.

See ListPipelineParametersForExecution for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListPipelines added in v1.35.37

func (c *SageMaker) ListPipelines(input *ListPipelinesInput) (*ListPipelinesOutput, error)

ListPipelines API operation for Amazon SageMaker Service.

Gets a list of pipelines.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListPipelines for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListPipelines

func (*SageMaker) ListPipelinesPages added in v1.35.37

func (c *SageMaker) ListPipelinesPages(input *ListPipelinesInput, fn func(*ListPipelinesOutput, bool) bool) error

ListPipelinesPages iterates over the pages of a ListPipelines operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListPipelines method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListPipelines operation.
pageNum := 0
err := client.ListPipelinesPages(params,
    func(page *sagemaker.ListPipelinesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListPipelinesPagesWithContext added in v1.35.37

func (c *SageMaker) ListPipelinesPagesWithContext(ctx aws.Context, input *ListPipelinesInput, fn func(*ListPipelinesOutput, bool) bool, opts ...request.Option) error

ListPipelinesPagesWithContext same as ListPipelinesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListPipelinesRequest added in v1.35.37

func (c *SageMaker) ListPipelinesRequest(input *ListPipelinesInput) (req *request.Request, output *ListPipelinesOutput)

ListPipelinesRequest generates a "aws/request.Request" representing the client's request for the ListPipelines operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListPipelines for more information on using the ListPipelines API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListPipelinesRequest method.
req, resp := client.ListPipelinesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListPipelines

func (*SageMaker) ListPipelinesWithContext added in v1.35.37

func (c *SageMaker) ListPipelinesWithContext(ctx aws.Context, input *ListPipelinesInput, opts ...request.Option) (*ListPipelinesOutput, error)

ListPipelinesWithContext is the same as ListPipelines with the addition of the ability to pass a context and additional request options.

See ListPipelines for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListProcessingJobs added in v1.25.47

func (c *SageMaker) ListProcessingJobs(input *ListProcessingJobsInput) (*ListProcessingJobsOutput, error)

ListProcessingJobs API operation for Amazon SageMaker Service.

Lists processing jobs that satisfy various filters.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListProcessingJobs for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListProcessingJobs

func (*SageMaker) ListProcessingJobsPages added in v1.25.47

func (c *SageMaker) ListProcessingJobsPages(input *ListProcessingJobsInput, fn func(*ListProcessingJobsOutput, bool) bool) error

ListProcessingJobsPages iterates over the pages of a ListProcessingJobs operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListProcessingJobs method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListProcessingJobs operation.
pageNum := 0
err := client.ListProcessingJobsPages(params,
    func(page *sagemaker.ListProcessingJobsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListProcessingJobsPagesWithContext added in v1.25.47

func (c *SageMaker) ListProcessingJobsPagesWithContext(ctx aws.Context, input *ListProcessingJobsInput, fn func(*ListProcessingJobsOutput, bool) bool, opts ...request.Option) error

ListProcessingJobsPagesWithContext same as ListProcessingJobsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListProcessingJobsRequest added in v1.25.47

func (c *SageMaker) ListProcessingJobsRequest(input *ListProcessingJobsInput) (req *request.Request, output *ListProcessingJobsOutput)

ListProcessingJobsRequest generates a "aws/request.Request" representing the client's request for the ListProcessingJobs operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListProcessingJobs for more information on using the ListProcessingJobs API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListProcessingJobsRequest method.
req, resp := client.ListProcessingJobsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListProcessingJobs

func (*SageMaker) ListProcessingJobsWithContext added in v1.25.47

func (c *SageMaker) ListProcessingJobsWithContext(ctx aws.Context, input *ListProcessingJobsInput, opts ...request.Option) (*ListProcessingJobsOutput, error)

ListProcessingJobsWithContext is the same as ListProcessingJobs with the addition of the ability to pass a context and additional request options.

See ListProcessingJobs for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListProjects added in v1.35.37

func (c *SageMaker) ListProjects(input *ListProjectsInput) (*ListProjectsOutput, error)

ListProjects API operation for Amazon SageMaker Service.

Gets a list of the projects in an Amazon Web Services account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListProjects for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListProjects

func (*SageMaker) ListProjectsPages added in v1.35.37

func (c *SageMaker) ListProjectsPages(input *ListProjectsInput, fn func(*ListProjectsOutput, bool) bool) error

ListProjectsPages iterates over the pages of a ListProjects operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListProjects method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListProjects operation.
pageNum := 0
err := client.ListProjectsPages(params,
    func(page *sagemaker.ListProjectsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListProjectsPagesWithContext added in v1.35.37

func (c *SageMaker) ListProjectsPagesWithContext(ctx aws.Context, input *ListProjectsInput, fn func(*ListProjectsOutput, bool) bool, opts ...request.Option) error

ListProjectsPagesWithContext same as ListProjectsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListProjectsRequest added in v1.35.37

func (c *SageMaker) ListProjectsRequest(input *ListProjectsInput) (req *request.Request, output *ListProjectsOutput)

ListProjectsRequest generates a "aws/request.Request" representing the client's request for the ListProjects operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListProjects for more information on using the ListProjects API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListProjectsRequest method.
req, resp := client.ListProjectsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListProjects

func (*SageMaker) ListProjectsWithContext added in v1.35.37

func (c *SageMaker) ListProjectsWithContext(ctx aws.Context, input *ListProjectsInput, opts ...request.Option) (*ListProjectsOutput, error)

ListProjectsWithContext is the same as ListProjects with the addition of the ability to pass a context and additional request options.

See ListProjects for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListResourceCatalogs added in v1.44.305

func (c *SageMaker) ListResourceCatalogs(input *ListResourceCatalogsInput) (*ListResourceCatalogsOutput, error)

ListResourceCatalogs API operation for Amazon SageMaker Service.

Lists Amazon SageMaker Catalogs based on given filters and orders. The maximum number of ResourceCatalogs viewable is 1000.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListResourceCatalogs for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListResourceCatalogs

func (*SageMaker) ListResourceCatalogsPages added in v1.44.305

func (c *SageMaker) ListResourceCatalogsPages(input *ListResourceCatalogsInput, fn func(*ListResourceCatalogsOutput, bool) bool) error

ListResourceCatalogsPages iterates over the pages of a ListResourceCatalogs operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListResourceCatalogs method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListResourceCatalogs operation.
pageNum := 0
err := client.ListResourceCatalogsPages(params,
    func(page *sagemaker.ListResourceCatalogsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListResourceCatalogsPagesWithContext added in v1.44.305

func (c *SageMaker) ListResourceCatalogsPagesWithContext(ctx aws.Context, input *ListResourceCatalogsInput, fn func(*ListResourceCatalogsOutput, bool) bool, opts ...request.Option) error

ListResourceCatalogsPagesWithContext same as ListResourceCatalogsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListResourceCatalogsRequest added in v1.44.305

func (c *SageMaker) ListResourceCatalogsRequest(input *ListResourceCatalogsInput) (req *request.Request, output *ListResourceCatalogsOutput)

ListResourceCatalogsRequest generates a "aws/request.Request" representing the client's request for the ListResourceCatalogs operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListResourceCatalogs for more information on using the ListResourceCatalogs API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListResourceCatalogsRequest method.
req, resp := client.ListResourceCatalogsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListResourceCatalogs

func (*SageMaker) ListResourceCatalogsWithContext added in v1.44.305

func (c *SageMaker) ListResourceCatalogsWithContext(ctx aws.Context, input *ListResourceCatalogsInput, opts ...request.Option) (*ListResourceCatalogsOutput, error)

ListResourceCatalogsWithContext is the same as ListResourceCatalogs with the addition of the ability to pass a context and additional request options.

See ListResourceCatalogs for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListSpaces added in v1.44.150

func (c *SageMaker) ListSpaces(input *ListSpacesInput) (*ListSpacesOutput, error)

ListSpaces API operation for Amazon SageMaker Service.

Lists spaces.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListSpaces for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListSpaces

func (*SageMaker) ListSpacesPages added in v1.44.150

func (c *SageMaker) ListSpacesPages(input *ListSpacesInput, fn func(*ListSpacesOutput, bool) bool) error

ListSpacesPages iterates over the pages of a ListSpaces operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListSpaces method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListSpaces operation.
pageNum := 0
err := client.ListSpacesPages(params,
    func(page *sagemaker.ListSpacesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListSpacesPagesWithContext added in v1.44.150

func (c *SageMaker) ListSpacesPagesWithContext(ctx aws.Context, input *ListSpacesInput, fn func(*ListSpacesOutput, bool) bool, opts ...request.Option) error

ListSpacesPagesWithContext same as ListSpacesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListSpacesRequest added in v1.44.150

func (c *SageMaker) ListSpacesRequest(input *ListSpacesInput) (req *request.Request, output *ListSpacesOutput)

ListSpacesRequest generates a "aws/request.Request" representing the client's request for the ListSpaces operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListSpaces for more information on using the ListSpaces API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListSpacesRequest method.
req, resp := client.ListSpacesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListSpaces

func (*SageMaker) ListSpacesWithContext added in v1.44.150

func (c *SageMaker) ListSpacesWithContext(ctx aws.Context, input *ListSpacesInput, opts ...request.Option) (*ListSpacesOutput, error)

ListSpacesWithContext is the same as ListSpaces with the addition of the ability to pass a context and additional request options.

See ListSpaces for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListStageDevices added in v1.44.57

func (c *SageMaker) ListStageDevices(input *ListStageDevicesInput) (*ListStageDevicesOutput, error)

ListStageDevices API operation for Amazon SageMaker Service.

Lists devices allocated to the stage, containing detailed device information and deployment status.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListStageDevices for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListStageDevices

func (*SageMaker) ListStageDevicesPages added in v1.44.57

func (c *SageMaker) ListStageDevicesPages(input *ListStageDevicesInput, fn func(*ListStageDevicesOutput, bool) bool) error

ListStageDevicesPages iterates over the pages of a ListStageDevices operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListStageDevices method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListStageDevices operation.
pageNum := 0
err := client.ListStageDevicesPages(params,
    func(page *sagemaker.ListStageDevicesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListStageDevicesPagesWithContext added in v1.44.57

func (c *SageMaker) ListStageDevicesPagesWithContext(ctx aws.Context, input *ListStageDevicesInput, fn func(*ListStageDevicesOutput, bool) bool, opts ...request.Option) error

ListStageDevicesPagesWithContext same as ListStageDevicesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListStageDevicesRequest added in v1.44.57

func (c *SageMaker) ListStageDevicesRequest(input *ListStageDevicesInput) (req *request.Request, output *ListStageDevicesOutput)

ListStageDevicesRequest generates a "aws/request.Request" representing the client's request for the ListStageDevices operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListStageDevices for more information on using the ListStageDevices API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListStageDevicesRequest method.
req, resp := client.ListStageDevicesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListStageDevices

func (*SageMaker) ListStageDevicesWithContext added in v1.44.57

func (c *SageMaker) ListStageDevicesWithContext(ctx aws.Context, input *ListStageDevicesInput, opts ...request.Option) (*ListStageDevicesOutput, error)

ListStageDevicesWithContext is the same as ListStageDevices with the addition of the ability to pass a context and additional request options.

See ListStageDevices for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListStudioLifecycleConfigs added in v1.40.41

func (c *SageMaker) ListStudioLifecycleConfigs(input *ListStudioLifecycleConfigsInput) (*ListStudioLifecycleConfigsOutput, error)

ListStudioLifecycleConfigs API operation for Amazon SageMaker Service.

Lists the Studio Lifecycle Configurations in your Amazon Web Services Account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListStudioLifecycleConfigs for usage and error information.

Returned Error Types:

  • ResourceInUse Resource being accessed is in use.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListStudioLifecycleConfigs

func (*SageMaker) ListStudioLifecycleConfigsPages added in v1.40.41

func (c *SageMaker) ListStudioLifecycleConfigsPages(input *ListStudioLifecycleConfigsInput, fn func(*ListStudioLifecycleConfigsOutput, bool) bool) error

ListStudioLifecycleConfigsPages iterates over the pages of a ListStudioLifecycleConfigs operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListStudioLifecycleConfigs method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListStudioLifecycleConfigs operation.
pageNum := 0
err := client.ListStudioLifecycleConfigsPages(params,
    func(page *sagemaker.ListStudioLifecycleConfigsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListStudioLifecycleConfigsPagesWithContext added in v1.40.41

func (c *SageMaker) ListStudioLifecycleConfigsPagesWithContext(ctx aws.Context, input *ListStudioLifecycleConfigsInput, fn func(*ListStudioLifecycleConfigsOutput, bool) bool, opts ...request.Option) error

ListStudioLifecycleConfigsPagesWithContext same as ListStudioLifecycleConfigsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListStudioLifecycleConfigsRequest added in v1.40.41

func (c *SageMaker) ListStudioLifecycleConfigsRequest(input *ListStudioLifecycleConfigsInput) (req *request.Request, output *ListStudioLifecycleConfigsOutput)

ListStudioLifecycleConfigsRequest generates a "aws/request.Request" representing the client's request for the ListStudioLifecycleConfigs operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListStudioLifecycleConfigs for more information on using the ListStudioLifecycleConfigs API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListStudioLifecycleConfigsRequest method.
req, resp := client.ListStudioLifecycleConfigsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListStudioLifecycleConfigs

func (*SageMaker) ListStudioLifecycleConfigsWithContext added in v1.40.41

func (c *SageMaker) ListStudioLifecycleConfigsWithContext(ctx aws.Context, input *ListStudioLifecycleConfigsInput, opts ...request.Option) (*ListStudioLifecycleConfigsOutput, error)

ListStudioLifecycleConfigsWithContext is the same as ListStudioLifecycleConfigs with the addition of the ability to pass a context and additional request options.

See ListStudioLifecycleConfigs for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListSubscribedWorkteams added in v1.15.86

func (c *SageMaker) ListSubscribedWorkteams(input *ListSubscribedWorkteamsInput) (*ListSubscribedWorkteamsOutput, error)

ListSubscribedWorkteams API operation for Amazon SageMaker Service.

Gets a list of the work teams that you are subscribed to in the Amazon Web Services Marketplace. The list may be empty if no work team satisfies the filter specified in the NameContains parameter.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListSubscribedWorkteams for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListSubscribedWorkteams

func (*SageMaker) ListSubscribedWorkteamsPages added in v1.15.86

func (c *SageMaker) ListSubscribedWorkteamsPages(input *ListSubscribedWorkteamsInput, fn func(*ListSubscribedWorkteamsOutput, bool) bool) error

ListSubscribedWorkteamsPages iterates over the pages of a ListSubscribedWorkteams operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListSubscribedWorkteams method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListSubscribedWorkteams operation.
pageNum := 0
err := client.ListSubscribedWorkteamsPages(params,
    func(page *sagemaker.ListSubscribedWorkteamsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListSubscribedWorkteamsPagesWithContext added in v1.15.86

func (c *SageMaker) ListSubscribedWorkteamsPagesWithContext(ctx aws.Context, input *ListSubscribedWorkteamsInput, fn func(*ListSubscribedWorkteamsOutput, bool) bool, opts ...request.Option) error

ListSubscribedWorkteamsPagesWithContext same as ListSubscribedWorkteamsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListSubscribedWorkteamsRequest added in v1.15.86

func (c *SageMaker) ListSubscribedWorkteamsRequest(input *ListSubscribedWorkteamsInput) (req *request.Request, output *ListSubscribedWorkteamsOutput)

ListSubscribedWorkteamsRequest generates a "aws/request.Request" representing the client's request for the ListSubscribedWorkteams operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListSubscribedWorkteams for more information on using the ListSubscribedWorkteams API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListSubscribedWorkteamsRequest method.
req, resp := client.ListSubscribedWorkteamsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListSubscribedWorkteams

func (*SageMaker) ListSubscribedWorkteamsWithContext added in v1.15.86

func (c *SageMaker) ListSubscribedWorkteamsWithContext(ctx aws.Context, input *ListSubscribedWorkteamsInput, opts ...request.Option) (*ListSubscribedWorkteamsOutput, error)

ListSubscribedWorkteamsWithContext is the same as ListSubscribedWorkteams with the addition of the ability to pass a context and additional request options.

See ListSubscribedWorkteams for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListTags

func (c *SageMaker) ListTags(input *ListTagsInput) (*ListTagsOutput, error)

ListTags API operation for Amazon SageMaker Service.

Returns the tags for the specified SageMaker resource.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListTags for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListTags

func (*SageMaker) ListTagsPages

func (c *SageMaker) ListTagsPages(input *ListTagsInput, fn func(*ListTagsOutput, bool) bool) error

ListTagsPages iterates over the pages of a ListTags operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListTags method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListTags operation.
pageNum := 0
err := client.ListTagsPages(params,
    func(page *sagemaker.ListTagsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListTagsPagesWithContext

func (c *SageMaker) ListTagsPagesWithContext(ctx aws.Context, input *ListTagsInput, fn func(*ListTagsOutput, bool) bool, opts ...request.Option) error

ListTagsPagesWithContext same as ListTagsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListTagsRequest

func (c *SageMaker) ListTagsRequest(input *ListTagsInput) (req *request.Request, output *ListTagsOutput)

ListTagsRequest generates a "aws/request.Request" representing the client's request for the ListTags operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListTags for more information on using the ListTags API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListTagsRequest method.
req, resp := client.ListTagsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListTags

func (*SageMaker) ListTagsWithContext

func (c *SageMaker) ListTagsWithContext(ctx aws.Context, input *ListTagsInput, opts ...request.Option) (*ListTagsOutput, error)

ListTagsWithContext is the same as ListTags with the addition of the ability to pass a context and additional request options.

See ListTags for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListTrainingJobs

func (c *SageMaker) ListTrainingJobs(input *ListTrainingJobsInput) (*ListTrainingJobsOutput, error)

ListTrainingJobs API operation for Amazon SageMaker Service.

Lists training jobs.

When StatusEquals and MaxResults are set at the same time, the MaxResults number of training jobs are first retrieved ignoring the StatusEquals parameter and then they are filtered by the StatusEquals parameter, which is returned as a response.

For example, if ListTrainingJobs is invoked with the following parameters:

{ ... MaxResults: 100, StatusEquals: InProgress ... }

First, 100 trainings jobs with any status, including those other than InProgress, are selected (sorted according to the creation time, from the most current to the oldest). Next, those with a status of InProgress are returned.

You can quickly test the API using the following Amazon Web Services CLI code.

aws sagemaker list-training-jobs --max-results 100 --status-equals InProgress

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListTrainingJobs for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListTrainingJobs

func (*SageMaker) ListTrainingJobsForHyperParameterTuningJob added in v1.14.0

ListTrainingJobsForHyperParameterTuningJob API operation for Amazon SageMaker Service.

Gets a list of TrainingJobSummary (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_TrainingJobSummary.html) objects that describe the training jobs that a hyperparameter tuning job launched.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListTrainingJobsForHyperParameterTuningJob for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListTrainingJobsForHyperParameterTuningJob

func (*SageMaker) ListTrainingJobsForHyperParameterTuningJobPages added in v1.14.0

func (c *SageMaker) ListTrainingJobsForHyperParameterTuningJobPages(input *ListTrainingJobsForHyperParameterTuningJobInput, fn func(*ListTrainingJobsForHyperParameterTuningJobOutput, bool) bool) error

ListTrainingJobsForHyperParameterTuningJobPages iterates over the pages of a ListTrainingJobsForHyperParameterTuningJob operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListTrainingJobsForHyperParameterTuningJob method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListTrainingJobsForHyperParameterTuningJob operation.
pageNum := 0
err := client.ListTrainingJobsForHyperParameterTuningJobPages(params,
    func(page *sagemaker.ListTrainingJobsForHyperParameterTuningJobOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListTrainingJobsForHyperParameterTuningJobPagesWithContext added in v1.14.0

func (c *SageMaker) ListTrainingJobsForHyperParameterTuningJobPagesWithContext(ctx aws.Context, input *ListTrainingJobsForHyperParameterTuningJobInput, fn func(*ListTrainingJobsForHyperParameterTuningJobOutput, bool) bool, opts ...request.Option) error

ListTrainingJobsForHyperParameterTuningJobPagesWithContext same as ListTrainingJobsForHyperParameterTuningJobPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListTrainingJobsForHyperParameterTuningJobRequest added in v1.14.0

func (c *SageMaker) ListTrainingJobsForHyperParameterTuningJobRequest(input *ListTrainingJobsForHyperParameterTuningJobInput) (req *request.Request, output *ListTrainingJobsForHyperParameterTuningJobOutput)

ListTrainingJobsForHyperParameterTuningJobRequest generates a "aws/request.Request" representing the client's request for the ListTrainingJobsForHyperParameterTuningJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListTrainingJobsForHyperParameterTuningJob for more information on using the ListTrainingJobsForHyperParameterTuningJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListTrainingJobsForHyperParameterTuningJobRequest method.
req, resp := client.ListTrainingJobsForHyperParameterTuningJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListTrainingJobsForHyperParameterTuningJob

func (*SageMaker) ListTrainingJobsForHyperParameterTuningJobWithContext added in v1.14.0

func (c *SageMaker) ListTrainingJobsForHyperParameterTuningJobWithContext(ctx aws.Context, input *ListTrainingJobsForHyperParameterTuningJobInput, opts ...request.Option) (*ListTrainingJobsForHyperParameterTuningJobOutput, error)

ListTrainingJobsForHyperParameterTuningJobWithContext is the same as ListTrainingJobsForHyperParameterTuningJob with the addition of the ability to pass a context and additional request options.

See ListTrainingJobsForHyperParameterTuningJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListTrainingJobsPages

func (c *SageMaker) ListTrainingJobsPages(input *ListTrainingJobsInput, fn func(*ListTrainingJobsOutput, bool) bool) error

ListTrainingJobsPages iterates over the pages of a ListTrainingJobs operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListTrainingJobs method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListTrainingJobs operation.
pageNum := 0
err := client.ListTrainingJobsPages(params,
    func(page *sagemaker.ListTrainingJobsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListTrainingJobsPagesWithContext

func (c *SageMaker) ListTrainingJobsPagesWithContext(ctx aws.Context, input *ListTrainingJobsInput, fn func(*ListTrainingJobsOutput, bool) bool, opts ...request.Option) error

ListTrainingJobsPagesWithContext same as ListTrainingJobsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListTrainingJobsRequest

func (c *SageMaker) ListTrainingJobsRequest(input *ListTrainingJobsInput) (req *request.Request, output *ListTrainingJobsOutput)

ListTrainingJobsRequest generates a "aws/request.Request" representing the client's request for the ListTrainingJobs operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListTrainingJobs for more information on using the ListTrainingJobs API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListTrainingJobsRequest method.
req, resp := client.ListTrainingJobsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListTrainingJobs

func (*SageMaker) ListTrainingJobsWithContext

func (c *SageMaker) ListTrainingJobsWithContext(ctx aws.Context, input *ListTrainingJobsInput, opts ...request.Option) (*ListTrainingJobsOutput, error)

ListTrainingJobsWithContext is the same as ListTrainingJobs with the addition of the ability to pass a context and additional request options.

See ListTrainingJobs for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListTransformJobs added in v1.14.28

func (c *SageMaker) ListTransformJobs(input *ListTransformJobsInput) (*ListTransformJobsOutput, error)

ListTransformJobs API operation for Amazon SageMaker Service.

Lists transform jobs.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListTransformJobs for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListTransformJobs

func (*SageMaker) ListTransformJobsPages added in v1.14.28

func (c *SageMaker) ListTransformJobsPages(input *ListTransformJobsInput, fn func(*ListTransformJobsOutput, bool) bool) error

ListTransformJobsPages iterates over the pages of a ListTransformJobs operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListTransformJobs method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListTransformJobs operation.
pageNum := 0
err := client.ListTransformJobsPages(params,
    func(page *sagemaker.ListTransformJobsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListTransformJobsPagesWithContext added in v1.14.28

func (c *SageMaker) ListTransformJobsPagesWithContext(ctx aws.Context, input *ListTransformJobsInput, fn func(*ListTransformJobsOutput, bool) bool, opts ...request.Option) error

ListTransformJobsPagesWithContext same as ListTransformJobsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListTransformJobsRequest added in v1.14.28

func (c *SageMaker) ListTransformJobsRequest(input *ListTransformJobsInput) (req *request.Request, output *ListTransformJobsOutput)

ListTransformJobsRequest generates a "aws/request.Request" representing the client's request for the ListTransformJobs operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListTransformJobs for more information on using the ListTransformJobs API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListTransformJobsRequest method.
req, resp := client.ListTransformJobsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListTransformJobs

func (*SageMaker) ListTransformJobsWithContext added in v1.14.28

func (c *SageMaker) ListTransformJobsWithContext(ctx aws.Context, input *ListTransformJobsInput, opts ...request.Option) (*ListTransformJobsOutput, error)

ListTransformJobsWithContext is the same as ListTransformJobs with the addition of the ability to pass a context and additional request options.

See ListTransformJobs for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListTrialComponents added in v1.25.47

func (c *SageMaker) ListTrialComponents(input *ListTrialComponentsInput) (*ListTrialComponentsOutput, error)

ListTrialComponents API operation for Amazon SageMaker Service.

Lists the trial components in your account. You can sort the list by trial component name or creation time. You can filter the list to show only components that were created in a specific time range. You can also filter on one of the following:

  • ExperimentName

  • SourceArn

  • TrialName

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListTrialComponents for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListTrialComponents

func (*SageMaker) ListTrialComponentsPages added in v1.25.47

func (c *SageMaker) ListTrialComponentsPages(input *ListTrialComponentsInput, fn func(*ListTrialComponentsOutput, bool) bool) error

ListTrialComponentsPages iterates over the pages of a ListTrialComponents operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListTrialComponents method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListTrialComponents operation.
pageNum := 0
err := client.ListTrialComponentsPages(params,
    func(page *sagemaker.ListTrialComponentsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListTrialComponentsPagesWithContext added in v1.25.47

func (c *SageMaker) ListTrialComponentsPagesWithContext(ctx aws.Context, input *ListTrialComponentsInput, fn func(*ListTrialComponentsOutput, bool) bool, opts ...request.Option) error

ListTrialComponentsPagesWithContext same as ListTrialComponentsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListTrialComponentsRequest added in v1.25.47

func (c *SageMaker) ListTrialComponentsRequest(input *ListTrialComponentsInput) (req *request.Request, output *ListTrialComponentsOutput)

ListTrialComponentsRequest generates a "aws/request.Request" representing the client's request for the ListTrialComponents operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListTrialComponents for more information on using the ListTrialComponents API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListTrialComponentsRequest method.
req, resp := client.ListTrialComponentsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListTrialComponents

func (*SageMaker) ListTrialComponentsWithContext added in v1.25.47

func (c *SageMaker) ListTrialComponentsWithContext(ctx aws.Context, input *ListTrialComponentsInput, opts ...request.Option) (*ListTrialComponentsOutput, error)

ListTrialComponentsWithContext is the same as ListTrialComponents with the addition of the ability to pass a context and additional request options.

See ListTrialComponents for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListTrials added in v1.25.47

func (c *SageMaker) ListTrials(input *ListTrialsInput) (*ListTrialsOutput, error)

ListTrials API operation for Amazon SageMaker Service.

Lists the trials in your account. Specify an experiment name to limit the list to the trials that are part of that experiment. Specify a trial component name to limit the list to the trials that associated with that trial component. The list can be filtered to show only trials that were created in a specific time range. The list can be sorted by trial name or creation time.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListTrials for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListTrials

func (*SageMaker) ListTrialsPages added in v1.25.47

func (c *SageMaker) ListTrialsPages(input *ListTrialsInput, fn func(*ListTrialsOutput, bool) bool) error

ListTrialsPages iterates over the pages of a ListTrials operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListTrials method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListTrials operation.
pageNum := 0
err := client.ListTrialsPages(params,
    func(page *sagemaker.ListTrialsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListTrialsPagesWithContext added in v1.25.47

func (c *SageMaker) ListTrialsPagesWithContext(ctx aws.Context, input *ListTrialsInput, fn func(*ListTrialsOutput, bool) bool, opts ...request.Option) error

ListTrialsPagesWithContext same as ListTrialsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListTrialsRequest added in v1.25.47

func (c *SageMaker) ListTrialsRequest(input *ListTrialsInput) (req *request.Request, output *ListTrialsOutput)

ListTrialsRequest generates a "aws/request.Request" representing the client's request for the ListTrials operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListTrials for more information on using the ListTrials API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListTrialsRequest method.
req, resp := client.ListTrialsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListTrials

func (*SageMaker) ListTrialsWithContext added in v1.25.47

func (c *SageMaker) ListTrialsWithContext(ctx aws.Context, input *ListTrialsInput, opts ...request.Option) (*ListTrialsOutput, error)

ListTrialsWithContext is the same as ListTrials with the addition of the ability to pass a context and additional request options.

See ListTrials for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListUserProfiles added in v1.25.47

func (c *SageMaker) ListUserProfiles(input *ListUserProfilesInput) (*ListUserProfilesOutput, error)

ListUserProfiles API operation for Amazon SageMaker Service.

Lists user profiles.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListUserProfiles for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListUserProfiles

func (*SageMaker) ListUserProfilesPages added in v1.25.47

func (c *SageMaker) ListUserProfilesPages(input *ListUserProfilesInput, fn func(*ListUserProfilesOutput, bool) bool) error

ListUserProfilesPages iterates over the pages of a ListUserProfiles operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListUserProfiles method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListUserProfiles operation.
pageNum := 0
err := client.ListUserProfilesPages(params,
    func(page *sagemaker.ListUserProfilesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListUserProfilesPagesWithContext added in v1.25.47

func (c *SageMaker) ListUserProfilesPagesWithContext(ctx aws.Context, input *ListUserProfilesInput, fn func(*ListUserProfilesOutput, bool) bool, opts ...request.Option) error

ListUserProfilesPagesWithContext same as ListUserProfilesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListUserProfilesRequest added in v1.25.47

func (c *SageMaker) ListUserProfilesRequest(input *ListUserProfilesInput) (req *request.Request, output *ListUserProfilesOutput)

ListUserProfilesRequest generates a "aws/request.Request" representing the client's request for the ListUserProfiles operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListUserProfiles for more information on using the ListUserProfiles API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListUserProfilesRequest method.
req, resp := client.ListUserProfilesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListUserProfiles

func (*SageMaker) ListUserProfilesWithContext added in v1.25.47

func (c *SageMaker) ListUserProfilesWithContext(ctx aws.Context, input *ListUserProfilesInput, opts ...request.Option) (*ListUserProfilesOutput, error)

ListUserProfilesWithContext is the same as ListUserProfiles with the addition of the ability to pass a context and additional request options.

See ListUserProfiles for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListWorkforces added in v1.33.12

func (c *SageMaker) ListWorkforces(input *ListWorkforcesInput) (*ListWorkforcesOutput, error)

ListWorkforces API operation for Amazon SageMaker Service.

Use this operation to list all private and vendor workforces in an Amazon Web Services Region. Note that you can only have one private workforce per Amazon Web Services Region.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListWorkforces for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListWorkforces

func (*SageMaker) ListWorkforcesPages added in v1.33.12

func (c *SageMaker) ListWorkforcesPages(input *ListWorkforcesInput, fn func(*ListWorkforcesOutput, bool) bool) error

ListWorkforcesPages iterates over the pages of a ListWorkforces operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListWorkforces method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListWorkforces operation.
pageNum := 0
err := client.ListWorkforcesPages(params,
    func(page *sagemaker.ListWorkforcesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListWorkforcesPagesWithContext added in v1.33.12

func (c *SageMaker) ListWorkforcesPagesWithContext(ctx aws.Context, input *ListWorkforcesInput, fn func(*ListWorkforcesOutput, bool) bool, opts ...request.Option) error

ListWorkforcesPagesWithContext same as ListWorkforcesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListWorkforcesRequest added in v1.33.12

func (c *SageMaker) ListWorkforcesRequest(input *ListWorkforcesInput) (req *request.Request, output *ListWorkforcesOutput)

ListWorkforcesRequest generates a "aws/request.Request" representing the client's request for the ListWorkforces operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListWorkforces for more information on using the ListWorkforces API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListWorkforcesRequest method.
req, resp := client.ListWorkforcesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListWorkforces

func (*SageMaker) ListWorkforcesWithContext added in v1.33.12

func (c *SageMaker) ListWorkforcesWithContext(ctx aws.Context, input *ListWorkforcesInput, opts ...request.Option) (*ListWorkforcesOutput, error)

ListWorkforcesWithContext is the same as ListWorkforces with the addition of the ability to pass a context and additional request options.

See ListWorkforces for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListWorkteams added in v1.15.86

func (c *SageMaker) ListWorkteams(input *ListWorkteamsInput) (*ListWorkteamsOutput, error)

ListWorkteams API operation for Amazon SageMaker Service.

Gets a list of private work teams that you have defined in a region. The list may be empty if no work team satisfies the filter specified in the NameContains parameter.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation ListWorkteams for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListWorkteams

func (*SageMaker) ListWorkteamsPages added in v1.15.86

func (c *SageMaker) ListWorkteamsPages(input *ListWorkteamsInput, fn func(*ListWorkteamsOutput, bool) bool) error

ListWorkteamsPages iterates over the pages of a ListWorkteams operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListWorkteams method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListWorkteams operation.
pageNum := 0
err := client.ListWorkteamsPages(params,
    func(page *sagemaker.ListWorkteamsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) ListWorkteamsPagesWithContext added in v1.15.86

func (c *SageMaker) ListWorkteamsPagesWithContext(ctx aws.Context, input *ListWorkteamsInput, fn func(*ListWorkteamsOutput, bool) bool, opts ...request.Option) error

ListWorkteamsPagesWithContext same as ListWorkteamsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) ListWorkteamsRequest added in v1.15.86

func (c *SageMaker) ListWorkteamsRequest(input *ListWorkteamsInput) (req *request.Request, output *ListWorkteamsOutput)

ListWorkteamsRequest generates a "aws/request.Request" representing the client's request for the ListWorkteams operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListWorkteams for more information on using the ListWorkteams API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListWorkteamsRequest method.
req, resp := client.ListWorkteamsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListWorkteams

func (*SageMaker) ListWorkteamsWithContext added in v1.15.86

func (c *SageMaker) ListWorkteamsWithContext(ctx aws.Context, input *ListWorkteamsInput, opts ...request.Option) (*ListWorkteamsOutput, error)

ListWorkteamsWithContext is the same as ListWorkteams with the addition of the ability to pass a context and additional request options.

See ListWorkteams for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) PutModelPackageGroupPolicy added in v1.35.37

func (c *SageMaker) PutModelPackageGroupPolicy(input *PutModelPackageGroupPolicyInput) (*PutModelPackageGroupPolicyOutput, error)

PutModelPackageGroupPolicy API operation for Amazon SageMaker Service.

Adds a resouce policy to control access to a model group. For information about resoure policies, see Identity-based policies and resource-based policies (https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_identity-vs-resource.html) in the Amazon Web Services Identity and Access Management User Guide..

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation PutModelPackageGroupPolicy for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/PutModelPackageGroupPolicy

func (*SageMaker) PutModelPackageGroupPolicyRequest added in v1.35.37

func (c *SageMaker) PutModelPackageGroupPolicyRequest(input *PutModelPackageGroupPolicyInput) (req *request.Request, output *PutModelPackageGroupPolicyOutput)

PutModelPackageGroupPolicyRequest generates a "aws/request.Request" representing the client's request for the PutModelPackageGroupPolicy operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See PutModelPackageGroupPolicy for more information on using the PutModelPackageGroupPolicy API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the PutModelPackageGroupPolicyRequest method.
req, resp := client.PutModelPackageGroupPolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/PutModelPackageGroupPolicy

func (*SageMaker) PutModelPackageGroupPolicyWithContext added in v1.35.37

func (c *SageMaker) PutModelPackageGroupPolicyWithContext(ctx aws.Context, input *PutModelPackageGroupPolicyInput, opts ...request.Option) (*PutModelPackageGroupPolicyOutput, error)

PutModelPackageGroupPolicyWithContext is the same as PutModelPackageGroupPolicy with the addition of the ability to pass a context and additional request options.

See PutModelPackageGroupPolicy for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) QueryLineage added in v1.42.17

func (c *SageMaker) QueryLineage(input *QueryLineageInput) (*QueryLineageOutput, error)

QueryLineage API operation for Amazon SageMaker Service.

Use this action to inspect your lineage and discover relationships between entities. For more information, see Querying Lineage Entities (https://docs.aws.amazon.com/sagemaker/latest/dg/querying-lineage-entities.html) in the Amazon SageMaker Developer Guide.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation QueryLineage for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/QueryLineage

func (*SageMaker) QueryLineagePages added in v1.42.17

func (c *SageMaker) QueryLineagePages(input *QueryLineageInput, fn func(*QueryLineageOutput, bool) bool) error

QueryLineagePages iterates over the pages of a QueryLineage operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See QueryLineage method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a QueryLineage operation.
pageNum := 0
err := client.QueryLineagePages(params,
    func(page *sagemaker.QueryLineageOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) QueryLineagePagesWithContext added in v1.42.17

func (c *SageMaker) QueryLineagePagesWithContext(ctx aws.Context, input *QueryLineageInput, fn func(*QueryLineageOutput, bool) bool, opts ...request.Option) error

QueryLineagePagesWithContext same as QueryLineagePages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) QueryLineageRequest added in v1.42.17

func (c *SageMaker) QueryLineageRequest(input *QueryLineageInput) (req *request.Request, output *QueryLineageOutput)

QueryLineageRequest generates a "aws/request.Request" representing the client's request for the QueryLineage operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See QueryLineage for more information on using the QueryLineage API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the QueryLineageRequest method.
req, resp := client.QueryLineageRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/QueryLineage

func (*SageMaker) QueryLineageWithContext added in v1.42.17

func (c *SageMaker) QueryLineageWithContext(ctx aws.Context, input *QueryLineageInput, opts ...request.Option) (*QueryLineageOutput, error)

QueryLineageWithContext is the same as QueryLineage with the addition of the ability to pass a context and additional request options.

See QueryLineage for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) RegisterDevices added in v1.36.4

func (c *SageMaker) RegisterDevices(input *RegisterDevicesInput) (*RegisterDevicesOutput, error)

RegisterDevices API operation for Amazon SageMaker Service.

Register devices.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation RegisterDevices for usage and error information.

Returned Error Types:

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/RegisterDevices

func (*SageMaker) RegisterDevicesRequest added in v1.36.4

func (c *SageMaker) RegisterDevicesRequest(input *RegisterDevicesInput) (req *request.Request, output *RegisterDevicesOutput)

RegisterDevicesRequest generates a "aws/request.Request" representing the client's request for the RegisterDevices operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See RegisterDevices for more information on using the RegisterDevices API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the RegisterDevicesRequest method.
req, resp := client.RegisterDevicesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/RegisterDevices

func (*SageMaker) RegisterDevicesWithContext added in v1.36.4

func (c *SageMaker) RegisterDevicesWithContext(ctx aws.Context, input *RegisterDevicesInput, opts ...request.Option) (*RegisterDevicesOutput, error)

RegisterDevicesWithContext is the same as RegisterDevices with the addition of the ability to pass a context and additional request options.

See RegisterDevices for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) RenderUiTemplate added in v1.15.86

func (c *SageMaker) RenderUiTemplate(input *RenderUiTemplateInput) (*RenderUiTemplateOutput, error)

RenderUiTemplate API operation for Amazon SageMaker Service.

Renders the UI template so that you can preview the worker's experience.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation RenderUiTemplate for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/RenderUiTemplate

func (*SageMaker) RenderUiTemplateRequest added in v1.15.86

func (c *SageMaker) RenderUiTemplateRequest(input *RenderUiTemplateInput) (req *request.Request, output *RenderUiTemplateOutput)

RenderUiTemplateRequest generates a "aws/request.Request" representing the client's request for the RenderUiTemplate operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See RenderUiTemplate for more information on using the RenderUiTemplate API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the RenderUiTemplateRequest method.
req, resp := client.RenderUiTemplateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/RenderUiTemplate

func (*SageMaker) RenderUiTemplateWithContext added in v1.15.86

func (c *SageMaker) RenderUiTemplateWithContext(ctx aws.Context, input *RenderUiTemplateInput, opts ...request.Option) (*RenderUiTemplateOutput, error)

RenderUiTemplateWithContext is the same as RenderUiTemplate with the addition of the ability to pass a context and additional request options.

See RenderUiTemplate for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) RetryPipelineExecution added in v1.40.44

func (c *SageMaker) RetryPipelineExecution(input *RetryPipelineExecutionInput) (*RetryPipelineExecutionOutput, error)

RetryPipelineExecution API operation for Amazon SageMaker Service.

Retry the execution of the pipeline.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation RetryPipelineExecution for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

  • ConflictException There was a conflict when you attempted to modify a SageMaker entity such as an Experiment or Artifact.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/RetryPipelineExecution

func (*SageMaker) RetryPipelineExecutionRequest added in v1.40.44

func (c *SageMaker) RetryPipelineExecutionRequest(input *RetryPipelineExecutionInput) (req *request.Request, output *RetryPipelineExecutionOutput)

RetryPipelineExecutionRequest generates a "aws/request.Request" representing the client's request for the RetryPipelineExecution operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See RetryPipelineExecution for more information on using the RetryPipelineExecution API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the RetryPipelineExecutionRequest method.
req, resp := client.RetryPipelineExecutionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/RetryPipelineExecution

func (*SageMaker) RetryPipelineExecutionWithContext added in v1.40.44

func (c *SageMaker) RetryPipelineExecutionWithContext(ctx aws.Context, input *RetryPipelineExecutionInput, opts ...request.Option) (*RetryPipelineExecutionOutput, error)

RetryPipelineExecutionWithContext is the same as RetryPipelineExecution with the addition of the ability to pass a context and additional request options.

See RetryPipelineExecution for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) Search added in v1.15.86

func (c *SageMaker) Search(input *SearchInput) (*SearchOutput, error)

Search API operation for Amazon SageMaker Service.

Finds SageMaker resources that match a search query. Matching resources are returned as a list of SearchRecord objects in the response. You can sort the search results by any resource property in a ascending or descending order.

You can query against the following value types: numeric, text, Boolean, and timestamp.

The Search API may provide access to otherwise restricted data. See Amazon SageMaker API Permissions: Actions, Permissions, and Resources Reference (https://docs.aws.amazon.com/sagemaker/latest/dg/api-permissions-reference.html) for more information.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation Search for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/Search

func (*SageMaker) SearchPages added in v1.15.86

func (c *SageMaker) SearchPages(input *SearchInput, fn func(*SearchOutput, bool) bool) error

SearchPages iterates over the pages of a Search operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See Search method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a Search operation.
pageNum := 0
err := client.SearchPages(params,
    func(page *sagemaker.SearchOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*SageMaker) SearchPagesWithContext added in v1.15.86

func (c *SageMaker) SearchPagesWithContext(ctx aws.Context, input *SearchInput, fn func(*SearchOutput, bool) bool, opts ...request.Option) error

SearchPagesWithContext same as SearchPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) SearchRequest added in v1.15.86

func (c *SageMaker) SearchRequest(input *SearchInput) (req *request.Request, output *SearchOutput)

SearchRequest generates a "aws/request.Request" representing the client's request for the Search operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See Search for more information on using the Search API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the SearchRequest method.
req, resp := client.SearchRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/Search

func (*SageMaker) SearchWithContext added in v1.15.86

func (c *SageMaker) SearchWithContext(ctx aws.Context, input *SearchInput, opts ...request.Option) (*SearchOutput, error)

SearchWithContext is the same as Search with the addition of the ability to pass a context and additional request options.

See Search for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) SendPipelineExecutionStepFailure added in v1.38.56

func (c *SageMaker) SendPipelineExecutionStepFailure(input *SendPipelineExecutionStepFailureInput) (*SendPipelineExecutionStepFailureOutput, error)

SendPipelineExecutionStepFailure API operation for Amazon SageMaker Service.

Notifies the pipeline that the execution of a callback step failed, along with a message describing why. When a callback step is run, the pipeline generates a callback token and includes the token in a message sent to Amazon Simple Queue Service (Amazon SQS).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation SendPipelineExecutionStepFailure for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/SendPipelineExecutionStepFailure

func (*SageMaker) SendPipelineExecutionStepFailureRequest added in v1.38.56

func (c *SageMaker) SendPipelineExecutionStepFailureRequest(input *SendPipelineExecutionStepFailureInput) (req *request.Request, output *SendPipelineExecutionStepFailureOutput)

SendPipelineExecutionStepFailureRequest generates a "aws/request.Request" representing the client's request for the SendPipelineExecutionStepFailure operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See SendPipelineExecutionStepFailure for more information on using the SendPipelineExecutionStepFailure API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the SendPipelineExecutionStepFailureRequest method.
req, resp := client.SendPipelineExecutionStepFailureRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/SendPipelineExecutionStepFailure

func (*SageMaker) SendPipelineExecutionStepFailureWithContext added in v1.38.56

func (c *SageMaker) SendPipelineExecutionStepFailureWithContext(ctx aws.Context, input *SendPipelineExecutionStepFailureInput, opts ...request.Option) (*SendPipelineExecutionStepFailureOutput, error)

SendPipelineExecutionStepFailureWithContext is the same as SendPipelineExecutionStepFailure with the addition of the ability to pass a context and additional request options.

See SendPipelineExecutionStepFailure for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) SendPipelineExecutionStepSuccess added in v1.38.56

func (c *SageMaker) SendPipelineExecutionStepSuccess(input *SendPipelineExecutionStepSuccessInput) (*SendPipelineExecutionStepSuccessOutput, error)

SendPipelineExecutionStepSuccess API operation for Amazon SageMaker Service.

Notifies the pipeline that the execution of a callback step succeeded and provides a list of the step's output parameters. When a callback step is run, the pipeline generates a callback token and includes the token in a message sent to Amazon Simple Queue Service (Amazon SQS).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation SendPipelineExecutionStepSuccess for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/SendPipelineExecutionStepSuccess

func (*SageMaker) SendPipelineExecutionStepSuccessRequest added in v1.38.56

func (c *SageMaker) SendPipelineExecutionStepSuccessRequest(input *SendPipelineExecutionStepSuccessInput) (req *request.Request, output *SendPipelineExecutionStepSuccessOutput)

SendPipelineExecutionStepSuccessRequest generates a "aws/request.Request" representing the client's request for the SendPipelineExecutionStepSuccess operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See SendPipelineExecutionStepSuccess for more information on using the SendPipelineExecutionStepSuccess API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the SendPipelineExecutionStepSuccessRequest method.
req, resp := client.SendPipelineExecutionStepSuccessRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/SendPipelineExecutionStepSuccess

func (*SageMaker) SendPipelineExecutionStepSuccessWithContext added in v1.38.56

func (c *SageMaker) SendPipelineExecutionStepSuccessWithContext(ctx aws.Context, input *SendPipelineExecutionStepSuccessInput, opts ...request.Option) (*SendPipelineExecutionStepSuccessOutput, error)

SendPipelineExecutionStepSuccessWithContext is the same as SendPipelineExecutionStepSuccess with the addition of the ability to pass a context and additional request options.

See SendPipelineExecutionStepSuccess for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) StartEdgeDeploymentStage added in v1.44.57

func (c *SageMaker) StartEdgeDeploymentStage(input *StartEdgeDeploymentStageInput) (*StartEdgeDeploymentStageOutput, error)

StartEdgeDeploymentStage API operation for Amazon SageMaker Service.

Starts a stage in an edge deployment plan.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation StartEdgeDeploymentStage for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/StartEdgeDeploymentStage

func (*SageMaker) StartEdgeDeploymentStageRequest added in v1.44.57

func (c *SageMaker) StartEdgeDeploymentStageRequest(input *StartEdgeDeploymentStageInput) (req *request.Request, output *StartEdgeDeploymentStageOutput)

StartEdgeDeploymentStageRequest generates a "aws/request.Request" representing the client's request for the StartEdgeDeploymentStage operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See StartEdgeDeploymentStage for more information on using the StartEdgeDeploymentStage API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the StartEdgeDeploymentStageRequest method.
req, resp := client.StartEdgeDeploymentStageRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/StartEdgeDeploymentStage

func (*SageMaker) StartEdgeDeploymentStageWithContext added in v1.44.57

func (c *SageMaker) StartEdgeDeploymentStageWithContext(ctx aws.Context, input *StartEdgeDeploymentStageInput, opts ...request.Option) (*StartEdgeDeploymentStageOutput, error)

StartEdgeDeploymentStageWithContext is the same as StartEdgeDeploymentStage with the addition of the ability to pass a context and additional request options.

See StartEdgeDeploymentStage for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) StartInferenceExperiment added in v1.44.150

func (c *SageMaker) StartInferenceExperiment(input *StartInferenceExperimentInput) (*StartInferenceExperimentOutput, error)

StartInferenceExperiment API operation for Amazon SageMaker Service.

Starts an inference experiment.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation StartInferenceExperiment for usage and error information.

Returned Error Types:

  • ConflictException There was a conflict when you attempted to modify a SageMaker entity such as an Experiment or Artifact.

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/StartInferenceExperiment

func (*SageMaker) StartInferenceExperimentRequest added in v1.44.150

func (c *SageMaker) StartInferenceExperimentRequest(input *StartInferenceExperimentInput) (req *request.Request, output *StartInferenceExperimentOutput)

StartInferenceExperimentRequest generates a "aws/request.Request" representing the client's request for the StartInferenceExperiment operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See StartInferenceExperiment for more information on using the StartInferenceExperiment API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the StartInferenceExperimentRequest method.
req, resp := client.StartInferenceExperimentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/StartInferenceExperiment

func (*SageMaker) StartInferenceExperimentWithContext added in v1.44.150

func (c *SageMaker) StartInferenceExperimentWithContext(ctx aws.Context, input *StartInferenceExperimentInput, opts ...request.Option) (*StartInferenceExperimentOutput, error)

StartInferenceExperimentWithContext is the same as StartInferenceExperiment with the addition of the ability to pass a context and additional request options.

See StartInferenceExperiment for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) StartMonitoringSchedule added in v1.25.47

func (c *SageMaker) StartMonitoringSchedule(input *StartMonitoringScheduleInput) (*StartMonitoringScheduleOutput, error)

StartMonitoringSchedule API operation for Amazon SageMaker Service.

Starts a previously stopped monitoring schedule.

By default, when you successfully create a new schedule, the status of a monitoring schedule is scheduled.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation StartMonitoringSchedule for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/StartMonitoringSchedule

func (*SageMaker) StartMonitoringScheduleRequest added in v1.25.47

func (c *SageMaker) StartMonitoringScheduleRequest(input *StartMonitoringScheduleInput) (req *request.Request, output *StartMonitoringScheduleOutput)

StartMonitoringScheduleRequest generates a "aws/request.Request" representing the client's request for the StartMonitoringSchedule operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See StartMonitoringSchedule for more information on using the StartMonitoringSchedule API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the StartMonitoringScheduleRequest method.
req, resp := client.StartMonitoringScheduleRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/StartMonitoringSchedule

func (*SageMaker) StartMonitoringScheduleWithContext added in v1.25.47

func (c *SageMaker) StartMonitoringScheduleWithContext(ctx aws.Context, input *StartMonitoringScheduleInput, opts ...request.Option) (*StartMonitoringScheduleOutput, error)

StartMonitoringScheduleWithContext is the same as StartMonitoringSchedule with the addition of the ability to pass a context and additional request options.

See StartMonitoringSchedule for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) StartNotebookInstance

func (c *SageMaker) StartNotebookInstance(input *StartNotebookInstanceInput) (*StartNotebookInstanceOutput, error)

StartNotebookInstance API operation for Amazon SageMaker Service.

Launches an ML compute instance with the latest version of the libraries and attaches your ML storage volume. After configuring the notebook instance, SageMaker sets the notebook instance status to InService. A notebook instance's status must be InService before you can connect to your Jupyter notebook.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation StartNotebookInstance for usage and error information.

Returned Error Types:

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/StartNotebookInstance

func (*SageMaker) StartNotebookInstanceRequest

func (c *SageMaker) StartNotebookInstanceRequest(input *StartNotebookInstanceInput) (req *request.Request, output *StartNotebookInstanceOutput)

StartNotebookInstanceRequest generates a "aws/request.Request" representing the client's request for the StartNotebookInstance operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See StartNotebookInstance for more information on using the StartNotebookInstance API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the StartNotebookInstanceRequest method.
req, resp := client.StartNotebookInstanceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/StartNotebookInstance

func (*SageMaker) StartNotebookInstanceWithContext

func (c *SageMaker) StartNotebookInstanceWithContext(ctx aws.Context, input *StartNotebookInstanceInput, opts ...request.Option) (*StartNotebookInstanceOutput, error)

StartNotebookInstanceWithContext is the same as StartNotebookInstance with the addition of the ability to pass a context and additional request options.

See StartNotebookInstance for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) StartPipelineExecution added in v1.35.37

func (c *SageMaker) StartPipelineExecution(input *StartPipelineExecutionInput) (*StartPipelineExecutionOutput, error)

StartPipelineExecution API operation for Amazon SageMaker Service.

Starts a pipeline execution.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation StartPipelineExecution for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/StartPipelineExecution

func (*SageMaker) StartPipelineExecutionRequest added in v1.35.37

func (c *SageMaker) StartPipelineExecutionRequest(input *StartPipelineExecutionInput) (req *request.Request, output *StartPipelineExecutionOutput)

StartPipelineExecutionRequest generates a "aws/request.Request" representing the client's request for the StartPipelineExecution operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See StartPipelineExecution for more information on using the StartPipelineExecution API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the StartPipelineExecutionRequest method.
req, resp := client.StartPipelineExecutionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/StartPipelineExecution

func (*SageMaker) StartPipelineExecutionWithContext added in v1.35.37

func (c *SageMaker) StartPipelineExecutionWithContext(ctx aws.Context, input *StartPipelineExecutionInput, opts ...request.Option) (*StartPipelineExecutionOutput, error)

StartPipelineExecutionWithContext is the same as StartPipelineExecution with the addition of the ability to pass a context and additional request options.

See StartPipelineExecution for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) StopAutoMLJob added in v1.25.47

func (c *SageMaker) StopAutoMLJob(input *StopAutoMLJobInput) (*StopAutoMLJobOutput, error)

StopAutoMLJob API operation for Amazon SageMaker Service.

A method for forcing a running job to shut down.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation StopAutoMLJob for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/StopAutoMLJob

func (*SageMaker) StopAutoMLJobRequest added in v1.25.47

func (c *SageMaker) StopAutoMLJobRequest(input *StopAutoMLJobInput) (req *request.Request, output *StopAutoMLJobOutput)

StopAutoMLJobRequest generates a "aws/request.Request" representing the client's request for the StopAutoMLJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See StopAutoMLJob for more information on using the StopAutoMLJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the StopAutoMLJobRequest method.
req, resp := client.StopAutoMLJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/StopAutoMLJob

func (*SageMaker) StopAutoMLJobWithContext added in v1.25.47

func (c *SageMaker) StopAutoMLJobWithContext(ctx aws.Context, input *StopAutoMLJobInput, opts ...request.Option) (*StopAutoMLJobOutput, error)

StopAutoMLJobWithContext is the same as StopAutoMLJob with the addition of the ability to pass a context and additional request options.

See StopAutoMLJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) StopCompilationJob added in v1.15.86

func (c *SageMaker) StopCompilationJob(input *StopCompilationJobInput) (*StopCompilationJobOutput, error)

StopCompilationJob API operation for Amazon SageMaker Service.

Stops a model compilation job.

To stop a job, Amazon SageMaker sends the algorithm the SIGTERM signal. This gracefully shuts the job down. If the job hasn't stopped, it sends the SIGKILL signal.

When it receives a StopCompilationJob request, Amazon SageMaker changes the CompilationJobStatus of the job to Stopping. After Amazon SageMaker stops the job, it sets the CompilationJobStatus to Stopped.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation StopCompilationJob for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/StopCompilationJob

func (*SageMaker) StopCompilationJobRequest added in v1.15.86

func (c *SageMaker) StopCompilationJobRequest(input *StopCompilationJobInput) (req *request.Request, output *StopCompilationJobOutput)

StopCompilationJobRequest generates a "aws/request.Request" representing the client's request for the StopCompilationJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See StopCompilationJob for more information on using the StopCompilationJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the StopCompilationJobRequest method.
req, resp := client.StopCompilationJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/StopCompilationJob

func (*SageMaker) StopCompilationJobWithContext added in v1.15.86

func (c *SageMaker) StopCompilationJobWithContext(ctx aws.Context, input *StopCompilationJobInput, opts ...request.Option) (*StopCompilationJobOutput, error)

StopCompilationJobWithContext is the same as StopCompilationJob with the addition of the ability to pass a context and additional request options.

See StopCompilationJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) StopEdgeDeploymentStage added in v1.44.57

func (c *SageMaker) StopEdgeDeploymentStage(input *StopEdgeDeploymentStageInput) (*StopEdgeDeploymentStageOutput, error)

StopEdgeDeploymentStage API operation for Amazon SageMaker Service.

Stops a stage in an edge deployment plan.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation StopEdgeDeploymentStage for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/StopEdgeDeploymentStage

func (*SageMaker) StopEdgeDeploymentStageRequest added in v1.44.57

func (c *SageMaker) StopEdgeDeploymentStageRequest(input *StopEdgeDeploymentStageInput) (req *request.Request, output *StopEdgeDeploymentStageOutput)

StopEdgeDeploymentStageRequest generates a "aws/request.Request" representing the client's request for the StopEdgeDeploymentStage operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See StopEdgeDeploymentStage for more information on using the StopEdgeDeploymentStage API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the StopEdgeDeploymentStageRequest method.
req, resp := client.StopEdgeDeploymentStageRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/StopEdgeDeploymentStage

func (*SageMaker) StopEdgeDeploymentStageWithContext added in v1.44.57

func (c *SageMaker) StopEdgeDeploymentStageWithContext(ctx aws.Context, input *StopEdgeDeploymentStageInput, opts ...request.Option) (*StopEdgeDeploymentStageOutput, error)

StopEdgeDeploymentStageWithContext is the same as StopEdgeDeploymentStage with the addition of the ability to pass a context and additional request options.

See StopEdgeDeploymentStage for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) StopEdgePackagingJob added in v1.36.4

func (c *SageMaker) StopEdgePackagingJob(input *StopEdgePackagingJobInput) (*StopEdgePackagingJobOutput, error)

StopEdgePackagingJob API operation for Amazon SageMaker Service.

Request to stop an edge packaging job.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation StopEdgePackagingJob for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/StopEdgePackagingJob

func (*SageMaker) StopEdgePackagingJobRequest added in v1.36.4

func (c *SageMaker) StopEdgePackagingJobRequest(input *StopEdgePackagingJobInput) (req *request.Request, output *StopEdgePackagingJobOutput)

StopEdgePackagingJobRequest generates a "aws/request.Request" representing the client's request for the StopEdgePackagingJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See StopEdgePackagingJob for more information on using the StopEdgePackagingJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the StopEdgePackagingJobRequest method.
req, resp := client.StopEdgePackagingJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/StopEdgePackagingJob

func (*SageMaker) StopEdgePackagingJobWithContext added in v1.36.4

func (c *SageMaker) StopEdgePackagingJobWithContext(ctx aws.Context, input *StopEdgePackagingJobInput, opts ...request.Option) (*StopEdgePackagingJobOutput, error)

StopEdgePackagingJobWithContext is the same as StopEdgePackagingJob with the addition of the ability to pass a context and additional request options.

See StopEdgePackagingJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) StopHyperParameterTuningJob added in v1.14.0

func (c *SageMaker) StopHyperParameterTuningJob(input *StopHyperParameterTuningJobInput) (*StopHyperParameterTuningJobOutput, error)

StopHyperParameterTuningJob API operation for Amazon SageMaker Service.

Stops a running hyperparameter tuning job and all running training jobs that the tuning job launched.

All model artifacts output from the training jobs are stored in Amazon Simple Storage Service (Amazon S3). All data that the training jobs write to Amazon CloudWatch Logs are still available in CloudWatch. After the tuning job moves to the Stopped state, it releases all reserved resources for the tuning job.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation StopHyperParameterTuningJob for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/StopHyperParameterTuningJob

func (*SageMaker) StopHyperParameterTuningJobRequest added in v1.14.0

func (c *SageMaker) StopHyperParameterTuningJobRequest(input *StopHyperParameterTuningJobInput) (req *request.Request, output *StopHyperParameterTuningJobOutput)

StopHyperParameterTuningJobRequest generates a "aws/request.Request" representing the client's request for the StopHyperParameterTuningJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See StopHyperParameterTuningJob for more information on using the StopHyperParameterTuningJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the StopHyperParameterTuningJobRequest method.
req, resp := client.StopHyperParameterTuningJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/StopHyperParameterTuningJob

func (*SageMaker) StopHyperParameterTuningJobWithContext added in v1.14.0

func (c *SageMaker) StopHyperParameterTuningJobWithContext(ctx aws.Context, input *StopHyperParameterTuningJobInput, opts ...request.Option) (*StopHyperParameterTuningJobOutput, error)

StopHyperParameterTuningJobWithContext is the same as StopHyperParameterTuningJob with the addition of the ability to pass a context and additional request options.

See StopHyperParameterTuningJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) StopInferenceExperiment added in v1.44.150

func (c *SageMaker) StopInferenceExperiment(input *StopInferenceExperimentInput) (*StopInferenceExperimentOutput, error)

StopInferenceExperiment API operation for Amazon SageMaker Service.

Stops an inference experiment.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation StopInferenceExperiment for usage and error information.

Returned Error Types:

  • ConflictException There was a conflict when you attempted to modify a SageMaker entity such as an Experiment or Artifact.

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/StopInferenceExperiment

func (*SageMaker) StopInferenceExperimentRequest added in v1.44.150

func (c *SageMaker) StopInferenceExperimentRequest(input *StopInferenceExperimentInput) (req *request.Request, output *StopInferenceExperimentOutput)

StopInferenceExperimentRequest generates a "aws/request.Request" representing the client's request for the StopInferenceExperiment operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See StopInferenceExperiment for more information on using the StopInferenceExperiment API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the StopInferenceExperimentRequest method.
req, resp := client.StopInferenceExperimentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/StopInferenceExperiment

func (*SageMaker) StopInferenceExperimentWithContext added in v1.44.150

func (c *SageMaker) StopInferenceExperimentWithContext(ctx aws.Context, input *StopInferenceExperimentInput, opts ...request.Option) (*StopInferenceExperimentOutput, error)

StopInferenceExperimentWithContext is the same as StopInferenceExperiment with the addition of the ability to pass a context and additional request options.

See StopInferenceExperiment for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) StopInferenceRecommendationsJob added in v1.42.17

func (c *SageMaker) StopInferenceRecommendationsJob(input *StopInferenceRecommendationsJobInput) (*StopInferenceRecommendationsJobOutput, error)

StopInferenceRecommendationsJob API operation for Amazon SageMaker Service.

Stops an Inference Recommender job.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation StopInferenceRecommendationsJob for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/StopInferenceRecommendationsJob

func (*SageMaker) StopInferenceRecommendationsJobRequest added in v1.42.17

func (c *SageMaker) StopInferenceRecommendationsJobRequest(input *StopInferenceRecommendationsJobInput) (req *request.Request, output *StopInferenceRecommendationsJobOutput)

StopInferenceRecommendationsJobRequest generates a "aws/request.Request" representing the client's request for the StopInferenceRecommendationsJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See StopInferenceRecommendationsJob for more information on using the StopInferenceRecommendationsJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the StopInferenceRecommendationsJobRequest method.
req, resp := client.StopInferenceRecommendationsJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/StopInferenceRecommendationsJob

func (*SageMaker) StopInferenceRecommendationsJobWithContext added in v1.42.17

func (c *SageMaker) StopInferenceRecommendationsJobWithContext(ctx aws.Context, input *StopInferenceRecommendationsJobInput, opts ...request.Option) (*StopInferenceRecommendationsJobOutput, error)

StopInferenceRecommendationsJobWithContext is the same as StopInferenceRecommendationsJob with the addition of the ability to pass a context and additional request options.

See StopInferenceRecommendationsJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) StopLabelingJob added in v1.15.86

func (c *SageMaker) StopLabelingJob(input *StopLabelingJobInput) (*StopLabelingJobOutput, error)

StopLabelingJob API operation for Amazon SageMaker Service.

Stops a running labeling job. A job that is stopped cannot be restarted. Any results obtained before the job is stopped are placed in the Amazon S3 output bucket.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation StopLabelingJob for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/StopLabelingJob

func (*SageMaker) StopLabelingJobRequest added in v1.15.86

func (c *SageMaker) StopLabelingJobRequest(input *StopLabelingJobInput) (req *request.Request, output *StopLabelingJobOutput)

StopLabelingJobRequest generates a "aws/request.Request" representing the client's request for the StopLabelingJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See StopLabelingJob for more information on using the StopLabelingJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the StopLabelingJobRequest method.
req, resp := client.StopLabelingJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/StopLabelingJob

func (*SageMaker) StopLabelingJobWithContext added in v1.15.86

func (c *SageMaker) StopLabelingJobWithContext(ctx aws.Context, input *StopLabelingJobInput, opts ...request.Option) (*StopLabelingJobOutput, error)

StopLabelingJobWithContext is the same as StopLabelingJob with the addition of the ability to pass a context and additional request options.

See StopLabelingJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) StopMonitoringSchedule added in v1.25.47

func (c *SageMaker) StopMonitoringSchedule(input *StopMonitoringScheduleInput) (*StopMonitoringScheduleOutput, error)

StopMonitoringSchedule API operation for Amazon SageMaker Service.

Stops a previously started monitoring schedule.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation StopMonitoringSchedule for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/StopMonitoringSchedule

func (*SageMaker) StopMonitoringScheduleRequest added in v1.25.47

func (c *SageMaker) StopMonitoringScheduleRequest(input *StopMonitoringScheduleInput) (req *request.Request, output *StopMonitoringScheduleOutput)

StopMonitoringScheduleRequest generates a "aws/request.Request" representing the client's request for the StopMonitoringSchedule operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See StopMonitoringSchedule for more information on using the StopMonitoringSchedule API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the StopMonitoringScheduleRequest method.
req, resp := client.StopMonitoringScheduleRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/StopMonitoringSchedule

func (*SageMaker) StopMonitoringScheduleWithContext added in v1.25.47

func (c *SageMaker) StopMonitoringScheduleWithContext(ctx aws.Context, input *StopMonitoringScheduleInput, opts ...request.Option) (*StopMonitoringScheduleOutput, error)

StopMonitoringScheduleWithContext is the same as StopMonitoringSchedule with the addition of the ability to pass a context and additional request options.

See StopMonitoringSchedule for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) StopNotebookInstance

func (c *SageMaker) StopNotebookInstance(input *StopNotebookInstanceInput) (*StopNotebookInstanceOutput, error)

StopNotebookInstance API operation for Amazon SageMaker Service.

Terminates the ML compute instance. Before terminating the instance, SageMaker disconnects the ML storage volume from it. SageMaker preserves the ML storage volume. SageMaker stops charging you for the ML compute instance when you call StopNotebookInstance.

To access data on the ML storage volume for a notebook instance that has been terminated, call the StartNotebookInstance API. StartNotebookInstance launches another ML compute instance, configures it, and attaches the preserved ML storage volume so you can continue your work.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation StopNotebookInstance for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/StopNotebookInstance

func (*SageMaker) StopNotebookInstanceRequest

func (c *SageMaker) StopNotebookInstanceRequest(input *StopNotebookInstanceInput) (req *request.Request, output *StopNotebookInstanceOutput)

StopNotebookInstanceRequest generates a "aws/request.Request" representing the client's request for the StopNotebookInstance operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See StopNotebookInstance for more information on using the StopNotebookInstance API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the StopNotebookInstanceRequest method.
req, resp := client.StopNotebookInstanceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/StopNotebookInstance

func (*SageMaker) StopNotebookInstanceWithContext

func (c *SageMaker) StopNotebookInstanceWithContext(ctx aws.Context, input *StopNotebookInstanceInput, opts ...request.Option) (*StopNotebookInstanceOutput, error)

StopNotebookInstanceWithContext is the same as StopNotebookInstance with the addition of the ability to pass a context and additional request options.

See StopNotebookInstance for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) StopPipelineExecution added in v1.35.37

func (c *SageMaker) StopPipelineExecution(input *StopPipelineExecutionInput) (*StopPipelineExecutionOutput, error)

StopPipelineExecution API operation for Amazon SageMaker Service.

Stops a pipeline execution.

Callback Step

A pipeline execution won't stop while a callback step is running. When you call StopPipelineExecution on a pipeline execution with a running callback step, SageMaker Pipelines sends an additional Amazon SQS message to the specified SQS queue. The body of the SQS message contains a "Status" field which is set to "Stopping".

You should add logic to your Amazon SQS message consumer to take any needed action (for example, resource cleanup) upon receipt of the message followed by a call to SendPipelineExecutionStepSuccess or SendPipelineExecutionStepFailure.

Only when SageMaker Pipelines receives one of these calls will it stop the pipeline execution.

Lambda Step

A pipeline execution can't be stopped while a lambda step is running because the Lambda function invoked by the lambda step can't be stopped. If you attempt to stop the execution while the Lambda function is running, the pipeline waits for the Lambda function to finish or until the timeout is hit, whichever occurs first, and then stops. If the Lambda function finishes, the pipeline execution status is Stopped. If the timeout is hit the pipeline execution status is Failed.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation StopPipelineExecution for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/StopPipelineExecution

func (*SageMaker) StopPipelineExecutionRequest added in v1.35.37

func (c *SageMaker) StopPipelineExecutionRequest(input *StopPipelineExecutionInput) (req *request.Request, output *StopPipelineExecutionOutput)

StopPipelineExecutionRequest generates a "aws/request.Request" representing the client's request for the StopPipelineExecution operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See StopPipelineExecution for more information on using the StopPipelineExecution API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the StopPipelineExecutionRequest method.
req, resp := client.StopPipelineExecutionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/StopPipelineExecution

func (*SageMaker) StopPipelineExecutionWithContext added in v1.35.37

func (c *SageMaker) StopPipelineExecutionWithContext(ctx aws.Context, input *StopPipelineExecutionInput, opts ...request.Option) (*StopPipelineExecutionOutput, error)

StopPipelineExecutionWithContext is the same as StopPipelineExecution with the addition of the ability to pass a context and additional request options.

See StopPipelineExecution for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) StopProcessingJob added in v1.25.47

func (c *SageMaker) StopProcessingJob(input *StopProcessingJobInput) (*StopProcessingJobOutput, error)

StopProcessingJob API operation for Amazon SageMaker Service.

Stops a processing job.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation StopProcessingJob for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/StopProcessingJob

func (*SageMaker) StopProcessingJobRequest added in v1.25.47

func (c *SageMaker) StopProcessingJobRequest(input *StopProcessingJobInput) (req *request.Request, output *StopProcessingJobOutput)

StopProcessingJobRequest generates a "aws/request.Request" representing the client's request for the StopProcessingJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See StopProcessingJob for more information on using the StopProcessingJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the StopProcessingJobRequest method.
req, resp := client.StopProcessingJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/StopProcessingJob

func (*SageMaker) StopProcessingJobWithContext added in v1.25.47

func (c *SageMaker) StopProcessingJobWithContext(ctx aws.Context, input *StopProcessingJobInput, opts ...request.Option) (*StopProcessingJobOutput, error)

StopProcessingJobWithContext is the same as StopProcessingJob with the addition of the ability to pass a context and additional request options.

See StopProcessingJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) StopTrainingJob

func (c *SageMaker) StopTrainingJob(input *StopTrainingJobInput) (*StopTrainingJobOutput, error)

StopTrainingJob API operation for Amazon SageMaker Service.

Stops a training job. To stop a job, SageMaker sends the algorithm the SIGTERM signal, which delays job termination for 120 seconds. Algorithms might use this 120-second window to save the model artifacts, so the results of the training is not lost.

When it receives a StopTrainingJob request, SageMaker changes the status of the job to Stopping. After SageMaker stops the job, it sets the status to Stopped.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation StopTrainingJob for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/StopTrainingJob

func (*SageMaker) StopTrainingJobRequest

func (c *SageMaker) StopTrainingJobRequest(input *StopTrainingJobInput) (req *request.Request, output *StopTrainingJobOutput)

StopTrainingJobRequest generates a "aws/request.Request" representing the client's request for the StopTrainingJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See StopTrainingJob for more information on using the StopTrainingJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the StopTrainingJobRequest method.
req, resp := client.StopTrainingJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/StopTrainingJob

func (*SageMaker) StopTrainingJobWithContext

func (c *SageMaker) StopTrainingJobWithContext(ctx aws.Context, input *StopTrainingJobInput, opts ...request.Option) (*StopTrainingJobOutput, error)

StopTrainingJobWithContext is the same as StopTrainingJob with the addition of the ability to pass a context and additional request options.

See StopTrainingJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) StopTransformJob added in v1.14.28

func (c *SageMaker) StopTransformJob(input *StopTransformJobInput) (*StopTransformJobOutput, error)

StopTransformJob API operation for Amazon SageMaker Service.

Stops a batch transform job.

When Amazon SageMaker receives a StopTransformJob request, the status of the job changes to Stopping. After Amazon SageMaker stops the job, the status is set to Stopped. When you stop a batch transform job before it is completed, Amazon SageMaker doesn't store the job's output in Amazon S3.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation StopTransformJob for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/StopTransformJob

func (*SageMaker) StopTransformJobRequest added in v1.14.28

func (c *SageMaker) StopTransformJobRequest(input *StopTransformJobInput) (req *request.Request, output *StopTransformJobOutput)

StopTransformJobRequest generates a "aws/request.Request" representing the client's request for the StopTransformJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See StopTransformJob for more information on using the StopTransformJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the StopTransformJobRequest method.
req, resp := client.StopTransformJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/StopTransformJob

func (*SageMaker) StopTransformJobWithContext added in v1.14.28

func (c *SageMaker) StopTransformJobWithContext(ctx aws.Context, input *StopTransformJobInput, opts ...request.Option) (*StopTransformJobOutput, error)

StopTransformJobWithContext is the same as StopTransformJob with the addition of the ability to pass a context and additional request options.

See StopTransformJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) UpdateAction added in v1.35.37

func (c *SageMaker) UpdateAction(input *UpdateActionInput) (*UpdateActionOutput, error)

UpdateAction API operation for Amazon SageMaker Service.

Updates an action.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation UpdateAction for usage and error information.

Returned Error Types:

  • ConflictException There was a conflict when you attempted to modify a SageMaker entity such as an Experiment or Artifact.

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateAction

func (*SageMaker) UpdateActionRequest added in v1.35.37

func (c *SageMaker) UpdateActionRequest(input *UpdateActionInput) (req *request.Request, output *UpdateActionOutput)

UpdateActionRequest generates a "aws/request.Request" representing the client's request for the UpdateAction operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateAction for more information on using the UpdateAction API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateActionRequest method.
req, resp := client.UpdateActionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateAction

func (*SageMaker) UpdateActionWithContext added in v1.35.37

func (c *SageMaker) UpdateActionWithContext(ctx aws.Context, input *UpdateActionInput, opts ...request.Option) (*UpdateActionOutput, error)

UpdateActionWithContext is the same as UpdateAction with the addition of the ability to pass a context and additional request options.

See UpdateAction for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) UpdateAppImageConfig added in v1.35.15

func (c *SageMaker) UpdateAppImageConfig(input *UpdateAppImageConfigInput) (*UpdateAppImageConfigOutput, error)

UpdateAppImageConfig API operation for Amazon SageMaker Service.

Updates the properties of an AppImageConfig.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation UpdateAppImageConfig for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateAppImageConfig

func (*SageMaker) UpdateAppImageConfigRequest added in v1.35.15

func (c *SageMaker) UpdateAppImageConfigRequest(input *UpdateAppImageConfigInput) (req *request.Request, output *UpdateAppImageConfigOutput)

UpdateAppImageConfigRequest generates a "aws/request.Request" representing the client's request for the UpdateAppImageConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateAppImageConfig for more information on using the UpdateAppImageConfig API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateAppImageConfigRequest method.
req, resp := client.UpdateAppImageConfigRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateAppImageConfig

func (*SageMaker) UpdateAppImageConfigWithContext added in v1.35.15

func (c *SageMaker) UpdateAppImageConfigWithContext(ctx aws.Context, input *UpdateAppImageConfigInput, opts ...request.Option) (*UpdateAppImageConfigOutput, error)

UpdateAppImageConfigWithContext is the same as UpdateAppImageConfig with the addition of the ability to pass a context and additional request options.

See UpdateAppImageConfig for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) UpdateArtifact added in v1.35.37

func (c *SageMaker) UpdateArtifact(input *UpdateArtifactInput) (*UpdateArtifactOutput, error)

UpdateArtifact API operation for Amazon SageMaker Service.

Updates an artifact.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation UpdateArtifact for usage and error information.

Returned Error Types:

  • ConflictException There was a conflict when you attempted to modify a SageMaker entity such as an Experiment or Artifact.

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateArtifact

func (*SageMaker) UpdateArtifactRequest added in v1.35.37

func (c *SageMaker) UpdateArtifactRequest(input *UpdateArtifactInput) (req *request.Request, output *UpdateArtifactOutput)

UpdateArtifactRequest generates a "aws/request.Request" representing the client's request for the UpdateArtifact operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateArtifact for more information on using the UpdateArtifact API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateArtifactRequest method.
req, resp := client.UpdateArtifactRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateArtifact

func (*SageMaker) UpdateArtifactWithContext added in v1.35.37

func (c *SageMaker) UpdateArtifactWithContext(ctx aws.Context, input *UpdateArtifactInput, opts ...request.Option) (*UpdateArtifactOutput, error)

UpdateArtifactWithContext is the same as UpdateArtifact with the addition of the ability to pass a context and additional request options.

See UpdateArtifact for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) UpdateCodeRepository added in v1.15.86

func (c *SageMaker) UpdateCodeRepository(input *UpdateCodeRepositoryInput) (*UpdateCodeRepositoryOutput, error)

UpdateCodeRepository API operation for Amazon SageMaker Service.

Updates the specified Git repository with the specified values.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation UpdateCodeRepository for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateCodeRepository

func (*SageMaker) UpdateCodeRepositoryRequest added in v1.15.86

func (c *SageMaker) UpdateCodeRepositoryRequest(input *UpdateCodeRepositoryInput) (req *request.Request, output *UpdateCodeRepositoryOutput)

UpdateCodeRepositoryRequest generates a "aws/request.Request" representing the client's request for the UpdateCodeRepository operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateCodeRepository for more information on using the UpdateCodeRepository API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateCodeRepositoryRequest method.
req, resp := client.UpdateCodeRepositoryRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateCodeRepository

func (*SageMaker) UpdateCodeRepositoryWithContext added in v1.15.86

func (c *SageMaker) UpdateCodeRepositoryWithContext(ctx aws.Context, input *UpdateCodeRepositoryInput, opts ...request.Option) (*UpdateCodeRepositoryOutput, error)

UpdateCodeRepositoryWithContext is the same as UpdateCodeRepository with the addition of the ability to pass a context and additional request options.

See UpdateCodeRepository for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) UpdateContext added in v1.35.37

func (c *SageMaker) UpdateContext(input *UpdateContextInput) (*UpdateContextOutput, error)

UpdateContext API operation for Amazon SageMaker Service.

Updates a context.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation UpdateContext for usage and error information.

Returned Error Types:

  • ConflictException There was a conflict when you attempted to modify a SageMaker entity such as an Experiment or Artifact.

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateContext

func (*SageMaker) UpdateContextRequest added in v1.35.37

func (c *SageMaker) UpdateContextRequest(input *UpdateContextInput) (req *request.Request, output *UpdateContextOutput)

UpdateContextRequest generates a "aws/request.Request" representing the client's request for the UpdateContext operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateContext for more information on using the UpdateContext API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateContextRequest method.
req, resp := client.UpdateContextRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateContext

func (*SageMaker) UpdateContextWithContext added in v1.35.37

func (c *SageMaker) UpdateContextWithContext(ctx aws.Context, input *UpdateContextInput, opts ...request.Option) (*UpdateContextOutput, error)

UpdateContextWithContext is the same as UpdateContext with the addition of the ability to pass a context and additional request options.

See UpdateContext for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) UpdateDeviceFleet added in v1.36.4

func (c *SageMaker) UpdateDeviceFleet(input *UpdateDeviceFleetInput) (*UpdateDeviceFleetOutput, error)

UpdateDeviceFleet API operation for Amazon SageMaker Service.

Updates a fleet of devices.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation UpdateDeviceFleet for usage and error information.

Returned Error Types:

  • ResourceInUse Resource being accessed is in use.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateDeviceFleet

func (*SageMaker) UpdateDeviceFleetRequest added in v1.36.4

func (c *SageMaker) UpdateDeviceFleetRequest(input *UpdateDeviceFleetInput) (req *request.Request, output *UpdateDeviceFleetOutput)

UpdateDeviceFleetRequest generates a "aws/request.Request" representing the client's request for the UpdateDeviceFleet operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateDeviceFleet for more information on using the UpdateDeviceFleet API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateDeviceFleetRequest method.
req, resp := client.UpdateDeviceFleetRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateDeviceFleet

func (*SageMaker) UpdateDeviceFleetWithContext added in v1.36.4

func (c *SageMaker) UpdateDeviceFleetWithContext(ctx aws.Context, input *UpdateDeviceFleetInput, opts ...request.Option) (*UpdateDeviceFleetOutput, error)

UpdateDeviceFleetWithContext is the same as UpdateDeviceFleet with the addition of the ability to pass a context and additional request options.

See UpdateDeviceFleet for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) UpdateDevices added in v1.36.4

func (c *SageMaker) UpdateDevices(input *UpdateDevicesInput) (*UpdateDevicesOutput, error)

UpdateDevices API operation for Amazon SageMaker Service.

Updates one or more devices in a fleet.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation UpdateDevices for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateDevices

func (*SageMaker) UpdateDevicesRequest added in v1.36.4

func (c *SageMaker) UpdateDevicesRequest(input *UpdateDevicesInput) (req *request.Request, output *UpdateDevicesOutput)

UpdateDevicesRequest generates a "aws/request.Request" representing the client's request for the UpdateDevices operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateDevices for more information on using the UpdateDevices API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateDevicesRequest method.
req, resp := client.UpdateDevicesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateDevices

func (*SageMaker) UpdateDevicesWithContext added in v1.36.4

func (c *SageMaker) UpdateDevicesWithContext(ctx aws.Context, input *UpdateDevicesInput, opts ...request.Option) (*UpdateDevicesOutput, error)

UpdateDevicesWithContext is the same as UpdateDevices with the addition of the ability to pass a context and additional request options.

See UpdateDevices for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) UpdateDomain added in v1.25.47

func (c *SageMaker) UpdateDomain(input *UpdateDomainInput) (*UpdateDomainOutput, error)

UpdateDomain API operation for Amazon SageMaker Service.

Updates the default settings for new user profiles in the domain.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation UpdateDomain for usage and error information.

Returned Error Types:

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

  • ResourceInUse Resource being accessed is in use.

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateDomain

func (*SageMaker) UpdateDomainRequest added in v1.25.47

func (c *SageMaker) UpdateDomainRequest(input *UpdateDomainInput) (req *request.Request, output *UpdateDomainOutput)

UpdateDomainRequest generates a "aws/request.Request" representing the client's request for the UpdateDomain operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateDomain for more information on using the UpdateDomain API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateDomainRequest method.
req, resp := client.UpdateDomainRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateDomain

func (*SageMaker) UpdateDomainWithContext added in v1.25.47

func (c *SageMaker) UpdateDomainWithContext(ctx aws.Context, input *UpdateDomainInput, opts ...request.Option) (*UpdateDomainOutput, error)

UpdateDomainWithContext is the same as UpdateDomain with the addition of the ability to pass a context and additional request options.

See UpdateDomain for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) UpdateEndpoint

func (c *SageMaker) UpdateEndpoint(input *UpdateEndpointInput) (*UpdateEndpointOutput, error)

UpdateEndpoint API operation for Amazon SageMaker Service.

Deploys the new EndpointConfig specified in the request, switches to using newly created endpoint, and then deletes resources provisioned for the endpoint using the previous EndpointConfig (there is no availability loss).

When SageMaker receives the request, it sets the endpoint status to Updating. After updating the endpoint, it sets the status to InService. To check the status of an endpoint, use the DescribeEndpoint (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeEndpoint.html) API.

You must not delete an EndpointConfig in use by an endpoint that is live or while the UpdateEndpoint or CreateEndpoint operations are being performed on the endpoint. To update an endpoint, you must create a new EndpointConfig.

If you delete the EndpointConfig of an endpoint that is active or being created or updated you may lose visibility into the instance type the endpoint is using. The endpoint must be deleted in order to stop incurring charges.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation UpdateEndpoint for usage and error information.

Returned Error Types:

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateEndpoint

func (*SageMaker) UpdateEndpointRequest

func (c *SageMaker) UpdateEndpointRequest(input *UpdateEndpointInput) (req *request.Request, output *UpdateEndpointOutput)

UpdateEndpointRequest generates a "aws/request.Request" representing the client's request for the UpdateEndpoint operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateEndpoint for more information on using the UpdateEndpoint API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateEndpointRequest method.
req, resp := client.UpdateEndpointRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateEndpoint

func (*SageMaker) UpdateEndpointWeightsAndCapacities

func (c *SageMaker) UpdateEndpointWeightsAndCapacities(input *UpdateEndpointWeightsAndCapacitiesInput) (*UpdateEndpointWeightsAndCapacitiesOutput, error)

UpdateEndpointWeightsAndCapacities API operation for Amazon SageMaker Service.

Updates variant weight of one or more variants associated with an existing endpoint, or capacity of one variant associated with an existing endpoint. When it receives the request, SageMaker sets the endpoint status to Updating. After updating the endpoint, it sets the status to InService. To check the status of an endpoint, use the DescribeEndpoint (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeEndpoint.html) API.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation UpdateEndpointWeightsAndCapacities for usage and error information.

Returned Error Types:

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateEndpointWeightsAndCapacities

func (*SageMaker) UpdateEndpointWeightsAndCapacitiesRequest

func (c *SageMaker) UpdateEndpointWeightsAndCapacitiesRequest(input *UpdateEndpointWeightsAndCapacitiesInput) (req *request.Request, output *UpdateEndpointWeightsAndCapacitiesOutput)

UpdateEndpointWeightsAndCapacitiesRequest generates a "aws/request.Request" representing the client's request for the UpdateEndpointWeightsAndCapacities operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateEndpointWeightsAndCapacities for more information on using the UpdateEndpointWeightsAndCapacities API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateEndpointWeightsAndCapacitiesRequest method.
req, resp := client.UpdateEndpointWeightsAndCapacitiesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateEndpointWeightsAndCapacities

func (*SageMaker) UpdateEndpointWeightsAndCapacitiesWithContext

func (c *SageMaker) UpdateEndpointWeightsAndCapacitiesWithContext(ctx aws.Context, input *UpdateEndpointWeightsAndCapacitiesInput, opts ...request.Option) (*UpdateEndpointWeightsAndCapacitiesOutput, error)

UpdateEndpointWeightsAndCapacitiesWithContext is the same as UpdateEndpointWeightsAndCapacities with the addition of the ability to pass a context and additional request options.

See UpdateEndpointWeightsAndCapacities for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) UpdateEndpointWithContext

func (c *SageMaker) UpdateEndpointWithContext(ctx aws.Context, input *UpdateEndpointInput, opts ...request.Option) (*UpdateEndpointOutput, error)

UpdateEndpointWithContext is the same as UpdateEndpoint with the addition of the ability to pass a context and additional request options.

See UpdateEndpoint for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) UpdateExperiment added in v1.25.47

func (c *SageMaker) UpdateExperiment(input *UpdateExperimentInput) (*UpdateExperimentOutput, error)

UpdateExperiment API operation for Amazon SageMaker Service.

Adds, updates, or removes the description of an experiment. Updates the display name of an experiment.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation UpdateExperiment for usage and error information.

Returned Error Types:

  • ConflictException There was a conflict when you attempted to modify a SageMaker entity such as an Experiment or Artifact.

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateExperiment

func (*SageMaker) UpdateExperimentRequest added in v1.25.47

func (c *SageMaker) UpdateExperimentRequest(input *UpdateExperimentInput) (req *request.Request, output *UpdateExperimentOutput)

UpdateExperimentRequest generates a "aws/request.Request" representing the client's request for the UpdateExperiment operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateExperiment for more information on using the UpdateExperiment API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateExperimentRequest method.
req, resp := client.UpdateExperimentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateExperiment

func (*SageMaker) UpdateExperimentWithContext added in v1.25.47

func (c *SageMaker) UpdateExperimentWithContext(ctx aws.Context, input *UpdateExperimentInput, opts ...request.Option) (*UpdateExperimentOutput, error)

UpdateExperimentWithContext is the same as UpdateExperiment with the addition of the ability to pass a context and additional request options.

See UpdateExperiment for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) UpdateFeatureGroup added in v1.44.45

func (c *SageMaker) UpdateFeatureGroup(input *UpdateFeatureGroupInput) (*UpdateFeatureGroupOutput, error)

UpdateFeatureGroup API operation for Amazon SageMaker Service.

Updates the feature group by either adding features or updating the online store configuration. Use one of the following request parameters at a time while using the UpdateFeatureGroup API.

You can add features for your feature group using the FeatureAdditions request parameter. Features cannot be removed from a feature group.

You can update the online store configuration by using the OnlineStoreConfig request parameter. If a TtlDuration is specified, the default TtlDuration applies for all records added to the feature group after the feature group is updated. If a record level TtlDuration exists from using the PutRecord API, the record level TtlDuration applies to that record instead of the default TtlDuration.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation UpdateFeatureGroup for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateFeatureGroup

func (*SageMaker) UpdateFeatureGroupRequest added in v1.44.45

func (c *SageMaker) UpdateFeatureGroupRequest(input *UpdateFeatureGroupInput) (req *request.Request, output *UpdateFeatureGroupOutput)

UpdateFeatureGroupRequest generates a "aws/request.Request" representing the client's request for the UpdateFeatureGroup operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateFeatureGroup for more information on using the UpdateFeatureGroup API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateFeatureGroupRequest method.
req, resp := client.UpdateFeatureGroupRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateFeatureGroup

func (*SageMaker) UpdateFeatureGroupWithContext added in v1.44.45

func (c *SageMaker) UpdateFeatureGroupWithContext(ctx aws.Context, input *UpdateFeatureGroupInput, opts ...request.Option) (*UpdateFeatureGroupOutput, error)

UpdateFeatureGroupWithContext is the same as UpdateFeatureGroup with the addition of the ability to pass a context and additional request options.

See UpdateFeatureGroup for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) UpdateFeatureMetadata added in v1.44.45

func (c *SageMaker) UpdateFeatureMetadata(input *UpdateFeatureMetadataInput) (*UpdateFeatureMetadataOutput, error)

UpdateFeatureMetadata API operation for Amazon SageMaker Service.

Updates the description and parameters of the feature group.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation UpdateFeatureMetadata for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateFeatureMetadata

func (*SageMaker) UpdateFeatureMetadataRequest added in v1.44.45

func (c *SageMaker) UpdateFeatureMetadataRequest(input *UpdateFeatureMetadataInput) (req *request.Request, output *UpdateFeatureMetadataOutput)

UpdateFeatureMetadataRequest generates a "aws/request.Request" representing the client's request for the UpdateFeatureMetadata operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateFeatureMetadata for more information on using the UpdateFeatureMetadata API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateFeatureMetadataRequest method.
req, resp := client.UpdateFeatureMetadataRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateFeatureMetadata

func (*SageMaker) UpdateFeatureMetadataWithContext added in v1.44.45

func (c *SageMaker) UpdateFeatureMetadataWithContext(ctx aws.Context, input *UpdateFeatureMetadataInput, opts ...request.Option) (*UpdateFeatureMetadataOutput, error)

UpdateFeatureMetadataWithContext is the same as UpdateFeatureMetadata with the addition of the ability to pass a context and additional request options.

See UpdateFeatureMetadata for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) UpdateHub added in v1.44.150

func (c *SageMaker) UpdateHub(input *UpdateHubInput) (*UpdateHubOutput, error)

UpdateHub API operation for Amazon SageMaker Service.

Update a hub.

Hub APIs are only callable through SageMaker Studio.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation UpdateHub for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateHub

func (*SageMaker) UpdateHubRequest added in v1.44.150

func (c *SageMaker) UpdateHubRequest(input *UpdateHubInput) (req *request.Request, output *UpdateHubOutput)

UpdateHubRequest generates a "aws/request.Request" representing the client's request for the UpdateHub operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateHub for more information on using the UpdateHub API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateHubRequest method.
req, resp := client.UpdateHubRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateHub

func (*SageMaker) UpdateHubWithContext added in v1.44.150

func (c *SageMaker) UpdateHubWithContext(ctx aws.Context, input *UpdateHubInput, opts ...request.Option) (*UpdateHubOutput, error)

UpdateHubWithContext is the same as UpdateHub with the addition of the ability to pass a context and additional request options.

See UpdateHub for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) UpdateImage added in v1.35.15

func (c *SageMaker) UpdateImage(input *UpdateImageInput) (*UpdateImageOutput, error)

UpdateImage API operation for Amazon SageMaker Service.

Updates the properties of a SageMaker image. To change the image's tags, use the AddTags (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_AddTags.html) and DeleteTags (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteTags.html) APIs.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation UpdateImage for usage and error information.

Returned Error Types:

  • ResourceInUse Resource being accessed is in use.

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateImage

func (*SageMaker) UpdateImageRequest added in v1.35.15

func (c *SageMaker) UpdateImageRequest(input *UpdateImageInput) (req *request.Request, output *UpdateImageOutput)

UpdateImageRequest generates a "aws/request.Request" representing the client's request for the UpdateImage operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateImage for more information on using the UpdateImage API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateImageRequest method.
req, resp := client.UpdateImageRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateImage

func (*SageMaker) UpdateImageVersion added in v1.44.163

func (c *SageMaker) UpdateImageVersion(input *UpdateImageVersionInput) (*UpdateImageVersionOutput, error)

UpdateImageVersion API operation for Amazon SageMaker Service.

Updates the properties of a SageMaker image version.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation UpdateImageVersion for usage and error information.

Returned Error Types:

  • ResourceInUse Resource being accessed is in use.

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateImageVersion

func (*SageMaker) UpdateImageVersionRequest added in v1.44.163

func (c *SageMaker) UpdateImageVersionRequest(input *UpdateImageVersionInput) (req *request.Request, output *UpdateImageVersionOutput)

UpdateImageVersionRequest generates a "aws/request.Request" representing the client's request for the UpdateImageVersion operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateImageVersion for more information on using the UpdateImageVersion API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateImageVersionRequest method.
req, resp := client.UpdateImageVersionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateImageVersion

func (*SageMaker) UpdateImageVersionWithContext added in v1.44.163

func (c *SageMaker) UpdateImageVersionWithContext(ctx aws.Context, input *UpdateImageVersionInput, opts ...request.Option) (*UpdateImageVersionOutput, error)

UpdateImageVersionWithContext is the same as UpdateImageVersion with the addition of the ability to pass a context and additional request options.

See UpdateImageVersion for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) UpdateImageWithContext added in v1.35.15

func (c *SageMaker) UpdateImageWithContext(ctx aws.Context, input *UpdateImageInput, opts ...request.Option) (*UpdateImageOutput, error)

UpdateImageWithContext is the same as UpdateImage with the addition of the ability to pass a context and additional request options.

See UpdateImage for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) UpdateInferenceExperiment added in v1.44.150

func (c *SageMaker) UpdateInferenceExperiment(input *UpdateInferenceExperimentInput) (*UpdateInferenceExperimentOutput, error)

UpdateInferenceExperiment API operation for Amazon SageMaker Service.

Updates an inference experiment that you created. The status of the inference experiment has to be either Created, Running. For more information on the status of an inference experiment, see DescribeInferenceExperiment (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeInferenceExperiment.html).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation UpdateInferenceExperiment for usage and error information.

Returned Error Types:

  • ConflictException There was a conflict when you attempted to modify a SageMaker entity such as an Experiment or Artifact.

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateInferenceExperiment

func (*SageMaker) UpdateInferenceExperimentRequest added in v1.44.150

func (c *SageMaker) UpdateInferenceExperimentRequest(input *UpdateInferenceExperimentInput) (req *request.Request, output *UpdateInferenceExperimentOutput)

UpdateInferenceExperimentRequest generates a "aws/request.Request" representing the client's request for the UpdateInferenceExperiment operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateInferenceExperiment for more information on using the UpdateInferenceExperiment API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateInferenceExperimentRequest method.
req, resp := client.UpdateInferenceExperimentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateInferenceExperiment

func (*SageMaker) UpdateInferenceExperimentWithContext added in v1.44.150

func (c *SageMaker) UpdateInferenceExperimentWithContext(ctx aws.Context, input *UpdateInferenceExperimentInput, opts ...request.Option) (*UpdateInferenceExperimentOutput, error)

UpdateInferenceExperimentWithContext is the same as UpdateInferenceExperiment with the addition of the ability to pass a context and additional request options.

See UpdateInferenceExperiment for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) UpdateModelCard added in v1.44.150

func (c *SageMaker) UpdateModelCard(input *UpdateModelCardInput) (*UpdateModelCardOutput, error)

UpdateModelCard API operation for Amazon SageMaker Service.

Update an Amazon SageMaker Model Card.

You cannot update both model card content and model card status in a single call.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation UpdateModelCard for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

  • ConflictException There was a conflict when you attempted to modify a SageMaker entity such as an Experiment or Artifact.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateModelCard

func (*SageMaker) UpdateModelCardRequest added in v1.44.150

func (c *SageMaker) UpdateModelCardRequest(input *UpdateModelCardInput) (req *request.Request, output *UpdateModelCardOutput)

UpdateModelCardRequest generates a "aws/request.Request" representing the client's request for the UpdateModelCard operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateModelCard for more information on using the UpdateModelCard API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateModelCardRequest method.
req, resp := client.UpdateModelCardRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateModelCard

func (*SageMaker) UpdateModelCardWithContext added in v1.44.150

func (c *SageMaker) UpdateModelCardWithContext(ctx aws.Context, input *UpdateModelCardInput, opts ...request.Option) (*UpdateModelCardOutput, error)

UpdateModelCardWithContext is the same as UpdateModelCard with the addition of the ability to pass a context and additional request options.

See UpdateModelCard for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) UpdateModelPackage added in v1.35.37

func (c *SageMaker) UpdateModelPackage(input *UpdateModelPackageInput) (*UpdateModelPackageOutput, error)

UpdateModelPackage API operation for Amazon SageMaker Service.

Updates a versioned model.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation UpdateModelPackage for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateModelPackage

func (*SageMaker) UpdateModelPackageRequest added in v1.35.37

func (c *SageMaker) UpdateModelPackageRequest(input *UpdateModelPackageInput) (req *request.Request, output *UpdateModelPackageOutput)

UpdateModelPackageRequest generates a "aws/request.Request" representing the client's request for the UpdateModelPackage operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateModelPackage for more information on using the UpdateModelPackage API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateModelPackageRequest method.
req, resp := client.UpdateModelPackageRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateModelPackage

func (*SageMaker) UpdateModelPackageWithContext added in v1.35.37

func (c *SageMaker) UpdateModelPackageWithContext(ctx aws.Context, input *UpdateModelPackageInput, opts ...request.Option) (*UpdateModelPackageOutput, error)

UpdateModelPackageWithContext is the same as UpdateModelPackage with the addition of the ability to pass a context and additional request options.

See UpdateModelPackage for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) UpdateMonitoringAlert added in v1.44.150

func (c *SageMaker) UpdateMonitoringAlert(input *UpdateMonitoringAlertInput) (*UpdateMonitoringAlertOutput, error)

UpdateMonitoringAlert API operation for Amazon SageMaker Service.

Update the parameters of a model monitor alert.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation UpdateMonitoringAlert for usage and error information.

Returned Error Types:

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateMonitoringAlert

func (*SageMaker) UpdateMonitoringAlertRequest added in v1.44.150

func (c *SageMaker) UpdateMonitoringAlertRequest(input *UpdateMonitoringAlertInput) (req *request.Request, output *UpdateMonitoringAlertOutput)

UpdateMonitoringAlertRequest generates a "aws/request.Request" representing the client's request for the UpdateMonitoringAlert operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateMonitoringAlert for more information on using the UpdateMonitoringAlert API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateMonitoringAlertRequest method.
req, resp := client.UpdateMonitoringAlertRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateMonitoringAlert

func (*SageMaker) UpdateMonitoringAlertWithContext added in v1.44.150

func (c *SageMaker) UpdateMonitoringAlertWithContext(ctx aws.Context, input *UpdateMonitoringAlertInput, opts ...request.Option) (*UpdateMonitoringAlertOutput, error)

UpdateMonitoringAlertWithContext is the same as UpdateMonitoringAlert with the addition of the ability to pass a context and additional request options.

See UpdateMonitoringAlert for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) UpdateMonitoringSchedule added in v1.25.47

func (c *SageMaker) UpdateMonitoringSchedule(input *UpdateMonitoringScheduleInput) (*UpdateMonitoringScheduleOutput, error)

UpdateMonitoringSchedule API operation for Amazon SageMaker Service.

Updates a previously created schedule.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation UpdateMonitoringSchedule for usage and error information.

Returned Error Types:

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateMonitoringSchedule

func (*SageMaker) UpdateMonitoringScheduleRequest added in v1.25.47

func (c *SageMaker) UpdateMonitoringScheduleRequest(input *UpdateMonitoringScheduleInput) (req *request.Request, output *UpdateMonitoringScheduleOutput)

UpdateMonitoringScheduleRequest generates a "aws/request.Request" representing the client's request for the UpdateMonitoringSchedule operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateMonitoringSchedule for more information on using the UpdateMonitoringSchedule API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateMonitoringScheduleRequest method.
req, resp := client.UpdateMonitoringScheduleRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateMonitoringSchedule

func (*SageMaker) UpdateMonitoringScheduleWithContext added in v1.25.47

func (c *SageMaker) UpdateMonitoringScheduleWithContext(ctx aws.Context, input *UpdateMonitoringScheduleInput, opts ...request.Option) (*UpdateMonitoringScheduleOutput, error)

UpdateMonitoringScheduleWithContext is the same as UpdateMonitoringSchedule with the addition of the ability to pass a context and additional request options.

See UpdateMonitoringSchedule for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) UpdateNotebookInstance

func (c *SageMaker) UpdateNotebookInstance(input *UpdateNotebookInstanceInput) (*UpdateNotebookInstanceOutput, error)

UpdateNotebookInstance API operation for Amazon SageMaker Service.

Updates a notebook instance. NotebookInstance updates include upgrading or downgrading the ML compute instance used for your notebook instance to accommodate changes in your workload requirements.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation UpdateNotebookInstance for usage and error information.

Returned Error Types:

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateNotebookInstance

func (*SageMaker) UpdateNotebookInstanceLifecycleConfig added in v1.13.15

UpdateNotebookInstanceLifecycleConfig API operation for Amazon SageMaker Service.

Updates a notebook instance lifecycle configuration created with the CreateNotebookInstanceLifecycleConfig (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateNotebookInstanceLifecycleConfig.html) API.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation UpdateNotebookInstanceLifecycleConfig for usage and error information.

Returned Error Types:

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateNotebookInstanceLifecycleConfig

func (*SageMaker) UpdateNotebookInstanceLifecycleConfigRequest added in v1.13.15

func (c *SageMaker) UpdateNotebookInstanceLifecycleConfigRequest(input *UpdateNotebookInstanceLifecycleConfigInput) (req *request.Request, output *UpdateNotebookInstanceLifecycleConfigOutput)

UpdateNotebookInstanceLifecycleConfigRequest generates a "aws/request.Request" representing the client's request for the UpdateNotebookInstanceLifecycleConfig operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateNotebookInstanceLifecycleConfig for more information on using the UpdateNotebookInstanceLifecycleConfig API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateNotebookInstanceLifecycleConfigRequest method.
req, resp := client.UpdateNotebookInstanceLifecycleConfigRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateNotebookInstanceLifecycleConfig

func (*SageMaker) UpdateNotebookInstanceLifecycleConfigWithContext added in v1.13.15

func (c *SageMaker) UpdateNotebookInstanceLifecycleConfigWithContext(ctx aws.Context, input *UpdateNotebookInstanceLifecycleConfigInput, opts ...request.Option) (*UpdateNotebookInstanceLifecycleConfigOutput, error)

UpdateNotebookInstanceLifecycleConfigWithContext is the same as UpdateNotebookInstanceLifecycleConfig with the addition of the ability to pass a context and additional request options.

See UpdateNotebookInstanceLifecycleConfig for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) UpdateNotebookInstanceRequest

func (c *SageMaker) UpdateNotebookInstanceRequest(input *UpdateNotebookInstanceInput) (req *request.Request, output *UpdateNotebookInstanceOutput)

UpdateNotebookInstanceRequest generates a "aws/request.Request" representing the client's request for the UpdateNotebookInstance operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateNotebookInstance for more information on using the UpdateNotebookInstance API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateNotebookInstanceRequest method.
req, resp := client.UpdateNotebookInstanceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateNotebookInstance

func (*SageMaker) UpdateNotebookInstanceWithContext

func (c *SageMaker) UpdateNotebookInstanceWithContext(ctx aws.Context, input *UpdateNotebookInstanceInput, opts ...request.Option) (*UpdateNotebookInstanceOutput, error)

UpdateNotebookInstanceWithContext is the same as UpdateNotebookInstance with the addition of the ability to pass a context and additional request options.

See UpdateNotebookInstance for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) UpdatePipeline added in v1.35.37

func (c *SageMaker) UpdatePipeline(input *UpdatePipelineInput) (*UpdatePipelineOutput, error)

UpdatePipeline API operation for Amazon SageMaker Service.

Updates a pipeline.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation UpdatePipeline for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdatePipeline

func (*SageMaker) UpdatePipelineExecution added in v1.35.37

func (c *SageMaker) UpdatePipelineExecution(input *UpdatePipelineExecutionInput) (*UpdatePipelineExecutionOutput, error)

UpdatePipelineExecution API operation for Amazon SageMaker Service.

Updates a pipeline execution.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation UpdatePipelineExecution for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdatePipelineExecution

func (*SageMaker) UpdatePipelineExecutionRequest added in v1.35.37

func (c *SageMaker) UpdatePipelineExecutionRequest(input *UpdatePipelineExecutionInput) (req *request.Request, output *UpdatePipelineExecutionOutput)

UpdatePipelineExecutionRequest generates a "aws/request.Request" representing the client's request for the UpdatePipelineExecution operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdatePipelineExecution for more information on using the UpdatePipelineExecution API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdatePipelineExecutionRequest method.
req, resp := client.UpdatePipelineExecutionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdatePipelineExecution

func (*SageMaker) UpdatePipelineExecutionWithContext added in v1.35.37

func (c *SageMaker) UpdatePipelineExecutionWithContext(ctx aws.Context, input *UpdatePipelineExecutionInput, opts ...request.Option) (*UpdatePipelineExecutionOutput, error)

UpdatePipelineExecutionWithContext is the same as UpdatePipelineExecution with the addition of the ability to pass a context and additional request options.

See UpdatePipelineExecution for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) UpdatePipelineRequest added in v1.35.37

func (c *SageMaker) UpdatePipelineRequest(input *UpdatePipelineInput) (req *request.Request, output *UpdatePipelineOutput)

UpdatePipelineRequest generates a "aws/request.Request" representing the client's request for the UpdatePipeline operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdatePipeline for more information on using the UpdatePipeline API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdatePipelineRequest method.
req, resp := client.UpdatePipelineRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdatePipeline

func (*SageMaker) UpdatePipelineWithContext added in v1.35.37

func (c *SageMaker) UpdatePipelineWithContext(ctx aws.Context, input *UpdatePipelineInput, opts ...request.Option) (*UpdatePipelineOutput, error)

UpdatePipelineWithContext is the same as UpdatePipeline with the addition of the ability to pass a context and additional request options.

See UpdatePipeline for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) UpdateProject added in v1.41.12

func (c *SageMaker) UpdateProject(input *UpdateProjectInput) (*UpdateProjectOutput, error)

UpdateProject API operation for Amazon SageMaker Service.

Updates a machine learning (ML) project that is created from a template that sets up an ML pipeline from training to deploying an approved model.

You must not update a project that is in use. If you update the ServiceCatalogProvisioningUpdateDetails of a project that is active or being created, or updated, you may lose resources already created by the project.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation UpdateProject for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateProject

func (*SageMaker) UpdateProjectRequest added in v1.41.12

func (c *SageMaker) UpdateProjectRequest(input *UpdateProjectInput) (req *request.Request, output *UpdateProjectOutput)

UpdateProjectRequest generates a "aws/request.Request" representing the client's request for the UpdateProject operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateProject for more information on using the UpdateProject API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateProjectRequest method.
req, resp := client.UpdateProjectRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateProject

func (*SageMaker) UpdateProjectWithContext added in v1.41.12

func (c *SageMaker) UpdateProjectWithContext(ctx aws.Context, input *UpdateProjectInput, opts ...request.Option) (*UpdateProjectOutput, error)

UpdateProjectWithContext is the same as UpdateProject with the addition of the ability to pass a context and additional request options.

See UpdateProject for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) UpdateSpace added in v1.44.150

func (c *SageMaker) UpdateSpace(input *UpdateSpaceInput) (*UpdateSpaceOutput, error)

UpdateSpace API operation for Amazon SageMaker Service.

Updates the settings of a space.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation UpdateSpace for usage and error information.

Returned Error Types:

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

  • ResourceInUse Resource being accessed is in use.

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateSpace

func (*SageMaker) UpdateSpaceRequest added in v1.44.150

func (c *SageMaker) UpdateSpaceRequest(input *UpdateSpaceInput) (req *request.Request, output *UpdateSpaceOutput)

UpdateSpaceRequest generates a "aws/request.Request" representing the client's request for the UpdateSpace operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateSpace for more information on using the UpdateSpace API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateSpaceRequest method.
req, resp := client.UpdateSpaceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateSpace

func (*SageMaker) UpdateSpaceWithContext added in v1.44.150

func (c *SageMaker) UpdateSpaceWithContext(ctx aws.Context, input *UpdateSpaceInput, opts ...request.Option) (*UpdateSpaceOutput, error)

UpdateSpaceWithContext is the same as UpdateSpace with the addition of the ability to pass a context and additional request options.

See UpdateSpace for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) UpdateTrainingJob added in v1.36.4

func (c *SageMaker) UpdateTrainingJob(input *UpdateTrainingJobInput) (*UpdateTrainingJobOutput, error)

UpdateTrainingJob API operation for Amazon SageMaker Service.

Update a model training job to request a new Debugger profiling configuration or to change warm pool retention length.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation UpdateTrainingJob for usage and error information.

Returned Error Types:

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateTrainingJob

func (*SageMaker) UpdateTrainingJobRequest added in v1.36.4

func (c *SageMaker) UpdateTrainingJobRequest(input *UpdateTrainingJobInput) (req *request.Request, output *UpdateTrainingJobOutput)

UpdateTrainingJobRequest generates a "aws/request.Request" representing the client's request for the UpdateTrainingJob operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateTrainingJob for more information on using the UpdateTrainingJob API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateTrainingJobRequest method.
req, resp := client.UpdateTrainingJobRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateTrainingJob

func (*SageMaker) UpdateTrainingJobWithContext added in v1.36.4

func (c *SageMaker) UpdateTrainingJobWithContext(ctx aws.Context, input *UpdateTrainingJobInput, opts ...request.Option) (*UpdateTrainingJobOutput, error)

UpdateTrainingJobWithContext is the same as UpdateTrainingJob with the addition of the ability to pass a context and additional request options.

See UpdateTrainingJob for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) UpdateTrial added in v1.25.47

func (c *SageMaker) UpdateTrial(input *UpdateTrialInput) (*UpdateTrialOutput, error)

UpdateTrial API operation for Amazon SageMaker Service.

Updates the display name of a trial.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation UpdateTrial for usage and error information.

Returned Error Types:

  • ConflictException There was a conflict when you attempted to modify a SageMaker entity such as an Experiment or Artifact.

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateTrial

func (*SageMaker) UpdateTrialComponent added in v1.25.47

func (c *SageMaker) UpdateTrialComponent(input *UpdateTrialComponentInput) (*UpdateTrialComponentOutput, error)

UpdateTrialComponent API operation for Amazon SageMaker Service.

Updates one or more properties of a trial component.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation UpdateTrialComponent for usage and error information.

Returned Error Types:

  • ConflictException There was a conflict when you attempted to modify a SageMaker entity such as an Experiment or Artifact.

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateTrialComponent

func (*SageMaker) UpdateTrialComponentRequest added in v1.25.47

func (c *SageMaker) UpdateTrialComponentRequest(input *UpdateTrialComponentInput) (req *request.Request, output *UpdateTrialComponentOutput)

UpdateTrialComponentRequest generates a "aws/request.Request" representing the client's request for the UpdateTrialComponent operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateTrialComponent for more information on using the UpdateTrialComponent API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateTrialComponentRequest method.
req, resp := client.UpdateTrialComponentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateTrialComponent

func (*SageMaker) UpdateTrialComponentWithContext added in v1.25.47

func (c *SageMaker) UpdateTrialComponentWithContext(ctx aws.Context, input *UpdateTrialComponentInput, opts ...request.Option) (*UpdateTrialComponentOutput, error)

UpdateTrialComponentWithContext is the same as UpdateTrialComponent with the addition of the ability to pass a context and additional request options.

See UpdateTrialComponent for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) UpdateTrialRequest added in v1.25.47

func (c *SageMaker) UpdateTrialRequest(input *UpdateTrialInput) (req *request.Request, output *UpdateTrialOutput)

UpdateTrialRequest generates a "aws/request.Request" representing the client's request for the UpdateTrial operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateTrial for more information on using the UpdateTrial API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateTrialRequest method.
req, resp := client.UpdateTrialRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateTrial

func (*SageMaker) UpdateTrialWithContext added in v1.25.47

func (c *SageMaker) UpdateTrialWithContext(ctx aws.Context, input *UpdateTrialInput, opts ...request.Option) (*UpdateTrialOutput, error)

UpdateTrialWithContext is the same as UpdateTrial with the addition of the ability to pass a context and additional request options.

See UpdateTrial for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) UpdateUserProfile added in v1.25.47

func (c *SageMaker) UpdateUserProfile(input *UpdateUserProfileInput) (*UpdateUserProfileOutput, error)

UpdateUserProfile API operation for Amazon SageMaker Service.

Updates a user profile.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation UpdateUserProfile for usage and error information.

Returned Error Types:

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

  • ResourceInUse Resource being accessed is in use.

  • ResourceNotFound Resource being access is not found.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateUserProfile

func (*SageMaker) UpdateUserProfileRequest added in v1.25.47

func (c *SageMaker) UpdateUserProfileRequest(input *UpdateUserProfileInput) (req *request.Request, output *UpdateUserProfileOutput)

UpdateUserProfileRequest generates a "aws/request.Request" representing the client's request for the UpdateUserProfile operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateUserProfile for more information on using the UpdateUserProfile API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateUserProfileRequest method.
req, resp := client.UpdateUserProfileRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateUserProfile

func (*SageMaker) UpdateUserProfileWithContext added in v1.25.47

func (c *SageMaker) UpdateUserProfileWithContext(ctx aws.Context, input *UpdateUserProfileInput, opts ...request.Option) (*UpdateUserProfileOutput, error)

UpdateUserProfileWithContext is the same as UpdateUserProfile with the addition of the ability to pass a context and additional request options.

See UpdateUserProfile for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) UpdateWorkforce added in v1.28.4

func (c *SageMaker) UpdateWorkforce(input *UpdateWorkforceInput) (*UpdateWorkforceOutput, error)

UpdateWorkforce API operation for Amazon SageMaker Service.

Use this operation to update your workforce. You can use this operation to require that workers use specific IP addresses to work on tasks and to update your OpenID Connect (OIDC) Identity Provider (IdP) workforce configuration.

The worker portal is now supported in VPC and public internet.

Use SourceIpConfig to restrict worker access to tasks to a specific range of IP addresses. You specify allowed IP addresses by creating a list of up to ten CIDRs (https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html). By default, a workforce isn't restricted to specific IP addresses. If you specify a range of IP addresses, workers who attempt to access tasks using any IP address outside the specified range are denied and get a Not Found error message on the worker portal.

To restrict access to all the workers in public internet, add the SourceIpConfig CIDR value as "10.0.0.0/16".

Amazon SageMaker does not support Source Ip restriction for worker portals in VPC.

Use OidcConfig to update the configuration of a workforce created using your own OIDC IdP.

You can only update your OIDC IdP configuration when there are no work teams associated with your workforce. You can delete work teams using the DeleteWorkteam (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteWorkteam.html) operation.

After restricting access to a range of IP addresses or updating your OIDC IdP configuration with this operation, you can view details about your update workforce using the DescribeWorkforce (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeWorkforce.html) operation.

This operation only applies to private workforces.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation UpdateWorkforce for usage and error information.

Returned Error Types:

  • ConflictException There was a conflict when you attempted to modify a SageMaker entity such as an Experiment or Artifact.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateWorkforce

func (*SageMaker) UpdateWorkforceRequest added in v1.28.4

func (c *SageMaker) UpdateWorkforceRequest(input *UpdateWorkforceInput) (req *request.Request, output *UpdateWorkforceOutput)

UpdateWorkforceRequest generates a "aws/request.Request" representing the client's request for the UpdateWorkforce operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateWorkforce for more information on using the UpdateWorkforce API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateWorkforceRequest method.
req, resp := client.UpdateWorkforceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateWorkforce

func (*SageMaker) UpdateWorkforceWithContext added in v1.28.4

func (c *SageMaker) UpdateWorkforceWithContext(ctx aws.Context, input *UpdateWorkforceInput, opts ...request.Option) (*UpdateWorkforceOutput, error)

UpdateWorkforceWithContext is the same as UpdateWorkforce with the addition of the ability to pass a context and additional request options.

See UpdateWorkforce for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) UpdateWorkteam added in v1.15.86

func (c *SageMaker) UpdateWorkteam(input *UpdateWorkteamInput) (*UpdateWorkteamOutput, error)

UpdateWorkteam API operation for Amazon SageMaker Service.

Updates an existing work team with new member definitions or description.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for Amazon SageMaker Service's API operation UpdateWorkteam for usage and error information.

Returned Error Types:

  • ResourceLimitExceeded You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateWorkteam

func (*SageMaker) UpdateWorkteamRequest added in v1.15.86

func (c *SageMaker) UpdateWorkteamRequest(input *UpdateWorkteamInput) (req *request.Request, output *UpdateWorkteamOutput)

UpdateWorkteamRequest generates a "aws/request.Request" representing the client's request for the UpdateWorkteam operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateWorkteam for more information on using the UpdateWorkteam API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateWorkteamRequest method.
req, resp := client.UpdateWorkteamRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateWorkteam

func (*SageMaker) UpdateWorkteamWithContext added in v1.15.86

func (c *SageMaker) UpdateWorkteamWithContext(ctx aws.Context, input *UpdateWorkteamInput, opts ...request.Option) (*UpdateWorkteamOutput, error)

UpdateWorkteamWithContext is the same as UpdateWorkteam with the addition of the ability to pass a context and additional request options.

See UpdateWorkteam for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) WaitUntilEndpointDeleted added in v1.12.43

func (c *SageMaker) WaitUntilEndpointDeleted(input *DescribeEndpointInput) error

WaitUntilEndpointDeleted uses the SageMaker API operation DescribeEndpoint to wait for a condition to be met before returning. If the condition is not met within the max attempt window, an error will be returned.

func (*SageMaker) WaitUntilEndpointDeletedWithContext added in v1.12.43

func (c *SageMaker) WaitUntilEndpointDeletedWithContext(ctx aws.Context, input *DescribeEndpointInput, opts ...request.WaiterOption) error

WaitUntilEndpointDeletedWithContext is an extended version of WaitUntilEndpointDeleted. With the support for passing in a context and options to configure the Waiter and the underlying request options.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) WaitUntilEndpointInService added in v1.12.43

func (c *SageMaker) WaitUntilEndpointInService(input *DescribeEndpointInput) error

WaitUntilEndpointInService uses the SageMaker API operation DescribeEndpoint to wait for a condition to be met before returning. If the condition is not met within the max attempt window, an error will be returned.

func (*SageMaker) WaitUntilEndpointInServiceWithContext added in v1.12.43

func (c *SageMaker) WaitUntilEndpointInServiceWithContext(ctx aws.Context, input *DescribeEndpointInput, opts ...request.WaiterOption) error

WaitUntilEndpointInServiceWithContext is an extended version of WaitUntilEndpointInService. With the support for passing in a context and options to configure the Waiter and the underlying request options.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) WaitUntilImageCreated added in v1.40.12

func (c *SageMaker) WaitUntilImageCreated(input *DescribeImageInput) error

WaitUntilImageCreated uses the SageMaker API operation DescribeImage to wait for a condition to be met before returning. If the condition is not met within the max attempt window, an error will be returned.

func (*SageMaker) WaitUntilImageCreatedWithContext added in v1.40.12

func (c *SageMaker) WaitUntilImageCreatedWithContext(ctx aws.Context, input *DescribeImageInput, opts ...request.WaiterOption) error

WaitUntilImageCreatedWithContext is an extended version of WaitUntilImageCreated. With the support for passing in a context and options to configure the Waiter and the underlying request options.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) WaitUntilImageDeleted added in v1.40.12

func (c *SageMaker) WaitUntilImageDeleted(input *DescribeImageInput) error

WaitUntilImageDeleted uses the SageMaker API operation DescribeImage to wait for a condition to be met before returning. If the condition is not met within the max attempt window, an error will be returned.

func (*SageMaker) WaitUntilImageDeletedWithContext added in v1.40.12

func (c *SageMaker) WaitUntilImageDeletedWithContext(ctx aws.Context, input *DescribeImageInput, opts ...request.WaiterOption) error

WaitUntilImageDeletedWithContext is an extended version of WaitUntilImageDeleted. With the support for passing in a context and options to configure the Waiter and the underlying request options.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) WaitUntilImageUpdated added in v1.40.12

func (c *SageMaker) WaitUntilImageUpdated(input *DescribeImageInput) error

WaitUntilImageUpdated uses the SageMaker API operation DescribeImage to wait for a condition to be met before returning. If the condition is not met within the max attempt window, an error will be returned.

func (*SageMaker) WaitUntilImageUpdatedWithContext added in v1.40.12

func (c *SageMaker) WaitUntilImageUpdatedWithContext(ctx aws.Context, input *DescribeImageInput, opts ...request.WaiterOption) error

WaitUntilImageUpdatedWithContext is an extended version of WaitUntilImageUpdated. With the support for passing in a context and options to configure the Waiter and the underlying request options.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) WaitUntilImageVersionCreated added in v1.40.12

func (c *SageMaker) WaitUntilImageVersionCreated(input *DescribeImageVersionInput) error

WaitUntilImageVersionCreated uses the SageMaker API operation DescribeImageVersion to wait for a condition to be met before returning. If the condition is not met within the max attempt window, an error will be returned.

func (*SageMaker) WaitUntilImageVersionCreatedWithContext added in v1.40.12

func (c *SageMaker) WaitUntilImageVersionCreatedWithContext(ctx aws.Context, input *DescribeImageVersionInput, opts ...request.WaiterOption) error

WaitUntilImageVersionCreatedWithContext is an extended version of WaitUntilImageVersionCreated. With the support for passing in a context and options to configure the Waiter and the underlying request options.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) WaitUntilImageVersionDeleted added in v1.40.12

func (c *SageMaker) WaitUntilImageVersionDeleted(input *DescribeImageVersionInput) error

WaitUntilImageVersionDeleted uses the SageMaker API operation DescribeImageVersion to wait for a condition to be met before returning. If the condition is not met within the max attempt window, an error will be returned.

func (*SageMaker) WaitUntilImageVersionDeletedWithContext added in v1.40.12

func (c *SageMaker) WaitUntilImageVersionDeletedWithContext(ctx aws.Context, input *DescribeImageVersionInput, opts ...request.WaiterOption) error

WaitUntilImageVersionDeletedWithContext is an extended version of WaitUntilImageVersionDeleted. With the support for passing in a context and options to configure the Waiter and the underlying request options.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) WaitUntilNotebookInstanceDeleted added in v1.12.43

func (c *SageMaker) WaitUntilNotebookInstanceDeleted(input *DescribeNotebookInstanceInput) error

WaitUntilNotebookInstanceDeleted uses the SageMaker API operation DescribeNotebookInstance to wait for a condition to be met before returning. If the condition is not met within the max attempt window, an error will be returned.

func (*SageMaker) WaitUntilNotebookInstanceDeletedWithContext added in v1.12.43

func (c *SageMaker) WaitUntilNotebookInstanceDeletedWithContext(ctx aws.Context, input *DescribeNotebookInstanceInput, opts ...request.WaiterOption) error

WaitUntilNotebookInstanceDeletedWithContext is an extended version of WaitUntilNotebookInstanceDeleted. With the support for passing in a context and options to configure the Waiter and the underlying request options.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) WaitUntilNotebookInstanceInService added in v1.12.43

func (c *SageMaker) WaitUntilNotebookInstanceInService(input *DescribeNotebookInstanceInput) error

WaitUntilNotebookInstanceInService uses the SageMaker API operation DescribeNotebookInstance to wait for a condition to be met before returning. If the condition is not met within the max attempt window, an error will be returned.

func (*SageMaker) WaitUntilNotebookInstanceInServiceWithContext added in v1.12.43

func (c *SageMaker) WaitUntilNotebookInstanceInServiceWithContext(ctx aws.Context, input *DescribeNotebookInstanceInput, opts ...request.WaiterOption) error

WaitUntilNotebookInstanceInServiceWithContext is an extended version of WaitUntilNotebookInstanceInService. With the support for passing in a context and options to configure the Waiter and the underlying request options.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) WaitUntilNotebookInstanceStopped added in v1.12.43

func (c *SageMaker) WaitUntilNotebookInstanceStopped(input *DescribeNotebookInstanceInput) error

WaitUntilNotebookInstanceStopped uses the SageMaker API operation DescribeNotebookInstance to wait for a condition to be met before returning. If the condition is not met within the max attempt window, an error will be returned.

func (*SageMaker) WaitUntilNotebookInstanceStoppedWithContext added in v1.12.43

func (c *SageMaker) WaitUntilNotebookInstanceStoppedWithContext(ctx aws.Context, input *DescribeNotebookInstanceInput, opts ...request.WaiterOption) error

WaitUntilNotebookInstanceStoppedWithContext is an extended version of WaitUntilNotebookInstanceStopped. With the support for passing in a context and options to configure the Waiter and the underlying request options.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) WaitUntilProcessingJobCompletedOrStopped added in v1.25.47

func (c *SageMaker) WaitUntilProcessingJobCompletedOrStopped(input *DescribeProcessingJobInput) error

WaitUntilProcessingJobCompletedOrStopped uses the SageMaker API operation DescribeProcessingJob to wait for a condition to be met before returning. If the condition is not met within the max attempt window, an error will be returned.

func (*SageMaker) WaitUntilProcessingJobCompletedOrStoppedWithContext added in v1.25.47

func (c *SageMaker) WaitUntilProcessingJobCompletedOrStoppedWithContext(ctx aws.Context, input *DescribeProcessingJobInput, opts ...request.WaiterOption) error

WaitUntilProcessingJobCompletedOrStoppedWithContext is an extended version of WaitUntilProcessingJobCompletedOrStopped. With the support for passing in a context and options to configure the Waiter and the underlying request options.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) WaitUntilTrainingJobCompletedOrStopped added in v1.12.43

func (c *SageMaker) WaitUntilTrainingJobCompletedOrStopped(input *DescribeTrainingJobInput) error

WaitUntilTrainingJobCompletedOrStopped uses the SageMaker API operation DescribeTrainingJob to wait for a condition to be met before returning. If the condition is not met within the max attempt window, an error will be returned.

func (*SageMaker) WaitUntilTrainingJobCompletedOrStoppedWithContext added in v1.12.43

func (c *SageMaker) WaitUntilTrainingJobCompletedOrStoppedWithContext(ctx aws.Context, input *DescribeTrainingJobInput, opts ...request.WaiterOption) error

WaitUntilTrainingJobCompletedOrStoppedWithContext is an extended version of WaitUntilTrainingJobCompletedOrStopped. With the support for passing in a context and options to configure the Waiter and the underlying request options.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*SageMaker) WaitUntilTransformJobCompletedOrStopped added in v1.15.47

func (c *SageMaker) WaitUntilTransformJobCompletedOrStopped(input *DescribeTransformJobInput) error

WaitUntilTransformJobCompletedOrStopped uses the SageMaker API operation DescribeTransformJob to wait for a condition to be met before returning. If the condition is not met within the max attempt window, an error will be returned.

func (*SageMaker) WaitUntilTransformJobCompletedOrStoppedWithContext added in v1.15.47

func (c *SageMaker) WaitUntilTransformJobCompletedOrStoppedWithContext(ctx aws.Context, input *DescribeTransformJobInput, opts ...request.WaiterOption) error

WaitUntilTransformJobCompletedOrStoppedWithContext is an extended version of WaitUntilTransformJobCompletedOrStopped. With the support for passing in a context and options to configure the Waiter and the underlying request options.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

type ScalingPolicy added in v1.44.315

type ScalingPolicy struct {

	// A target tracking scaling policy. Includes support for predefined or customized
	// metrics.
	TargetTracking *TargetTrackingScalingPolicyConfiguration `type:"structure"`
	// contains filtered or unexported fields
}

An object containing a recommended scaling policy.

func (ScalingPolicy) GoString added in v1.44.315

func (s ScalingPolicy) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ScalingPolicy) SetTargetTracking added in v1.44.315

SetTargetTracking sets the TargetTracking field's value.

func (ScalingPolicy) String added in v1.44.315

func (s ScalingPolicy) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ScalingPolicyMetric added in v1.44.315

type ScalingPolicyMetric struct {

	// The number of invocations sent to a model, normalized by InstanceCount in
	// each ProductionVariant. 1/numberOfInstances is sent as the value on each
	// request, where numberOfInstances is the number of active instances for the
	// ProductionVariant behind the endpoint at the time of the request.
	InvocationsPerInstance *int64 `type:"integer"`

	// The interval of time taken by a model to respond as viewed from SageMaker.
	// This interval includes the local communication times taken to send the request
	// and to fetch the response from the container of a model and the time taken
	// to complete the inference in the container.
	ModelLatency *int64 `type:"integer"`
	// contains filtered or unexported fields
}

The metric for a scaling policy.

func (ScalingPolicyMetric) GoString added in v1.44.315

func (s ScalingPolicyMetric) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ScalingPolicyMetric) SetInvocationsPerInstance added in v1.44.315

func (s *ScalingPolicyMetric) SetInvocationsPerInstance(v int64) *ScalingPolicyMetric

SetInvocationsPerInstance sets the InvocationsPerInstance field's value.

func (*ScalingPolicyMetric) SetModelLatency added in v1.44.315

func (s *ScalingPolicyMetric) SetModelLatency(v int64) *ScalingPolicyMetric

SetModelLatency sets the ModelLatency field's value.

func (ScalingPolicyMetric) String added in v1.44.315

func (s ScalingPolicyMetric) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ScalingPolicyObjective added in v1.44.315

type ScalingPolicyObjective struct {

	// The maximum number of expected requests to your endpoint per minute.
	MaxInvocationsPerMinute *int64 `type:"integer"`

	// The minimum number of expected requests to your endpoint per minute.
	MinInvocationsPerMinute *int64 `type:"integer"`
	// contains filtered or unexported fields
}

An object where you specify the anticipated traffic pattern for an endpoint.

func (ScalingPolicyObjective) GoString added in v1.44.315

func (s ScalingPolicyObjective) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ScalingPolicyObjective) SetMaxInvocationsPerMinute added in v1.44.315

func (s *ScalingPolicyObjective) SetMaxInvocationsPerMinute(v int64) *ScalingPolicyObjective

SetMaxInvocationsPerMinute sets the MaxInvocationsPerMinute field's value.

func (*ScalingPolicyObjective) SetMinInvocationsPerMinute added in v1.44.315

func (s *ScalingPolicyObjective) SetMinInvocationsPerMinute(v int64) *ScalingPolicyObjective

SetMinInvocationsPerMinute sets the MinInvocationsPerMinute field's value.

func (ScalingPolicyObjective) String added in v1.44.315

func (s ScalingPolicyObjective) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ScheduleConfig added in v1.25.47

type ScheduleConfig struct {

	// A cron expression that describes details about the monitoring schedule.
	//
	// Currently the only supported cron expressions are:
	//
	//    * If you want to set the job to start every hour, please use the following:
	//    Hourly: cron(0 * ? * * *)
	//
	//    * If you want to start the job daily: cron(0 [00-23] ? * * *)
	//
	// For example, the following are valid cron expressions:
	//
	//    * Daily at noon UTC: cron(0 12 ? * * *)
	//
	//    * Daily at midnight UTC: cron(0 0 ? * * *)
	//
	// To support running every 6, 12 hours, the following are also supported:
	//
	// cron(0 [00-23]/[01-24] ? * * *)
	//
	// For example, the following are valid cron expressions:
	//
	//    * Every 12 hours, starting at 5pm UTC: cron(0 17/12 ? * * *)
	//
	//    * Every two hours starting at midnight: cron(0 0/2 ? * * *)
	//
	//    * Even though the cron expression is set to start at 5PM UTC, note that
	//    there could be a delay of 0-20 minutes from the actual requested time
	//    to run the execution.
	//
	//    * We recommend that if you would like a daily schedule, you do not provide
	//    this parameter. Amazon SageMaker will pick a time for running every day.
	//
	// ScheduleExpression is a required field
	ScheduleExpression *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Configuration details about the monitoring schedule.

func (ScheduleConfig) GoString added in v1.25.47

func (s ScheduleConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ScheduleConfig) SetScheduleExpression added in v1.25.47

func (s *ScheduleConfig) SetScheduleExpression(v string) *ScheduleConfig

SetScheduleExpression sets the ScheduleExpression field's value.

func (ScheduleConfig) String added in v1.25.47

func (s ScheduleConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ScheduleConfig) Validate added in v1.25.47

func (s *ScheduleConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SearchExpression added in v1.15.86

type SearchExpression struct {

	// A list of filter objects.
	Filters []*Filter `min:"1" type:"list"`

	// A list of nested filter objects.
	NestedFilters []*NestedFilters `min:"1" type:"list"`

	// A Boolean operator used to evaluate the search expression. If you want every
	// conditional statement in all lists to be satisfied for the entire search
	// expression to be true, specify And. If only a single conditional statement
	// needs to be true for the entire search expression to be true, specify Or.
	// The default value is And.
	Operator *string `type:"string" enum:"BooleanOperator"`

	// A list of search expression objects.
	SubExpressions []*SearchExpression `min:"1" type:"list"`
	// contains filtered or unexported fields
}

A multi-expression that searches for the specified resource or resources in a search. All resource objects that satisfy the expression's condition are included in the search results. You must specify at least one subexpression, filter, or nested filter. A SearchExpression can contain up to twenty elements.

A SearchExpression contains the following components:

  • A list of Filter objects. Each filter defines a simple Boolean expression comprised of a resource property name, Boolean operator, and value.

  • A list of NestedFilter objects. Each nested filter defines a list of Boolean expressions using a list of resource properties. A nested filter is satisfied if a single object in the list satisfies all Boolean expressions.

  • A list of SearchExpression objects. A search expression object can be nested in a list of search expression objects.

  • A Boolean operator: And or Or.

func (SearchExpression) GoString added in v1.15.86

func (s SearchExpression) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SearchExpression) SetFilters added in v1.15.86

func (s *SearchExpression) SetFilters(v []*Filter) *SearchExpression

SetFilters sets the Filters field's value.

func (*SearchExpression) SetNestedFilters added in v1.15.86

func (s *SearchExpression) SetNestedFilters(v []*NestedFilters) *SearchExpression

SetNestedFilters sets the NestedFilters field's value.

func (*SearchExpression) SetOperator added in v1.15.86

func (s *SearchExpression) SetOperator(v string) *SearchExpression

SetOperator sets the Operator field's value.

func (*SearchExpression) SetSubExpressions added in v1.15.86

func (s *SearchExpression) SetSubExpressions(v []*SearchExpression) *SearchExpression

SetSubExpressions sets the SubExpressions field's value.

func (SearchExpression) String added in v1.15.86

func (s SearchExpression) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SearchExpression) Validate added in v1.15.86

func (s *SearchExpression) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SearchInput added in v1.15.86

type SearchInput struct {

	// A cross account filter option. When the value is "CrossAccount" the search
	// results will only include resources made discoverable to you from other accounts.
	// When the value is "SameAccount" or null the search results will only include
	// resources from your account. Default is null. For more information on searching
	// for resources made discoverable to your account, see Search discoverable
	// resources (https://docs.aws.amazon.com/sagemaker/latest/dg/feature-store-cross-account-discoverability-use.html)
	// in the SageMaker Developer Guide. The maximum number of ResourceCatalogs
	// viewable is 1000.
	CrossAccountFilterOption *string `type:"string" enum:"CrossAccountFilterOption"`

	// The maximum number of results to return.
	MaxResults *int64 `min:"1" type:"integer"`

	// If more than MaxResults resources match the specified SearchExpression, the
	// response includes a NextToken. The NextToken can be passed to the next SearchRequest
	// to continue retrieving results.
	NextToken *string `type:"string"`

	// The name of the SageMaker resource to search for.
	//
	// Resource is a required field
	Resource *string `type:"string" required:"true" enum:"ResourceType"`

	// A Boolean conditional statement. Resources must satisfy this condition to
	// be included in search results. You must provide at least one subexpression,
	// filter, or nested filter. The maximum number of recursive SubExpressions,
	// NestedFilters, and Filters that can be included in a SearchExpression object
	// is 50.
	SearchExpression *SearchExpression `type:"structure"`

	// The name of the resource property used to sort the SearchResults. The default
	// is LastModifiedTime.
	SortBy *string `min:"1" type:"string"`

	// How SearchResults are ordered. Valid values are Ascending or Descending.
	// The default is Descending.
	SortOrder *string `type:"string" enum:"SearchSortOrder"`
	// contains filtered or unexported fields
}

func (SearchInput) GoString added in v1.15.86

func (s SearchInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SearchInput) SetCrossAccountFilterOption added in v1.44.305

func (s *SearchInput) SetCrossAccountFilterOption(v string) *SearchInput

SetCrossAccountFilterOption sets the CrossAccountFilterOption field's value.

func (*SearchInput) SetMaxResults added in v1.15.86

func (s *SearchInput) SetMaxResults(v int64) *SearchInput

SetMaxResults sets the MaxResults field's value.

func (*SearchInput) SetNextToken added in v1.15.86

func (s *SearchInput) SetNextToken(v string) *SearchInput

SetNextToken sets the NextToken field's value.

func (*SearchInput) SetResource added in v1.15.86

func (s *SearchInput) SetResource(v string) *SearchInput

SetResource sets the Resource field's value.

func (*SearchInput) SetSearchExpression added in v1.15.86

func (s *SearchInput) SetSearchExpression(v *SearchExpression) *SearchInput

SetSearchExpression sets the SearchExpression field's value.

func (*SearchInput) SetSortBy added in v1.15.86

func (s *SearchInput) SetSortBy(v string) *SearchInput

SetSortBy sets the SortBy field's value.

func (*SearchInput) SetSortOrder added in v1.15.86

func (s *SearchInput) SetSortOrder(v string) *SearchInput

SetSortOrder sets the SortOrder field's value.

func (SearchInput) String added in v1.15.86

func (s SearchInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SearchInput) Validate added in v1.15.86

func (s *SearchInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SearchOutput added in v1.15.86

type SearchOutput struct {

	// If the result of the previous Search request was truncated, the response
	// includes a NextToken. To retrieve the next set of results, use the token
	// in the next request.
	NextToken *string `type:"string"`

	// A list of SearchRecord objects.
	Results []*SearchRecord `type:"list"`
	// contains filtered or unexported fields
}

func (SearchOutput) GoString added in v1.15.86

func (s SearchOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SearchOutput) SetNextToken added in v1.15.86

func (s *SearchOutput) SetNextToken(v string) *SearchOutput

SetNextToken sets the NextToken field's value.

func (*SearchOutput) SetResults added in v1.15.86

func (s *SearchOutput) SetResults(v []*SearchRecord) *SearchOutput

SetResults sets the Results field's value.

func (SearchOutput) String added in v1.15.86

func (s SearchOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SearchRecord added in v1.15.86

type SearchRecord struct {

	// A hosted endpoint for real-time inference.
	Endpoint *Endpoint `type:"structure"`

	// The properties of an experiment.
	Experiment *Experiment `type:"structure"`

	// Amazon SageMaker Feature Store stores features in a collection called Feature
	// Group. A Feature Group can be visualized as a table which has rows, with
	// a unique identifier for each row where each column in the table is a feature.
	// In principle, a Feature Group is composed of features and values per features.
	FeatureGroup *FeatureGroup `type:"structure"`

	// The feature metadata used to search through the features.
	FeatureMetadata *FeatureMetadata `type:"structure"`

	// The properties of a hyperparameter tuning job.
	HyperParameterTuningJob *HyperParameterTuningJobSearchEntity `type:"structure"`

	// A model displayed in the Amazon SageMaker Model Dashboard.
	Model *ModelDashboardModel `type:"structure"`

	// An Amazon SageMaker Model Card that documents details about a machine learning
	// model.
	ModelCard *ModelCard `type:"structure"`

	// A versioned model that can be deployed for SageMaker inference.
	ModelPackage *ModelPackage `type:"structure"`

	// A group of versioned models in the model registry.
	ModelPackageGroup *ModelPackageGroup `type:"structure"`

	// A SageMaker Model Building Pipeline instance.
	Pipeline *Pipeline `type:"structure"`

	// An execution of a pipeline.
	PipelineExecution *PipelineExecution `type:"structure"`

	// The properties of a project.
	Project *Project `type:"structure"`

	// The properties of a training job.
	TrainingJob *TrainingJob `type:"structure"`

	// The properties of a trial.
	Trial *Trial `type:"structure"`

	// The properties of a trial component.
	TrialComponent *TrialComponent `type:"structure"`
	// contains filtered or unexported fields
}

A single resource returned as part of the Search (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_Search.html) API response.

func (SearchRecord) GoString added in v1.15.86

func (s SearchRecord) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SearchRecord) SetEndpoint added in v1.35.37

func (s *SearchRecord) SetEndpoint(v *Endpoint) *SearchRecord

SetEndpoint sets the Endpoint field's value.

func (*SearchRecord) SetExperiment added in v1.25.47

func (s *SearchRecord) SetExperiment(v *Experiment) *SearchRecord

SetExperiment sets the Experiment field's value.

func (*SearchRecord) SetFeatureGroup added in v1.35.37

func (s *SearchRecord) SetFeatureGroup(v *FeatureGroup) *SearchRecord

SetFeatureGroup sets the FeatureGroup field's value.

func (*SearchRecord) SetFeatureMetadata added in v1.44.45

func (s *SearchRecord) SetFeatureMetadata(v *FeatureMetadata) *SearchRecord

SetFeatureMetadata sets the FeatureMetadata field's value.

func (*SearchRecord) SetHyperParameterTuningJob added in v1.44.92

func (s *SearchRecord) SetHyperParameterTuningJob(v *HyperParameterTuningJobSearchEntity) *SearchRecord

SetHyperParameterTuningJob sets the HyperParameterTuningJob field's value.

func (*SearchRecord) SetModel added in v1.44.150

SetModel sets the Model field's value.

func (*SearchRecord) SetModelCard added in v1.44.150

func (s *SearchRecord) SetModelCard(v *ModelCard) *SearchRecord

SetModelCard sets the ModelCard field's value.

func (*SearchRecord) SetModelPackage added in v1.35.37

func (s *SearchRecord) SetModelPackage(v *ModelPackage) *SearchRecord

SetModelPackage sets the ModelPackage field's value.

func (*SearchRecord) SetModelPackageGroup added in v1.35.37

func (s *SearchRecord) SetModelPackageGroup(v *ModelPackageGroup) *SearchRecord

SetModelPackageGroup sets the ModelPackageGroup field's value.

func (*SearchRecord) SetPipeline added in v1.35.37

func (s *SearchRecord) SetPipeline(v *Pipeline) *SearchRecord

SetPipeline sets the Pipeline field's value.

func (*SearchRecord) SetPipelineExecution added in v1.35.37

func (s *SearchRecord) SetPipelineExecution(v *PipelineExecution) *SearchRecord

SetPipelineExecution sets the PipelineExecution field's value.

func (*SearchRecord) SetProject added in v1.40.43

func (s *SearchRecord) SetProject(v *Project) *SearchRecord

SetProject sets the Project field's value.

func (*SearchRecord) SetTrainingJob added in v1.15.86

func (s *SearchRecord) SetTrainingJob(v *TrainingJob) *SearchRecord

SetTrainingJob sets the TrainingJob field's value.

func (*SearchRecord) SetTrial added in v1.25.47

func (s *SearchRecord) SetTrial(v *Trial) *SearchRecord

SetTrial sets the Trial field's value.

func (*SearchRecord) SetTrialComponent added in v1.25.47

func (s *SearchRecord) SetTrialComponent(v *TrialComponent) *SearchRecord

SetTrialComponent sets the TrialComponent field's value.

func (SearchRecord) String added in v1.15.86

func (s SearchRecord) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SecondaryStatusTransition added in v1.15.1

type SecondaryStatusTransition struct {

	// A timestamp that shows when the training job transitioned out of this secondary
	// status state into another secondary status state or when the training job
	// has ended.
	EndTime *time.Time `type:"timestamp"`

	// A timestamp that shows when the training job transitioned to the current
	// secondary status state.
	//
	// StartTime is a required field
	StartTime *time.Time `type:"timestamp" required:"true"`

	// Contains a secondary status information from a training job.
	//
	// Status might be one of the following secondary statuses:
	//
	// InProgress
	//
	//    * Starting - Starting the training job.
	//
	//    * Downloading - An optional stage for algorithms that support File training
	//    input mode. It indicates that data is being downloaded to the ML storage
	//    volumes.
	//
	//    * Training - Training is in progress.
	//
	//    * Uploading - Training is complete and the model artifacts are being uploaded
	//    to the S3 location.
	//
	// Completed
	//
	//    * Completed - The training job has completed.
	//
	// Failed
	//
	//    * Failed - The training job has failed. The reason for the failure is
	//    returned in the FailureReason field of DescribeTrainingJobResponse.
	//
	// Stopped
	//
	//    * MaxRuntimeExceeded - The job stopped because it exceeded the maximum
	//    allowed runtime.
	//
	//    * Stopped - The training job has stopped.
	//
	// Stopping
	//
	//    * Stopping - Stopping the training job.
	//
	// We no longer support the following secondary statuses:
	//
	//    * LaunchingMLInstances
	//
	//    * PreparingTrainingStack
	//
	//    * DownloadingTrainingImage
	//
	// Status is a required field
	Status *string `type:"string" required:"true" enum:"SecondaryStatus"`

	// A detailed description of the progress within a secondary status.
	//
	// SageMaker provides secondary statuses and status messages that apply to each
	// of them:
	//
	// Starting
	//
	//    * Starting the training job.
	//
	//    * Launching requested ML instances.
	//
	//    * Insufficient capacity error from EC2 while launching instances, retrying!
	//
	//    * Launched instance was unhealthy, replacing it!
	//
	//    * Preparing the instances for training.
	//
	// Training
	//
	//    * Downloading the training image.
	//
	//    * Training image download completed. Training in progress.
	//
	// Status messages are subject to change. Therefore, we recommend not including
	// them in code that programmatically initiates actions. For examples, don't
	// use status messages in if statements.
	//
	// To have an overview of your training job's progress, view TrainingJobStatus
	// and SecondaryStatus in DescribeTrainingJob (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeTrainingJob.html),
	// and StatusMessage together. For example, at the start of a training job,
	// you might see the following:
	//
	//    * TrainingJobStatus - InProgress
	//
	//    * SecondaryStatus - Training
	//
	//    * StatusMessage - Downloading the training image
	StatusMessage *string `type:"string"`
	// contains filtered or unexported fields
}

An array element of SecondaryStatusTransitions for DescribeTrainingJob (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeTrainingJob.html). It provides additional details about a status that the training job has transitioned through. A training job can be in one of several states, for example, starting, downloading, training, or uploading. Within each state, there are a number of intermediate states. For example, within the starting state, SageMaker could be starting the training job or launching the ML instances. These transitional states are referred to as the job's secondary status.

func (SecondaryStatusTransition) GoString added in v1.15.1

func (s SecondaryStatusTransition) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SecondaryStatusTransition) SetEndTime added in v1.15.1

SetEndTime sets the EndTime field's value.

func (*SecondaryStatusTransition) SetStartTime added in v1.15.1

SetStartTime sets the StartTime field's value.

func (*SecondaryStatusTransition) SetStatus added in v1.15.1

SetStatus sets the Status field's value.

func (*SecondaryStatusTransition) SetStatusMessage added in v1.15.1

SetStatusMessage sets the StatusMessage field's value.

func (SecondaryStatusTransition) String added in v1.15.1

func (s SecondaryStatusTransition) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SelectedStep added in v1.44.275

type SelectedStep struct {

	// The name of the pipeline step.
	//
	// StepName is a required field
	StepName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

A step selected to run in selective execution mode.

func (SelectedStep) GoString added in v1.44.275

func (s SelectedStep) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SelectedStep) SetStepName added in v1.44.275

func (s *SelectedStep) SetStepName(v string) *SelectedStep

SetStepName sets the StepName field's value.

func (SelectedStep) String added in v1.44.275

func (s SelectedStep) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SelectedStep) Validate added in v1.44.275

func (s *SelectedStep) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SelectiveExecutionConfig added in v1.44.275

type SelectiveExecutionConfig struct {

	// A list of pipeline steps to run. All step(s) in all path(s) between two selected
	// steps should be included.
	//
	// SelectedSteps is a required field
	SelectedSteps []*SelectedStep `min:"1" type:"list" required:"true"`

	// The ARN from a reference execution of the current pipeline. Used to copy
	// input collaterals needed for the selected steps to run. The execution status
	// of the pipeline can be either Failed or Success.
	//
	// SourcePipelineExecutionArn is a required field
	SourcePipelineExecutionArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

The selective execution configuration applied to the pipeline run.

func (SelectiveExecutionConfig) GoString added in v1.44.275

func (s SelectiveExecutionConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SelectiveExecutionConfig) SetSelectedSteps added in v1.44.275

SetSelectedSteps sets the SelectedSteps field's value.

func (*SelectiveExecutionConfig) SetSourcePipelineExecutionArn added in v1.44.275

func (s *SelectiveExecutionConfig) SetSourcePipelineExecutionArn(v string) *SelectiveExecutionConfig

SetSourcePipelineExecutionArn sets the SourcePipelineExecutionArn field's value.

func (SelectiveExecutionConfig) String added in v1.44.275

func (s SelectiveExecutionConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SelectiveExecutionConfig) Validate added in v1.44.275

func (s *SelectiveExecutionConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SelectiveExecutionResult added in v1.44.275

type SelectiveExecutionResult struct {

	// The ARN from an execution of the current pipeline.
	SourcePipelineExecutionArn *string `type:"string"`
	// contains filtered or unexported fields
}

The ARN from an execution of the current pipeline.

func (SelectiveExecutionResult) GoString added in v1.44.275

func (s SelectiveExecutionResult) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SelectiveExecutionResult) SetSourcePipelineExecutionArn added in v1.44.275

func (s *SelectiveExecutionResult) SetSourcePipelineExecutionArn(v string) *SelectiveExecutionResult

SetSourcePipelineExecutionArn sets the SourcePipelineExecutionArn field's value.

func (SelectiveExecutionResult) String added in v1.44.275

func (s SelectiveExecutionResult) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SendPipelineExecutionStepFailureInput added in v1.38.56

type SendPipelineExecutionStepFailureInput struct {

	// The pipeline generated token from the Amazon SQS queue.
	//
	// CallbackToken is a required field
	CallbackToken *string `min:"10" type:"string" required:"true"`

	// A unique, case-sensitive identifier that you provide to ensure the idempotency
	// of the operation. An idempotent operation completes no more than one time.
	ClientRequestToken *string `min:"32" type:"string" idempotencyToken:"true"`

	// A message describing why the step failed.
	FailureReason *string `type:"string"`
	// contains filtered or unexported fields
}

func (SendPipelineExecutionStepFailureInput) GoString added in v1.38.56

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SendPipelineExecutionStepFailureInput) SetCallbackToken added in v1.38.56

SetCallbackToken sets the CallbackToken field's value.

func (*SendPipelineExecutionStepFailureInput) SetClientRequestToken added in v1.38.56

SetClientRequestToken sets the ClientRequestToken field's value.

func (*SendPipelineExecutionStepFailureInput) SetFailureReason added in v1.38.56

SetFailureReason sets the FailureReason field's value.

func (SendPipelineExecutionStepFailureInput) String added in v1.38.56

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SendPipelineExecutionStepFailureInput) Validate added in v1.38.56

Validate inspects the fields of the type to determine if they are valid.

type SendPipelineExecutionStepFailureOutput added in v1.38.56

type SendPipelineExecutionStepFailureOutput struct {

	// The Amazon Resource Name (ARN) of the pipeline execution.
	PipelineExecutionArn *string `type:"string"`
	// contains filtered or unexported fields
}

func (SendPipelineExecutionStepFailureOutput) GoString added in v1.38.56

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SendPipelineExecutionStepFailureOutput) SetPipelineExecutionArn added in v1.38.56

SetPipelineExecutionArn sets the PipelineExecutionArn field's value.

func (SendPipelineExecutionStepFailureOutput) String added in v1.38.56

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SendPipelineExecutionStepSuccessInput added in v1.38.56

type SendPipelineExecutionStepSuccessInput struct {

	// The pipeline generated token from the Amazon SQS queue.
	//
	// CallbackToken is a required field
	CallbackToken *string `min:"10" type:"string" required:"true"`

	// A unique, case-sensitive identifier that you provide to ensure the idempotency
	// of the operation. An idempotent operation completes no more than one time.
	ClientRequestToken *string `min:"32" type:"string" idempotencyToken:"true"`

	// A list of the output parameters of the callback step.
	OutputParameters []*OutputParameter `type:"list"`
	// contains filtered or unexported fields
}

func (SendPipelineExecutionStepSuccessInput) GoString added in v1.38.56

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SendPipelineExecutionStepSuccessInput) SetCallbackToken added in v1.38.56

SetCallbackToken sets the CallbackToken field's value.

func (*SendPipelineExecutionStepSuccessInput) SetClientRequestToken added in v1.38.56

SetClientRequestToken sets the ClientRequestToken field's value.

func (*SendPipelineExecutionStepSuccessInput) SetOutputParameters added in v1.38.56

SetOutputParameters sets the OutputParameters field's value.

func (SendPipelineExecutionStepSuccessInput) String added in v1.38.56

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SendPipelineExecutionStepSuccessInput) Validate added in v1.38.56

Validate inspects the fields of the type to determine if they are valid.

type SendPipelineExecutionStepSuccessOutput added in v1.38.56

type SendPipelineExecutionStepSuccessOutput struct {

	// The Amazon Resource Name (ARN) of the pipeline execution.
	PipelineExecutionArn *string `type:"string"`
	// contains filtered or unexported fields
}

func (SendPipelineExecutionStepSuccessOutput) GoString added in v1.38.56

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SendPipelineExecutionStepSuccessOutput) SetPipelineExecutionArn added in v1.38.56

SetPipelineExecutionArn sets the PipelineExecutionArn field's value.

func (SendPipelineExecutionStepSuccessOutput) String added in v1.38.56

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ServiceCatalogProvisionedProductDetails added in v1.35.37

type ServiceCatalogProvisionedProductDetails struct {

	// The ID of the provisioned product.
	ProvisionedProductId *string `min:"1" type:"string"`

	// The current status of the product.
	//
	//    * AVAILABLE - Stable state, ready to perform any operation. The most recent
	//    operation succeeded and completed.
	//
	//    * UNDER_CHANGE - Transitive state. Operations performed might not have
	//    valid results. Wait for an AVAILABLE status before performing operations.
	//
	//    * TAINTED - Stable state, ready to perform any operation. The stack has
	//    completed the requested operation but is not exactly what was requested.
	//    For example, a request to update to a new version failed and the stack
	//    rolled back to the current version.
	//
	//    * ERROR - An unexpected error occurred. The provisioned product exists
	//    but the stack is not running. For example, CloudFormation received a parameter
	//    value that was not valid and could not launch the stack.
	//
	//    * PLAN_IN_PROGRESS - Transitive state. The plan operations were performed
	//    to provision a new product, but resources have not yet been created. After
	//    reviewing the list of resources to be created, execute the plan. Wait
	//    for an AVAILABLE status before performing operations.
	ProvisionedProductStatusMessage *string `type:"string"`
	// contains filtered or unexported fields
}

Details of a provisioned service catalog product. For information about service catalog, see What is Amazon Web Services Service Catalog (https://docs.aws.amazon.com/servicecatalog/latest/adminguide/introduction.html).

func (ServiceCatalogProvisionedProductDetails) GoString added in v1.35.37

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ServiceCatalogProvisionedProductDetails) SetProvisionedProductId added in v1.35.37

SetProvisionedProductId sets the ProvisionedProductId field's value.

func (*ServiceCatalogProvisionedProductDetails) SetProvisionedProductStatusMessage added in v1.35.37

SetProvisionedProductStatusMessage sets the ProvisionedProductStatusMessage field's value.

func (ServiceCatalogProvisionedProductDetails) String added in v1.35.37

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ServiceCatalogProvisioningDetails added in v1.35.37

type ServiceCatalogProvisioningDetails struct {

	// The path identifier of the product. This value is optional if the product
	// has a default path, and required if the product has more than one path.
	PathId *string `min:"1" type:"string"`

	// The ID of the product to provision.
	//
	// ProductId is a required field
	ProductId *string `min:"1" type:"string" required:"true"`

	// The ID of the provisioning artifact.
	ProvisioningArtifactId *string `min:"1" type:"string"`

	// A list of key value pairs that you specify when you provision a product.
	ProvisioningParameters []*ProvisioningParameter `type:"list"`
	// contains filtered or unexported fields
}

Details that you specify to provision a service catalog product. For information about service catalog, see What is Amazon Web Services Service Catalog (https://docs.aws.amazon.com/servicecatalog/latest/adminguide/introduction.html).

func (ServiceCatalogProvisioningDetails) GoString added in v1.35.37

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ServiceCatalogProvisioningDetails) SetPathId added in v1.35.37

SetPathId sets the PathId field's value.

func (*ServiceCatalogProvisioningDetails) SetProductId added in v1.35.37

SetProductId sets the ProductId field's value.

func (*ServiceCatalogProvisioningDetails) SetProvisioningArtifactId added in v1.35.37

SetProvisioningArtifactId sets the ProvisioningArtifactId field's value.

func (*ServiceCatalogProvisioningDetails) SetProvisioningParameters added in v1.35.37

SetProvisioningParameters sets the ProvisioningParameters field's value.

func (ServiceCatalogProvisioningDetails) String added in v1.35.37

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ServiceCatalogProvisioningDetails) Validate added in v1.35.37

Validate inspects the fields of the type to determine if they are valid.

type ServiceCatalogProvisioningUpdateDetails added in v1.41.12

type ServiceCatalogProvisioningUpdateDetails struct {

	// The ID of the provisioning artifact.
	ProvisioningArtifactId *string `min:"1" type:"string"`

	// A list of key value pairs that you specify when you provision a product.
	ProvisioningParameters []*ProvisioningParameter `type:"list"`
	// contains filtered or unexported fields
}

Details that you specify to provision a service catalog product. For information about service catalog, see What is Amazon Web Services Service Catalog (https://docs.aws.amazon.com/servicecatalog/latest/adminguide/introduction.html).

func (ServiceCatalogProvisioningUpdateDetails) GoString added in v1.41.12

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ServiceCatalogProvisioningUpdateDetails) SetProvisioningArtifactId added in v1.41.12

SetProvisioningArtifactId sets the ProvisioningArtifactId field's value.

func (*ServiceCatalogProvisioningUpdateDetails) SetProvisioningParameters added in v1.41.12

SetProvisioningParameters sets the ProvisioningParameters field's value.

func (ServiceCatalogProvisioningUpdateDetails) String added in v1.41.12

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ServiceCatalogProvisioningUpdateDetails) Validate added in v1.41.12

Validate inspects the fields of the type to determine if they are valid.

type ShadowModeConfig added in v1.44.150

type ShadowModeConfig struct {

	// List of shadow variant configurations.
	//
	// ShadowModelVariants is a required field
	ShadowModelVariants []*ShadowModelVariantConfig `min:"1" type:"list" required:"true"`

	// The name of the production variant, which takes all the inference requests.
	//
	// SourceModelVariantName is a required field
	SourceModelVariantName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

The configuration of ShadowMode inference experiment type, which specifies a production variant to take all the inference requests, and a shadow variant to which Amazon SageMaker replicates a percentage of the inference requests. For the shadow variant it also specifies the percentage of requests that Amazon SageMaker replicates.

func (ShadowModeConfig) GoString added in v1.44.150

func (s ShadowModeConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ShadowModeConfig) SetShadowModelVariants added in v1.44.150

func (s *ShadowModeConfig) SetShadowModelVariants(v []*ShadowModelVariantConfig) *ShadowModeConfig

SetShadowModelVariants sets the ShadowModelVariants field's value.

func (*ShadowModeConfig) SetSourceModelVariantName added in v1.44.150

func (s *ShadowModeConfig) SetSourceModelVariantName(v string) *ShadowModeConfig

SetSourceModelVariantName sets the SourceModelVariantName field's value.

func (ShadowModeConfig) String added in v1.44.150

func (s ShadowModeConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ShadowModeConfig) Validate added in v1.44.150

func (s *ShadowModeConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ShadowModelVariantConfig added in v1.44.150

type ShadowModelVariantConfig struct {

	// The percentage of inference requests that Amazon SageMaker replicates from
	// the production variant to the shadow variant.
	//
	// SamplingPercentage is a required field
	SamplingPercentage *int64 `type:"integer" required:"true"`

	// The name of the shadow variant.
	//
	// ShadowModelVariantName is a required field
	ShadowModelVariantName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

The name and sampling percentage of a shadow variant.

func (ShadowModelVariantConfig) GoString added in v1.44.150

func (s ShadowModelVariantConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ShadowModelVariantConfig) SetSamplingPercentage added in v1.44.150

func (s *ShadowModelVariantConfig) SetSamplingPercentage(v int64) *ShadowModelVariantConfig

SetSamplingPercentage sets the SamplingPercentage field's value.

func (*ShadowModelVariantConfig) SetShadowModelVariantName added in v1.44.150

func (s *ShadowModelVariantConfig) SetShadowModelVariantName(v string) *ShadowModelVariantConfig

SetShadowModelVariantName sets the ShadowModelVariantName field's value.

func (ShadowModelVariantConfig) String added in v1.44.150

func (s ShadowModelVariantConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ShadowModelVariantConfig) Validate added in v1.44.150

func (s *ShadowModelVariantConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SharingSettings added in v1.25.47

type SharingSettings struct {

	// Whether to include the notebook cell output when sharing the notebook. The
	// default is Disabled.
	NotebookOutputOption *string `type:"string" enum:"NotebookOutputOption"`

	// When NotebookOutputOption is Allowed, the Amazon Web Services Key Management
	// Service (KMS) encryption key ID used to encrypt the notebook cell output
	// in the Amazon S3 bucket.
	S3KmsKeyId *string `type:"string"`

	// When NotebookOutputOption is Allowed, the Amazon S3 bucket used to store
	// the shared notebook snapshots.
	S3OutputPath *string `type:"string"`
	// contains filtered or unexported fields
}

Specifies options for sharing SageMaker Studio notebooks. These settings are specified as part of DefaultUserSettings when the CreateDomain API is called, and as part of UserSettings when the CreateUserProfile API is called. When SharingSettings is not specified, notebook sharing isn't allowed.

func (SharingSettings) GoString added in v1.25.47

func (s SharingSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SharingSettings) SetNotebookOutputOption added in v1.25.47

func (s *SharingSettings) SetNotebookOutputOption(v string) *SharingSettings

SetNotebookOutputOption sets the NotebookOutputOption field's value.

func (*SharingSettings) SetS3KmsKeyId added in v1.25.47

func (s *SharingSettings) SetS3KmsKeyId(v string) *SharingSettings

SetS3KmsKeyId sets the S3KmsKeyId field's value.

func (*SharingSettings) SetS3OutputPath added in v1.25.47

func (s *SharingSettings) SetS3OutputPath(v string) *SharingSettings

SetS3OutputPath sets the S3OutputPath field's value.

func (SharingSettings) String added in v1.25.47

func (s SharingSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ShuffleConfig added in v1.15.86

type ShuffleConfig struct {

	// Determines the shuffling order in ShuffleConfig value.
	//
	// Seed is a required field
	Seed *int64 `type:"long" required:"true"`
	// contains filtered or unexported fields
}

A configuration for a shuffle option for input data in a channel. If you use S3Prefix for S3DataType, the results of the S3 key prefix matches are shuffled. If you use ManifestFile, the order of the S3 object references in the ManifestFile is shuffled. If you use AugmentedManifestFile, the order of the JSON lines in the AugmentedManifestFile is shuffled. The shuffling order is determined using the Seed value.

For Pipe input mode, when ShuffleConfig is specified shuffling is done at the start of every epoch. With large datasets, this ensures that the order of the training data is different for each epoch, and it helps reduce bias and possible overfitting. In a multi-node training job when ShuffleConfig is combined with S3DataDistributionType of ShardedByS3Key, the data is shuffled across nodes so that the content sent to a particular node on the first epoch might be sent to a different node on the second epoch.

func (ShuffleConfig) GoString added in v1.15.86

func (s ShuffleConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ShuffleConfig) SetSeed added in v1.15.86

func (s *ShuffleConfig) SetSeed(v int64) *ShuffleConfig

SetSeed sets the Seed field's value.

func (ShuffleConfig) String added in v1.15.86

func (s ShuffleConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ShuffleConfig) Validate added in v1.15.86

func (s *ShuffleConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SourceAlgorithm added in v1.15.86

type SourceAlgorithm struct {

	// 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 Amazon Web Services Marketplace that you are subscribed to.
	//
	// AlgorithmName is a required field
	AlgorithmName *string `min:"1" type:"string" required:"true"`

	// The Amazon S3 path where the model artifacts, which result from model training,
	// are stored. This path must point to a single gzip compressed tar archive
	// (.tar.gz suffix).
	//
	// The model artifacts must be in an S3 bucket that is in the same Amazon Web
	// Services region as the algorithm.
	ModelDataUrl *string `type:"string"`
	// contains filtered or unexported fields
}

Specifies 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 Amazon Web Services Marketplace that you are subscribed to.

func (SourceAlgorithm) GoString added in v1.15.86

func (s SourceAlgorithm) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SourceAlgorithm) SetAlgorithmName added in v1.15.86

func (s *SourceAlgorithm) SetAlgorithmName(v string) *SourceAlgorithm

SetAlgorithmName sets the AlgorithmName field's value.

func (*SourceAlgorithm) SetModelDataUrl added in v1.15.86

func (s *SourceAlgorithm) SetModelDataUrl(v string) *SourceAlgorithm

SetModelDataUrl sets the ModelDataUrl field's value.

func (SourceAlgorithm) String added in v1.15.86

func (s SourceAlgorithm) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SourceAlgorithm) Validate added in v1.15.86

func (s *SourceAlgorithm) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SourceAlgorithmSpecification added in v1.15.86

type SourceAlgorithmSpecification struct {

	// A list of the algorithms that were used to create a model package.
	//
	// SourceAlgorithms is a required field
	SourceAlgorithms []*SourceAlgorithm `min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

A list of algorithms that were used to create a model package.

func (SourceAlgorithmSpecification) GoString added in v1.15.86

func (s SourceAlgorithmSpecification) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SourceAlgorithmSpecification) SetSourceAlgorithms added in v1.15.86

SetSourceAlgorithms sets the SourceAlgorithms field's value.

func (SourceAlgorithmSpecification) String added in v1.15.86

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SourceAlgorithmSpecification) Validate added in v1.15.86

func (s *SourceAlgorithmSpecification) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SourceIpConfig added in v1.28.4

type SourceIpConfig struct {

	// A list of one to ten Classless Inter-Domain Routing (https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html)
	// (CIDR) values.
	//
	// Maximum: Ten CIDR values
	//
	// The following Length Constraints apply to individual CIDR values in the CIDR
	// value list.
	//
	// Cidrs is a required field
	Cidrs []*string `type:"list" required:"true"`
	// contains filtered or unexported fields
}

A list of IP address ranges (CIDRs (https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html)). Used to create an allow list of IP addresses for a private workforce. Workers will only be able to login to their worker portal from an IP address within this range. By default, a workforce isn't restricted to specific IP addresses.

func (SourceIpConfig) GoString added in v1.28.4

func (s SourceIpConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SourceIpConfig) SetCidrs added in v1.28.4

func (s *SourceIpConfig) SetCidrs(v []*string) *SourceIpConfig

SetCidrs sets the Cidrs field's value.

func (SourceIpConfig) String added in v1.28.4

func (s SourceIpConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SourceIpConfig) Validate added in v1.28.4

func (s *SourceIpConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SpaceDetails added in v1.44.150

type SpaceDetails struct {

	// The creation time.
	CreationTime *time.Time `type:"timestamp"`

	// The ID of the associated Domain.
	DomainId *string `type:"string"`

	// The last modified time.
	LastModifiedTime *time.Time `type:"timestamp"`

	// The name of the space.
	SpaceName *string `type:"string"`

	// The status.
	Status *string `type:"string" enum:"SpaceStatus"`
	// contains filtered or unexported fields
}

The space's details.

func (SpaceDetails) GoString added in v1.44.150

func (s SpaceDetails) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SpaceDetails) SetCreationTime added in v1.44.150

func (s *SpaceDetails) SetCreationTime(v time.Time) *SpaceDetails

SetCreationTime sets the CreationTime field's value.

func (*SpaceDetails) SetDomainId added in v1.44.150

func (s *SpaceDetails) SetDomainId(v string) *SpaceDetails

SetDomainId sets the DomainId field's value.

func (*SpaceDetails) SetLastModifiedTime added in v1.44.150

func (s *SpaceDetails) SetLastModifiedTime(v time.Time) *SpaceDetails

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*SpaceDetails) SetSpaceName added in v1.44.150

func (s *SpaceDetails) SetSpaceName(v string) *SpaceDetails

SetSpaceName sets the SpaceName field's value.

func (*SpaceDetails) SetStatus added in v1.44.150

func (s *SpaceDetails) SetStatus(v string) *SpaceDetails

SetStatus sets the Status field's value.

func (SpaceDetails) String added in v1.44.150

func (s SpaceDetails) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SpaceSettings added in v1.44.150

type SpaceSettings struct {

	// The JupyterServer app settings.
	JupyterServerAppSettings *JupyterServerAppSettings `type:"structure"`

	// The KernelGateway app settings.
	KernelGatewayAppSettings *KernelGatewayAppSettings `type:"structure"`
	// contains filtered or unexported fields
}

A collection of space settings.

func (SpaceSettings) GoString added in v1.44.150

func (s SpaceSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SpaceSettings) SetJupyterServerAppSettings added in v1.44.150

func (s *SpaceSettings) SetJupyterServerAppSettings(v *JupyterServerAppSettings) *SpaceSettings

SetJupyterServerAppSettings sets the JupyterServerAppSettings field's value.

func (*SpaceSettings) SetKernelGatewayAppSettings added in v1.44.150

func (s *SpaceSettings) SetKernelGatewayAppSettings(v *KernelGatewayAppSettings) *SpaceSettings

SetKernelGatewayAppSettings sets the KernelGatewayAppSettings field's value.

func (SpaceSettings) String added in v1.44.150

func (s SpaceSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SpaceSettings) Validate added in v1.44.150

func (s *SpaceSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Stairs added in v1.44.314

type Stairs struct {

	// Defines how long each traffic step should be.
	DurationInSeconds *int64 `min:"1" type:"integer"`

	// Specifies how many steps to perform during traffic.
	NumberOfSteps *int64 `min:"1" type:"integer"`

	// Specifies how many new users to spawn in each step.
	UsersPerStep *int64 `min:"1" type:"integer"`
	// contains filtered or unexported fields
}

Defines the stairs traffic pattern for an Inference Recommender load test. This pattern type consists of multiple steps where the number of users increases at each step.

Specify either the stairs or phases traffic pattern.

func (Stairs) GoString added in v1.44.314

func (s Stairs) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Stairs) SetDurationInSeconds added in v1.44.314

func (s *Stairs) SetDurationInSeconds(v int64) *Stairs

SetDurationInSeconds sets the DurationInSeconds field's value.

func (*Stairs) SetNumberOfSteps added in v1.44.314

func (s *Stairs) SetNumberOfSteps(v int64) *Stairs

SetNumberOfSteps sets the NumberOfSteps field's value.

func (*Stairs) SetUsersPerStep added in v1.44.314

func (s *Stairs) SetUsersPerStep(v int64) *Stairs

SetUsersPerStep sets the UsersPerStep field's value.

func (Stairs) String added in v1.44.314

func (s Stairs) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Stairs) Validate added in v1.44.314

func (s *Stairs) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StartEdgeDeploymentStageInput added in v1.44.57

type StartEdgeDeploymentStageInput struct {

	// The name of the edge deployment plan to start.
	//
	// EdgeDeploymentPlanName is a required field
	EdgeDeploymentPlanName *string `min:"1" type:"string" required:"true"`

	// The name of the stage to start.
	//
	// StageName is a required field
	StageName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (StartEdgeDeploymentStageInput) GoString added in v1.44.57

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartEdgeDeploymentStageInput) SetEdgeDeploymentPlanName added in v1.44.57

func (s *StartEdgeDeploymentStageInput) SetEdgeDeploymentPlanName(v string) *StartEdgeDeploymentStageInput

SetEdgeDeploymentPlanName sets the EdgeDeploymentPlanName field's value.

func (*StartEdgeDeploymentStageInput) SetStageName added in v1.44.57

SetStageName sets the StageName field's value.

func (StartEdgeDeploymentStageInput) String added in v1.44.57

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartEdgeDeploymentStageInput) Validate added in v1.44.57

func (s *StartEdgeDeploymentStageInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StartEdgeDeploymentStageOutput added in v1.44.57

type StartEdgeDeploymentStageOutput struct {
	// contains filtered or unexported fields
}

func (StartEdgeDeploymentStageOutput) GoString added in v1.44.57

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (StartEdgeDeploymentStageOutput) String added in v1.44.57

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type StartInferenceExperimentInput added in v1.44.150

type StartInferenceExperimentInput struct {

	// The name of the inference experiment to start.
	//
	// Name is a required field
	Name *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (StartInferenceExperimentInput) GoString added in v1.44.150

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartInferenceExperimentInput) SetName added in v1.44.150

SetName sets the Name field's value.

func (StartInferenceExperimentInput) String added in v1.44.150

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartInferenceExperimentInput) Validate added in v1.44.150

func (s *StartInferenceExperimentInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StartInferenceExperimentOutput added in v1.44.150

type StartInferenceExperimentOutput struct {

	// The ARN of the started inference experiment to start.
	//
	// InferenceExperimentArn is a required field
	InferenceExperimentArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (StartInferenceExperimentOutput) GoString added in v1.44.150

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartInferenceExperimentOutput) SetInferenceExperimentArn added in v1.44.150

func (s *StartInferenceExperimentOutput) SetInferenceExperimentArn(v string) *StartInferenceExperimentOutput

SetInferenceExperimentArn sets the InferenceExperimentArn field's value.

func (StartInferenceExperimentOutput) String added in v1.44.150

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type StartMonitoringScheduleInput added in v1.25.47

type StartMonitoringScheduleInput struct {

	// The name of the schedule to start.
	//
	// MonitoringScheduleName is a required field
	MonitoringScheduleName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (StartMonitoringScheduleInput) GoString added in v1.25.47

func (s StartMonitoringScheduleInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartMonitoringScheduleInput) SetMonitoringScheduleName added in v1.25.47

func (s *StartMonitoringScheduleInput) SetMonitoringScheduleName(v string) *StartMonitoringScheduleInput

SetMonitoringScheduleName sets the MonitoringScheduleName field's value.

func (StartMonitoringScheduleInput) String added in v1.25.47

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartMonitoringScheduleInput) Validate added in v1.25.47

func (s *StartMonitoringScheduleInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StartMonitoringScheduleOutput added in v1.25.47

type StartMonitoringScheduleOutput struct {
	// contains filtered or unexported fields
}

func (StartMonitoringScheduleOutput) GoString added in v1.25.47

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (StartMonitoringScheduleOutput) String added in v1.25.47

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type StartNotebookInstanceInput

type StartNotebookInstanceInput struct {

	// The name of the notebook instance to start.
	//
	// NotebookInstanceName is a required field
	NotebookInstanceName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (StartNotebookInstanceInput) GoString

func (s StartNotebookInstanceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartNotebookInstanceInput) SetNotebookInstanceName

func (s *StartNotebookInstanceInput) SetNotebookInstanceName(v string) *StartNotebookInstanceInput

SetNotebookInstanceName sets the NotebookInstanceName field's value.

func (StartNotebookInstanceInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartNotebookInstanceInput) Validate

func (s *StartNotebookInstanceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StartNotebookInstanceOutput

type StartNotebookInstanceOutput struct {
	// contains filtered or unexported fields
}

func (StartNotebookInstanceOutput) GoString

func (s StartNotebookInstanceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (StartNotebookInstanceOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type StartPipelineExecutionInput added in v1.35.37

type StartPipelineExecutionInput struct {

	// A unique, case-sensitive identifier that you provide to ensure the idempotency
	// of the operation. An idempotent operation completes no more than once.
	ClientRequestToken *string `min:"32" type:"string" idempotencyToken:"true"`

	// This configuration, if specified, overrides the parallelism configuration
	// of the parent pipeline for this specific run.
	ParallelismConfiguration *ParallelismConfiguration `type:"structure"`

	// The description of the pipeline execution.
	PipelineExecutionDescription *string `type:"string"`

	// The display name of the pipeline execution.
	PipelineExecutionDisplayName *string `min:"1" type:"string"`

	// The name or Amazon Resource Name (ARN) of the pipeline.
	//
	// PipelineName is a required field
	PipelineName *string `min:"1" type:"string" required:"true"`

	// Contains a list of pipeline parameters. This list can be empty.
	PipelineParameters []*Parameter `type:"list"`

	// The selective execution configuration applied to the pipeline run.
	SelectiveExecutionConfig *SelectiveExecutionConfig `type:"structure"`
	// contains filtered or unexported fields
}

func (StartPipelineExecutionInput) GoString added in v1.35.37

func (s StartPipelineExecutionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartPipelineExecutionInput) SetClientRequestToken added in v1.35.37

func (s *StartPipelineExecutionInput) SetClientRequestToken(v string) *StartPipelineExecutionInput

SetClientRequestToken sets the ClientRequestToken field's value.

func (*StartPipelineExecutionInput) SetParallelismConfiguration added in v1.42.26

SetParallelismConfiguration sets the ParallelismConfiguration field's value.

func (*StartPipelineExecutionInput) SetPipelineExecutionDescription added in v1.35.37

func (s *StartPipelineExecutionInput) SetPipelineExecutionDescription(v string) *StartPipelineExecutionInput

SetPipelineExecutionDescription sets the PipelineExecutionDescription field's value.

func (*StartPipelineExecutionInput) SetPipelineExecutionDisplayName added in v1.35.37

func (s *StartPipelineExecutionInput) SetPipelineExecutionDisplayName(v string) *StartPipelineExecutionInput

SetPipelineExecutionDisplayName sets the PipelineExecutionDisplayName field's value.

func (*StartPipelineExecutionInput) SetPipelineName added in v1.35.37

SetPipelineName sets the PipelineName field's value.

func (*StartPipelineExecutionInput) SetPipelineParameters added in v1.35.37

func (s *StartPipelineExecutionInput) SetPipelineParameters(v []*Parameter) *StartPipelineExecutionInput

SetPipelineParameters sets the PipelineParameters field's value.

func (*StartPipelineExecutionInput) SetSelectiveExecutionConfig added in v1.44.275

SetSelectiveExecutionConfig sets the SelectiveExecutionConfig field's value.

func (StartPipelineExecutionInput) String added in v1.35.37

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartPipelineExecutionInput) Validate added in v1.35.37

func (s *StartPipelineExecutionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StartPipelineExecutionOutput added in v1.35.37

type StartPipelineExecutionOutput struct {

	// The Amazon Resource Name (ARN) of the pipeline execution.
	PipelineExecutionArn *string `type:"string"`
	// contains filtered or unexported fields
}

func (StartPipelineExecutionOutput) GoString added in v1.35.37

func (s StartPipelineExecutionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartPipelineExecutionOutput) SetPipelineExecutionArn added in v1.35.37

func (s *StartPipelineExecutionOutput) SetPipelineExecutionArn(v string) *StartPipelineExecutionOutput

SetPipelineExecutionArn sets the PipelineExecutionArn field's value.

func (StartPipelineExecutionOutput) String added in v1.35.37

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type StopAutoMLJobInput added in v1.25.47

type StopAutoMLJobInput struct {

	// The name of the object you are requesting.
	//
	// AutoMLJobName is a required field
	AutoMLJobName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (StopAutoMLJobInput) GoString added in v1.25.47

func (s StopAutoMLJobInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StopAutoMLJobInput) SetAutoMLJobName added in v1.25.47

func (s *StopAutoMLJobInput) SetAutoMLJobName(v string) *StopAutoMLJobInput

SetAutoMLJobName sets the AutoMLJobName field's value.

func (StopAutoMLJobInput) String added in v1.25.47

func (s StopAutoMLJobInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StopAutoMLJobInput) Validate added in v1.25.47

func (s *StopAutoMLJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StopAutoMLJobOutput added in v1.25.47

type StopAutoMLJobOutput struct {
	// contains filtered or unexported fields
}

func (StopAutoMLJobOutput) GoString added in v1.25.47

func (s StopAutoMLJobOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (StopAutoMLJobOutput) String added in v1.25.47

func (s StopAutoMLJobOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type StopCompilationJobInput added in v1.15.86

type StopCompilationJobInput struct {

	// The name of the model compilation job to stop.
	//
	// CompilationJobName is a required field
	CompilationJobName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (StopCompilationJobInput) GoString added in v1.15.86

func (s StopCompilationJobInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StopCompilationJobInput) SetCompilationJobName added in v1.15.86

func (s *StopCompilationJobInput) SetCompilationJobName(v string) *StopCompilationJobInput

SetCompilationJobName sets the CompilationJobName field's value.

func (StopCompilationJobInput) String added in v1.15.86

func (s StopCompilationJobInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StopCompilationJobInput) Validate added in v1.15.86

func (s *StopCompilationJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StopCompilationJobOutput added in v1.15.86

type StopCompilationJobOutput struct {
	// contains filtered or unexported fields
}

func (StopCompilationJobOutput) GoString added in v1.15.86

func (s StopCompilationJobOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (StopCompilationJobOutput) String added in v1.15.86

func (s StopCompilationJobOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type StopEdgeDeploymentStageInput added in v1.44.57

type StopEdgeDeploymentStageInput struct {

	// The name of the edge deployment plan to stop.
	//
	// EdgeDeploymentPlanName is a required field
	EdgeDeploymentPlanName *string `min:"1" type:"string" required:"true"`

	// The name of the stage to stop.
	//
	// StageName is a required field
	StageName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (StopEdgeDeploymentStageInput) GoString added in v1.44.57

func (s StopEdgeDeploymentStageInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StopEdgeDeploymentStageInput) SetEdgeDeploymentPlanName added in v1.44.57

func (s *StopEdgeDeploymentStageInput) SetEdgeDeploymentPlanName(v string) *StopEdgeDeploymentStageInput

SetEdgeDeploymentPlanName sets the EdgeDeploymentPlanName field's value.

func (*StopEdgeDeploymentStageInput) SetStageName added in v1.44.57

SetStageName sets the StageName field's value.

func (StopEdgeDeploymentStageInput) String added in v1.44.57

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StopEdgeDeploymentStageInput) Validate added in v1.44.57

func (s *StopEdgeDeploymentStageInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StopEdgeDeploymentStageOutput added in v1.44.57

type StopEdgeDeploymentStageOutput struct {
	// contains filtered or unexported fields
}

func (StopEdgeDeploymentStageOutput) GoString added in v1.44.57

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (StopEdgeDeploymentStageOutput) String added in v1.44.57

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type StopEdgePackagingJobInput added in v1.36.4

type StopEdgePackagingJobInput struct {

	// The name of the edge packaging job.
	//
	// EdgePackagingJobName is a required field
	EdgePackagingJobName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (StopEdgePackagingJobInput) GoString added in v1.36.4

func (s StopEdgePackagingJobInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StopEdgePackagingJobInput) SetEdgePackagingJobName added in v1.36.4

func (s *StopEdgePackagingJobInput) SetEdgePackagingJobName(v string) *StopEdgePackagingJobInput

SetEdgePackagingJobName sets the EdgePackagingJobName field's value.

func (StopEdgePackagingJobInput) String added in v1.36.4

func (s StopEdgePackagingJobInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StopEdgePackagingJobInput) Validate added in v1.36.4

func (s *StopEdgePackagingJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StopEdgePackagingJobOutput added in v1.36.4

type StopEdgePackagingJobOutput struct {
	// contains filtered or unexported fields
}

func (StopEdgePackagingJobOutput) GoString added in v1.36.4

func (s StopEdgePackagingJobOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (StopEdgePackagingJobOutput) String added in v1.36.4

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type StopHyperParameterTuningJobInput added in v1.14.0

type StopHyperParameterTuningJobInput struct {

	// The name of the tuning job to stop.
	//
	// HyperParameterTuningJobName is a required field
	HyperParameterTuningJobName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (StopHyperParameterTuningJobInput) GoString added in v1.14.0

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StopHyperParameterTuningJobInput) SetHyperParameterTuningJobName added in v1.14.0

func (s *StopHyperParameterTuningJobInput) SetHyperParameterTuningJobName(v string) *StopHyperParameterTuningJobInput

SetHyperParameterTuningJobName sets the HyperParameterTuningJobName field's value.

func (StopHyperParameterTuningJobInput) String added in v1.14.0

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StopHyperParameterTuningJobInput) Validate added in v1.14.0

Validate inspects the fields of the type to determine if they are valid.

type StopHyperParameterTuningJobOutput added in v1.14.0

type StopHyperParameterTuningJobOutput struct {
	// contains filtered or unexported fields
}

func (StopHyperParameterTuningJobOutput) GoString added in v1.14.0

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (StopHyperParameterTuningJobOutput) String added in v1.14.0

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type StopInferenceExperimentInput added in v1.44.150

type StopInferenceExperimentInput struct {

	// An array of ModelVariantConfig objects. There is one for each variant that
	// you want to deploy after the inference experiment stops. Each ModelVariantConfig
	// describes the infrastructure configuration for deploying the corresponding
	// variant.
	DesiredModelVariants []*ModelVariantConfig `min:"1" type:"list"`

	// The desired state of the experiment after stopping. The possible states are
	// the following:
	//
	//    * Completed: The experiment completed successfully
	//
	//    * Cancelled: The experiment was canceled
	DesiredState *string `type:"string" enum:"InferenceExperimentStopDesiredState"`

	// Array of key-value pairs, with names of variants mapped to actions. The possible
	// actions are the following:
	//
	//    * Promote - Promote the shadow variant to a production variant
	//
	//    * Remove - Delete the variant
	//
	//    * Retain - Keep the variant as it is
	//
	// ModelVariantActions is a required field
	ModelVariantActions map[string]*string `min:"1" type:"map" required:"true"`

	// The name of the inference experiment to stop.
	//
	// Name is a required field
	Name *string `min:"1" type:"string" required:"true"`

	// The reason for stopping the experiment.
	Reason *string `type:"string"`
	// contains filtered or unexported fields
}

func (StopInferenceExperimentInput) GoString added in v1.44.150

func (s StopInferenceExperimentInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StopInferenceExperimentInput) SetDesiredModelVariants added in v1.44.150

SetDesiredModelVariants sets the DesiredModelVariants field's value.

func (*StopInferenceExperimentInput) SetDesiredState added in v1.44.150

SetDesiredState sets the DesiredState field's value.

func (*StopInferenceExperimentInput) SetModelVariantActions added in v1.44.150

func (s *StopInferenceExperimentInput) SetModelVariantActions(v map[string]*string) *StopInferenceExperimentInput

SetModelVariantActions sets the ModelVariantActions field's value.

func (*StopInferenceExperimentInput) SetName added in v1.44.150

SetName sets the Name field's value.

func (*StopInferenceExperimentInput) SetReason added in v1.44.150

SetReason sets the Reason field's value.

func (StopInferenceExperimentInput) String added in v1.44.150

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StopInferenceExperimentInput) Validate added in v1.44.150

func (s *StopInferenceExperimentInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StopInferenceExperimentOutput added in v1.44.150

type StopInferenceExperimentOutput struct {

	// The ARN of the stopped inference experiment.
	//
	// InferenceExperimentArn is a required field
	InferenceExperimentArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (StopInferenceExperimentOutput) GoString added in v1.44.150

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StopInferenceExperimentOutput) SetInferenceExperimentArn added in v1.44.150

func (s *StopInferenceExperimentOutput) SetInferenceExperimentArn(v string) *StopInferenceExperimentOutput

SetInferenceExperimentArn sets the InferenceExperimentArn field's value.

func (StopInferenceExperimentOutput) String added in v1.44.150

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type StopInferenceRecommendationsJobInput added in v1.42.17

type StopInferenceRecommendationsJobInput struct {

	// The name of the job you want to stop.
	//
	// JobName is a required field
	JobName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (StopInferenceRecommendationsJobInput) GoString added in v1.42.17

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StopInferenceRecommendationsJobInput) SetJobName added in v1.42.17

SetJobName sets the JobName field's value.

func (StopInferenceRecommendationsJobInput) String added in v1.42.17

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StopInferenceRecommendationsJobInput) Validate added in v1.42.17

Validate inspects the fields of the type to determine if they are valid.

type StopInferenceRecommendationsJobOutput added in v1.42.17

type StopInferenceRecommendationsJobOutput struct {
	// contains filtered or unexported fields
}

func (StopInferenceRecommendationsJobOutput) GoString added in v1.42.17

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (StopInferenceRecommendationsJobOutput) String added in v1.42.17

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type StopLabelingJobInput added in v1.15.86

type StopLabelingJobInput struct {

	// The name of the labeling job to stop.
	//
	// LabelingJobName is a required field
	LabelingJobName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (StopLabelingJobInput) GoString added in v1.15.86

func (s StopLabelingJobInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StopLabelingJobInput) SetLabelingJobName added in v1.15.86

func (s *StopLabelingJobInput) SetLabelingJobName(v string) *StopLabelingJobInput

SetLabelingJobName sets the LabelingJobName field's value.

func (StopLabelingJobInput) String added in v1.15.86

func (s StopLabelingJobInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StopLabelingJobInput) Validate added in v1.15.86

func (s *StopLabelingJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StopLabelingJobOutput added in v1.15.86

type StopLabelingJobOutput struct {
	// contains filtered or unexported fields
}

func (StopLabelingJobOutput) GoString added in v1.15.86

func (s StopLabelingJobOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (StopLabelingJobOutput) String added in v1.15.86

func (s StopLabelingJobOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type StopMonitoringScheduleInput added in v1.25.47

type StopMonitoringScheduleInput struct {

	// The name of the schedule to stop.
	//
	// MonitoringScheduleName is a required field
	MonitoringScheduleName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (StopMonitoringScheduleInput) GoString added in v1.25.47

func (s StopMonitoringScheduleInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StopMonitoringScheduleInput) SetMonitoringScheduleName added in v1.25.47

func (s *StopMonitoringScheduleInput) SetMonitoringScheduleName(v string) *StopMonitoringScheduleInput

SetMonitoringScheduleName sets the MonitoringScheduleName field's value.

func (StopMonitoringScheduleInput) String added in v1.25.47

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StopMonitoringScheduleInput) Validate added in v1.25.47

func (s *StopMonitoringScheduleInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StopMonitoringScheduleOutput added in v1.25.47

type StopMonitoringScheduleOutput struct {
	// contains filtered or unexported fields
}

func (StopMonitoringScheduleOutput) GoString added in v1.25.47

func (s StopMonitoringScheduleOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (StopMonitoringScheduleOutput) String added in v1.25.47

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type StopNotebookInstanceInput

type StopNotebookInstanceInput struct {

	// The name of the notebook instance to terminate.
	//
	// NotebookInstanceName is a required field
	NotebookInstanceName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (StopNotebookInstanceInput) GoString

func (s StopNotebookInstanceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StopNotebookInstanceInput) SetNotebookInstanceName

func (s *StopNotebookInstanceInput) SetNotebookInstanceName(v string) *StopNotebookInstanceInput

SetNotebookInstanceName sets the NotebookInstanceName field's value.

func (StopNotebookInstanceInput) String

func (s StopNotebookInstanceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StopNotebookInstanceInput) Validate

func (s *StopNotebookInstanceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StopNotebookInstanceOutput

type StopNotebookInstanceOutput struct {
	// contains filtered or unexported fields
}

func (StopNotebookInstanceOutput) GoString

func (s StopNotebookInstanceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (StopNotebookInstanceOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type StopPipelineExecutionInput added in v1.35.37

type StopPipelineExecutionInput struct {

	// A unique, case-sensitive identifier that you provide to ensure the idempotency
	// of the operation. An idempotent operation completes no more than once.
	ClientRequestToken *string `min:"32" type:"string" idempotencyToken:"true"`

	// The Amazon Resource Name (ARN) of the pipeline execution.
	//
	// PipelineExecutionArn is a required field
	PipelineExecutionArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (StopPipelineExecutionInput) GoString added in v1.35.37

func (s StopPipelineExecutionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StopPipelineExecutionInput) SetClientRequestToken added in v1.35.37

func (s *StopPipelineExecutionInput) SetClientRequestToken(v string) *StopPipelineExecutionInput

SetClientRequestToken sets the ClientRequestToken field's value.

func (*StopPipelineExecutionInput) SetPipelineExecutionArn added in v1.35.37

func (s *StopPipelineExecutionInput) SetPipelineExecutionArn(v string) *StopPipelineExecutionInput

SetPipelineExecutionArn sets the PipelineExecutionArn field's value.

func (StopPipelineExecutionInput) String added in v1.35.37

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StopPipelineExecutionInput) Validate added in v1.35.37

func (s *StopPipelineExecutionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StopPipelineExecutionOutput added in v1.35.37

type StopPipelineExecutionOutput struct {

	// The Amazon Resource Name (ARN) of the pipeline execution.
	PipelineExecutionArn *string `type:"string"`
	// contains filtered or unexported fields
}

func (StopPipelineExecutionOutput) GoString added in v1.35.37

func (s StopPipelineExecutionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StopPipelineExecutionOutput) SetPipelineExecutionArn added in v1.35.37

func (s *StopPipelineExecutionOutput) SetPipelineExecutionArn(v string) *StopPipelineExecutionOutput

SetPipelineExecutionArn sets the PipelineExecutionArn field's value.

func (StopPipelineExecutionOutput) String added in v1.35.37

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type StopProcessingJobInput added in v1.25.47

type StopProcessingJobInput struct {

	// The name of the processing job to stop.
	//
	// ProcessingJobName is a required field
	ProcessingJobName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (StopProcessingJobInput) GoString added in v1.25.47

func (s StopProcessingJobInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StopProcessingJobInput) SetProcessingJobName added in v1.25.47

func (s *StopProcessingJobInput) SetProcessingJobName(v string) *StopProcessingJobInput

SetProcessingJobName sets the ProcessingJobName field's value.

func (StopProcessingJobInput) String added in v1.25.47

func (s StopProcessingJobInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StopProcessingJobInput) Validate added in v1.25.47

func (s *StopProcessingJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StopProcessingJobOutput added in v1.25.47

type StopProcessingJobOutput struct {
	// contains filtered or unexported fields
}

func (StopProcessingJobOutput) GoString added in v1.25.47

func (s StopProcessingJobOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (StopProcessingJobOutput) String added in v1.25.47

func (s StopProcessingJobOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type StopTrainingJobInput

type StopTrainingJobInput struct {

	// The name of the training job to stop.
	//
	// TrainingJobName is a required field
	TrainingJobName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (StopTrainingJobInput) GoString

func (s StopTrainingJobInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StopTrainingJobInput) SetTrainingJobName

func (s *StopTrainingJobInput) SetTrainingJobName(v string) *StopTrainingJobInput

SetTrainingJobName sets the TrainingJobName field's value.

func (StopTrainingJobInput) String

func (s StopTrainingJobInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StopTrainingJobInput) Validate

func (s *StopTrainingJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StopTrainingJobOutput

type StopTrainingJobOutput struct {
	// contains filtered or unexported fields
}

func (StopTrainingJobOutput) GoString

func (s StopTrainingJobOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (StopTrainingJobOutput) String

func (s StopTrainingJobOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type StopTransformJobInput added in v1.14.28

type StopTransformJobInput struct {

	// The name of the batch transform job to stop.
	//
	// TransformJobName is a required field
	TransformJobName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (StopTransformJobInput) GoString added in v1.14.28

func (s StopTransformJobInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StopTransformJobInput) SetTransformJobName added in v1.14.28

func (s *StopTransformJobInput) SetTransformJobName(v string) *StopTransformJobInput

SetTransformJobName sets the TransformJobName field's value.

func (StopTransformJobInput) String added in v1.14.28

func (s StopTransformJobInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StopTransformJobInput) Validate added in v1.14.28

func (s *StopTransformJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StopTransformJobOutput added in v1.14.28

type StopTransformJobOutput struct {
	// contains filtered or unexported fields
}

func (StopTransformJobOutput) GoString added in v1.14.28

func (s StopTransformJobOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (StopTransformJobOutput) String added in v1.14.28

func (s StopTransformJobOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type StoppingCondition

type StoppingCondition struct {

	// The maximum length of time, in seconds, that a training or compilation job
	// can run before it is stopped.
	//
	// For compilation jobs, if the job does not complete during this time, a TimeOut
	// error is generated. We recommend starting with 900 seconds and increasing
	// as necessary based on your model.
	//
	// For all other jobs, if the job does not complete during this time, SageMaker
	// ends the job. When RetryStrategy is specified in the job request, MaxRuntimeInSeconds
	// specifies the maximum time for all of the attempts in total, not each individual
	// attempt. The default value is 1 day. The maximum value is 28 days.
	//
	// The maximum time that a TrainingJob can run in total, including any time
	// spent publishing metrics or archiving and uploading models after it has been
	// stopped, is 30 days.
	MaxRuntimeInSeconds *int64 `min:"1" type:"integer"`

	// The maximum length of time, in seconds, that a managed Spot training job
	// has to complete. It is the amount of time spent waiting for Spot capacity
	// plus the amount of time the job can run. It must be equal to or greater than
	// MaxRuntimeInSeconds. If the job does not complete during this time, SageMaker
	// ends the job.
	//
	// When RetryStrategy is specified in the job request, MaxWaitTimeInSeconds
	// specifies the maximum time for all of the attempts in total, not each individual
	// attempt.
	MaxWaitTimeInSeconds *int64 `min:"1" type:"integer"`
	// contains filtered or unexported fields
}

Specifies a limit to how long a model training job or model compilation job can run. It also specifies how long a managed spot training job has to complete. When the job reaches the time limit, SageMaker ends the training or compilation job. Use this API to cap model training costs.

To stop a training job, SageMaker sends the algorithm the SIGTERM signal, which delays job termination for 120 seconds. Algorithms can use this 120-second window to save the model artifacts, so the results of training are not lost.

The training algorithms provided by SageMaker automatically save the intermediate results of a model training job when possible. This attempt to save artifacts is only a best effort case as model might not be in a state from which it can be saved. For example, if training has just started, the model might not be ready to save. When saved, this intermediate data is a valid model artifact. You can use it to create a model with CreateModel.

The Neural Topic Model (NTM) currently does not support saving intermediate model artifacts. When training NTMs, make sure that the maximum runtime is sufficient for the training job to complete.

func (StoppingCondition) GoString

func (s StoppingCondition) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StoppingCondition) SetMaxRuntimeInSeconds

func (s *StoppingCondition) SetMaxRuntimeInSeconds(v int64) *StoppingCondition

SetMaxRuntimeInSeconds sets the MaxRuntimeInSeconds field's value.

func (*StoppingCondition) SetMaxWaitTimeInSeconds added in v1.23.5

func (s *StoppingCondition) SetMaxWaitTimeInSeconds(v int64) *StoppingCondition

SetMaxWaitTimeInSeconds sets the MaxWaitTimeInSeconds field's value.

func (StoppingCondition) String

func (s StoppingCondition) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StoppingCondition) Validate

func (s *StoppingCondition) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StudioLifecycleConfigDetails added in v1.40.41

type StudioLifecycleConfigDetails struct {

	// The creation time of the Studio Lifecycle Configuration.
	CreationTime *time.Time `type:"timestamp"`

	// This value is equivalent to CreationTime because Studio Lifecycle Configurations
	// are immutable.
	LastModifiedTime *time.Time `type:"timestamp"`

	// The App type to which the Lifecycle Configuration is attached.
	StudioLifecycleConfigAppType *string `type:"string" enum:"StudioLifecycleConfigAppType"`

	// The Amazon Resource Name (ARN) of the Lifecycle Configuration.
	StudioLifecycleConfigArn *string `type:"string"`

	// The name of the Studio Lifecycle Configuration.
	StudioLifecycleConfigName *string `type:"string"`
	// contains filtered or unexported fields
}

Details of the Studio Lifecycle Configuration.

func (StudioLifecycleConfigDetails) GoString added in v1.40.41

func (s StudioLifecycleConfigDetails) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StudioLifecycleConfigDetails) SetCreationTime added in v1.40.41

SetCreationTime sets the CreationTime field's value.

func (*StudioLifecycleConfigDetails) SetLastModifiedTime added in v1.40.41

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*StudioLifecycleConfigDetails) SetStudioLifecycleConfigAppType added in v1.40.41

func (s *StudioLifecycleConfigDetails) SetStudioLifecycleConfigAppType(v string) *StudioLifecycleConfigDetails

SetStudioLifecycleConfigAppType sets the StudioLifecycleConfigAppType field's value.

func (*StudioLifecycleConfigDetails) SetStudioLifecycleConfigArn added in v1.40.41

func (s *StudioLifecycleConfigDetails) SetStudioLifecycleConfigArn(v string) *StudioLifecycleConfigDetails

SetStudioLifecycleConfigArn sets the StudioLifecycleConfigArn field's value.

func (*StudioLifecycleConfigDetails) SetStudioLifecycleConfigName added in v1.40.41

func (s *StudioLifecycleConfigDetails) SetStudioLifecycleConfigName(v string) *StudioLifecycleConfigDetails

SetStudioLifecycleConfigName sets the StudioLifecycleConfigName field's value.

func (StudioLifecycleConfigDetails) String added in v1.40.41

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SubscribedWorkteam added in v1.15.86

type SubscribedWorkteam struct {

	// Marketplace product listing ID.
	ListingId *string `type:"string"`

	// The description of the vendor from the Amazon Marketplace.
	MarketplaceDescription *string `min:"1" type:"string"`

	// The title of the service provided by the vendor in the Amazon Marketplace.
	MarketplaceTitle *string `min:"1" type:"string"`

	// The name of the vendor in the Amazon Marketplace.
	SellerName *string `type:"string"`

	// The Amazon Resource Name (ARN) of the vendor that you have subscribed.
	//
	// WorkteamArn is a required field
	WorkteamArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Describes a work team of a vendor that does the a labelling job.

func (SubscribedWorkteam) GoString added in v1.15.86

func (s SubscribedWorkteam) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SubscribedWorkteam) SetListingId added in v1.15.86

func (s *SubscribedWorkteam) SetListingId(v string) *SubscribedWorkteam

SetListingId sets the ListingId field's value.

func (*SubscribedWorkteam) SetMarketplaceDescription added in v1.15.86

func (s *SubscribedWorkteam) SetMarketplaceDescription(v string) *SubscribedWorkteam

SetMarketplaceDescription sets the MarketplaceDescription field's value.

func (*SubscribedWorkteam) SetMarketplaceTitle added in v1.15.86

func (s *SubscribedWorkteam) SetMarketplaceTitle(v string) *SubscribedWorkteam

SetMarketplaceTitle sets the MarketplaceTitle field's value.

func (*SubscribedWorkteam) SetSellerName added in v1.15.86

func (s *SubscribedWorkteam) SetSellerName(v string) *SubscribedWorkteam

SetSellerName sets the SellerName field's value.

func (*SubscribedWorkteam) SetWorkteamArn added in v1.15.86

func (s *SubscribedWorkteam) SetWorkteamArn(v string) *SubscribedWorkteam

SetWorkteamArn sets the WorkteamArn field's value.

func (SubscribedWorkteam) String added in v1.15.86

func (s SubscribedWorkteam) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SuggestionQuery added in v1.15.86

type SuggestionQuery struct {

	// Defines a property name hint. Only property names that begin with the specified
	// hint are included in the response.
	PropertyNameQuery *PropertyNameQuery `type:"structure"`
	// contains filtered or unexported fields
}

Specified in the GetSearchSuggestions (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_GetSearchSuggestions.html) request. Limits the property names that are included in the response.

func (SuggestionQuery) GoString added in v1.15.86

func (s SuggestionQuery) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SuggestionQuery) SetPropertyNameQuery added in v1.15.86

func (s *SuggestionQuery) SetPropertyNameQuery(v *PropertyNameQuery) *SuggestionQuery

SetPropertyNameQuery sets the PropertyNameQuery field's value.

func (SuggestionQuery) String added in v1.15.86

func (s SuggestionQuery) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SuggestionQuery) Validate added in v1.15.86

func (s *SuggestionQuery) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TabularJobConfig added in v1.44.285

type TabularJobConfig struct {

	// The configuration information of how model candidates are generated.
	CandidateGenerationConfig *CandidateGenerationConfig `type:"structure"`

	// How long a job is allowed to run, or how many candidates a job is allowed
	// to generate.
	CompletionCriteria *AutoMLJobCompletionCriteria `type:"structure"`

	// A URL to the Amazon S3 data source containing selected features from the
	// input data source to run an Autopilot job V2. You can input FeatureAttributeNames
	// (optional) in JSON format as shown below:
	//
	// { "FeatureAttributeNames":["col1", "col2", ...] }.
	//
	// You can also specify the data type of the feature (optional) in the format
	// shown below:
	//
	// { "FeatureDataTypes":{"col1":"numeric", "col2":"categorical" ... } }
	//
	// These column keys may not include the target column.
	//
	// In ensembling mode, Autopilot only supports the following data types: numeric,
	// categorical, text, and datetime. In HPO mode, Autopilot can support numeric,
	// categorical, text, datetime, and sequence.
	//
	// If only FeatureDataTypes is provided, the column keys (col1, col2,..) should
	// be a subset of the column names in the input data.
	//
	// If both FeatureDataTypes and FeatureAttributeNames are provided, then the
	// column keys should be a subset of the column names provided in FeatureAttributeNames.
	//
	// The key name FeatureAttributeNames is fixed. The values listed in ["col1",
	// "col2", ...] are case sensitive and should be a list of strings containing
	// unique values that are a subset of the column names in the input data. The
	// list of columns provided must not include the target column.
	FeatureSpecificationS3Uri *string `type:"string"`

	// Generates possible candidates without training the models. A model candidate
	// is a combination of data preprocessors, algorithms, and algorithm parameter
	// settings.
	GenerateCandidateDefinitionsOnly *bool `type:"boolean"`

	// The method that Autopilot uses to train the data. You can either specify
	// the mode manually or let Autopilot choose for you based on the dataset size
	// by selecting AUTO. In AUTO mode, Autopilot chooses ENSEMBLING for datasets
	// smaller than 100 MB, and HYPERPARAMETER_TUNING for larger ones.
	//
	// The ENSEMBLING mode uses a multi-stack ensemble model to predict classification
	// and regression tasks directly from your dataset. This machine learning mode
	// combines several base models to produce an optimal predictive model. It then
	// uses a stacking ensemble method to combine predictions from contributing
	// members. A multi-stack ensemble model can provide better performance over
	// a single model by combining the predictive capabilities of multiple models.
	// See Autopilot algorithm support (https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-model-support-validation.html#autopilot-algorithm-support)
	// for a list of algorithms supported by ENSEMBLING mode.
	//
	// The HYPERPARAMETER_TUNING (HPO) mode uses the best hyperparameters to train
	// the best version of a model. HPO automatically selects an algorithm for the
	// type of problem you want to solve. Then HPO finds the best hyperparameters
	// according to your objective metric. See Autopilot algorithm support (https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-model-support-validation.html#autopilot-algorithm-support)
	// for a list of algorithms supported by HYPERPARAMETER_TUNING mode.
	Mode *string `type:"string" enum:"AutoMLMode"`

	// The type of supervised learning problem available for the model candidates
	// of the AutoML job V2. For more information, see Amazon SageMaker Autopilot
	// problem types (https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-datasets-problem-types.html#autopilot-problem-types).
	//
	// You must either specify the type of supervised learning problem in ProblemType
	// and provide the AutoMLJobObjective (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateAutoMLJobV2.html#sagemaker-CreateAutoMLJobV2-request-AutoMLJobObjective)
	// metric, or none at all.
	ProblemType *string `type:"string" enum:"ProblemType"`

	// If specified, this column name indicates which column of the dataset should
	// be treated as sample weights for use by the objective metric during the training,
	// evaluation, and the selection of the best model. This column is not considered
	// as a predictive feature. For more information on Autopilot metrics, see Metrics
	// and validation (https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-metrics-validation.html).
	//
	// Sample weights should be numeric, non-negative, with larger values indicating
	// which rows are more important than others. Data points that have invalid
	// or no weight value are excluded.
	//
	// Support for sample weights is available in Ensembling (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_AutoMLAlgorithmConfig.html)
	// mode only.
	SampleWeightAttributeName *string `min:"1" type:"string"`

	// The name of the target variable in supervised learning, usually represented
	// by 'y'.
	//
	// TargetAttributeName is a required field
	TargetAttributeName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The collection of settings used by an AutoML job V2 for the TABULAR problem type.

func (TabularJobConfig) GoString added in v1.44.285

func (s TabularJobConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TabularJobConfig) SetCandidateGenerationConfig added in v1.44.285

func (s *TabularJobConfig) SetCandidateGenerationConfig(v *CandidateGenerationConfig) *TabularJobConfig

SetCandidateGenerationConfig sets the CandidateGenerationConfig field's value.

func (*TabularJobConfig) SetCompletionCriteria added in v1.44.285

func (s *TabularJobConfig) SetCompletionCriteria(v *AutoMLJobCompletionCriteria) *TabularJobConfig

SetCompletionCriteria sets the CompletionCriteria field's value.

func (*TabularJobConfig) SetFeatureSpecificationS3Uri added in v1.44.285

func (s *TabularJobConfig) SetFeatureSpecificationS3Uri(v string) *TabularJobConfig

SetFeatureSpecificationS3Uri sets the FeatureSpecificationS3Uri field's value.

func (*TabularJobConfig) SetGenerateCandidateDefinitionsOnly added in v1.44.285

func (s *TabularJobConfig) SetGenerateCandidateDefinitionsOnly(v bool) *TabularJobConfig

SetGenerateCandidateDefinitionsOnly sets the GenerateCandidateDefinitionsOnly field's value.

func (*TabularJobConfig) SetMode added in v1.44.285

func (s *TabularJobConfig) SetMode(v string) *TabularJobConfig

SetMode sets the Mode field's value.

func (*TabularJobConfig) SetProblemType added in v1.44.285

func (s *TabularJobConfig) SetProblemType(v string) *TabularJobConfig

SetProblemType sets the ProblemType field's value.

func (*TabularJobConfig) SetSampleWeightAttributeName added in v1.44.285

func (s *TabularJobConfig) SetSampleWeightAttributeName(v string) *TabularJobConfig

SetSampleWeightAttributeName sets the SampleWeightAttributeName field's value.

func (*TabularJobConfig) SetTargetAttributeName added in v1.44.285

func (s *TabularJobConfig) SetTargetAttributeName(v string) *TabularJobConfig

SetTargetAttributeName sets the TargetAttributeName field's value.

func (TabularJobConfig) String added in v1.44.285

func (s TabularJobConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TabularJobConfig) Validate added in v1.44.285

func (s *TabularJobConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TabularResolvedAttributes added in v1.44.285

type TabularResolvedAttributes struct {

	// The type of supervised learning problem available for the model candidates
	// of the AutoML job V2 (Binary Classification, Multiclass Classification, Regression).
	// For more information, see Amazon SageMaker Autopilot problem types (https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-datasets-problem-types.html#autopilot-problem-types).
	ProblemType *string `type:"string" enum:"ProblemType"`
	// contains filtered or unexported fields
}

The resolved attributes specific to the TABULAR problem type.

func (TabularResolvedAttributes) GoString added in v1.44.285

func (s TabularResolvedAttributes) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TabularResolvedAttributes) SetProblemType added in v1.44.285

SetProblemType sets the ProblemType field's value.

func (TabularResolvedAttributes) String added in v1.44.285

func (s TabularResolvedAttributes) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Tag

type Tag struct {

	// The tag key. Tag keys must be unique per resource.
	//
	// Key is a required field
	Key *string `min:"1" type:"string" required:"true"`

	// The tag value.
	//
	// Value is a required field
	Value *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

A tag object that consists of a key and an optional value, used to manage metadata for SageMaker Amazon Web Services resources.

You can add tags to notebook instances, training jobs, hyperparameter tuning jobs, batch transform jobs, models, labeling jobs, work teams, endpoint configurations, and endpoints. For more information on adding tags to SageMaker resources, see AddTags (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_AddTags.html).

For more information on adding metadata to your Amazon Web Services resources with tagging, see Tagging Amazon Web Services resources (https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html). For advice on best practices for managing Amazon Web Services resources with tagging, see Tagging Best Practices: Implement an Effective Amazon Web Services Resource Tagging Strategy (https://d1.awsstatic.com/whitepapers/aws-tagging-best-practices.pdf).

func (Tag) GoString

func (s Tag) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Tag) SetKey

func (s *Tag) SetKey(v string) *Tag

SetKey sets the Key field's value.

func (*Tag) SetValue

func (s *Tag) SetValue(v string) *Tag

SetValue sets the Value field's value.

func (Tag) String

func (s Tag) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Tag) Validate

func (s *Tag) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TargetPlatform added in v1.33.12

type TargetPlatform struct {

	// Specifies a target platform accelerator (optional).
	//
	//    * NVIDIA: Nvidia graphics processing unit. It also requires gpu-code,
	//    trt-ver, cuda-ver compiler options
	//
	//    * MALI: ARM Mali graphics processor
	//
	//    * INTEL_GRAPHICS: Integrated Intel graphics
	Accelerator *string `type:"string" enum:"TargetPlatformAccelerator"`

	// Specifies a target platform architecture.
	//
	//    * X86_64: 64-bit version of the x86 instruction set.
	//
	//    * X86: 32-bit version of the x86 instruction set.
	//
	//    * ARM64: ARMv8 64-bit CPU.
	//
	//    * ARM_EABIHF: ARMv7 32-bit, Hard Float.
	//
	//    * ARM_EABI: ARMv7 32-bit, Soft Float. Used by Android 32-bit ARM platform.
	//
	// Arch is a required field
	Arch *string `type:"string" required:"true" enum:"TargetPlatformArch"`

	// Specifies a target platform OS.
	//
	//    * LINUX: Linux-based operating systems.
	//
	//    * ANDROID: Android operating systems. Android API level can be specified
	//    using the ANDROID_PLATFORM compiler option. For example, "CompilerOptions":
	//    {'ANDROID_PLATFORM': 28}
	//
	// Os is a required field
	Os *string `type:"string" required:"true" enum:"TargetPlatformOs"`
	// contains filtered or unexported fields
}

Contains information about a target platform that you want your model to run on, such as OS, architecture, and accelerators. It is an alternative of TargetDevice.

func (TargetPlatform) GoString added in v1.33.12

func (s TargetPlatform) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TargetPlatform) SetAccelerator added in v1.33.12

func (s *TargetPlatform) SetAccelerator(v string) *TargetPlatform

SetAccelerator sets the Accelerator field's value.

func (*TargetPlatform) SetArch added in v1.33.12

func (s *TargetPlatform) SetArch(v string) *TargetPlatform

SetArch sets the Arch field's value.

func (*TargetPlatform) SetOs added in v1.33.12

func (s *TargetPlatform) SetOs(v string) *TargetPlatform

SetOs sets the Os field's value.

func (TargetPlatform) String added in v1.33.12

func (s TargetPlatform) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TargetPlatform) Validate added in v1.33.12

func (s *TargetPlatform) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TargetTrackingScalingPolicyConfiguration added in v1.44.315

type TargetTrackingScalingPolicyConfiguration struct {

	// An object containing information about a metric.
	MetricSpecification *MetricSpecification `type:"structure"`

	// The recommended target value to specify for the metric when creating a scaling
	// policy.
	TargetValue *float64 `type:"double"`
	// contains filtered or unexported fields
}

A target tracking scaling policy. Includes support for predefined or customized metrics.

When using the PutScalingPolicy (https://docs.aws.amazon.com/autoscaling/application/APIReference/API_PutScalingPolicy.html) API, this parameter is required when you are creating a policy with the policy type TargetTrackingScaling.

func (TargetTrackingScalingPolicyConfiguration) GoString added in v1.44.315

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TargetTrackingScalingPolicyConfiguration) SetMetricSpecification added in v1.44.315

SetMetricSpecification sets the MetricSpecification field's value.

func (*TargetTrackingScalingPolicyConfiguration) SetTargetValue added in v1.44.315

SetTargetValue sets the TargetValue field's value.

func (TargetTrackingScalingPolicyConfiguration) String added in v1.44.315

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TensorBoardAppSettings added in v1.25.47

type TensorBoardAppSettings struct {

	// The default instance type and the Amazon Resource Name (ARN) of the SageMaker
	// image created on the instance.
	DefaultResourceSpec *ResourceSpec `type:"structure"`
	// contains filtered or unexported fields
}

The TensorBoard app settings.

func (TensorBoardAppSettings) GoString added in v1.25.47

func (s TensorBoardAppSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TensorBoardAppSettings) SetDefaultResourceSpec added in v1.25.47

func (s *TensorBoardAppSettings) SetDefaultResourceSpec(v *ResourceSpec) *TensorBoardAppSettings

SetDefaultResourceSpec sets the DefaultResourceSpec field's value.

func (TensorBoardAppSettings) String added in v1.25.47

func (s TensorBoardAppSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TensorBoardOutputConfig added in v1.25.47

type TensorBoardOutputConfig struct {

	// Path to local storage location for tensorBoard output. Defaults to /opt/ml/output/tensorboard.
	LocalPath *string `type:"string"`

	// Path to Amazon S3 storage location for TensorBoard output.
	//
	// S3OutputPath is a required field
	S3OutputPath *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Configuration of storage locations for the Amazon SageMaker Debugger TensorBoard output data.

func (TensorBoardOutputConfig) GoString added in v1.25.47

func (s TensorBoardOutputConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TensorBoardOutputConfig) SetLocalPath added in v1.25.47

SetLocalPath sets the LocalPath field's value.

func (*TensorBoardOutputConfig) SetS3OutputPath added in v1.25.47

SetS3OutputPath sets the S3OutputPath field's value.

func (TensorBoardOutputConfig) String added in v1.25.47

func (s TensorBoardOutputConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TensorBoardOutputConfig) Validate added in v1.25.47

func (s *TensorBoardOutputConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TextClassificationJobConfig added in v1.44.228

type TextClassificationJobConfig struct {

	// How long a job is allowed to run, or how many candidates a job is allowed
	// to generate.
	CompletionCriteria *AutoMLJobCompletionCriteria `type:"structure"`

	// The name of the column used to provide the sentences to be classified. It
	// should not be the same as the target column.
	//
	// ContentColumn is a required field
	ContentColumn *string `min:"1" type:"string" required:"true"`

	// The name of the column used to provide the class labels. It should not be
	// same as the content column.
	//
	// TargetLabelColumn is a required field
	TargetLabelColumn *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Stores the configuration information for the text classification problem of an AutoML job V2.

func (TextClassificationJobConfig) GoString added in v1.44.228

func (s TextClassificationJobConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TextClassificationJobConfig) SetCompletionCriteria added in v1.44.228

SetCompletionCriteria sets the CompletionCriteria field's value.

func (*TextClassificationJobConfig) SetContentColumn added in v1.44.228

SetContentColumn sets the ContentColumn field's value.

func (*TextClassificationJobConfig) SetTargetLabelColumn added in v1.44.228

SetTargetLabelColumn sets the TargetLabelColumn field's value.

func (TextClassificationJobConfig) String added in v1.44.228

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TextClassificationJobConfig) Validate added in v1.44.228

func (s *TextClassificationJobConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TimeSeriesConfig added in v1.44.293

type TimeSeriesConfig struct {

	// A set of columns names that can be grouped with the item identifier column
	// to create a composite key for which a target value is predicted.
	GroupingAttributeNames []*string `min:"1" type:"list"`

	// The name of the column that represents the set of item identifiers for which
	// you want to predict the target value.
	//
	// ItemIdentifierAttributeName is a required field
	ItemIdentifierAttributeName *string `min:"1" type:"string" required:"true"`

	// The name of the column representing the target variable that you want to
	// predict for each item in your dataset. The data type of the target variable
	// must be numerical.
	//
	// TargetAttributeName is a required field
	TargetAttributeName *string `min:"1" type:"string" required:"true"`

	// The name of the column indicating a point in time at which the target value
	// of a given item is recorded.
	//
	// TimestampAttributeName is a required field
	TimestampAttributeName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The collection of components that defines the time-series.

func (TimeSeriesConfig) GoString added in v1.44.293

func (s TimeSeriesConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TimeSeriesConfig) SetGroupingAttributeNames added in v1.44.293

func (s *TimeSeriesConfig) SetGroupingAttributeNames(v []*string) *TimeSeriesConfig

SetGroupingAttributeNames sets the GroupingAttributeNames field's value.

func (*TimeSeriesConfig) SetItemIdentifierAttributeName added in v1.44.293

func (s *TimeSeriesConfig) SetItemIdentifierAttributeName(v string) *TimeSeriesConfig

SetItemIdentifierAttributeName sets the ItemIdentifierAttributeName field's value.

func (*TimeSeriesConfig) SetTargetAttributeName added in v1.44.293

func (s *TimeSeriesConfig) SetTargetAttributeName(v string) *TimeSeriesConfig

SetTargetAttributeName sets the TargetAttributeName field's value.

func (*TimeSeriesConfig) SetTimestampAttributeName added in v1.44.293

func (s *TimeSeriesConfig) SetTimestampAttributeName(v string) *TimeSeriesConfig

SetTimestampAttributeName sets the TimestampAttributeName field's value.

func (TimeSeriesConfig) String added in v1.44.293

func (s TimeSeriesConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TimeSeriesConfig) Validate added in v1.44.293

func (s *TimeSeriesConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TimeSeriesForecastingJobConfig added in v1.44.293

type TimeSeriesForecastingJobConfig struct {

	// How long a job is allowed to run, or how many candidates a job is allowed
	// to generate.
	CompletionCriteria *AutoMLJobCompletionCriteria `type:"structure"`

	// A URL to the Amazon S3 data source containing additional selected features
	// that complement the target, itemID, timestamp, and grouped columns set in
	// TimeSeriesConfig. When not provided, the AutoML job V2 includes all the columns
	// from the original dataset that are not already declared in TimeSeriesConfig.
	// If provided, the AutoML job V2 only considers these additional columns as
	// a complement to the ones declared in TimeSeriesConfig.
	//
	// You can input FeatureAttributeNames (optional) in JSON format as shown below:
	//
	// { "FeatureAttributeNames":["col1", "col2", ...] }.
	//
	// You can also specify the data type of the feature (optional) in the format
	// shown below:
	//
	// { "FeatureDataTypes":{"col1":"numeric", "col2":"categorical" ... } }
	//
	// Autopilot supports the following data types: numeric, categorical, text,
	// and datetime.
	//
	// These column keys must not include any column set in TimeSeriesConfig.
	FeatureSpecificationS3Uri *string `type:"string"`

	// The frequency of predictions in a forecast.
	//
	// Valid intervals are an integer followed by Y (Year), M (Month), W (Week),
	// D (Day), H (Hour), and min (Minute). For example, 1D indicates every day
	// and 15min indicates every 15 minutes. The value of a frequency must not overlap
	// with the next larger frequency. For example, you must use a frequency of
	// 1H instead of 60min.
	//
	// The valid values for each frequency are the following:
	//
	//    * Minute - 1-59
	//
	//    * Hour - 1-23
	//
	//    * Day - 1-6
	//
	//    * Week - 1-4
	//
	//    * Month - 1-11
	//
	//    * Year - 1
	//
	// ForecastFrequency is a required field
	ForecastFrequency *string `min:"1" type:"string" required:"true"`

	// The number of time-steps that the model predicts. The forecast horizon is
	// also called the prediction length. The maximum forecast horizon is the lesser
	// of 500 time-steps or 1/4 of the time-steps in the dataset.
	//
	// ForecastHorizon is a required field
	ForecastHorizon *int64 `min:"1" type:"integer" required:"true"`

	// The quantiles used to train the model for forecasts at a specified quantile.
	// You can specify quantiles from 0.01 (p1) to 0.99 (p99), by increments of
	// 0.01 or higher. Up to five forecast quantiles can be specified. When ForecastQuantiles
	// is not provided, the AutoML job uses the quantiles p10, p50, and p90 as default.
	ForecastQuantiles []*string `min:"1" type:"list"`

	// The collection of components that defines the time-series.
	//
	// TimeSeriesConfig is a required field
	TimeSeriesConfig *TimeSeriesConfig `type:"structure" required:"true"`

	// The transformations modifying specific attributes of the time-series, such
	// as filling strategies for missing values.
	Transformations *TimeSeriesTransformations `type:"structure"`
	// contains filtered or unexported fields
}

The collection of settings used by an AutoML job V2 for the time-series forecasting problem type.

The TimeSeriesForecastingJobConfig problem type is only available in private beta. Contact Amazon Web Services Support or your account manager to learn more about access privileges.

func (TimeSeriesForecastingJobConfig) GoString added in v1.44.293

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TimeSeriesForecastingJobConfig) SetCompletionCriteria added in v1.44.293

SetCompletionCriteria sets the CompletionCriteria field's value.

func (*TimeSeriesForecastingJobConfig) SetFeatureSpecificationS3Uri added in v1.44.293

func (s *TimeSeriesForecastingJobConfig) SetFeatureSpecificationS3Uri(v string) *TimeSeriesForecastingJobConfig

SetFeatureSpecificationS3Uri sets the FeatureSpecificationS3Uri field's value.

func (*TimeSeriesForecastingJobConfig) SetForecastFrequency added in v1.44.293

SetForecastFrequency sets the ForecastFrequency field's value.

func (*TimeSeriesForecastingJobConfig) SetForecastHorizon added in v1.44.293

SetForecastHorizon sets the ForecastHorizon field's value.

func (*TimeSeriesForecastingJobConfig) SetForecastQuantiles added in v1.44.293

SetForecastQuantiles sets the ForecastQuantiles field's value.

func (*TimeSeriesForecastingJobConfig) SetTimeSeriesConfig added in v1.44.293

SetTimeSeriesConfig sets the TimeSeriesConfig field's value.

func (*TimeSeriesForecastingJobConfig) SetTransformations added in v1.44.293

SetTransformations sets the Transformations field's value.

func (TimeSeriesForecastingJobConfig) String added in v1.44.293

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TimeSeriesForecastingJobConfig) Validate added in v1.44.293

func (s *TimeSeriesForecastingJobConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TimeSeriesForecastingSettings added in v1.44.103

type TimeSeriesForecastingSettings struct {

	// The IAM role that Canvas passes to Amazon Forecast for time series forecasting.
	// By default, Canvas uses the execution role specified in the UserProfile that
	// launches the Canvas application. If an execution role is not specified in
	// the UserProfile, Canvas uses the execution role specified in the Domain that
	// owns the UserProfile. To allow time series forecasting, this IAM role should
	// have the AmazonSageMakerCanvasForecastAccess (https://docs.aws.amazon.com/sagemaker/latest/dg/security-iam-awsmanpol-canvas.html#security-iam-awsmanpol-AmazonSageMakerCanvasForecastAccess)
	// policy attached and forecast.amazonaws.com added in the trust relationship
	// as a service principal.
	AmazonForecastRoleArn *string `min:"20" type:"string"`

	// Describes whether time series forecasting is enabled or disabled in the Canvas
	// application.
	Status *string `type:"string" enum:"FeatureStatus"`
	// contains filtered or unexported fields
}

Time series forecast settings for the SageMaker Canvas application.

func (TimeSeriesForecastingSettings) GoString added in v1.44.103

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TimeSeriesForecastingSettings) SetAmazonForecastRoleArn added in v1.44.103

func (s *TimeSeriesForecastingSettings) SetAmazonForecastRoleArn(v string) *TimeSeriesForecastingSettings

SetAmazonForecastRoleArn sets the AmazonForecastRoleArn field's value.

func (*TimeSeriesForecastingSettings) SetStatus added in v1.44.103

SetStatus sets the Status field's value.

func (TimeSeriesForecastingSettings) String added in v1.44.103

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TimeSeriesForecastingSettings) Validate added in v1.44.103

func (s *TimeSeriesForecastingSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TimeSeriesTransformations added in v1.44.293

type TimeSeriesTransformations struct {

	// A key value pair defining the aggregation method for a column, where the
	// key is the column name and the value is the aggregation method.
	//
	// The supported aggregation methods are sum (default), avg, first, min, max.
	//
	// Aggregation is only supported for the target column.
	Aggregation map[string]*string `min:"1" type:"map"`

	// A key value pair defining the filling method for a column, where the key
	// is the column name and the value is an object which defines the filling logic.
	// You can specify multiple filling methods for a single column.
	//
	// The supported filling methods and their corresponding options are:
	//
	//    * frontfill: none (Supported only for target column)
	//
	//    * middlefill: zero, value, median, mean, min, max
	//
	//    * backfill: zero, value, median, mean, min, max
	//
	//    * futurefill: zero, value, median, mean, min, max
	//
	// To set a filling method to a specific value, set the fill parameter to the
	// chosen filling method value (for example "backfill" : "value"), and define
	// the filling value in an additional parameter prefixed with "_value". For
	// example, to set backfill to a value of 2, you must include two parameters:
	// "backfill": "value" and "backfill_value":"2".
	Filling map[string]map[string]*string `min:"1" type:"map"`
	// contains filtered or unexported fields
}

Transformations allowed on the dataset. Supported transformations are Filling and Aggregation. Filling specifies how to add values to missing values in the dataset. Aggregation defines how to aggregate data that does not align with forecast frequency.

func (TimeSeriesTransformations) GoString added in v1.44.293

func (s TimeSeriesTransformations) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TimeSeriesTransformations) SetAggregation added in v1.44.293

SetAggregation sets the Aggregation field's value.

func (*TimeSeriesTransformations) SetFilling added in v1.44.293

SetFilling sets the Filling field's value.

func (TimeSeriesTransformations) String added in v1.44.293

func (s TimeSeriesTransformations) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TimeSeriesTransformations) Validate added in v1.44.293

func (s *TimeSeriesTransformations) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TrafficPattern added in v1.42.17

type TrafficPattern struct {

	// Defines the phases traffic specification.
	Phases []*Phase `min:"1" type:"list"`

	// Defines the stairs traffic pattern.
	Stairs *Stairs `type:"structure"`

	// Defines the traffic patterns. Choose either PHASES or STAIRS.
	TrafficType *string `type:"string" enum:"TrafficType"`
	// contains filtered or unexported fields
}

Defines the traffic pattern of the load test.

func (TrafficPattern) GoString added in v1.42.17

func (s TrafficPattern) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TrafficPattern) SetPhases added in v1.42.17

func (s *TrafficPattern) SetPhases(v []*Phase) *TrafficPattern

SetPhases sets the Phases field's value.

func (*TrafficPattern) SetStairs added in v1.44.314

func (s *TrafficPattern) SetStairs(v *Stairs) *TrafficPattern

SetStairs sets the Stairs field's value.

func (*TrafficPattern) SetTrafficType added in v1.42.17

func (s *TrafficPattern) SetTrafficType(v string) *TrafficPattern

SetTrafficType sets the TrafficType field's value.

func (TrafficPattern) String added in v1.42.17

func (s TrafficPattern) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TrafficPattern) Validate added in v1.42.17

func (s *TrafficPattern) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TrafficRoutingConfig added in v1.35.37

type TrafficRoutingConfig struct {

	// Batch size for the first step to turn on traffic on the new endpoint fleet.
	// Value must be less than or equal to 50% of the variant's total instance count.
	CanarySize *CapacitySize `type:"structure"`

	// Batch size for each step to turn on traffic on the new endpoint fleet. Value
	// must be 10-50% of the variant's total instance count.
	LinearStepSize *CapacitySize `type:"structure"`

	// Traffic routing strategy type.
	//
	//    * ALL_AT_ONCE: Endpoint traffic shifts to the new fleet in a single step.
	//
	//    * CANARY: Endpoint traffic shifts to the new fleet in two steps. The first
	//    step is the canary, which is a small portion of the traffic. The second
	//    step is the remainder of the traffic.
	//
	//    * LINEAR: Endpoint traffic shifts to the new fleet in n steps of a configurable
	//    size.
	//
	// Type is a required field
	Type *string `type:"string" required:"true" enum:"TrafficRoutingConfigType"`

	// The waiting time (in seconds) between incremental steps to turn on traffic
	// on the new endpoint fleet.
	//
	// WaitIntervalInSeconds is a required field
	WaitIntervalInSeconds *int64 `type:"integer" required:"true"`
	// contains filtered or unexported fields
}

Defines the traffic routing strategy during an endpoint deployment to shift traffic from the old fleet to the new fleet.

func (TrafficRoutingConfig) GoString added in v1.35.37

func (s TrafficRoutingConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TrafficRoutingConfig) SetCanarySize added in v1.35.37

SetCanarySize sets the CanarySize field's value.

func (*TrafficRoutingConfig) SetLinearStepSize added in v1.42.0

func (s *TrafficRoutingConfig) SetLinearStepSize(v *CapacitySize) *TrafficRoutingConfig

SetLinearStepSize sets the LinearStepSize field's value.

func (*TrafficRoutingConfig) SetType added in v1.35.37

SetType sets the Type field's value.

func (*TrafficRoutingConfig) SetWaitIntervalInSeconds added in v1.35.37

func (s *TrafficRoutingConfig) SetWaitIntervalInSeconds(v int64) *TrafficRoutingConfig

SetWaitIntervalInSeconds sets the WaitIntervalInSeconds field's value.

func (TrafficRoutingConfig) String added in v1.35.37

func (s TrafficRoutingConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TrafficRoutingConfig) Validate added in v1.35.37

func (s *TrafficRoutingConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TrainingImageConfig added in v1.44.189

type TrainingImageConfig struct {

	// The method that your training job will use to gain access to the images in
	// your private Docker registry. For access to an image in a private Docker
	// registry, set to Vpc.
	//
	// TrainingRepositoryAccessMode is a required field
	TrainingRepositoryAccessMode *string `type:"string" required:"true" enum:"TrainingRepositoryAccessMode"`

	// An object containing authentication information for a private Docker registry
	// containing your training images.
	TrainingRepositoryAuthConfig *TrainingRepositoryAuthConfig `type:"structure"`
	// contains filtered or unexported fields
}

The configuration to use an image from a private Docker registry for a training job.

func (TrainingImageConfig) GoString added in v1.44.189

func (s TrainingImageConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TrainingImageConfig) SetTrainingRepositoryAccessMode added in v1.44.189

func (s *TrainingImageConfig) SetTrainingRepositoryAccessMode(v string) *TrainingImageConfig

SetTrainingRepositoryAccessMode sets the TrainingRepositoryAccessMode field's value.

func (*TrainingImageConfig) SetTrainingRepositoryAuthConfig added in v1.44.189

func (s *TrainingImageConfig) SetTrainingRepositoryAuthConfig(v *TrainingRepositoryAuthConfig) *TrainingImageConfig

SetTrainingRepositoryAuthConfig sets the TrainingRepositoryAuthConfig field's value.

func (TrainingImageConfig) String added in v1.44.189

func (s TrainingImageConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TrainingImageConfig) Validate added in v1.44.189

func (s *TrainingImageConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TrainingJob added in v1.15.86

type TrainingJob struct {

	// Information about the algorithm used for training, and algorithm metadata.
	AlgorithmSpecification *AlgorithmSpecification `type:"structure"`

	// The Amazon Resource Name (ARN) of the job.
	AutoMLJobArn *string `min:"1" type:"string"`

	// The billable time in seconds.
	BillableTimeInSeconds *int64 `min:"1" type:"integer"`

	// Contains information about the output location for managed spot training
	// checkpoint data.
	CheckpointConfig *CheckpointConfig `type:"structure"`

	// A timestamp that indicates when the training job was created.
	CreationTime *time.Time `type:"timestamp"`

	// Configuration information for the Amazon SageMaker Debugger hook parameters,
	// metric and tensor collections, and storage paths. To learn more about how
	// to configure the DebugHookConfig parameter, see Use the SageMaker and Debugger
	// Configuration API Operations to Create, Update, and Debug Your Training Job
	// (https://docs.aws.amazon.com/sagemaker/latest/dg/debugger-createtrainingjob-api.html).
	DebugHookConfig *DebugHookConfig `type:"structure"`

	// Information about the debug rule configuration.
	DebugRuleConfigurations []*DebugRuleConfiguration `type:"list"`

	// Information about the evaluation status of the rules for the training job.
	DebugRuleEvaluationStatuses []*DebugRuleEvaluationStatus `type:"list"`

	// To encrypt all communications between ML compute instances in distributed
	// training, choose True. Encryption provides greater security for distributed
	// training, but training might take longer. How long it takes depends on the
	// amount of communication between compute instances, especially if you use
	// a deep learning algorithm in distributed training.
	EnableInterContainerTrafficEncryption *bool `type:"boolean"`

	// When true, enables managed spot training using Amazon EC2 Spot instances
	// to run training jobs instead of on-demand instances. For more information,
	// see Managed Spot Training (https://docs.aws.amazon.com/sagemaker/latest/dg/model-managed-spot-training.html).
	EnableManagedSpotTraining *bool `type:"boolean"`

	// If the TrainingJob was created with network isolation, the value is set to
	// true. If network isolation is enabled, nodes can't communicate beyond the
	// VPC they run in.
	EnableNetworkIsolation *bool `type:"boolean"`

	// The environment variables to set in the Docker container.
	Environment map[string]*string `type:"map"`

	// Associates a SageMaker job as a trial component with an experiment and trial.
	// Specified when you call the following APIs:
	//
	//    * CreateProcessingJob (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateProcessingJob.html)
	//
	//    * CreateTrainingJob (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingJob.html)
	//
	//    * CreateTransformJob (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTransformJob.html)
	ExperimentConfig *ExperimentConfig `type:"structure"`

	// If the training job failed, the reason it failed.
	FailureReason *string `type:"string"`

	// A list of final metric values that are set when the training job completes.
	// Used only if the training job was configured to use metrics.
	FinalMetricDataList []*MetricData `type:"list"`

	// Algorithm-specific parameters.
	HyperParameters map[string]*string `type:"map"`

	// An array of Channel objects that describes each data input channel.
	//
	// Your input must be in the same Amazon Web Services region as your training
	// job.
	InputDataConfig []*Channel `min:"1" type:"list"`

	// The Amazon Resource Name (ARN) of the labeling job.
	LabelingJobArn *string `type:"string"`

	// A timestamp that indicates when the status of the training job was last modified.
	LastModifiedTime *time.Time `type:"timestamp"`

	// Information about the Amazon S3 location that is configured for storing model
	// artifacts.
	ModelArtifacts *ModelArtifacts `type:"structure"`

	// The S3 path where model artifacts that you configured when creating the job
	// are stored. SageMaker creates subfolders for model artifacts.
	OutputDataConfig *OutputDataConfig `type:"structure"`

	// Configuration information for Amazon SageMaker Debugger system monitoring,
	// framework profiling, and storage paths.
	ProfilerConfig *ProfilerConfig `type:"structure"`

	// Resources, including ML compute instances and ML storage volumes, that are
	// configured for model training.
	ResourceConfig *ResourceConfig `type:"structure"`

	// The number of times to retry the job when the job fails due to an InternalServerError.
	RetryStrategy *RetryStrategy `type:"structure"`

	// The Amazon Web Services Identity and Access Management (IAM) role configured
	// for the training job.
	RoleArn *string `min:"20" type:"string"`

	// Provides detailed information about the state of the training job. For detailed
	// information about the secondary status of the training job, see StatusMessage
	// under SecondaryStatusTransition (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_SecondaryStatusTransition.html).
	//
	// SageMaker provides primary statuses and secondary statuses that apply to
	// each of them:
	//
	// InProgress
	//
	//    * Starting - Starting the training job.
	//
	//    * Downloading - An optional stage for algorithms that support File training
	//    input mode. It indicates that data is being downloaded to the ML storage
	//    volumes.
	//
	//    * Training - Training is in progress.
	//
	//    * Uploading - Training is complete and the model artifacts are being uploaded
	//    to the S3 location.
	//
	// Completed
	//
	//    * Completed - The training job has completed.
	//
	// Failed
	//
	//    * Failed - The training job has failed. The reason for the failure is
	//    returned in the FailureReason field of DescribeTrainingJobResponse.
	//
	// Stopped
	//
	//    * MaxRuntimeExceeded - The job stopped because it exceeded the maximum
	//    allowed runtime.
	//
	//    * Stopped - The training job has stopped.
	//
	// Stopping
	//
	//    * Stopping - Stopping the training job.
	//
	// Valid values for SecondaryStatus are subject to change.
	//
	// We no longer support the following secondary statuses:
	//
	//    * LaunchingMLInstances
	//
	//    * PreparingTrainingStack
	//
	//    * DownloadingTrainingImage
	SecondaryStatus *string `type:"string" enum:"SecondaryStatus"`

	// A history of all of the secondary statuses that the training job has transitioned
	// through.
	SecondaryStatusTransitions []*SecondaryStatusTransition `type:"list"`

	// Specifies a limit to how long a model training job can run. It also specifies
	// how long a managed Spot training job has to complete. When the job reaches
	// the time limit, SageMaker ends the training job. Use this API to cap model
	// training costs.
	//
	// To stop a job, SageMaker sends the algorithm the SIGTERM signal, which delays
	// job termination for 120 seconds. Algorithms can use this 120-second window
	// to save the model artifacts, so the results of training are not lost.
	StoppingCondition *StoppingCondition `type:"structure"`

	// An array of key-value pairs. You can use tags to categorize your Amazon Web
	// Services resources in different ways, for example, by purpose, owner, or
	// environment. For more information, see Tagging Amazon Web Services Resources
	// (https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html).
	Tags []*Tag `type:"list"`

	// Configuration of storage locations for the Amazon SageMaker Debugger TensorBoard
	// output data.
	TensorBoardOutputConfig *TensorBoardOutputConfig `type:"structure"`

	// Indicates the time when the training job ends on training instances. You
	// are billed for the time interval between the value of TrainingStartTime and
	// this time. For successful jobs and stopped jobs, this is the time after model
	// artifacts are uploaded. For failed jobs, this is the time when SageMaker
	// detects a job failure.
	TrainingEndTime *time.Time `type:"timestamp"`

	// The Amazon Resource Name (ARN) of the training job.
	TrainingJobArn *string `type:"string"`

	// The name of the training job.
	TrainingJobName *string `min:"1" type:"string"`

	// The status of the training job.
	//
	// Training job statuses are:
	//
	//    * InProgress - The training is in progress.
	//
	//    * Completed - The training job has completed.
	//
	//    * Failed - The training job has failed. To see the reason for the failure,
	//    see the FailureReason field in the response to a DescribeTrainingJobResponse
	//    call.
	//
	//    * Stopping - The training job is stopping.
	//
	//    * Stopped - The training job has stopped.
	//
	// For more detailed information, see SecondaryStatus.
	TrainingJobStatus *string `type:"string" enum:"TrainingJobStatus"`

	// Indicates the time when the training job starts on training instances. You
	// are billed for the time interval between this time and the value of TrainingEndTime.
	// The start time in CloudWatch Logs might be later than this time. The difference
	// is due to the time it takes to download the training data and to the size
	// of the training container.
	TrainingStartTime *time.Time `type:"timestamp"`

	// The training time in seconds.
	TrainingTimeInSeconds *int64 `min:"1" type:"integer"`

	// The Amazon Resource Name (ARN) of the associated hyperparameter tuning job
	// if the training job was launched by a hyperparameter tuning job.
	TuningJobArn *string `type:"string"`

	// A VpcConfig (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_VpcConfig.html)
	// object that specifies the VPC that this training job has access to. For more
	// information, see Protect Training Jobs by Using an Amazon Virtual Private
	// Cloud (https://docs.aws.amazon.com/sagemaker/latest/dg/train-vpc.html).
	VpcConfig *VpcConfig `type:"structure"`
	// contains filtered or unexported fields
}

Contains information about a training job.

func (TrainingJob) GoString added in v1.15.86

func (s TrainingJob) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TrainingJob) SetAlgorithmSpecification added in v1.15.86

func (s *TrainingJob) SetAlgorithmSpecification(v *AlgorithmSpecification) *TrainingJob

SetAlgorithmSpecification sets the AlgorithmSpecification field's value.

func (*TrainingJob) SetAutoMLJobArn added in v1.25.47

func (s *TrainingJob) SetAutoMLJobArn(v string) *TrainingJob

SetAutoMLJobArn sets the AutoMLJobArn field's value.

func (*TrainingJob) SetBillableTimeInSeconds added in v1.25.47

func (s *TrainingJob) SetBillableTimeInSeconds(v int64) *TrainingJob

SetBillableTimeInSeconds sets the BillableTimeInSeconds field's value.

func (*TrainingJob) SetCheckpointConfig added in v1.25.47

func (s *TrainingJob) SetCheckpointConfig(v *CheckpointConfig) *TrainingJob

SetCheckpointConfig sets the CheckpointConfig field's value.

func (*TrainingJob) SetCreationTime added in v1.15.86

func (s *TrainingJob) SetCreationTime(v time.Time) *TrainingJob

SetCreationTime sets the CreationTime field's value.

func (*TrainingJob) SetDebugHookConfig added in v1.25.47

func (s *TrainingJob) SetDebugHookConfig(v *DebugHookConfig) *TrainingJob

SetDebugHookConfig sets the DebugHookConfig field's value.

func (*TrainingJob) SetDebugRuleConfigurations added in v1.25.47

func (s *TrainingJob) SetDebugRuleConfigurations(v []*DebugRuleConfiguration) *TrainingJob

SetDebugRuleConfigurations sets the DebugRuleConfigurations field's value.

func (*TrainingJob) SetDebugRuleEvaluationStatuses added in v1.25.47

func (s *TrainingJob) SetDebugRuleEvaluationStatuses(v []*DebugRuleEvaluationStatus) *TrainingJob

SetDebugRuleEvaluationStatuses sets the DebugRuleEvaluationStatuses field's value.

func (*TrainingJob) SetEnableInterContainerTrafficEncryption added in v1.17.14

func (s *TrainingJob) SetEnableInterContainerTrafficEncryption(v bool) *TrainingJob

SetEnableInterContainerTrafficEncryption sets the EnableInterContainerTrafficEncryption field's value.

func (*TrainingJob) SetEnableManagedSpotTraining added in v1.25.47

func (s *TrainingJob) SetEnableManagedSpotTraining(v bool) *TrainingJob

SetEnableManagedSpotTraining sets the EnableManagedSpotTraining field's value.

func (*TrainingJob) SetEnableNetworkIsolation added in v1.15.86

func (s *TrainingJob) SetEnableNetworkIsolation(v bool) *TrainingJob

SetEnableNetworkIsolation sets the EnableNetworkIsolation field's value.

func (*TrainingJob) SetEnvironment added in v1.38.5

func (s *TrainingJob) SetEnvironment(v map[string]*string) *TrainingJob

SetEnvironment sets the Environment field's value.

func (*TrainingJob) SetExperimentConfig added in v1.25.47

func (s *TrainingJob) SetExperimentConfig(v *ExperimentConfig) *TrainingJob

SetExperimentConfig sets the ExperimentConfig field's value.

func (*TrainingJob) SetFailureReason added in v1.15.86

func (s *TrainingJob) SetFailureReason(v string) *TrainingJob

SetFailureReason sets the FailureReason field's value.

func (*TrainingJob) SetFinalMetricDataList added in v1.15.86

func (s *TrainingJob) SetFinalMetricDataList(v []*MetricData) *TrainingJob

SetFinalMetricDataList sets the FinalMetricDataList field's value.

func (*TrainingJob) SetHyperParameters added in v1.15.86

func (s *TrainingJob) SetHyperParameters(v map[string]*string) *TrainingJob

SetHyperParameters sets the HyperParameters field's value.

func (*TrainingJob) SetInputDataConfig added in v1.15.86

func (s *TrainingJob) SetInputDataConfig(v []*Channel) *TrainingJob

SetInputDataConfig sets the InputDataConfig field's value.

func (*TrainingJob) SetLabelingJobArn added in v1.15.86

func (s *TrainingJob) SetLabelingJobArn(v string) *TrainingJob

SetLabelingJobArn sets the LabelingJobArn field's value.

func (*TrainingJob) SetLastModifiedTime added in v1.15.86

func (s *TrainingJob) SetLastModifiedTime(v time.Time) *TrainingJob

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*TrainingJob) SetModelArtifacts added in v1.15.86

func (s *TrainingJob) SetModelArtifacts(v *ModelArtifacts) *TrainingJob

SetModelArtifacts sets the ModelArtifacts field's value.

func (*TrainingJob) SetOutputDataConfig added in v1.15.86

func (s *TrainingJob) SetOutputDataConfig(v *OutputDataConfig) *TrainingJob

SetOutputDataConfig sets the OutputDataConfig field's value.

func (*TrainingJob) SetProfilerConfig added in v1.44.310

func (s *TrainingJob) SetProfilerConfig(v *ProfilerConfig) *TrainingJob

SetProfilerConfig sets the ProfilerConfig field's value.

func (*TrainingJob) SetResourceConfig added in v1.15.86

func (s *TrainingJob) SetResourceConfig(v *ResourceConfig) *TrainingJob

SetResourceConfig sets the ResourceConfig field's value.

func (*TrainingJob) SetRetryStrategy added in v1.38.32

func (s *TrainingJob) SetRetryStrategy(v *RetryStrategy) *TrainingJob

SetRetryStrategy sets the RetryStrategy field's value.

func (*TrainingJob) SetRoleArn added in v1.15.86

func (s *TrainingJob) SetRoleArn(v string) *TrainingJob

SetRoleArn sets the RoleArn field's value.

func (*TrainingJob) SetSecondaryStatus added in v1.15.86

func (s *TrainingJob) SetSecondaryStatus(v string) *TrainingJob

SetSecondaryStatus sets the SecondaryStatus field's value.

func (*TrainingJob) SetSecondaryStatusTransitions added in v1.15.86

func (s *TrainingJob) SetSecondaryStatusTransitions(v []*SecondaryStatusTransition) *TrainingJob

SetSecondaryStatusTransitions sets the SecondaryStatusTransitions field's value.

func (*TrainingJob) SetStoppingCondition added in v1.15.86

func (s *TrainingJob) SetStoppingCondition(v *StoppingCondition) *TrainingJob

SetStoppingCondition sets the StoppingCondition field's value.

func (*TrainingJob) SetTags added in v1.15.86

func (s *TrainingJob) SetTags(v []*Tag) *TrainingJob

SetTags sets the Tags field's value.

func (*TrainingJob) SetTensorBoardOutputConfig added in v1.25.47

func (s *TrainingJob) SetTensorBoardOutputConfig(v *TensorBoardOutputConfig) *TrainingJob

SetTensorBoardOutputConfig sets the TensorBoardOutputConfig field's value.

func (*TrainingJob) SetTrainingEndTime added in v1.15.86

func (s *TrainingJob) SetTrainingEndTime(v time.Time) *TrainingJob

SetTrainingEndTime sets the TrainingEndTime field's value.

func (*TrainingJob) SetTrainingJobArn added in v1.15.86

func (s *TrainingJob) SetTrainingJobArn(v string) *TrainingJob

SetTrainingJobArn sets the TrainingJobArn field's value.

func (*TrainingJob) SetTrainingJobName added in v1.15.86

func (s *TrainingJob) SetTrainingJobName(v string) *TrainingJob

SetTrainingJobName sets the TrainingJobName field's value.

func (*TrainingJob) SetTrainingJobStatus added in v1.15.86

func (s *TrainingJob) SetTrainingJobStatus(v string) *TrainingJob

SetTrainingJobStatus sets the TrainingJobStatus field's value.

func (*TrainingJob) SetTrainingStartTime added in v1.15.86

func (s *TrainingJob) SetTrainingStartTime(v time.Time) *TrainingJob

SetTrainingStartTime sets the TrainingStartTime field's value.

func (*TrainingJob) SetTrainingTimeInSeconds added in v1.25.47

func (s *TrainingJob) SetTrainingTimeInSeconds(v int64) *TrainingJob

SetTrainingTimeInSeconds sets the TrainingTimeInSeconds field's value.

func (*TrainingJob) SetTuningJobArn added in v1.15.86

func (s *TrainingJob) SetTuningJobArn(v string) *TrainingJob

SetTuningJobArn sets the TuningJobArn field's value.

func (*TrainingJob) SetVpcConfig added in v1.15.86

func (s *TrainingJob) SetVpcConfig(v *VpcConfig) *TrainingJob

SetVpcConfig sets the VpcConfig field's value.

func (TrainingJob) String added in v1.15.86

func (s TrainingJob) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TrainingJobDefinition added in v1.15.86

type TrainingJobDefinition struct {

	// The hyperparameters used for the training job.
	HyperParameters map[string]*string `type:"map"`

	// An array of Channel objects, each of which specifies an input source.
	//
	// InputDataConfig is a required field
	InputDataConfig []*Channel `min:"1" type:"list" required:"true"`

	// the path to the S3 bucket where you want to store model artifacts. SageMaker
	// creates subfolders for the artifacts.
	//
	// OutputDataConfig is a required field
	OutputDataConfig *OutputDataConfig `type:"structure" required:"true"`

	// The resources, including the ML compute instances and ML storage volumes,
	// to use for model training.
	//
	// ResourceConfig is a required field
	ResourceConfig *ResourceConfig `type:"structure" required:"true"`

	// Specifies a limit to how long a model training job can run. It also specifies
	// how long a managed Spot training job has to complete. When the job reaches
	// the time limit, SageMaker ends the training job. Use this API to cap model
	// training costs.
	//
	// To stop a job, SageMaker sends the algorithm the SIGTERM signal, which delays
	// job termination for 120 seconds. Algorithms can use this 120-second window
	// to save the model artifacts.
	//
	// StoppingCondition is a required field
	StoppingCondition *StoppingCondition `type:"structure" required:"true"`

	// The training input mode that the algorithm supports. For more information
	// about input modes, see Algorithms (https://docs.aws.amazon.com/sagemaker/latest/dg/algos.html).
	//
	// Pipe mode
	//
	// If an algorithm supports Pipe mode, Amazon SageMaker streams data directly
	// from Amazon S3 to the container.
	//
	// File mode
	//
	// If an algorithm supports File mode, SageMaker downloads the training data
	// from S3 to the provisioned ML storage volume, and mounts the directory to
	// the Docker volume for the training container.
	//
	// You must provision the ML storage volume with sufficient capacity to accommodate
	// the data downloaded from S3. In addition to the training data, the ML storage
	// volume also stores the output model. The algorithm container uses the ML
	// storage volume to also store intermediate information, if any.
	//
	// For distributed algorithms, training data is distributed uniformly. Your
	// training duration is predictable if the input data objects sizes are approximately
	// the same. SageMaker does not split the files any further for model training.
	// If the object sizes are skewed, training won't be optimal as the data distribution
	// is also skewed when one host in a training cluster is overloaded, thus becoming
	// a bottleneck in training.
	//
	// FastFile mode
	//
	// If an algorithm supports FastFile mode, SageMaker streams data directly from
	// S3 to the container with no code changes, and provides file system access
	// to the data. Users can author their training script to interact with these
	// files as if they were stored on disk.
	//
	// FastFile mode works best when the data is read sequentially. Augmented manifest
	// files aren't supported. The startup time is lower when there are fewer files
	// in the S3 bucket provided.
	//
	// TrainingInputMode is a required field
	TrainingInputMode *string `type:"string" required:"true" enum:"TrainingInputMode"`
	// contains filtered or unexported fields
}

Defines the input needed to run a training job using the algorithm.

func (TrainingJobDefinition) GoString added in v1.15.86

func (s TrainingJobDefinition) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TrainingJobDefinition) SetHyperParameters added in v1.15.86

func (s *TrainingJobDefinition) SetHyperParameters(v map[string]*string) *TrainingJobDefinition

SetHyperParameters sets the HyperParameters field's value.

func (*TrainingJobDefinition) SetInputDataConfig added in v1.15.86

func (s *TrainingJobDefinition) SetInputDataConfig(v []*Channel) *TrainingJobDefinition

SetInputDataConfig sets the InputDataConfig field's value.

func (*TrainingJobDefinition) SetOutputDataConfig added in v1.15.86

func (s *TrainingJobDefinition) SetOutputDataConfig(v *OutputDataConfig) *TrainingJobDefinition

SetOutputDataConfig sets the OutputDataConfig field's value.

func (*TrainingJobDefinition) SetResourceConfig added in v1.15.86

SetResourceConfig sets the ResourceConfig field's value.

func (*TrainingJobDefinition) SetStoppingCondition added in v1.15.86

func (s *TrainingJobDefinition) SetStoppingCondition(v *StoppingCondition) *TrainingJobDefinition

SetStoppingCondition sets the StoppingCondition field's value.

func (*TrainingJobDefinition) SetTrainingInputMode added in v1.15.86

func (s *TrainingJobDefinition) SetTrainingInputMode(v string) *TrainingJobDefinition

SetTrainingInputMode sets the TrainingInputMode field's value.

func (TrainingJobDefinition) String added in v1.15.86

func (s TrainingJobDefinition) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TrainingJobDefinition) Validate added in v1.15.86

func (s *TrainingJobDefinition) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TrainingJobStatusCounters added in v1.14.0

type TrainingJobStatusCounters struct {

	// The number of completed training jobs launched by the hyperparameter tuning
	// job.
	Completed *int64 `type:"integer"`

	// The number of in-progress training jobs launched by a hyperparameter tuning
	// job.
	InProgress *int64 `type:"integer"`

	// The number of training jobs that failed and can't be retried. A failed training
	// job can't be retried if it failed because a client error occurred.
	NonRetryableError *int64 `type:"integer"`

	// The number of training jobs that failed, but can be retried. A failed training
	// job can be retried only if it failed because an internal service error occurred.
	RetryableError *int64 `type:"integer"`

	// The number of training jobs launched by a hyperparameter tuning job that
	// were manually stopped.
	Stopped *int64 `type:"integer"`
	// contains filtered or unexported fields
}

The numbers of training jobs launched by a hyperparameter tuning job, categorized by status.

func (TrainingJobStatusCounters) GoString added in v1.14.0

func (s TrainingJobStatusCounters) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TrainingJobStatusCounters) SetCompleted added in v1.14.0

SetCompleted sets the Completed field's value.

func (*TrainingJobStatusCounters) SetInProgress added in v1.14.0

SetInProgress sets the InProgress field's value.

func (*TrainingJobStatusCounters) SetNonRetryableError added in v1.14.0

func (s *TrainingJobStatusCounters) SetNonRetryableError(v int64) *TrainingJobStatusCounters

SetNonRetryableError sets the NonRetryableError field's value.

func (*TrainingJobStatusCounters) SetRetryableError added in v1.14.0

SetRetryableError sets the RetryableError field's value.

func (*TrainingJobStatusCounters) SetStopped added in v1.14.0

SetStopped sets the Stopped field's value.

func (TrainingJobStatusCounters) String added in v1.14.0

func (s TrainingJobStatusCounters) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TrainingJobStepMetadata added in v1.35.37

type TrainingJobStepMetadata struct {

	// The Amazon Resource Name (ARN) of the training job that was run by this step
	// execution.
	Arn *string `type:"string"`
	// contains filtered or unexported fields
}

Metadata for a training job step.

func (TrainingJobStepMetadata) GoString added in v1.35.37

func (s TrainingJobStepMetadata) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TrainingJobStepMetadata) SetArn added in v1.35.37

SetArn sets the Arn field's value.

func (TrainingJobStepMetadata) String added in v1.35.37

func (s TrainingJobStepMetadata) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TrainingJobSummary

type TrainingJobSummary struct {

	// A timestamp that shows when the training job was created.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// Timestamp when the training job was last modified.
	LastModifiedTime *time.Time `type:"timestamp"`

	// A timestamp that shows when the training job ended. This field is set only
	// if the training job has one of the terminal statuses (Completed, Failed,
	// or Stopped).
	TrainingEndTime *time.Time `type:"timestamp"`

	// The Amazon Resource Name (ARN) of the training job.
	//
	// TrainingJobArn is a required field
	TrainingJobArn *string `type:"string" required:"true"`

	// The name of the training job that you want a summary for.
	//
	// TrainingJobName is a required field
	TrainingJobName *string `min:"1" type:"string" required:"true"`

	// The status of the training job.
	//
	// TrainingJobStatus is a required field
	TrainingJobStatus *string `type:"string" required:"true" enum:"TrainingJobStatus"`

	// The status of the warm pool associated with the training job.
	WarmPoolStatus *WarmPoolStatus `type:"structure"`
	// contains filtered or unexported fields
}

Provides summary information about a training job.

func (TrainingJobSummary) GoString

func (s TrainingJobSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TrainingJobSummary) SetCreationTime

func (s *TrainingJobSummary) SetCreationTime(v time.Time) *TrainingJobSummary

SetCreationTime sets the CreationTime field's value.

func (*TrainingJobSummary) SetLastModifiedTime

func (s *TrainingJobSummary) SetLastModifiedTime(v time.Time) *TrainingJobSummary

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*TrainingJobSummary) SetTrainingEndTime

func (s *TrainingJobSummary) SetTrainingEndTime(v time.Time) *TrainingJobSummary

SetTrainingEndTime sets the TrainingEndTime field's value.

func (*TrainingJobSummary) SetTrainingJobArn

func (s *TrainingJobSummary) SetTrainingJobArn(v string) *TrainingJobSummary

SetTrainingJobArn sets the TrainingJobArn field's value.

func (*TrainingJobSummary) SetTrainingJobName

func (s *TrainingJobSummary) SetTrainingJobName(v string) *TrainingJobSummary

SetTrainingJobName sets the TrainingJobName field's value.

func (*TrainingJobSummary) SetTrainingJobStatus

func (s *TrainingJobSummary) SetTrainingJobStatus(v string) *TrainingJobSummary

SetTrainingJobStatus sets the TrainingJobStatus field's value.

func (*TrainingJobSummary) SetWarmPoolStatus added in v1.44.108

func (s *TrainingJobSummary) SetWarmPoolStatus(v *WarmPoolStatus) *TrainingJobSummary

SetWarmPoolStatus sets the WarmPoolStatus field's value.

func (TrainingJobSummary) String

func (s TrainingJobSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TrainingRepositoryAuthConfig added in v1.44.189

type TrainingRepositoryAuthConfig struct {

	// The Amazon Resource Name (ARN) of an Amazon Web Services Lambda function
	// used to give SageMaker access credentials to your private Docker registry.
	//
	// TrainingRepositoryCredentialsProviderArn is a required field
	TrainingRepositoryCredentialsProviderArn *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

An object containing authentication information for a private Docker registry.

func (TrainingRepositoryAuthConfig) GoString added in v1.44.189

func (s TrainingRepositoryAuthConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TrainingRepositoryAuthConfig) SetTrainingRepositoryCredentialsProviderArn added in v1.44.189

func (s *TrainingRepositoryAuthConfig) SetTrainingRepositoryCredentialsProviderArn(v string) *TrainingRepositoryAuthConfig

SetTrainingRepositoryCredentialsProviderArn sets the TrainingRepositoryCredentialsProviderArn field's value.

func (TrainingRepositoryAuthConfig) String added in v1.44.189

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TrainingRepositoryAuthConfig) Validate added in v1.44.189

func (s *TrainingRepositoryAuthConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TrainingSpecification added in v1.15.86

type TrainingSpecification struct {

	// A list of MetricDefinition objects, which are used for parsing metrics generated
	// by the algorithm.
	MetricDefinitions []*MetricDefinition `type:"list"`

	// A list of the HyperParameterSpecification objects, that define the supported
	// hyperparameters. This is required if the algorithm supports automatic model
	// tuning.>
	SupportedHyperParameters []*HyperParameterSpecification `type:"list"`

	// A list of the instance types that this algorithm can use for training.
	//
	// SupportedTrainingInstanceTypes is a required field
	SupportedTrainingInstanceTypes []*string `type:"list" required:"true" enum:"TrainingInstanceType"`

	// A list of the metrics that the algorithm emits that can be used as the objective
	// metric in a hyperparameter tuning job.
	SupportedTuningJobObjectiveMetrics []*HyperParameterTuningJobObjective `type:"list"`

	// Indicates whether the algorithm supports distributed training. If set to
	// false, buyers can't request more than one instance during training.
	SupportsDistributedTraining *bool `type:"boolean"`

	// A list of ChannelSpecification objects, which specify the input sources to
	// be used by the algorithm.
	//
	// TrainingChannels is a required field
	TrainingChannels []*ChannelSpecification `min:"1" type:"list" required:"true"`

	// The Amazon ECR registry path of the Docker image that contains the training
	// algorithm.
	//
	// TrainingImage is a required field
	TrainingImage *string `type:"string" required:"true"`

	// An MD5 hash of the training algorithm that identifies the Docker image used
	// for training.
	TrainingImageDigest *string `type:"string"`
	// contains filtered or unexported fields
}

Defines how the algorithm is used for a training job.

func (TrainingSpecification) GoString added in v1.15.86

func (s TrainingSpecification) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TrainingSpecification) SetMetricDefinitions added in v1.15.86

func (s *TrainingSpecification) SetMetricDefinitions(v []*MetricDefinition) *TrainingSpecification

SetMetricDefinitions sets the MetricDefinitions field's value.

func (*TrainingSpecification) SetSupportedHyperParameters added in v1.15.86

func (s *TrainingSpecification) SetSupportedHyperParameters(v []*HyperParameterSpecification) *TrainingSpecification

SetSupportedHyperParameters sets the SupportedHyperParameters field's value.

func (*TrainingSpecification) SetSupportedTrainingInstanceTypes added in v1.15.86

func (s *TrainingSpecification) SetSupportedTrainingInstanceTypes(v []*string) *TrainingSpecification

SetSupportedTrainingInstanceTypes sets the SupportedTrainingInstanceTypes field's value.

func (*TrainingSpecification) SetSupportedTuningJobObjectiveMetrics added in v1.15.86

func (s *TrainingSpecification) SetSupportedTuningJobObjectiveMetrics(v []*HyperParameterTuningJobObjective) *TrainingSpecification

SetSupportedTuningJobObjectiveMetrics sets the SupportedTuningJobObjectiveMetrics field's value.

func (*TrainingSpecification) SetSupportsDistributedTraining added in v1.15.86

func (s *TrainingSpecification) SetSupportsDistributedTraining(v bool) *TrainingSpecification

SetSupportsDistributedTraining sets the SupportsDistributedTraining field's value.

func (*TrainingSpecification) SetTrainingChannels added in v1.15.86

SetTrainingChannels sets the TrainingChannels field's value.

func (*TrainingSpecification) SetTrainingImage added in v1.15.86

func (s *TrainingSpecification) SetTrainingImage(v string) *TrainingSpecification

SetTrainingImage sets the TrainingImage field's value.

func (*TrainingSpecification) SetTrainingImageDigest added in v1.15.86

func (s *TrainingSpecification) SetTrainingImageDigest(v string) *TrainingSpecification

SetTrainingImageDigest sets the TrainingImageDigest field's value.

func (TrainingSpecification) String added in v1.15.86

func (s TrainingSpecification) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TrainingSpecification) Validate added in v1.15.86

func (s *TrainingSpecification) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TransformDataSource added in v1.14.28

type TransformDataSource struct {

	// The S3 location of the data source that is associated with a channel.
	//
	// S3DataSource is a required field
	S3DataSource *TransformS3DataSource `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

Describes the location of the channel data.

func (TransformDataSource) GoString added in v1.14.28

func (s TransformDataSource) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TransformDataSource) SetS3DataSource added in v1.14.28

SetS3DataSource sets the S3DataSource field's value.

func (TransformDataSource) String added in v1.14.28

func (s TransformDataSource) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TransformDataSource) Validate added in v1.14.28

func (s *TransformDataSource) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TransformInput added in v1.14.28

type TransformInput struct {

	// If your transform data is compressed, specify the compression type. Amazon
	// SageMaker automatically decompresses the data for the transform job accordingly.
	// The default value is None.
	CompressionType *string `type:"string" enum:"CompressionType"`

	// The multipurpose internet mail extension (MIME) type of the data. Amazon
	// SageMaker uses the MIME type with each http call to transfer data to the
	// transform job.
	ContentType *string `type:"string"`

	// Describes the location of the channel data, which is, the S3 location of
	// the input data that the model can consume.
	//
	// DataSource is a required field
	DataSource *TransformDataSource `type:"structure" required:"true"`

	// The method to use to split the transform job's data files into smaller batches.
	// Splitting is necessary when the total size of each object is too large to
	// fit in a single request. You can also use data splitting to improve performance
	// by processing multiple concurrent mini-batches. The default value for SplitType
	// is None, which indicates that input data files are not split, and request
	// payloads contain the entire contents of an input object. Set the value of
	// this parameter to Line to split records on a newline character boundary.
	// SplitType also supports a number of record-oriented binary data formats.
	// Currently, the supported record formats are:
	//
	//    * RecordIO
	//
	//    * TFRecord
	//
	// When splitting is enabled, the size of a mini-batch depends on the values
	// of the BatchStrategy and MaxPayloadInMB parameters. When the value of BatchStrategy
	// is MultiRecord, Amazon SageMaker sends the maximum number of records in each
	// request, up to the MaxPayloadInMB limit. If the value of BatchStrategy is
	// SingleRecord, Amazon SageMaker sends individual records in each request.
	//
	// Some data formats represent a record as a binary payload wrapped with extra
	// padding bytes. When splitting is applied to a binary data format, padding
	// is removed if the value of BatchStrategy is set to SingleRecord. Padding
	// is not removed if the value of BatchStrategy is set to MultiRecord.
	//
	// For more information about RecordIO, see Create a Dataset Using RecordIO
	// (https://mxnet.apache.org/api/faq/recordio) in the MXNet documentation. For
	// more information about TFRecord, see Consuming TFRecord data (https://www.tensorflow.org/guide/data#consuming_tfrecord_data)
	// in the TensorFlow documentation.
	SplitType *string `type:"string" enum:"SplitType"`
	// contains filtered or unexported fields
}

Describes the input source of a transform job and the way the transform job consumes it.

func (TransformInput) GoString added in v1.14.28

func (s TransformInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TransformInput) SetCompressionType added in v1.14.28

func (s *TransformInput) SetCompressionType(v string) *TransformInput

SetCompressionType sets the CompressionType field's value.

func (*TransformInput) SetContentType added in v1.14.28

func (s *TransformInput) SetContentType(v string) *TransformInput

SetContentType sets the ContentType field's value.

func (*TransformInput) SetDataSource added in v1.14.28

func (s *TransformInput) SetDataSource(v *TransformDataSource) *TransformInput

SetDataSource sets the DataSource field's value.

func (*TransformInput) SetSplitType added in v1.14.28

func (s *TransformInput) SetSplitType(v string) *TransformInput

SetSplitType sets the SplitType field's value.

func (TransformInput) String added in v1.14.28

func (s TransformInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TransformInput) Validate added in v1.14.28

func (s *TransformInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TransformJob added in v1.33.12

type TransformJob struct {

	// The Amazon Resource Name (ARN) of the AutoML job that created the transform
	// job.
	AutoMLJobArn *string `min:"1" type:"string"`

	// Specifies the number of records to include in a mini-batch for an HTTP inference
	// request. A record is a single unit of input data that inference can be made
	// on. For example, a single line in a CSV file is a record.
	BatchStrategy *string `type:"string" enum:"BatchStrategy"`

	// A timestamp that shows when the transform Job was created.
	CreationTime *time.Time `type:"timestamp"`

	// Configuration to control how SageMaker captures inference data for batch
	// transform jobs.
	DataCaptureConfig *BatchDataCaptureConfig `type:"structure"`

	// The data structure used to specify the data to be used for inference in a
	// batch transform job and to associate the data that is relevant to the prediction
	// results in the output. The input filter provided allows you to exclude input
	// data that is not needed for inference in a batch transform job. The output
	// filter provided allows you to include input data relevant to interpreting
	// the predictions in the output from the job. For more information, see Associate
	// Prediction Results with their Corresponding Input Records (https://docs.aws.amazon.com/sagemaker/latest/dg/batch-transform-data-processing.html).
	DataProcessing *DataProcessing `type:"structure"`

	// The environment variables to set in the Docker container. We support up to
	// 16 key and values entries in the map.
	Environment map[string]*string `type:"map"`

	// Associates a SageMaker job as a trial component with an experiment and trial.
	// Specified when you call the following APIs:
	//
	//    * CreateProcessingJob (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateProcessingJob.html)
	//
	//    * CreateTrainingJob (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingJob.html)
	//
	//    * CreateTransformJob (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTransformJob.html)
	ExperimentConfig *ExperimentConfig `type:"structure"`

	// If the transform job failed, the reason it failed.
	FailureReason *string `type:"string"`

	// The Amazon Resource Name (ARN) of the labeling job that created the transform
	// job.
	LabelingJobArn *string `type:"string"`

	// The maximum number of parallel requests that can be sent to each instance
	// in a transform job. If MaxConcurrentTransforms is set to 0 or left unset,
	// SageMaker checks the optional execution-parameters to determine the settings
	// for your chosen algorithm. If the execution-parameters endpoint is not enabled,
	// the default value is 1. For built-in algorithms, you don't need to set a
	// value for MaxConcurrentTransforms.
	MaxConcurrentTransforms *int64 `type:"integer"`

	// The maximum allowed size of the payload, in MB. A payload is the data portion
	// of a record (without metadata). The value in MaxPayloadInMB must be greater
	// than, or equal to, the size of a single record. To estimate the size of a
	// record in MB, divide the size of your dataset by the number of records. To
	// ensure that the records fit within the maximum payload size, we recommend
	// using a slightly larger value. The default value is 6 MB. For cases where
	// the payload might be arbitrarily large and is transmitted using HTTP chunked
	// encoding, set the value to 0. This feature works only in supported algorithms.
	// Currently, SageMaker built-in algorithms do not support HTTP chunked encoding.
	MaxPayloadInMB *int64 `type:"integer"`

	// Configures the timeout and maximum number of retries for processing a transform
	// job invocation.
	ModelClientConfig *ModelClientConfig `type:"structure"`

	// The name of the model associated with the transform job.
	ModelName *string `type:"string"`

	// A list of tags associated with the transform job.
	Tags []*Tag `type:"list"`

	// Indicates when the transform job has been completed, or has stopped or failed.
	// You are billed for the time interval between this time and the value of TransformStartTime.
	TransformEndTime *time.Time `type:"timestamp"`

	// Describes the input source of a transform job and the way the transform job
	// consumes it.
	TransformInput *TransformInput `type:"structure"`

	// The Amazon Resource Name (ARN) of the transform job.
	TransformJobArn *string `type:"string"`

	// The name of the transform job.
	TransformJobName *string `min:"1" type:"string"`

	// The status of the transform job.
	//
	// Transform job statuses are:
	//
	//    * InProgress - The job is in progress.
	//
	//    * Completed - The job has completed.
	//
	//    * Failed - The transform job has failed. To see the reason for the failure,
	//    see the FailureReason field in the response to a DescribeTransformJob
	//    call.
	//
	//    * Stopping - The transform job is stopping.
	//
	//    * Stopped - The transform job has stopped.
	TransformJobStatus *string `type:"string" enum:"TransformJobStatus"`

	// Describes the results of a transform job.
	TransformOutput *TransformOutput `type:"structure"`

	// Describes the resources, including ML instance types and ML instance count,
	// to use for transform job.
	TransformResources *TransformResources `type:"structure"`

	// Indicates when the transform job starts on ML instances. You are billed for
	// the time interval between this time and the value of TransformEndTime.
	TransformStartTime *time.Time `type:"timestamp"`
	// contains filtered or unexported fields
}

A batch transform job. For information about SageMaker batch transform, see Use Batch Transform (https://docs.aws.amazon.com/sagemaker/latest/dg/batch-transform.html).

func (TransformJob) GoString added in v1.33.12

func (s TransformJob) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TransformJob) SetAutoMLJobArn added in v1.33.12

func (s *TransformJob) SetAutoMLJobArn(v string) *TransformJob

SetAutoMLJobArn sets the AutoMLJobArn field's value.

func (*TransformJob) SetBatchStrategy added in v1.33.12

func (s *TransformJob) SetBatchStrategy(v string) *TransformJob

SetBatchStrategy sets the BatchStrategy field's value.

func (*TransformJob) SetCreationTime added in v1.33.12

func (s *TransformJob) SetCreationTime(v time.Time) *TransformJob

SetCreationTime sets the CreationTime field's value.

func (*TransformJob) SetDataCaptureConfig added in v1.44.317

func (s *TransformJob) SetDataCaptureConfig(v *BatchDataCaptureConfig) *TransformJob

SetDataCaptureConfig sets the DataCaptureConfig field's value.

func (*TransformJob) SetDataProcessing added in v1.33.12

func (s *TransformJob) SetDataProcessing(v *DataProcessing) *TransformJob

SetDataProcessing sets the DataProcessing field's value.

func (*TransformJob) SetEnvironment added in v1.33.12

func (s *TransformJob) SetEnvironment(v map[string]*string) *TransformJob

SetEnvironment sets the Environment field's value.

func (*TransformJob) SetExperimentConfig added in v1.33.12

func (s *TransformJob) SetExperimentConfig(v *ExperimentConfig) *TransformJob

SetExperimentConfig sets the ExperimentConfig field's value.

func (*TransformJob) SetFailureReason added in v1.33.12

func (s *TransformJob) SetFailureReason(v string) *TransformJob

SetFailureReason sets the FailureReason field's value.

func (*TransformJob) SetLabelingJobArn added in v1.33.12

func (s *TransformJob) SetLabelingJobArn(v string) *TransformJob

SetLabelingJobArn sets the LabelingJobArn field's value.

func (*TransformJob) SetMaxConcurrentTransforms added in v1.33.12

func (s *TransformJob) SetMaxConcurrentTransforms(v int64) *TransformJob

SetMaxConcurrentTransforms sets the MaxConcurrentTransforms field's value.

func (*TransformJob) SetMaxPayloadInMB added in v1.33.12

func (s *TransformJob) SetMaxPayloadInMB(v int64) *TransformJob

SetMaxPayloadInMB sets the MaxPayloadInMB field's value.

func (*TransformJob) SetModelClientConfig added in v1.33.12

func (s *TransformJob) SetModelClientConfig(v *ModelClientConfig) *TransformJob

SetModelClientConfig sets the ModelClientConfig field's value.

func (*TransformJob) SetModelName added in v1.33.12

func (s *TransformJob) SetModelName(v string) *TransformJob

SetModelName sets the ModelName field's value.

func (*TransformJob) SetTags added in v1.33.12

func (s *TransformJob) SetTags(v []*Tag) *TransformJob

SetTags sets the Tags field's value.

func (*TransformJob) SetTransformEndTime added in v1.33.12

func (s *TransformJob) SetTransformEndTime(v time.Time) *TransformJob

SetTransformEndTime sets the TransformEndTime field's value.

func (*TransformJob) SetTransformInput added in v1.33.12

func (s *TransformJob) SetTransformInput(v *TransformInput) *TransformJob

SetTransformInput sets the TransformInput field's value.

func (*TransformJob) SetTransformJobArn added in v1.33.12

func (s *TransformJob) SetTransformJobArn(v string) *TransformJob

SetTransformJobArn sets the TransformJobArn field's value.

func (*TransformJob) SetTransformJobName added in v1.33.12

func (s *TransformJob) SetTransformJobName(v string) *TransformJob

SetTransformJobName sets the TransformJobName field's value.

func (*TransformJob) SetTransformJobStatus added in v1.33.12

func (s *TransformJob) SetTransformJobStatus(v string) *TransformJob

SetTransformJobStatus sets the TransformJobStatus field's value.

func (*TransformJob) SetTransformOutput added in v1.33.12

func (s *TransformJob) SetTransformOutput(v *TransformOutput) *TransformJob

SetTransformOutput sets the TransformOutput field's value.

func (*TransformJob) SetTransformResources added in v1.33.12

func (s *TransformJob) SetTransformResources(v *TransformResources) *TransformJob

SetTransformResources sets the TransformResources field's value.

func (*TransformJob) SetTransformStartTime added in v1.33.12

func (s *TransformJob) SetTransformStartTime(v time.Time) *TransformJob

SetTransformStartTime sets the TransformStartTime field's value.

func (TransformJob) String added in v1.33.12

func (s TransformJob) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TransformJobDefinition added in v1.15.86

type TransformJobDefinition struct {

	// A string that determines the number of records included in a single mini-batch.
	//
	// SingleRecord means only one record is used per mini-batch. MultiRecord means
	// a mini-batch is set to contain as many records that can fit within the MaxPayloadInMB
	// limit.
	BatchStrategy *string `type:"string" enum:"BatchStrategy"`

	// The environment variables to set in the Docker container. We support up to
	// 16 key and values entries in the map.
	Environment map[string]*string `type:"map"`

	// The maximum number of parallel requests that can be sent to each instance
	// in a transform job. The default value is 1.
	MaxConcurrentTransforms *int64 `type:"integer"`

	// The maximum payload size allowed, in MB. A payload is the data portion of
	// a record (without metadata).
	MaxPayloadInMB *int64 `type:"integer"`

	// A description of the input source and the way the transform job consumes
	// it.
	//
	// TransformInput is a required field
	TransformInput *TransformInput `type:"structure" required:"true"`

	// Identifies the Amazon S3 location where you want Amazon SageMaker to save
	// the results from the transform job.
	//
	// TransformOutput is a required field
	TransformOutput *TransformOutput `type:"structure" required:"true"`

	// Identifies the ML compute instances for the transform job.
	//
	// TransformResources is a required field
	TransformResources *TransformResources `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

Defines the input needed to run a transform job using the inference specification specified in the algorithm.

func (TransformJobDefinition) GoString added in v1.15.86

func (s TransformJobDefinition) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TransformJobDefinition) SetBatchStrategy added in v1.15.86

func (s *TransformJobDefinition) SetBatchStrategy(v string) *TransformJobDefinition

SetBatchStrategy sets the BatchStrategy field's value.

func (*TransformJobDefinition) SetEnvironment added in v1.15.86

func (s *TransformJobDefinition) SetEnvironment(v map[string]*string) *TransformJobDefinition

SetEnvironment sets the Environment field's value.

func (*TransformJobDefinition) SetMaxConcurrentTransforms added in v1.15.86

func (s *TransformJobDefinition) SetMaxConcurrentTransforms(v int64) *TransformJobDefinition

SetMaxConcurrentTransforms sets the MaxConcurrentTransforms field's value.

func (*TransformJobDefinition) SetMaxPayloadInMB added in v1.15.86

func (s *TransformJobDefinition) SetMaxPayloadInMB(v int64) *TransformJobDefinition

SetMaxPayloadInMB sets the MaxPayloadInMB field's value.

func (*TransformJobDefinition) SetTransformInput added in v1.15.86

SetTransformInput sets the TransformInput field's value.

func (*TransformJobDefinition) SetTransformOutput added in v1.15.86

SetTransformOutput sets the TransformOutput field's value.

func (*TransformJobDefinition) SetTransformResources added in v1.15.86

SetTransformResources sets the TransformResources field's value.

func (TransformJobDefinition) String added in v1.15.86

func (s TransformJobDefinition) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TransformJobDefinition) Validate added in v1.15.86

func (s *TransformJobDefinition) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TransformJobStepMetadata added in v1.35.37

type TransformJobStepMetadata struct {

	// The Amazon Resource Name (ARN) of the transform job that was run by this
	// step execution.
	Arn *string `type:"string"`
	// contains filtered or unexported fields
}

Metadata for a transform job step.

func (TransformJobStepMetadata) GoString added in v1.35.37

func (s TransformJobStepMetadata) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TransformJobStepMetadata) SetArn added in v1.35.37

SetArn sets the Arn field's value.

func (TransformJobStepMetadata) String added in v1.35.37

func (s TransformJobStepMetadata) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TransformJobSummary added in v1.14.28

type TransformJobSummary struct {

	// A timestamp that shows when the transform Job was created.
	//
	// CreationTime is a required field
	CreationTime *time.Time `type:"timestamp" required:"true"`

	// If the transform job failed, the reason it failed.
	FailureReason *string `type:"string"`

	// Indicates when the transform job was last modified.
	LastModifiedTime *time.Time `type:"timestamp"`

	// Indicates when the transform job ends on compute instances. For successful
	// jobs and stopped jobs, this is the exact time recorded after the results
	// are uploaded. For failed jobs, this is when Amazon SageMaker detected that
	// the job failed.
	TransformEndTime *time.Time `type:"timestamp"`

	// The Amazon Resource Name (ARN) of the transform job.
	//
	// TransformJobArn is a required field
	TransformJobArn *string `type:"string" required:"true"`

	// The name of the transform job.
	//
	// TransformJobName is a required field
	TransformJobName *string `min:"1" type:"string" required:"true"`

	// The status of the transform job.
	//
	// TransformJobStatus is a required field
	TransformJobStatus *string `type:"string" required:"true" enum:"TransformJobStatus"`
	// contains filtered or unexported fields
}

Provides a summary of a transform job. Multiple TransformJobSummary objects are returned as a list after in response to a ListTransformJobs (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ListTransformJobs.html) call.

func (TransformJobSummary) GoString added in v1.14.28

func (s TransformJobSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TransformJobSummary) SetCreationTime added in v1.14.28

func (s *TransformJobSummary) SetCreationTime(v time.Time) *TransformJobSummary

SetCreationTime sets the CreationTime field's value.

func (*TransformJobSummary) SetFailureReason added in v1.14.28

func (s *TransformJobSummary) SetFailureReason(v string) *TransformJobSummary

SetFailureReason sets the FailureReason field's value.

func (*TransformJobSummary) SetLastModifiedTime added in v1.14.28

func (s *TransformJobSummary) SetLastModifiedTime(v time.Time) *TransformJobSummary

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*TransformJobSummary) SetTransformEndTime added in v1.14.28

func (s *TransformJobSummary) SetTransformEndTime(v time.Time) *TransformJobSummary

SetTransformEndTime sets the TransformEndTime field's value.

func (*TransformJobSummary) SetTransformJobArn added in v1.14.28

func (s *TransformJobSummary) SetTransformJobArn(v string) *TransformJobSummary

SetTransformJobArn sets the TransformJobArn field's value.

func (*TransformJobSummary) SetTransformJobName added in v1.14.28

func (s *TransformJobSummary) SetTransformJobName(v string) *TransformJobSummary

SetTransformJobName sets the TransformJobName field's value.

func (*TransformJobSummary) SetTransformJobStatus added in v1.14.28

func (s *TransformJobSummary) SetTransformJobStatus(v string) *TransformJobSummary

SetTransformJobStatus sets the TransformJobStatus field's value.

func (TransformJobSummary) String added in v1.14.28

func (s TransformJobSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TransformOutput added in v1.14.28

type TransformOutput struct {

	// The MIME type used to specify the output data. Amazon SageMaker uses the
	// MIME type with each http call to transfer data from the transform job.
	Accept *string `type:"string"`

	// Defines how to assemble the results of the transform job as a single S3 object.
	// Choose a format that is most convenient to you. To concatenate the results
	// in binary format, specify None. To add a newline character at the end of
	// every transformed record, specify Line.
	AssembleWith *string `type:"string" enum:"AssemblyType"`

	// The Amazon Web Services Key Management Service (Amazon Web Services KMS)
	// key that Amazon SageMaker uses to encrypt the model artifacts at rest using
	// Amazon S3 server-side encryption. The KmsKeyId can be any of the following
	// formats:
	//
	//    * Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab
	//
	//    * Key ARN: arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
	//
	//    * Alias name: alias/ExampleAlias
	//
	//    * Alias name ARN: arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias
	//
	// If you don't provide a KMS key ID, Amazon SageMaker uses the default KMS
	// key for Amazon S3 for your role's account. For more information, see KMS-Managed
	// Encryption Keys (https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingKMSEncryption.html)
	// in the Amazon Simple Storage Service Developer Guide.
	//
	// The KMS key policy must grant permission to the IAM role that you specify
	// in your CreateModel (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateModel.html)
	// request. For more information, see Using Key Policies in Amazon Web Services
	// KMS (https://docs.aws.amazon.com/kms/latest/developerguide/key-policies.html)
	// in the Amazon Web Services Key Management Service Developer Guide.
	KmsKeyId *string `type:"string"`

	// The Amazon S3 path where you want Amazon SageMaker to store the results of
	// the transform job. For example, s3://bucket-name/key-name-prefix.
	//
	// For every S3 object used as input for the transform job, batch transform
	// stores the transformed data with an .out suffix in a corresponding subfolder
	// in the location in the output prefix. For example, for the input data stored
	// at s3://bucket-name/input-name-prefix/dataset01/data.csv, batch transform
	// stores the transformed data at s3://bucket-name/output-name-prefix/input-name-prefix/data.csv.out.
	// Batch transform doesn't upload partially processed objects. For an input
	// S3 object that contains multiple records, it creates an .out file only if
	// the transform job succeeds on the entire file. When the input contains multiple
	// S3 objects, the batch transform job processes the listed S3 objects and uploads
	// only the output for successfully processed objects. If any object fails in
	// the transform job batch transform marks the job as failed to prompt investigation.
	//
	// S3OutputPath is a required field
	S3OutputPath *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Describes the results of a transform job.

func (TransformOutput) GoString added in v1.14.28

func (s TransformOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TransformOutput) SetAccept added in v1.14.28

func (s *TransformOutput) SetAccept(v string) *TransformOutput

SetAccept sets the Accept field's value.

func (*TransformOutput) SetAssembleWith added in v1.14.28

func (s *TransformOutput) SetAssembleWith(v string) *TransformOutput

SetAssembleWith sets the AssembleWith field's value.

func (*TransformOutput) SetKmsKeyId added in v1.14.28

func (s *TransformOutput) SetKmsKeyId(v string) *TransformOutput

SetKmsKeyId sets the KmsKeyId field's value.

func (*TransformOutput) SetS3OutputPath added in v1.14.28

func (s *TransformOutput) SetS3OutputPath(v string) *TransformOutput

SetS3OutputPath sets the S3OutputPath field's value.

func (TransformOutput) String added in v1.14.28

func (s TransformOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TransformOutput) Validate added in v1.14.28

func (s *TransformOutput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TransformResources added in v1.14.28

type TransformResources struct {

	// The number of ML compute instances to use in the transform job. The default
	// value is 1, and the maximum is 100. For distributed transform jobs, specify
	// a value greater than 1.
	//
	// InstanceCount is a required field
	InstanceCount *int64 `min:"1" type:"integer" required:"true"`

	// The ML compute instance type for the transform job. If you are using built-in
	// algorithms to transform moderately sized datasets, we recommend using ml.m4.xlarge
	// or ml.m5.largeinstance types.
	//
	// InstanceType is a required field
	InstanceType *string `type:"string" required:"true" enum:"TransformInstanceType"`

	// The Amazon Web Services Key Management Service (Amazon Web Services KMS)
	// key that Amazon SageMaker uses to encrypt model data on the storage volume
	// attached to the ML compute instance(s) that run the batch transform job.
	//
	// Certain Nitro-based instances include local storage, dependent on the instance
	// type. Local storage volumes are encrypted using a hardware module on the
	// instance. You can't request a VolumeKmsKeyId when using an instance type
	// with local storage.
	//
	// For a list of instance types that support local instance storage, see Instance
	// Store Volumes (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html#instance-store-volumes).
	//
	// For more information about local instance storage encryption, see SSD Instance
	// Store Volumes (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ssd-instance-store.html).
	//
	// The VolumeKmsKeyId can be any of the following formats:
	//
	//    * Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab
	//
	//    * Key ARN: arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
	//
	//    * Alias name: alias/ExampleAlias
	//
	//    * Alias name ARN: arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias
	VolumeKmsKeyId *string `type:"string"`
	// contains filtered or unexported fields
}

Describes the resources, including ML instance types and ML instance count, to use for transform job.

func (TransformResources) GoString added in v1.14.28

func (s TransformResources) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TransformResources) SetInstanceCount added in v1.14.28

func (s *TransformResources) SetInstanceCount(v int64) *TransformResources

SetInstanceCount sets the InstanceCount field's value.

func (*TransformResources) SetInstanceType added in v1.14.28

func (s *TransformResources) SetInstanceType(v string) *TransformResources

SetInstanceType sets the InstanceType field's value.

func (*TransformResources) SetVolumeKmsKeyId added in v1.15.25

func (s *TransformResources) SetVolumeKmsKeyId(v string) *TransformResources

SetVolumeKmsKeyId sets the VolumeKmsKeyId field's value.

func (TransformResources) String added in v1.14.28

func (s TransformResources) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TransformResources) Validate added in v1.14.28

func (s *TransformResources) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TransformS3DataSource added in v1.14.28

type TransformS3DataSource struct {

	// If you choose S3Prefix, S3Uri identifies a key name prefix. Amazon SageMaker
	// uses all objects with the specified key name prefix for batch transform.
	//
	// If you choose ManifestFile, S3Uri identifies an object that is a manifest
	// file containing a list of object keys that you want Amazon SageMaker to use
	// for batch transform.
	//
	// The following values are compatible: ManifestFile, S3Prefix
	//
	// The following value is not compatible: AugmentedManifestFile
	//
	// S3DataType is a required field
	S3DataType *string `type:"string" required:"true" enum:"S3DataType"`

	// Depending on the value specified for the S3DataType, identifies either a
	// key name prefix or a manifest. For example:
	//
	//    * A key name prefix might look like this: s3://bucketname/exampleprefix.
	//
	//    * A manifest might look like this: s3://bucketname/example.manifest The
	//    manifest is an S3 object which is a JSON file with the following format:
	//    [ {"prefix": "s3://customer_bucket/some/prefix/"}, "relative/path/to/custdata-1",
	//    "relative/path/custdata-2", ... "relative/path/custdata-N" ] The preceding
	//    JSON matches the following S3Uris: s3://customer_bucket/some/prefix/relative/path/to/custdata-1
	//    s3://customer_bucket/some/prefix/relative/path/custdata-2 ... s3://customer_bucket/some/prefix/relative/path/custdata-N
	//    The complete set of S3Uris in this manifest constitutes the input data
	//    for the channel for this datasource. The object that each S3Uris points
	//    to must be readable by the IAM role that Amazon SageMaker uses to perform
	//    tasks on your behalf.
	//
	// S3Uri is a required field
	S3Uri *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Describes the S3 data source.

func (TransformS3DataSource) GoString added in v1.14.28

func (s TransformS3DataSource) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TransformS3DataSource) SetS3DataType added in v1.14.28

func (s *TransformS3DataSource) SetS3DataType(v string) *TransformS3DataSource

SetS3DataType sets the S3DataType field's value.

func (*TransformS3DataSource) SetS3Uri added in v1.14.28

SetS3Uri sets the S3Uri field's value.

func (TransformS3DataSource) String added in v1.14.28

func (s TransformS3DataSource) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TransformS3DataSource) Validate added in v1.14.28

func (s *TransformS3DataSource) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Trial added in v1.25.47

type Trial struct {

	// Who created the trial.
	CreatedBy *UserContext `type:"structure"`

	// When the trial was created.
	CreationTime *time.Time `type:"timestamp"`

	// The name of the trial as displayed. If DisplayName isn't specified, TrialName
	// is displayed.
	DisplayName *string `min:"1" type:"string"`

	// The name of the experiment the trial is part of.
	ExperimentName *string `min:"1" type:"string"`

	// Information about the user who created or modified an experiment, trial,
	// trial component, lineage group, project, or model card.
	LastModifiedBy *UserContext `type:"structure"`

	// Who last modified the trial.
	LastModifiedTime *time.Time `type:"timestamp"`

	// Metadata properties of the tracking entity, trial, or trial component.
	MetadataProperties *MetadataProperties `type:"structure"`

	// The source of the trial.
	Source *TrialSource `type:"structure"`

	// The list of tags that are associated with the trial. You can use Search (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_Search.html)
	// API to search on the tags.
	Tags []*Tag `type:"list"`

	// The Amazon Resource Name (ARN) of the trial.
	TrialArn *string `type:"string"`

	// A list of the components associated with the trial. For each component, a
	// summary of the component's properties is included.
	TrialComponentSummaries []*TrialComponentSimpleSummary `type:"list"`

	// The name of the trial.
	TrialName *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

The properties of a trial as returned by the Search (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_Search.html) API.

func (Trial) GoString added in v1.25.47

func (s Trial) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Trial) SetCreatedBy added in v1.25.47

func (s *Trial) SetCreatedBy(v *UserContext) *Trial

SetCreatedBy sets the CreatedBy field's value.

func (*Trial) SetCreationTime added in v1.25.47

func (s *Trial) SetCreationTime(v time.Time) *Trial

SetCreationTime sets the CreationTime field's value.

func (*Trial) SetDisplayName added in v1.25.47

func (s *Trial) SetDisplayName(v string) *Trial

SetDisplayName sets the DisplayName field's value.

func (*Trial) SetExperimentName added in v1.25.47

func (s *Trial) SetExperimentName(v string) *Trial

SetExperimentName sets the ExperimentName field's value.

func (*Trial) SetLastModifiedBy added in v1.25.47

func (s *Trial) SetLastModifiedBy(v *UserContext) *Trial

SetLastModifiedBy sets the LastModifiedBy field's value.

func (*Trial) SetLastModifiedTime added in v1.25.47

func (s *Trial) SetLastModifiedTime(v time.Time) *Trial

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*Trial) SetMetadataProperties added in v1.35.37

func (s *Trial) SetMetadataProperties(v *MetadataProperties) *Trial

SetMetadataProperties sets the MetadataProperties field's value.

func (*Trial) SetSource added in v1.25.47

func (s *Trial) SetSource(v *TrialSource) *Trial

SetSource sets the Source field's value.

func (*Trial) SetTags added in v1.25.47

func (s *Trial) SetTags(v []*Tag) *Trial

SetTags sets the Tags field's value.

func (*Trial) SetTrialArn added in v1.25.47

func (s *Trial) SetTrialArn(v string) *Trial

SetTrialArn sets the TrialArn field's value.

func (*Trial) SetTrialComponentSummaries added in v1.25.47

func (s *Trial) SetTrialComponentSummaries(v []*TrialComponentSimpleSummary) *Trial

SetTrialComponentSummaries sets the TrialComponentSummaries field's value.

func (*Trial) SetTrialName added in v1.25.47

func (s *Trial) SetTrialName(v string) *Trial

SetTrialName sets the TrialName field's value.

func (Trial) String added in v1.25.47

func (s Trial) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TrialComponent added in v1.25.47

type TrialComponent struct {

	// Who created the trial component.
	CreatedBy *UserContext `type:"structure"`

	// When the component was created.
	CreationTime *time.Time `type:"timestamp"`

	// The name of the component as displayed. If DisplayName isn't specified, TrialComponentName
	// is displayed.
	DisplayName *string `min:"1" type:"string"`

	// When the component ended.
	EndTime *time.Time `type:"timestamp"`

	// The input artifacts of the component.
	InputArtifacts map[string]*TrialComponentArtifact `type:"map"`

	// Information about the user who created or modified an experiment, trial,
	// trial component, lineage group, project, or model card.
	LastModifiedBy *UserContext `type:"structure"`

	// When the component was last modified.
	LastModifiedTime *time.Time `type:"timestamp"`

	// The Amazon Resource Name (ARN) of the lineage group resource.
	LineageGroupArn *string `type:"string"`

	// Metadata properties of the tracking entity, trial, or trial component.
	MetadataProperties *MetadataProperties `type:"structure"`

	// The metrics for the component.
	Metrics []*TrialComponentMetricSummary `type:"list"`

	// The output artifacts of the component.
	OutputArtifacts map[string]*TrialComponentArtifact `type:"map"`

	// The hyperparameters of the component.
	Parameters map[string]*TrialComponentParameterValue `type:"map"`

	// An array of the parents of the component. A parent is a trial the component
	// is associated with and the experiment the trial is part of. A component might
	// not have any parents.
	Parents []*Parent `type:"list"`

	// The name of the experiment run.
	RunName *string `min:"1" type:"string"`

	// The Amazon Resource Name (ARN) and job type of the source of the component.
	Source *TrialComponentSource `type:"structure"`

	// Details of the source of the component.
	SourceDetail *TrialComponentSourceDetail `type:"structure"`

	// When the component started.
	StartTime *time.Time `type:"timestamp"`

	// The status of the trial component.
	Status *TrialComponentStatus `type:"structure"`

	// The list of tags that are associated with the component. You can use Search
	// (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_Search.html)
	// API to search on the tags.
	Tags []*Tag `type:"list"`

	// The Amazon Resource Name (ARN) of the trial component.
	TrialComponentArn *string `type:"string"`

	// The name of the trial component.
	TrialComponentName *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

The properties of a trial component as returned by the Search (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_Search.html) API.

func (TrialComponent) GoString added in v1.25.47

func (s TrialComponent) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TrialComponent) SetCreatedBy added in v1.25.47

func (s *TrialComponent) SetCreatedBy(v *UserContext) *TrialComponent

SetCreatedBy sets the CreatedBy field's value.

func (*TrialComponent) SetCreationTime added in v1.25.47

func (s *TrialComponent) SetCreationTime(v time.Time) *TrialComponent

SetCreationTime sets the CreationTime field's value.

func (*TrialComponent) SetDisplayName added in v1.25.47

func (s *TrialComponent) SetDisplayName(v string) *TrialComponent

SetDisplayName sets the DisplayName field's value.

func (*TrialComponent) SetEndTime added in v1.25.47

func (s *TrialComponent) SetEndTime(v time.Time) *TrialComponent

SetEndTime sets the EndTime field's value.

func (*TrialComponent) SetInputArtifacts added in v1.25.47

func (s *TrialComponent) SetInputArtifacts(v map[string]*TrialComponentArtifact) *TrialComponent

SetInputArtifacts sets the InputArtifacts field's value.

func (*TrialComponent) SetLastModifiedBy added in v1.25.47

func (s *TrialComponent) SetLastModifiedBy(v *UserContext) *TrialComponent

SetLastModifiedBy sets the LastModifiedBy field's value.

func (*TrialComponent) SetLastModifiedTime added in v1.25.47

func (s *TrialComponent) SetLastModifiedTime(v time.Time) *TrialComponent

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*TrialComponent) SetLineageGroupArn added in v1.42.17

func (s *TrialComponent) SetLineageGroupArn(v string) *TrialComponent

SetLineageGroupArn sets the LineageGroupArn field's value.

func (*TrialComponent) SetMetadataProperties added in v1.35.37

func (s *TrialComponent) SetMetadataProperties(v *MetadataProperties) *TrialComponent

SetMetadataProperties sets the MetadataProperties field's value.

func (*TrialComponent) SetMetrics added in v1.25.47

SetMetrics sets the Metrics field's value.

func (*TrialComponent) SetOutputArtifacts added in v1.25.47

func (s *TrialComponent) SetOutputArtifacts(v map[string]*TrialComponentArtifact) *TrialComponent

SetOutputArtifacts sets the OutputArtifacts field's value.

func (*TrialComponent) SetParameters added in v1.25.47

SetParameters sets the Parameters field's value.

func (*TrialComponent) SetParents added in v1.25.47

func (s *TrialComponent) SetParents(v []*Parent) *TrialComponent

SetParents sets the Parents field's value.

func (*TrialComponent) SetRunName added in v1.44.150

func (s *TrialComponent) SetRunName(v string) *TrialComponent

SetRunName sets the RunName field's value.

func (*TrialComponent) SetSource added in v1.25.47

SetSource sets the Source field's value.

func (*TrialComponent) SetSourceDetail added in v1.25.47

SetSourceDetail sets the SourceDetail field's value.

func (*TrialComponent) SetStartTime added in v1.25.47

func (s *TrialComponent) SetStartTime(v time.Time) *TrialComponent

SetStartTime sets the StartTime field's value.

func (*TrialComponent) SetStatus added in v1.25.47

SetStatus sets the Status field's value.

func (*TrialComponent) SetTags added in v1.25.47

func (s *TrialComponent) SetTags(v []*Tag) *TrialComponent

SetTags sets the Tags field's value.

func (*TrialComponent) SetTrialComponentArn added in v1.25.47

func (s *TrialComponent) SetTrialComponentArn(v string) *TrialComponent

SetTrialComponentArn sets the TrialComponentArn field's value.

func (*TrialComponent) SetTrialComponentName added in v1.25.47

func (s *TrialComponent) SetTrialComponentName(v string) *TrialComponent

SetTrialComponentName sets the TrialComponentName field's value.

func (TrialComponent) String added in v1.25.47

func (s TrialComponent) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TrialComponentArtifact added in v1.25.47

type TrialComponentArtifact struct {

	// The media type of the artifact, which indicates the type of data in the artifact
	// file. The media type consists of a type and a subtype concatenated with a
	// slash (/) character, for example, text/csv, image/jpeg, and s3/uri. The type
	// specifies the category of the media. The subtype specifies the kind of data.
	MediaType *string `type:"string"`

	// The location of the artifact.
	//
	// Value is a required field
	Value *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Represents an input or output artifact of a trial component. You specify TrialComponentArtifact as part of the InputArtifacts and OutputArtifacts parameters in the CreateTrialComponent (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrialComponent.html) request.

Examples of input artifacts are datasets, algorithms, hyperparameters, source code, and instance types. Examples of output artifacts are metrics, snapshots, logs, and images.

func (TrialComponentArtifact) GoString added in v1.25.47

func (s TrialComponentArtifact) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TrialComponentArtifact) SetMediaType added in v1.25.47

SetMediaType sets the MediaType field's value.

func (*TrialComponentArtifact) SetValue added in v1.25.47

SetValue sets the Value field's value.

func (TrialComponentArtifact) String added in v1.25.47

func (s TrialComponentArtifact) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TrialComponentArtifact) Validate added in v1.25.47

func (s *TrialComponentArtifact) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TrialComponentMetricSummary added in v1.25.47

type TrialComponentMetricSummary struct {

	// The average value of the metric.
	Avg *float64 `type:"double"`

	// The number of samples used to generate the metric.
	Count *int64 `type:"integer"`

	// The most recent value of the metric.
	Last *float64 `type:"double"`

	// The maximum value of the metric.
	Max *float64 `type:"double"`

	// The name of the metric.
	MetricName *string `min:"1" type:"string"`

	// The minimum value of the metric.
	Min *float64 `type:"double"`

	// The Amazon Resource Name (ARN) of the source.
	SourceArn *string `type:"string"`

	// The standard deviation of the metric.
	StdDev *float64 `type:"double"`

	// When the metric was last updated.
	TimeStamp *time.Time `type:"timestamp"`
	// contains filtered or unexported fields
}

A summary of the metrics of a trial component.

func (TrialComponentMetricSummary) GoString added in v1.25.47

func (s TrialComponentMetricSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TrialComponentMetricSummary) SetAvg added in v1.25.47

SetAvg sets the Avg field's value.

func (*TrialComponentMetricSummary) SetCount added in v1.25.47

SetCount sets the Count field's value.

func (*TrialComponentMetricSummary) SetLast added in v1.25.47

SetLast sets the Last field's value.

func (*TrialComponentMetricSummary) SetMax added in v1.25.47

SetMax sets the Max field's value.

func (*TrialComponentMetricSummary) SetMetricName added in v1.25.47

SetMetricName sets the MetricName field's value.

func (*TrialComponentMetricSummary) SetMin added in v1.25.47

SetMin sets the Min field's value.

func (*TrialComponentMetricSummary) SetSourceArn added in v1.25.47

SetSourceArn sets the SourceArn field's value.

func (*TrialComponentMetricSummary) SetStdDev added in v1.25.47

SetStdDev sets the StdDev field's value.

func (*TrialComponentMetricSummary) SetTimeStamp added in v1.25.47

SetTimeStamp sets the TimeStamp field's value.

func (TrialComponentMetricSummary) String added in v1.25.47

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TrialComponentParameterValue added in v1.25.47

type TrialComponentParameterValue struct {

	// The numeric value of a numeric hyperparameter. If you specify a value for
	// this parameter, you can't specify the StringValue parameter.
	NumberValue *float64 `type:"double"`

	// The string value of a categorical hyperparameter. If you specify a value
	// for this parameter, you can't specify the NumberValue parameter.
	StringValue *string `type:"string"`
	// contains filtered or unexported fields
}

The value of a hyperparameter. Only one of NumberValue or StringValue can be specified.

This object is specified in the CreateTrialComponent (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrialComponent.html) request.

func (TrialComponentParameterValue) GoString added in v1.25.47

func (s TrialComponentParameterValue) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TrialComponentParameterValue) SetNumberValue added in v1.25.47

SetNumberValue sets the NumberValue field's value.

func (*TrialComponentParameterValue) SetStringValue added in v1.25.47

SetStringValue sets the StringValue field's value.

func (TrialComponentParameterValue) String added in v1.25.47

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TrialComponentSimpleSummary added in v1.25.47

type TrialComponentSimpleSummary struct {

	// Information about the user who created or modified an experiment, trial,
	// trial component, lineage group, project, or model card.
	CreatedBy *UserContext `type:"structure"`

	// When the component was created.
	CreationTime *time.Time `type:"timestamp"`

	// The Amazon Resource Name (ARN) of the trial component.
	TrialComponentArn *string `type:"string"`

	// The name of the trial component.
	TrialComponentName *string `min:"1" type:"string"`

	// The Amazon Resource Name (ARN) and job type of the source of a trial component.
	TrialComponentSource *TrialComponentSource `type:"structure"`
	// contains filtered or unexported fields
}

A short summary of a trial component.

func (TrialComponentSimpleSummary) GoString added in v1.25.47

func (s TrialComponentSimpleSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TrialComponentSimpleSummary) SetCreatedBy added in v1.25.47

SetCreatedBy sets the CreatedBy field's value.

func (*TrialComponentSimpleSummary) SetCreationTime added in v1.25.47

SetCreationTime sets the CreationTime field's value.

func (*TrialComponentSimpleSummary) SetTrialComponentArn added in v1.25.47

SetTrialComponentArn sets the TrialComponentArn field's value.

func (*TrialComponentSimpleSummary) SetTrialComponentName added in v1.25.47

func (s *TrialComponentSimpleSummary) SetTrialComponentName(v string) *TrialComponentSimpleSummary

SetTrialComponentName sets the TrialComponentName field's value.

func (*TrialComponentSimpleSummary) SetTrialComponentSource added in v1.25.47

SetTrialComponentSource sets the TrialComponentSource field's value.

func (TrialComponentSimpleSummary) String added in v1.25.47

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TrialComponentSource added in v1.25.47

type TrialComponentSource struct {

	// The source Amazon Resource Name (ARN).
	//
	// SourceArn is a required field
	SourceArn *string `type:"string" required:"true"`

	// The source job type.
	SourceType *string `type:"string"`
	// contains filtered or unexported fields
}

The Amazon Resource Name (ARN) and job type of the source of a trial component.

func (TrialComponentSource) GoString added in v1.25.47

func (s TrialComponentSource) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TrialComponentSource) SetSourceArn added in v1.25.47

func (s *TrialComponentSource) SetSourceArn(v string) *TrialComponentSource

SetSourceArn sets the SourceArn field's value.

func (*TrialComponentSource) SetSourceType added in v1.25.47

func (s *TrialComponentSource) SetSourceType(v string) *TrialComponentSource

SetSourceType sets the SourceType field's value.

func (TrialComponentSource) String added in v1.25.47

func (s TrialComponentSource) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TrialComponentSourceDetail added in v1.25.47

type TrialComponentSourceDetail struct {

	// Information about a processing job that's the source of a trial component.
	ProcessingJob *ProcessingJob `type:"structure"`

	// The Amazon Resource Name (ARN) of the source.
	SourceArn *string `type:"string"`

	// Information about a training job that's the source of a trial component.
	TrainingJob *TrainingJob `type:"structure"`

	// Information about a transform job that's the source of a trial component.
	TransformJob *TransformJob `type:"structure"`
	// contains filtered or unexported fields
}

Detailed information about the source of a trial component. Either ProcessingJob or TrainingJob is returned.

func (TrialComponentSourceDetail) GoString added in v1.25.47

func (s TrialComponentSourceDetail) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TrialComponentSourceDetail) SetProcessingJob added in v1.30.8

SetProcessingJob sets the ProcessingJob field's value.

func (*TrialComponentSourceDetail) SetSourceArn added in v1.25.47

SetSourceArn sets the SourceArn field's value.

func (*TrialComponentSourceDetail) SetTrainingJob added in v1.25.47

SetTrainingJob sets the TrainingJob field's value.

func (*TrialComponentSourceDetail) SetTransformJob added in v1.33.12

SetTransformJob sets the TransformJob field's value.

func (TrialComponentSourceDetail) String added in v1.25.47

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TrialComponentStatus added in v1.25.47

type TrialComponentStatus struct {

	// If the component failed, a message describing why.
	Message *string `type:"string"`

	// The status of the trial component.
	PrimaryStatus *string `type:"string" enum:"TrialComponentPrimaryStatus"`
	// contains filtered or unexported fields
}

The status of the trial component.

func (TrialComponentStatus) GoString added in v1.25.47

func (s TrialComponentStatus) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TrialComponentStatus) SetMessage added in v1.25.47

SetMessage sets the Message field's value.

func (*TrialComponentStatus) SetPrimaryStatus added in v1.25.47

func (s *TrialComponentStatus) SetPrimaryStatus(v string) *TrialComponentStatus

SetPrimaryStatus sets the PrimaryStatus field's value.

func (TrialComponentStatus) String added in v1.25.47

func (s TrialComponentStatus) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TrialComponentSummary added in v1.25.47

type TrialComponentSummary struct {

	// Who created the trial component.
	CreatedBy *UserContext `type:"structure"`

	// When the component was created.
	CreationTime *time.Time `type:"timestamp"`

	// The name of the component as displayed. If DisplayName isn't specified, TrialComponentName
	// is displayed.
	DisplayName *string `min:"1" type:"string"`

	// When the component ended.
	EndTime *time.Time `type:"timestamp"`

	// Who last modified the component.
	LastModifiedBy *UserContext `type:"structure"`

	// When the component was last modified.
	LastModifiedTime *time.Time `type:"timestamp"`

	// When the component started.
	StartTime *time.Time `type:"timestamp"`

	// The status of the component. States include:
	//
	//    * InProgress
	//
	//    * Completed
	//
	//    * Failed
	Status *TrialComponentStatus `type:"structure"`

	// The Amazon Resource Name (ARN) of the trial component.
	TrialComponentArn *string `type:"string"`

	// The name of the trial component.
	TrialComponentName *string `min:"1" type:"string"`

	// The Amazon Resource Name (ARN) and job type of the source of a trial component.
	TrialComponentSource *TrialComponentSource `type:"structure"`
	// contains filtered or unexported fields
}

A summary of the properties of a trial component. To get all the properties, call the DescribeTrialComponent (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeTrialComponent.html) API and provide the TrialComponentName.

func (TrialComponentSummary) GoString added in v1.25.47

func (s TrialComponentSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TrialComponentSummary) SetCreatedBy added in v1.25.47

SetCreatedBy sets the CreatedBy field's value.

func (*TrialComponentSummary) SetCreationTime added in v1.25.47

func (s *TrialComponentSummary) SetCreationTime(v time.Time) *TrialComponentSummary

SetCreationTime sets the CreationTime field's value.

func (*TrialComponentSummary) SetDisplayName added in v1.25.47

func (s *TrialComponentSummary) SetDisplayName(v string) *TrialComponentSummary

SetDisplayName sets the DisplayName field's value.

func (*TrialComponentSummary) SetEndTime added in v1.25.47

SetEndTime sets the EndTime field's value.

func (*TrialComponentSummary) SetLastModifiedBy added in v1.25.47

func (s *TrialComponentSummary) SetLastModifiedBy(v *UserContext) *TrialComponentSummary

SetLastModifiedBy sets the LastModifiedBy field's value.

func (*TrialComponentSummary) SetLastModifiedTime added in v1.25.47

func (s *TrialComponentSummary) SetLastModifiedTime(v time.Time) *TrialComponentSummary

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*TrialComponentSummary) SetStartTime added in v1.25.47

SetStartTime sets the StartTime field's value.

func (*TrialComponentSummary) SetStatus added in v1.25.47

SetStatus sets the Status field's value.

func (*TrialComponentSummary) SetTrialComponentArn added in v1.25.47

func (s *TrialComponentSummary) SetTrialComponentArn(v string) *TrialComponentSummary

SetTrialComponentArn sets the TrialComponentArn field's value.

func (*TrialComponentSummary) SetTrialComponentName added in v1.25.47

func (s *TrialComponentSummary) SetTrialComponentName(v string) *TrialComponentSummary

SetTrialComponentName sets the TrialComponentName field's value.

func (*TrialComponentSummary) SetTrialComponentSource added in v1.25.47

func (s *TrialComponentSummary) SetTrialComponentSource(v *TrialComponentSource) *TrialComponentSummary

SetTrialComponentSource sets the TrialComponentSource field's value.

func (TrialComponentSummary) String added in v1.25.47

func (s TrialComponentSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TrialSource added in v1.25.47

type TrialSource struct {

	// The Amazon Resource Name (ARN) of the source.
	//
	// SourceArn is a required field
	SourceArn *string `type:"string" required:"true"`

	// The source job type.
	SourceType *string `type:"string"`
	// contains filtered or unexported fields
}

The source of the trial.

func (TrialSource) GoString added in v1.25.47

func (s TrialSource) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TrialSource) SetSourceArn added in v1.25.47

func (s *TrialSource) SetSourceArn(v string) *TrialSource

SetSourceArn sets the SourceArn field's value.

func (*TrialSource) SetSourceType added in v1.25.47

func (s *TrialSource) SetSourceType(v string) *TrialSource

SetSourceType sets the SourceType field's value.

func (TrialSource) String added in v1.25.47

func (s TrialSource) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TrialSummary added in v1.25.47

type TrialSummary struct {

	// When the trial was created.
	CreationTime *time.Time `type:"timestamp"`

	// The name of the trial as displayed. If DisplayName isn't specified, TrialName
	// is displayed.
	DisplayName *string `min:"1" type:"string"`

	// When the trial was last modified.
	LastModifiedTime *time.Time `type:"timestamp"`

	// The Amazon Resource Name (ARN) of the trial.
	TrialArn *string `type:"string"`

	// The name of the trial.
	TrialName *string `min:"1" type:"string"`

	// The source of the trial.
	TrialSource *TrialSource `type:"structure"`
	// contains filtered or unexported fields
}

A summary of the properties of a trial. To get the complete set of properties, call the DescribeTrial (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeTrial.html) API and provide the TrialName.

func (TrialSummary) GoString added in v1.25.47

func (s TrialSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TrialSummary) SetCreationTime added in v1.25.47

func (s *TrialSummary) SetCreationTime(v time.Time) *TrialSummary

SetCreationTime sets the CreationTime field's value.

func (*TrialSummary) SetDisplayName added in v1.25.47

func (s *TrialSummary) SetDisplayName(v string) *TrialSummary

SetDisplayName sets the DisplayName field's value.

func (*TrialSummary) SetLastModifiedTime added in v1.25.47

func (s *TrialSummary) SetLastModifiedTime(v time.Time) *TrialSummary

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*TrialSummary) SetTrialArn added in v1.25.47

func (s *TrialSummary) SetTrialArn(v string) *TrialSummary

SetTrialArn sets the TrialArn field's value.

func (*TrialSummary) SetTrialName added in v1.25.47

func (s *TrialSummary) SetTrialName(v string) *TrialSummary

SetTrialName sets the TrialName field's value.

func (*TrialSummary) SetTrialSource added in v1.25.47

func (s *TrialSummary) SetTrialSource(v *TrialSource) *TrialSummary

SetTrialSource sets the TrialSource field's value.

func (TrialSummary) String added in v1.25.47

func (s TrialSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TtlDuration added in v1.44.291

type TtlDuration struct {

	// TtlDuration time unit.
	Unit *string `type:"string" enum:"TtlDurationUnit"`

	// TtlDuration time value.
	Value *int64 `min:"1" type:"integer"`
	// contains filtered or unexported fields
}

Time to live duration, where the record is hard deleted after the expiration time is reached; ExpiresAt = EventTime + TtlDuration. For information on HardDelete, see the DeleteRecord (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_feature_store_DeleteRecord.html) API in the Amazon SageMaker API Reference guide.

func (TtlDuration) GoString added in v1.44.291

func (s TtlDuration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TtlDuration) SetUnit added in v1.44.291

func (s *TtlDuration) SetUnit(v string) *TtlDuration

SetUnit sets the Unit field's value.

func (*TtlDuration) SetValue added in v1.44.291

func (s *TtlDuration) SetValue(v int64) *TtlDuration

SetValue sets the Value field's value.

func (TtlDuration) String added in v1.44.291

func (s TtlDuration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TtlDuration) Validate added in v1.44.291

func (s *TtlDuration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TuningJobCompletionCriteria added in v1.25.47

type TuningJobCompletionCriteria struct {

	// A flag to stop your hyperparameter tuning job if model performance fails
	// to improve as evaluated against an objective function.
	BestObjectiveNotImproving *BestObjectiveNotImproving `type:"structure"`

	// A flag to top your hyperparameter tuning job if automatic model tuning (AMT)
	// has detected that your model has converged as evaluated against your objective
	// function.
	ConvergenceDetected *ConvergenceDetected `type:"structure"`

	// The value of the objective metric.
	TargetObjectiveMetricValue *float64 `type:"float"`
	// contains filtered or unexported fields
}

The job completion criteria.

func (TuningJobCompletionCriteria) GoString added in v1.25.47

func (s TuningJobCompletionCriteria) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TuningJobCompletionCriteria) SetBestObjectiveNotImproving added in v1.44.191

SetBestObjectiveNotImproving sets the BestObjectiveNotImproving field's value.

func (*TuningJobCompletionCriteria) SetConvergenceDetected added in v1.44.191

SetConvergenceDetected sets the ConvergenceDetected field's value.

func (*TuningJobCompletionCriteria) SetTargetObjectiveMetricValue added in v1.25.47

func (s *TuningJobCompletionCriteria) SetTargetObjectiveMetricValue(v float64) *TuningJobCompletionCriteria

SetTargetObjectiveMetricValue sets the TargetObjectiveMetricValue field's value.

func (TuningJobCompletionCriteria) String added in v1.25.47

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TuningJobCompletionCriteria) Validate added in v1.25.47

func (s *TuningJobCompletionCriteria) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TuningJobStepMetaData added in v1.39.4

type TuningJobStepMetaData struct {

	// The Amazon Resource Name (ARN) of the tuning job that was run by this step
	// execution.
	Arn *string `type:"string"`
	// contains filtered or unexported fields
}

Metadata for a tuning step.

func (TuningJobStepMetaData) GoString added in v1.39.4

func (s TuningJobStepMetaData) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TuningJobStepMetaData) SetArn added in v1.39.4

SetArn sets the Arn field's value.

func (TuningJobStepMetaData) String added in v1.39.4

func (s TuningJobStepMetaData) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type USD added in v1.15.86

type USD struct {

	// The fractional portion, in cents, of the amount.
	Cents *int64 `type:"integer"`

	// The whole number of dollars in the amount.
	Dollars *int64 `type:"integer"`

	// Fractions of a cent, in tenths.
	TenthFractionsOfACent *int64 `type:"integer"`
	// contains filtered or unexported fields
}

Represents an amount of money in United States dollars.

func (USD) GoString added in v1.15.86

func (s USD) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*USD) SetCents added in v1.15.86

func (s *USD) SetCents(v int64) *USD

SetCents sets the Cents field's value.

func (*USD) SetDollars added in v1.15.86

func (s *USD) SetDollars(v int64) *USD

SetDollars sets the Dollars field's value.

func (*USD) SetTenthFractionsOfACent added in v1.15.86

func (s *USD) SetTenthFractionsOfACent(v int64) *USD

SetTenthFractionsOfACent sets the TenthFractionsOfACent field's value.

func (USD) String added in v1.15.86

func (s USD) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UiConfig added in v1.15.86

type UiConfig struct {

	// The ARN of the worker task template used to render the worker UI and tools
	// for labeling job tasks.
	//
	// Use this parameter when you are creating a labeling job for named entity
	// recognition, 3D point cloud and video frame labeling jobs. Use your labeling
	// job task type to select one of the following ARNs and use it with this parameter
	// when you create a labeling job. Replace aws-region with the Amazon Web Services
	// Region you are creating your labeling job in. For example, replace aws-region
	// with us-west-1 if you create a labeling job in US West (N. California).
	//
	// Named Entity Recognition
	//
	// Use the following HumanTaskUiArn for named entity recognition labeling jobs:
	//
	// arn:aws:sagemaker:aws-region:394669845002:human-task-ui/NamedEntityRecognition
	//
	// 3D Point Cloud HumanTaskUiArns
	//
	// Use this HumanTaskUiArn for 3D point cloud object detection and 3D point
	// cloud object detection adjustment labeling jobs.
	//
	//    * arn:aws:sagemaker:aws-region:394669845002:human-task-ui/PointCloudObjectDetection
	//
	// Use this HumanTaskUiArn for 3D point cloud object tracking and 3D point cloud
	// object tracking adjustment labeling jobs.
	//
	//    * arn:aws:sagemaker:aws-region:394669845002:human-task-ui/PointCloudObjectTracking
	//
	// Use this HumanTaskUiArn for 3D point cloud semantic segmentation and 3D point
	// cloud semantic segmentation adjustment labeling jobs.
	//
	//    * arn:aws:sagemaker:aws-region:394669845002:human-task-ui/PointCloudSemanticSegmentation
	//
	// Video Frame HumanTaskUiArns
	//
	// Use this HumanTaskUiArn for video frame object detection and video frame
	// object detection adjustment labeling jobs.
	//
	//    * arn:aws:sagemaker:region:394669845002:human-task-ui/VideoObjectDetection
	//
	// Use this HumanTaskUiArn for video frame object tracking and video frame object
	// tracking adjustment labeling jobs.
	//
	//    * arn:aws:sagemaker:aws-region:394669845002:human-task-ui/VideoObjectTracking
	HumanTaskUiArn *string `type:"string"`

	// The Amazon S3 bucket location of the UI template, or worker task template.
	// This is the template used to render the worker UI and tools for labeling
	// job tasks. For more information about the contents of a UI template, see
	// Creating Your Custom Labeling Task Template (https://docs.aws.amazon.com/sagemaker/latest/dg/sms-custom-templates-step2.html).
	UiTemplateS3Uri *string `type:"string"`
	// contains filtered or unexported fields
}

Provided configuration information for the worker UI for a labeling job. Provide either HumanTaskUiArn or UiTemplateS3Uri.

For named entity recognition, 3D point cloud and video frame labeling jobs, use HumanTaskUiArn.

For all other Ground Truth built-in task types and custom task types, use UiTemplateS3Uri to specify the location of a worker task template in Amazon S3.

func (UiConfig) GoString added in v1.15.86

func (s UiConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UiConfig) SetHumanTaskUiArn added in v1.31.8

func (s *UiConfig) SetHumanTaskUiArn(v string) *UiConfig

SetHumanTaskUiArn sets the HumanTaskUiArn field's value.

func (*UiConfig) SetUiTemplateS3Uri added in v1.15.86

func (s *UiConfig) SetUiTemplateS3Uri(v string) *UiConfig

SetUiTemplateS3Uri sets the UiTemplateS3Uri field's value.

func (UiConfig) String added in v1.15.86

func (s UiConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UiTemplate added in v1.15.86

type UiTemplate struct {

	// The content of the Liquid template for the worker user interface.
	//
	// Content is a required field
	Content *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The Liquid template for the worker user interface.

func (UiTemplate) GoString added in v1.15.86

func (s UiTemplate) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UiTemplate) SetContent added in v1.15.86

func (s *UiTemplate) SetContent(v string) *UiTemplate

SetContent sets the Content field's value.

func (UiTemplate) String added in v1.15.86

func (s UiTemplate) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UiTemplate) Validate added in v1.15.86

func (s *UiTemplate) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UiTemplateInfo added in v1.25.47

type UiTemplateInfo struct {

	// The SHA-256 digest of the contents of the template.
	ContentSha256 *string `min:"1" type:"string"`

	// The URL for the user interface template.
	Url *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

Container for user interface template information.

func (UiTemplateInfo) GoString added in v1.25.47

func (s UiTemplateInfo) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UiTemplateInfo) SetContentSha256 added in v1.25.47

func (s *UiTemplateInfo) SetContentSha256(v string) *UiTemplateInfo

SetContentSha256 sets the ContentSha256 field's value.

func (*UiTemplateInfo) SetUrl added in v1.25.47

func (s *UiTemplateInfo) SetUrl(v string) *UiTemplateInfo

SetUrl sets the Url field's value.

func (UiTemplateInfo) String added in v1.25.47

func (s UiTemplateInfo) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateActionInput added in v1.35.37

type UpdateActionInput struct {

	// The name of the action to update.
	//
	// ActionName is a required field
	ActionName *string `min:"1" type:"string" required:"true"`

	// The new description for the action.
	Description *string `type:"string"`

	// The new list of properties. Overwrites the current property list.
	Properties map[string]*string `type:"map"`

	// A list of properties to remove.
	PropertiesToRemove []*string `type:"list"`

	// The new status for the action.
	Status *string `type:"string" enum:"ActionStatus"`
	// contains filtered or unexported fields
}

func (UpdateActionInput) GoString added in v1.35.37

func (s UpdateActionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateActionInput) SetActionName added in v1.35.37

func (s *UpdateActionInput) SetActionName(v string) *UpdateActionInput

SetActionName sets the ActionName field's value.

func (*UpdateActionInput) SetDescription added in v1.35.37

func (s *UpdateActionInput) SetDescription(v string) *UpdateActionInput

SetDescription sets the Description field's value.

func (*UpdateActionInput) SetProperties added in v1.35.37

func (s *UpdateActionInput) SetProperties(v map[string]*string) *UpdateActionInput

SetProperties sets the Properties field's value.

func (*UpdateActionInput) SetPropertiesToRemove added in v1.35.37

func (s *UpdateActionInput) SetPropertiesToRemove(v []*string) *UpdateActionInput

SetPropertiesToRemove sets the PropertiesToRemove field's value.

func (*UpdateActionInput) SetStatus added in v1.35.37

func (s *UpdateActionInput) SetStatus(v string) *UpdateActionInput

SetStatus sets the Status field's value.

func (UpdateActionInput) String added in v1.35.37

func (s UpdateActionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateActionInput) Validate added in v1.35.37

func (s *UpdateActionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateActionOutput added in v1.35.37

type UpdateActionOutput struct {

	// The Amazon Resource Name (ARN) of the action.
	ActionArn *string `type:"string"`
	// contains filtered or unexported fields
}

func (UpdateActionOutput) GoString added in v1.35.37

func (s UpdateActionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateActionOutput) SetActionArn added in v1.35.37

func (s *UpdateActionOutput) SetActionArn(v string) *UpdateActionOutput

SetActionArn sets the ActionArn field's value.

func (UpdateActionOutput) String added in v1.35.37

func (s UpdateActionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateAppImageConfigInput added in v1.35.15

type UpdateAppImageConfigInput struct {

	// The name of the AppImageConfig to update.
	//
	// AppImageConfigName is a required field
	AppImageConfigName *string `type:"string" required:"true"`

	// The new KernelGateway app to run on the image.
	KernelGatewayImageConfig *KernelGatewayImageConfig `type:"structure"`
	// contains filtered or unexported fields
}

func (UpdateAppImageConfigInput) GoString added in v1.35.15

func (s UpdateAppImageConfigInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateAppImageConfigInput) SetAppImageConfigName added in v1.35.15

func (s *UpdateAppImageConfigInput) SetAppImageConfigName(v string) *UpdateAppImageConfigInput

SetAppImageConfigName sets the AppImageConfigName field's value.

func (*UpdateAppImageConfigInput) SetKernelGatewayImageConfig added in v1.35.15

SetKernelGatewayImageConfig sets the KernelGatewayImageConfig field's value.

func (UpdateAppImageConfigInput) String added in v1.35.15

func (s UpdateAppImageConfigInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateAppImageConfigInput) Validate added in v1.35.15

func (s *UpdateAppImageConfigInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateAppImageConfigOutput added in v1.35.15

type UpdateAppImageConfigOutput struct {

	// The Amazon Resource Name (ARN) for the AppImageConfig.
	AppImageConfigArn *string `type:"string"`
	// contains filtered or unexported fields
}

func (UpdateAppImageConfigOutput) GoString added in v1.35.15

func (s UpdateAppImageConfigOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateAppImageConfigOutput) SetAppImageConfigArn added in v1.35.15

func (s *UpdateAppImageConfigOutput) SetAppImageConfigArn(v string) *UpdateAppImageConfigOutput

SetAppImageConfigArn sets the AppImageConfigArn field's value.

func (UpdateAppImageConfigOutput) String added in v1.35.15

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateArtifactInput added in v1.35.37

type UpdateArtifactInput struct {

	// The Amazon Resource Name (ARN) of the artifact to update.
	//
	// ArtifactArn is a required field
	ArtifactArn *string `type:"string" required:"true"`

	// The new name for the artifact.
	ArtifactName *string `min:"1" type:"string"`

	// The new list of properties. Overwrites the current property list.
	Properties map[string]*string `type:"map"`

	// A list of properties to remove.
	PropertiesToRemove []*string `type:"list"`
	// contains filtered or unexported fields
}

func (UpdateArtifactInput) GoString added in v1.35.37

func (s UpdateArtifactInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateArtifactInput) SetArtifactArn added in v1.35.37

func (s *UpdateArtifactInput) SetArtifactArn(v string) *UpdateArtifactInput

SetArtifactArn sets the ArtifactArn field's value.

func (*UpdateArtifactInput) SetArtifactName added in v1.35.37

func (s *UpdateArtifactInput) SetArtifactName(v string) *UpdateArtifactInput

SetArtifactName sets the ArtifactName field's value.

func (*UpdateArtifactInput) SetProperties added in v1.35.37

func (s *UpdateArtifactInput) SetProperties(v map[string]*string) *UpdateArtifactInput

SetProperties sets the Properties field's value.

func (*UpdateArtifactInput) SetPropertiesToRemove added in v1.35.37

func (s *UpdateArtifactInput) SetPropertiesToRemove(v []*string) *UpdateArtifactInput

SetPropertiesToRemove sets the PropertiesToRemove field's value.

func (UpdateArtifactInput) String added in v1.35.37

func (s UpdateArtifactInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateArtifactInput) Validate added in v1.35.37

func (s *UpdateArtifactInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateArtifactOutput added in v1.35.37

type UpdateArtifactOutput struct {

	// The Amazon Resource Name (ARN) of the artifact.
	ArtifactArn *string `type:"string"`
	// contains filtered or unexported fields
}

func (UpdateArtifactOutput) GoString added in v1.35.37

func (s UpdateArtifactOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateArtifactOutput) SetArtifactArn added in v1.35.37

func (s *UpdateArtifactOutput) SetArtifactArn(v string) *UpdateArtifactOutput

SetArtifactArn sets the ArtifactArn field's value.

func (UpdateArtifactOutput) String added in v1.35.37

func (s UpdateArtifactOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateCodeRepositoryInput added in v1.15.86

type UpdateCodeRepositoryInput struct {

	// The name of the Git repository to update.
	//
	// CodeRepositoryName is a required field
	CodeRepositoryName *string `min:"1" type:"string" required:"true"`

	// The configuration of the git repository, including the URL and the Amazon
	// Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that
	// contains the credentials used to access the repository. The secret must have
	// a staging label of AWSCURRENT and must be in the following format:
	//
	// {"username": UserName, "password": Password}
	GitConfig *GitConfigForUpdate `type:"structure"`
	// contains filtered or unexported fields
}

func (UpdateCodeRepositoryInput) GoString added in v1.15.86

func (s UpdateCodeRepositoryInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateCodeRepositoryInput) SetCodeRepositoryName added in v1.15.86

func (s *UpdateCodeRepositoryInput) SetCodeRepositoryName(v string) *UpdateCodeRepositoryInput

SetCodeRepositoryName sets the CodeRepositoryName field's value.

func (*UpdateCodeRepositoryInput) SetGitConfig added in v1.15.86

SetGitConfig sets the GitConfig field's value.

func (UpdateCodeRepositoryInput) String added in v1.15.86

func (s UpdateCodeRepositoryInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateCodeRepositoryInput) Validate added in v1.15.86

func (s *UpdateCodeRepositoryInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateCodeRepositoryOutput added in v1.15.86

type UpdateCodeRepositoryOutput struct {

	// The ARN of the Git repository.
	//
	// CodeRepositoryArn is a required field
	CodeRepositoryArn *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateCodeRepositoryOutput) GoString added in v1.15.86

func (s UpdateCodeRepositoryOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateCodeRepositoryOutput) SetCodeRepositoryArn added in v1.15.86

func (s *UpdateCodeRepositoryOutput) SetCodeRepositoryArn(v string) *UpdateCodeRepositoryOutput

SetCodeRepositoryArn sets the CodeRepositoryArn field's value.

func (UpdateCodeRepositoryOutput) String added in v1.15.86

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateContextInput added in v1.35.37

type UpdateContextInput struct {

	// The name of the context to update.
	//
	// ContextName is a required field
	ContextName *string `min:"1" type:"string" required:"true"`

	// The new description for the context.
	Description *string `type:"string"`

	// The new list of properties. Overwrites the current property list.
	Properties map[string]*string `type:"map"`

	// A list of properties to remove.
	PropertiesToRemove []*string `type:"list"`
	// contains filtered or unexported fields
}

func (UpdateContextInput) GoString added in v1.35.37

func (s UpdateContextInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateContextInput) SetContextName added in v1.35.37

func (s *UpdateContextInput) SetContextName(v string) *UpdateContextInput

SetContextName sets the ContextName field's value.

func (*UpdateContextInput) SetDescription added in v1.35.37

func (s *UpdateContextInput) SetDescription(v string) *UpdateContextInput

SetDescription sets the Description field's value.

func (*UpdateContextInput) SetProperties added in v1.35.37

func (s *UpdateContextInput) SetProperties(v map[string]*string) *UpdateContextInput

SetProperties sets the Properties field's value.

func (*UpdateContextInput) SetPropertiesToRemove added in v1.35.37

func (s *UpdateContextInput) SetPropertiesToRemove(v []*string) *UpdateContextInput

SetPropertiesToRemove sets the PropertiesToRemove field's value.

func (UpdateContextInput) String added in v1.35.37

func (s UpdateContextInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateContextInput) Validate added in v1.35.37

func (s *UpdateContextInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateContextOutput added in v1.35.37

type UpdateContextOutput struct {

	// The Amazon Resource Name (ARN) of the context.
	ContextArn *string `type:"string"`
	// contains filtered or unexported fields
}

func (UpdateContextOutput) GoString added in v1.35.37

func (s UpdateContextOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateContextOutput) SetContextArn added in v1.35.37

func (s *UpdateContextOutput) SetContextArn(v string) *UpdateContextOutput

SetContextArn sets the ContextArn field's value.

func (UpdateContextOutput) String added in v1.35.37

func (s UpdateContextOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateDeviceFleetInput added in v1.36.4

type UpdateDeviceFleetInput struct {

	// Description of the fleet.
	Description *string `min:"1" type:"string"`

	// The name of the fleet.
	//
	// DeviceFleetName is a required field
	DeviceFleetName *string `min:"1" type:"string" required:"true"`

	// Whether to create an Amazon Web Services IoT Role Alias during device fleet
	// creation. The name of the role alias generated will match this pattern: "SageMakerEdge-{DeviceFleetName}".
	//
	// For example, if your device fleet is called "demo-fleet", the name of the
	// role alias will be "SageMakerEdge-demo-fleet".
	EnableIotRoleAlias *bool `type:"boolean"`

	// Output configuration for storing sample data collected by the fleet.
	//
	// OutputConfig is a required field
	OutputConfig *EdgeOutputConfig `type:"structure" required:"true"`

	// The Amazon Resource Name (ARN) of the device.
	RoleArn *string `min:"20" type:"string"`
	// contains filtered or unexported fields
}

func (UpdateDeviceFleetInput) GoString added in v1.36.4

func (s UpdateDeviceFleetInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateDeviceFleetInput) SetDescription added in v1.36.4

SetDescription sets the Description field's value.

func (*UpdateDeviceFleetInput) SetDeviceFleetName added in v1.36.4

func (s *UpdateDeviceFleetInput) SetDeviceFleetName(v string) *UpdateDeviceFleetInput

SetDeviceFleetName sets the DeviceFleetName field's value.

func (*UpdateDeviceFleetInput) SetEnableIotRoleAlias added in v1.38.59

func (s *UpdateDeviceFleetInput) SetEnableIotRoleAlias(v bool) *UpdateDeviceFleetInput

SetEnableIotRoleAlias sets the EnableIotRoleAlias field's value.

func (*UpdateDeviceFleetInput) SetOutputConfig added in v1.36.4

SetOutputConfig sets the OutputConfig field's value.

func (*UpdateDeviceFleetInput) SetRoleArn added in v1.36.4

SetRoleArn sets the RoleArn field's value.

func (UpdateDeviceFleetInput) String added in v1.36.4

func (s UpdateDeviceFleetInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateDeviceFleetInput) Validate added in v1.36.4

func (s *UpdateDeviceFleetInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateDeviceFleetOutput added in v1.36.4

type UpdateDeviceFleetOutput struct {
	// contains filtered or unexported fields
}

func (UpdateDeviceFleetOutput) GoString added in v1.36.4

func (s UpdateDeviceFleetOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (UpdateDeviceFleetOutput) String added in v1.36.4

func (s UpdateDeviceFleetOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateDevicesInput added in v1.36.4

type UpdateDevicesInput struct {

	// The name of the fleet the devices belong to.
	//
	// DeviceFleetName is a required field
	DeviceFleetName *string `min:"1" type:"string" required:"true"`

	// List of devices to register with Edge Manager agent.
	//
	// Devices is a required field
	Devices []*Device `type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateDevicesInput) GoString added in v1.36.4

func (s UpdateDevicesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateDevicesInput) SetDeviceFleetName added in v1.36.4

func (s *UpdateDevicesInput) SetDeviceFleetName(v string) *UpdateDevicesInput

SetDeviceFleetName sets the DeviceFleetName field's value.

func (*UpdateDevicesInput) SetDevices added in v1.36.4

func (s *UpdateDevicesInput) SetDevices(v []*Device) *UpdateDevicesInput

SetDevices sets the Devices field's value.

func (UpdateDevicesInput) String added in v1.36.4

func (s UpdateDevicesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateDevicesInput) Validate added in v1.36.4

func (s *UpdateDevicesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateDevicesOutput added in v1.36.4

type UpdateDevicesOutput struct {
	// contains filtered or unexported fields
}

func (UpdateDevicesOutput) GoString added in v1.36.4

func (s UpdateDevicesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (UpdateDevicesOutput) String added in v1.36.4

func (s UpdateDevicesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateDomainInput added in v1.25.47

type UpdateDomainInput struct {

	// The entity that creates and manages the required security groups for inter-app
	// communication in VPCOnly mode. Required when CreateDomain.AppNetworkAccessType
	// is VPCOnly and DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn
	// is provided. If setting up the domain for use with RStudio, this value must
	// be set to Service.
	AppSecurityGroupManagement *string `type:"string" enum:"AppSecurityGroupManagement"`

	// The default settings used to create a space within the Domain.
	DefaultSpaceSettings *DefaultSpaceSettings `type:"structure"`

	// A collection of settings.
	DefaultUserSettings *UserSettings `type:"structure"`

	// The ID of the domain to be updated.
	//
	// DomainId is a required field
	DomainId *string `type:"string" required:"true"`

	// A collection of DomainSettings configuration values to update.
	DomainSettingsForUpdate *DomainSettingsForUpdate `type:"structure"`
	// contains filtered or unexported fields
}

func (UpdateDomainInput) GoString added in v1.25.47

func (s UpdateDomainInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateDomainInput) SetAppSecurityGroupManagement added in v1.44.165

func (s *UpdateDomainInput) SetAppSecurityGroupManagement(v string) *UpdateDomainInput

SetAppSecurityGroupManagement sets the AppSecurityGroupManagement field's value.

func (*UpdateDomainInput) SetDefaultSpaceSettings added in v1.44.150

func (s *UpdateDomainInput) SetDefaultSpaceSettings(v *DefaultSpaceSettings) *UpdateDomainInput

SetDefaultSpaceSettings sets the DefaultSpaceSettings field's value.

func (*UpdateDomainInput) SetDefaultUserSettings added in v1.25.47

func (s *UpdateDomainInput) SetDefaultUserSettings(v *UserSettings) *UpdateDomainInput

SetDefaultUserSettings sets the DefaultUserSettings field's value.

func (*UpdateDomainInput) SetDomainId added in v1.25.47

func (s *UpdateDomainInput) SetDomainId(v string) *UpdateDomainInput

SetDomainId sets the DomainId field's value.

func (*UpdateDomainInput) SetDomainSettingsForUpdate added in v1.41.13

func (s *UpdateDomainInput) SetDomainSettingsForUpdate(v *DomainSettingsForUpdate) *UpdateDomainInput

SetDomainSettingsForUpdate sets the DomainSettingsForUpdate field's value.

func (UpdateDomainInput) String added in v1.25.47

func (s UpdateDomainInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateDomainInput) Validate added in v1.25.47

func (s *UpdateDomainInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateDomainOutput added in v1.25.47

type UpdateDomainOutput struct {

	// The Amazon Resource Name (ARN) of the domain.
	DomainArn *string `type:"string"`
	// contains filtered or unexported fields
}

func (UpdateDomainOutput) GoString added in v1.25.47

func (s UpdateDomainOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateDomainOutput) SetDomainArn added in v1.25.47

func (s *UpdateDomainOutput) SetDomainArn(v string) *UpdateDomainOutput

SetDomainArn sets the DomainArn field's value.

func (UpdateDomainOutput) String added in v1.25.47

func (s UpdateDomainOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateEndpointInput

type UpdateEndpointInput struct {

	// The deployment configuration for an endpoint, which contains the desired
	// deployment strategy and rollback configurations.
	DeploymentConfig *DeploymentConfig `type:"structure"`

	// The name of the new endpoint configuration.
	//
	// EndpointConfigName is a required field
	EndpointConfigName *string `type:"string" required:"true"`

	// The name of the endpoint whose configuration you want to update.
	//
	// EndpointName is a required field
	EndpointName *string `type:"string" required:"true"`

	// When you are updating endpoint resources with RetainAllVariantProperties,
	// whose value is set to true, ExcludeRetainedVariantProperties specifies the
	// list of type VariantProperty (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_VariantProperty.html)
	// to override with the values provided by EndpointConfig. If you don't specify
	// a value for ExcludeRetainedVariantProperties, no variant properties are overridden.
	ExcludeRetainedVariantProperties []*VariantProperty `type:"list"`

	// When updating endpoint resources, enables or disables the retention of variant
	// properties (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_VariantProperty.html),
	// such as the instance count or the variant weight. To retain the variant properties
	// of an endpoint when updating it, set RetainAllVariantProperties to true.
	// To use the variant properties specified in a new EndpointConfig call when
	// updating an endpoint, set RetainAllVariantProperties to false. The default
	// is false.
	RetainAllVariantProperties *bool `type:"boolean"`

	// Specifies whether to reuse the last deployment configuration. The default
	// value is false (the configuration is not reused).
	RetainDeploymentConfig *bool `type:"boolean"`
	// contains filtered or unexported fields
}

func (UpdateEndpointInput) GoString

func (s UpdateEndpointInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateEndpointInput) SetDeploymentConfig added in v1.35.37

func (s *UpdateEndpointInput) SetDeploymentConfig(v *DeploymentConfig) *UpdateEndpointInput

SetDeploymentConfig sets the DeploymentConfig field's value.

func (*UpdateEndpointInput) SetEndpointConfigName

func (s *UpdateEndpointInput) SetEndpointConfigName(v string) *UpdateEndpointInput

SetEndpointConfigName sets the EndpointConfigName field's value.

func (*UpdateEndpointInput) SetEndpointName

func (s *UpdateEndpointInput) SetEndpointName(v string) *UpdateEndpointInput

SetEndpointName sets the EndpointName field's value.

func (*UpdateEndpointInput) SetExcludeRetainedVariantProperties added in v1.29.11

func (s *UpdateEndpointInput) SetExcludeRetainedVariantProperties(v []*VariantProperty) *UpdateEndpointInput

SetExcludeRetainedVariantProperties sets the ExcludeRetainedVariantProperties field's value.

func (*UpdateEndpointInput) SetRetainAllVariantProperties added in v1.29.11

func (s *UpdateEndpointInput) SetRetainAllVariantProperties(v bool) *UpdateEndpointInput

SetRetainAllVariantProperties sets the RetainAllVariantProperties field's value.

func (*UpdateEndpointInput) SetRetainDeploymentConfig added in v1.42.0

func (s *UpdateEndpointInput) SetRetainDeploymentConfig(v bool) *UpdateEndpointInput

SetRetainDeploymentConfig sets the RetainDeploymentConfig field's value.

func (UpdateEndpointInput) String

func (s UpdateEndpointInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateEndpointInput) Validate

func (s *UpdateEndpointInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateEndpointOutput

type UpdateEndpointOutput struct {

	// The Amazon Resource Name (ARN) of the endpoint.
	//
	// EndpointArn is a required field
	EndpointArn *string `min:"20" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateEndpointOutput) GoString

func (s UpdateEndpointOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateEndpointOutput) SetEndpointArn

func (s *UpdateEndpointOutput) SetEndpointArn(v string) *UpdateEndpointOutput

SetEndpointArn sets the EndpointArn field's value.

func (UpdateEndpointOutput) String

func (s UpdateEndpointOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateEndpointWeightsAndCapacitiesInput

type UpdateEndpointWeightsAndCapacitiesInput struct {

	// An object that provides new capacity and weight values for a variant.
	//
	// DesiredWeightsAndCapacities is a required field
	DesiredWeightsAndCapacities []*DesiredWeightAndCapacity `min:"1" type:"list" required:"true"`

	// The name of an existing SageMaker endpoint.
	//
	// EndpointName is a required field
	EndpointName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateEndpointWeightsAndCapacitiesInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateEndpointWeightsAndCapacitiesInput) SetDesiredWeightsAndCapacities

SetDesiredWeightsAndCapacities sets the DesiredWeightsAndCapacities field's value.

func (*UpdateEndpointWeightsAndCapacitiesInput) SetEndpointName

SetEndpointName sets the EndpointName field's value.

func (UpdateEndpointWeightsAndCapacitiesInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateEndpointWeightsAndCapacitiesInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type UpdateEndpointWeightsAndCapacitiesOutput

type UpdateEndpointWeightsAndCapacitiesOutput struct {

	// The Amazon Resource Name (ARN) of the updated endpoint.
	//
	// EndpointArn is a required field
	EndpointArn *string `min:"20" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateEndpointWeightsAndCapacitiesOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateEndpointWeightsAndCapacitiesOutput) SetEndpointArn

SetEndpointArn sets the EndpointArn field's value.

func (UpdateEndpointWeightsAndCapacitiesOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateExperimentInput added in v1.25.47

type UpdateExperimentInput struct {

	// The description of the experiment.
	Description *string `type:"string"`

	// The name of the experiment as displayed. The name doesn't need to be unique.
	// If DisplayName isn't specified, ExperimentName is displayed.
	DisplayName *string `min:"1" type:"string"`

	// The name of the experiment to update.
	//
	// ExperimentName is a required field
	ExperimentName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateExperimentInput) GoString added in v1.25.47

func (s UpdateExperimentInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateExperimentInput) SetDescription added in v1.25.47

func (s *UpdateExperimentInput) SetDescription(v string) *UpdateExperimentInput

SetDescription sets the Description field's value.

func (*UpdateExperimentInput) SetDisplayName added in v1.25.47

func (s *UpdateExperimentInput) SetDisplayName(v string) *UpdateExperimentInput

SetDisplayName sets the DisplayName field's value.

func (*UpdateExperimentInput) SetExperimentName added in v1.25.47

func (s *UpdateExperimentInput) SetExperimentName(v string) *UpdateExperimentInput

SetExperimentName sets the ExperimentName field's value.

func (UpdateExperimentInput) String added in v1.25.47

func (s UpdateExperimentInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateExperimentInput) Validate added in v1.25.47

func (s *UpdateExperimentInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateExperimentOutput added in v1.25.47

type UpdateExperimentOutput struct {

	// The Amazon Resource Name (ARN) of the experiment.
	ExperimentArn *string `type:"string"`
	// contains filtered or unexported fields
}

func (UpdateExperimentOutput) GoString added in v1.25.47

func (s UpdateExperimentOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateExperimentOutput) SetExperimentArn added in v1.25.47

func (s *UpdateExperimentOutput) SetExperimentArn(v string) *UpdateExperimentOutput

SetExperimentArn sets the ExperimentArn field's value.

func (UpdateExperimentOutput) String added in v1.25.47

func (s UpdateExperimentOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateFeatureGroupInput added in v1.44.45

type UpdateFeatureGroupInput struct {

	// Updates the feature group. Updating a feature group is an asynchronous operation.
	// When you get an HTTP 200 response, you've made a valid request. It takes
	// some time after you've made a valid request for Feature Store to update the
	// feature group.
	FeatureAdditions []*FeatureDefinition `min:"1" type:"list"`

	// The name or Amazon Resource Name (ARN) of the feature group that you're updating.
	//
	// FeatureGroupName is a required field
	FeatureGroupName *string `min:"1" type:"string" required:"true"`

	// Updates the feature group online store configuration.
	OnlineStoreConfig *OnlineStoreConfigUpdate `type:"structure"`
	// contains filtered or unexported fields
}

func (UpdateFeatureGroupInput) GoString added in v1.44.45

func (s UpdateFeatureGroupInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateFeatureGroupInput) SetFeatureAdditions added in v1.44.45

SetFeatureAdditions sets the FeatureAdditions field's value.

func (*UpdateFeatureGroupInput) SetFeatureGroupName added in v1.44.45

func (s *UpdateFeatureGroupInput) SetFeatureGroupName(v string) *UpdateFeatureGroupInput

SetFeatureGroupName sets the FeatureGroupName field's value.

func (*UpdateFeatureGroupInput) SetOnlineStoreConfig added in v1.44.291

SetOnlineStoreConfig sets the OnlineStoreConfig field's value.

func (UpdateFeatureGroupInput) String added in v1.44.45

func (s UpdateFeatureGroupInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateFeatureGroupInput) Validate added in v1.44.45

func (s *UpdateFeatureGroupInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateFeatureGroupOutput added in v1.44.45

type UpdateFeatureGroupOutput struct {

	// The Amazon Resource Number (ARN) of the feature group that you're updating.
	//
	// FeatureGroupArn is a required field
	FeatureGroupArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateFeatureGroupOutput) GoString added in v1.44.45

func (s UpdateFeatureGroupOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateFeatureGroupOutput) SetFeatureGroupArn added in v1.44.45

func (s *UpdateFeatureGroupOutput) SetFeatureGroupArn(v string) *UpdateFeatureGroupOutput

SetFeatureGroupArn sets the FeatureGroupArn field's value.

func (UpdateFeatureGroupOutput) String added in v1.44.45

func (s UpdateFeatureGroupOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateFeatureMetadataInput added in v1.44.45

type UpdateFeatureMetadataInput struct {

	// A description that you can write to better describe the feature.
	Description *string `type:"string"`

	// The name or Amazon Resource Name (ARN) of the feature group containing the
	// feature that you're updating.
	//
	// FeatureGroupName is a required field
	FeatureGroupName *string `min:"1" type:"string" required:"true"`

	// The name of the feature that you're updating.
	//
	// FeatureName is a required field
	FeatureName *string `min:"1" type:"string" required:"true"`

	// A list of key-value pairs that you can add to better describe the feature.
	ParameterAdditions []*FeatureParameter `type:"list"`

	// A list of parameter keys that you can specify to remove parameters that describe
	// your feature.
	ParameterRemovals []*string `type:"list"`
	// contains filtered or unexported fields
}

func (UpdateFeatureMetadataInput) GoString added in v1.44.45

func (s UpdateFeatureMetadataInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateFeatureMetadataInput) SetDescription added in v1.44.45

SetDescription sets the Description field's value.

func (*UpdateFeatureMetadataInput) SetFeatureGroupName added in v1.44.45

SetFeatureGroupName sets the FeatureGroupName field's value.

func (*UpdateFeatureMetadataInput) SetFeatureName added in v1.44.45

SetFeatureName sets the FeatureName field's value.

func (*UpdateFeatureMetadataInput) SetParameterAdditions added in v1.44.45

SetParameterAdditions sets the ParameterAdditions field's value.

func (*UpdateFeatureMetadataInput) SetParameterRemovals added in v1.44.45

func (s *UpdateFeatureMetadataInput) SetParameterRemovals(v []*string) *UpdateFeatureMetadataInput

SetParameterRemovals sets the ParameterRemovals field's value.

func (UpdateFeatureMetadataInput) String added in v1.44.45

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateFeatureMetadataInput) Validate added in v1.44.45

func (s *UpdateFeatureMetadataInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateFeatureMetadataOutput added in v1.44.45

type UpdateFeatureMetadataOutput struct {
	// contains filtered or unexported fields
}

func (UpdateFeatureMetadataOutput) GoString added in v1.44.45

func (s UpdateFeatureMetadataOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (UpdateFeatureMetadataOutput) String added in v1.44.45

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateHubInput added in v1.44.150

type UpdateHubInput struct {

	// A description of the updated hub.
	HubDescription *string `type:"string"`

	// The display name of the hub.
	HubDisplayName *string `type:"string"`

	// The name of the hub to update.
	//
	// HubName is a required field
	HubName *string `type:"string" required:"true"`

	// The searchable keywords for the hub.
	HubSearchKeywords []*string `type:"list"`
	// contains filtered or unexported fields
}

func (UpdateHubInput) GoString added in v1.44.150

func (s UpdateHubInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateHubInput) SetHubDescription added in v1.44.150

func (s *UpdateHubInput) SetHubDescription(v string) *UpdateHubInput

SetHubDescription sets the HubDescription field's value.

func (*UpdateHubInput) SetHubDisplayName added in v1.44.150

func (s *UpdateHubInput) SetHubDisplayName(v string) *UpdateHubInput

SetHubDisplayName sets the HubDisplayName field's value.

func (*UpdateHubInput) SetHubName added in v1.44.150

func (s *UpdateHubInput) SetHubName(v string) *UpdateHubInput

SetHubName sets the HubName field's value.

func (*UpdateHubInput) SetHubSearchKeywords added in v1.44.150

func (s *UpdateHubInput) SetHubSearchKeywords(v []*string) *UpdateHubInput

SetHubSearchKeywords sets the HubSearchKeywords field's value.

func (UpdateHubInput) String added in v1.44.150

func (s UpdateHubInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateHubInput) Validate added in v1.44.150

func (s *UpdateHubInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateHubOutput added in v1.44.150

type UpdateHubOutput struct {

	// The Amazon Resource Name (ARN) of the updated hub.
	//
	// HubArn is a required field
	HubArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateHubOutput) GoString added in v1.44.150

func (s UpdateHubOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateHubOutput) SetHubArn added in v1.44.150

func (s *UpdateHubOutput) SetHubArn(v string) *UpdateHubOutput

SetHubArn sets the HubArn field's value.

func (UpdateHubOutput) String added in v1.44.150

func (s UpdateHubOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateImageInput added in v1.35.15

type UpdateImageInput struct {

	// A list of properties to delete. Only the Description and DisplayName properties
	// can be deleted.
	DeleteProperties []*string `type:"list"`

	// The new description for the image.
	Description *string `min:"1" type:"string"`

	// The new display name for the image.
	DisplayName *string `min:"1" type:"string"`

	// The name of the image to update.
	//
	// ImageName is a required field
	ImageName *string `min:"1" type:"string" required:"true"`

	// The new ARN for the IAM role that enables Amazon SageMaker to perform tasks
	// on your behalf.
	RoleArn *string `min:"20" type:"string"`
	// contains filtered or unexported fields
}

func (UpdateImageInput) GoString added in v1.35.15

func (s UpdateImageInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateImageInput) SetDeleteProperties added in v1.35.15

func (s *UpdateImageInput) SetDeleteProperties(v []*string) *UpdateImageInput

SetDeleteProperties sets the DeleteProperties field's value.

func (*UpdateImageInput) SetDescription added in v1.35.15

func (s *UpdateImageInput) SetDescription(v string) *UpdateImageInput

SetDescription sets the Description field's value.

func (*UpdateImageInput) SetDisplayName added in v1.35.15

func (s *UpdateImageInput) SetDisplayName(v string) *UpdateImageInput

SetDisplayName sets the DisplayName field's value.

func (*UpdateImageInput) SetImageName added in v1.35.15

func (s *UpdateImageInput) SetImageName(v string) *UpdateImageInput

SetImageName sets the ImageName field's value.

func (*UpdateImageInput) SetRoleArn added in v1.35.15

func (s *UpdateImageInput) SetRoleArn(v string) *UpdateImageInput

SetRoleArn sets the RoleArn field's value.

func (UpdateImageInput) String added in v1.35.15

func (s UpdateImageInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateImageInput) Validate added in v1.35.15

func (s *UpdateImageInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateImageOutput added in v1.35.15

type UpdateImageOutput struct {

	// The ARN of the image.
	ImageArn *string `type:"string"`
	// contains filtered or unexported fields
}

func (UpdateImageOutput) GoString added in v1.35.15

func (s UpdateImageOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateImageOutput) SetImageArn added in v1.35.15

func (s *UpdateImageOutput) SetImageArn(v string) *UpdateImageOutput

SetImageArn sets the ImageArn field's value.

func (UpdateImageOutput) String added in v1.35.15

func (s UpdateImageOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateImageVersionInput added in v1.44.163

type UpdateImageVersionInput struct {

	// The alias of the image version.
	Alias *string `min:"1" type:"string"`

	// A list of aliases to add.
	AliasesToAdd []*string `type:"list"`

	// A list of aliases to delete.
	AliasesToDelete []*string `type:"list"`

	// Indicates Horovod compatibility.
	Horovod *bool `type:"boolean"`

	// The name of the image.
	//
	// ImageName is a required field
	ImageName *string `min:"1" type:"string" required:"true"`

	// Indicates SageMaker job type compatibility.
	//
	//    * TRAINING: The image version is compatible with SageMaker training jobs.
	//
	//    * INFERENCE: The image version is compatible with SageMaker inference
	//    jobs.
	//
	//    * NOTEBOOK_KERNEL: The image version is compatible with SageMaker notebook
	//    kernels.
	JobType *string `type:"string" enum:"JobType"`

	// The machine learning framework vended in the image version.
	MLFramework *string `min:"1" type:"string"`

	// Indicates CPU or GPU compatibility.
	//
	//    * CPU: The image version is compatible with CPU.
	//
	//    * GPU: The image version is compatible with GPU.
	Processor *string `type:"string" enum:"Processor"`

	// The supported programming language and its version.
	ProgrammingLang *string `min:"1" type:"string"`

	// The maintainer description of the image version.
	ReleaseNotes *string `min:"1" type:"string"`

	// The availability of the image version specified by the maintainer.
	//
	//    * NOT_PROVIDED: The maintainers did not provide a status for image version
	//    stability.
	//
	//    * STABLE: The image version is stable.
	//
	//    * TO_BE_ARCHIVED: The image version is set to be archived. Custom image
	//    versions that are set to be archived are automatically archived after
	//    three months.
	//
	//    * ARCHIVED: The image version is archived. Archived image versions are
	//    not searchable and are no longer actively supported.
	VendorGuidance *string `type:"string" enum:"VendorGuidance"`

	// The version of the image.
	Version *int64 `type:"integer"`
	// contains filtered or unexported fields
}

func (UpdateImageVersionInput) GoString added in v1.44.163

func (s UpdateImageVersionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateImageVersionInput) SetAlias added in v1.44.163

SetAlias sets the Alias field's value.

func (*UpdateImageVersionInput) SetAliasesToAdd added in v1.44.163

func (s *UpdateImageVersionInput) SetAliasesToAdd(v []*string) *UpdateImageVersionInput

SetAliasesToAdd sets the AliasesToAdd field's value.

func (*UpdateImageVersionInput) SetAliasesToDelete added in v1.44.163

func (s *UpdateImageVersionInput) SetAliasesToDelete(v []*string) *UpdateImageVersionInput

SetAliasesToDelete sets the AliasesToDelete field's value.

func (*UpdateImageVersionInput) SetHorovod added in v1.44.163

SetHorovod sets the Horovod field's value.

func (*UpdateImageVersionInput) SetImageName added in v1.44.163

SetImageName sets the ImageName field's value.

func (*UpdateImageVersionInput) SetJobType added in v1.44.163

SetJobType sets the JobType field's value.

func (*UpdateImageVersionInput) SetMLFramework added in v1.44.163

SetMLFramework sets the MLFramework field's value.

func (*UpdateImageVersionInput) SetProcessor added in v1.44.163

SetProcessor sets the Processor field's value.

func (*UpdateImageVersionInput) SetProgrammingLang added in v1.44.163

func (s *UpdateImageVersionInput) SetProgrammingLang(v string) *UpdateImageVersionInput

SetProgrammingLang sets the ProgrammingLang field's value.

func (*UpdateImageVersionInput) SetReleaseNotes added in v1.44.163

SetReleaseNotes sets the ReleaseNotes field's value.

func (*UpdateImageVersionInput) SetVendorGuidance added in v1.44.163

func (s *UpdateImageVersionInput) SetVendorGuidance(v string) *UpdateImageVersionInput

SetVendorGuidance sets the VendorGuidance field's value.

func (*UpdateImageVersionInput) SetVersion added in v1.44.163

SetVersion sets the Version field's value.

func (UpdateImageVersionInput) String added in v1.44.163

func (s UpdateImageVersionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateImageVersionInput) Validate added in v1.44.163

func (s *UpdateImageVersionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateImageVersionOutput added in v1.44.163

type UpdateImageVersionOutput struct {

	// The ARN of the image version.
	ImageVersionArn *string `type:"string"`
	// contains filtered or unexported fields
}

func (UpdateImageVersionOutput) GoString added in v1.44.163

func (s UpdateImageVersionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateImageVersionOutput) SetImageVersionArn added in v1.44.163

func (s *UpdateImageVersionOutput) SetImageVersionArn(v string) *UpdateImageVersionOutput

SetImageVersionArn sets the ImageVersionArn field's value.

func (UpdateImageVersionOutput) String added in v1.44.163

func (s UpdateImageVersionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateInferenceExperimentInput added in v1.44.150

type UpdateInferenceExperimentInput struct {

	// The Amazon S3 location and configuration for storing inference request and
	// response data.
	DataStorageConfig *InferenceExperimentDataStorageConfig `type:"structure"`

	// The description of the inference experiment.
	Description *string `type:"string"`

	// An array of ModelVariantConfig objects. There is one for each variant, whose
	// infrastructure configuration you want to update.
	ModelVariants []*ModelVariantConfig `min:"1" type:"list"`

	// The name of the inference experiment to be updated.
	//
	// Name is a required field
	Name *string `min:"1" type:"string" required:"true"`

	// The duration for which the inference experiment will run. If the status of
	// the inference experiment is Created, then you can update both the start and
	// end dates. If the status of the inference experiment is Running, then you
	// can update only the end date.
	Schedule *InferenceExperimentSchedule `type:"structure"`

	// The configuration of ShadowMode inference experiment type. Use this field
	// to specify a production variant which takes all the inference requests, and
	// a shadow variant to which Amazon SageMaker replicates a percentage of the
	// inference requests. For the shadow variant also specify the percentage of
	// requests that Amazon SageMaker replicates.
	ShadowModeConfig *ShadowModeConfig `type:"structure"`
	// contains filtered or unexported fields
}

func (UpdateInferenceExperimentInput) GoString added in v1.44.150

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateInferenceExperimentInput) SetDataStorageConfig added in v1.44.150

SetDataStorageConfig sets the DataStorageConfig field's value.

func (*UpdateInferenceExperimentInput) SetDescription added in v1.44.150

SetDescription sets the Description field's value.

func (*UpdateInferenceExperimentInput) SetModelVariants added in v1.44.150

SetModelVariants sets the ModelVariants field's value.

func (*UpdateInferenceExperimentInput) SetName added in v1.44.150

SetName sets the Name field's value.

func (*UpdateInferenceExperimentInput) SetSchedule added in v1.44.150

SetSchedule sets the Schedule field's value.

func (*UpdateInferenceExperimentInput) SetShadowModeConfig added in v1.44.150

SetShadowModeConfig sets the ShadowModeConfig field's value.

func (UpdateInferenceExperimentInput) String added in v1.44.150

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateInferenceExperimentInput) Validate added in v1.44.150

func (s *UpdateInferenceExperimentInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateInferenceExperimentOutput added in v1.44.150

type UpdateInferenceExperimentOutput struct {

	// The ARN of the updated inference experiment.
	//
	// InferenceExperimentArn is a required field
	InferenceExperimentArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateInferenceExperimentOutput) GoString added in v1.44.150

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateInferenceExperimentOutput) SetInferenceExperimentArn added in v1.44.150

SetInferenceExperimentArn sets the InferenceExperimentArn field's value.

func (UpdateInferenceExperimentOutput) String added in v1.44.150

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateModelCardInput added in v1.44.150

type UpdateModelCardInput struct {

	// The updated model card content. Content must be in model card JSON schema
	// (https://docs.aws.amazon.com/sagemaker/latest/dg/model-cards.html#model-cards-json-schema)
	// and provided as a string.
	//
	// When updating model card content, be sure to include the full content and
	// not just updated content.
	//
	// Content is a sensitive parameter and its value will be
	// replaced with "sensitive" in string returned by UpdateModelCardInput's
	// String and GoString methods.
	Content *string `type:"string" sensitive:"true"`

	// The name or Amazon Resource Name (ARN) of the model card to update.
	//
	// ModelCardName is a required field
	ModelCardName *string `min:"1" type:"string" required:"true"`

	// The approval status of the model card within your organization. Different
	// organizations might have different criteria for model card review and approval.
	//
	//    * Draft: The model card is a work in progress.
	//
	//    * PendingReview: The model card is pending review.
	//
	//    * Approved: The model card is approved.
	//
	//    * Archived: The model card is archived. No more updates should be made
	//    to the model card, but it can still be exported.
	ModelCardStatus *string `type:"string" enum:"ModelCardStatus"`
	// contains filtered or unexported fields
}

func (UpdateModelCardInput) GoString added in v1.44.150

func (s UpdateModelCardInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateModelCardInput) SetContent added in v1.44.150

SetContent sets the Content field's value.

func (*UpdateModelCardInput) SetModelCardName added in v1.44.150

func (s *UpdateModelCardInput) SetModelCardName(v string) *UpdateModelCardInput

SetModelCardName sets the ModelCardName field's value.

func (*UpdateModelCardInput) SetModelCardStatus added in v1.44.150

func (s *UpdateModelCardInput) SetModelCardStatus(v string) *UpdateModelCardInput

SetModelCardStatus sets the ModelCardStatus field's value.

func (UpdateModelCardInput) String added in v1.44.150

func (s UpdateModelCardInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateModelCardInput) Validate added in v1.44.150

func (s *UpdateModelCardInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateModelCardOutput added in v1.44.150

type UpdateModelCardOutput struct {

	// The Amazon Resource Name (ARN) of the updated model card.
	//
	// ModelCardArn is a required field
	ModelCardArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateModelCardOutput) GoString added in v1.44.150

func (s UpdateModelCardOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateModelCardOutput) SetModelCardArn added in v1.44.150

func (s *UpdateModelCardOutput) SetModelCardArn(v string) *UpdateModelCardOutput

SetModelCardArn sets the ModelCardArn field's value.

func (UpdateModelCardOutput) String added in v1.44.150

func (s UpdateModelCardOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateModelPackageInput added in v1.35.37

type UpdateModelPackageInput struct {

	// An array of additional Inference Specification objects to be added to the
	// existing array additional Inference Specification. Total number of additional
	// Inference Specifications can not exceed 15. Each additional Inference Specification
	// specifies artifacts based on this model package that can be used on inference
	// endpoints. Generally used with SageMaker Neo to store the compiled artifacts.
	AdditionalInferenceSpecificationsToAdd []*AdditionalInferenceSpecificationDefinition `min:"1" type:"list"`

	// A description for the approval status of the model.
	ApprovalDescription *string `type:"string"`

	// The metadata properties associated with the model package versions.
	CustomerMetadataProperties map[string]*string `min:"1" type:"map"`

	// The metadata properties associated with the model package versions to remove.
	CustomerMetadataPropertiesToRemove []*string `type:"list"`

	// The approval status of the model.
	ModelApprovalStatus *string `type:"string" enum:"ModelApprovalStatus"`

	// The Amazon Resource Name (ARN) of the model package.
	//
	// ModelPackageArn is a required field
	ModelPackageArn *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateModelPackageInput) GoString added in v1.35.37

func (s UpdateModelPackageInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateModelPackageInput) SetAdditionalInferenceSpecificationsToAdd added in v1.42.17

func (s *UpdateModelPackageInput) SetAdditionalInferenceSpecificationsToAdd(v []*AdditionalInferenceSpecificationDefinition) *UpdateModelPackageInput

SetAdditionalInferenceSpecificationsToAdd sets the AdditionalInferenceSpecificationsToAdd field's value.

func (*UpdateModelPackageInput) SetApprovalDescription added in v1.35.37

func (s *UpdateModelPackageInput) SetApprovalDescription(v string) *UpdateModelPackageInput

SetApprovalDescription sets the ApprovalDescription field's value.

func (*UpdateModelPackageInput) SetCustomerMetadataProperties added in v1.41.12

func (s *UpdateModelPackageInput) SetCustomerMetadataProperties(v map[string]*string) *UpdateModelPackageInput

SetCustomerMetadataProperties sets the CustomerMetadataProperties field's value.

func (*UpdateModelPackageInput) SetCustomerMetadataPropertiesToRemove added in v1.41.12

func (s *UpdateModelPackageInput) SetCustomerMetadataPropertiesToRemove(v []*string) *UpdateModelPackageInput

SetCustomerMetadataPropertiesToRemove sets the CustomerMetadataPropertiesToRemove field's value.

func (*UpdateModelPackageInput) SetModelApprovalStatus added in v1.35.37

func (s *UpdateModelPackageInput) SetModelApprovalStatus(v string) *UpdateModelPackageInput

SetModelApprovalStatus sets the ModelApprovalStatus field's value.

func (*UpdateModelPackageInput) SetModelPackageArn added in v1.35.37

func (s *UpdateModelPackageInput) SetModelPackageArn(v string) *UpdateModelPackageInput

SetModelPackageArn sets the ModelPackageArn field's value.

func (UpdateModelPackageInput) String added in v1.35.37

func (s UpdateModelPackageInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateModelPackageInput) Validate added in v1.35.37

func (s *UpdateModelPackageInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateModelPackageOutput added in v1.35.37

type UpdateModelPackageOutput struct {

	// The Amazon Resource Name (ARN) of the model.
	//
	// ModelPackageArn is a required field
	ModelPackageArn *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateModelPackageOutput) GoString added in v1.35.37

func (s UpdateModelPackageOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateModelPackageOutput) SetModelPackageArn added in v1.35.37

func (s *UpdateModelPackageOutput) SetModelPackageArn(v string) *UpdateModelPackageOutput

SetModelPackageArn sets the ModelPackageArn field's value.

func (UpdateModelPackageOutput) String added in v1.35.37

func (s UpdateModelPackageOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateMonitoringAlertInput added in v1.44.150

type UpdateMonitoringAlertInput struct {

	// Within EvaluationPeriod, how many execution failures will raise an alert.
	//
	// DatapointsToAlert is a required field
	DatapointsToAlert *int64 `min:"1" type:"integer" required:"true"`

	// The number of most recent monitoring executions to consider when evaluating
	// alert status.
	//
	// EvaluationPeriod is a required field
	EvaluationPeriod *int64 `min:"1" type:"integer" required:"true"`

	// The name of a monitoring alert.
	//
	// MonitoringAlertName is a required field
	MonitoringAlertName *string `min:"1" type:"string" required:"true"`

	// The name of a monitoring schedule.
	//
	// MonitoringScheduleName is a required field
	MonitoringScheduleName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateMonitoringAlertInput) GoString added in v1.44.150

func (s UpdateMonitoringAlertInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateMonitoringAlertInput) SetDatapointsToAlert added in v1.44.150

func (s *UpdateMonitoringAlertInput) SetDatapointsToAlert(v int64) *UpdateMonitoringAlertInput

SetDatapointsToAlert sets the DatapointsToAlert field's value.

func (*UpdateMonitoringAlertInput) SetEvaluationPeriod added in v1.44.150

func (s *UpdateMonitoringAlertInput) SetEvaluationPeriod(v int64) *UpdateMonitoringAlertInput

SetEvaluationPeriod sets the EvaluationPeriod field's value.

func (*UpdateMonitoringAlertInput) SetMonitoringAlertName added in v1.44.150

func (s *UpdateMonitoringAlertInput) SetMonitoringAlertName(v string) *UpdateMonitoringAlertInput

SetMonitoringAlertName sets the MonitoringAlertName field's value.

func (*UpdateMonitoringAlertInput) SetMonitoringScheduleName added in v1.44.150

func (s *UpdateMonitoringAlertInput) SetMonitoringScheduleName(v string) *UpdateMonitoringAlertInput

SetMonitoringScheduleName sets the MonitoringScheduleName field's value.

func (UpdateMonitoringAlertInput) String added in v1.44.150

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateMonitoringAlertInput) Validate added in v1.44.150

func (s *UpdateMonitoringAlertInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateMonitoringAlertOutput added in v1.44.150

type UpdateMonitoringAlertOutput struct {

	// The name of a monitoring alert.
	MonitoringAlertName *string `min:"1" type:"string"`

	// The Amazon Resource Name (ARN) of the monitoring schedule.
	//
	// MonitoringScheduleArn is a required field
	MonitoringScheduleArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateMonitoringAlertOutput) GoString added in v1.44.150

func (s UpdateMonitoringAlertOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateMonitoringAlertOutput) SetMonitoringAlertName added in v1.44.150

func (s *UpdateMonitoringAlertOutput) SetMonitoringAlertName(v string) *UpdateMonitoringAlertOutput

SetMonitoringAlertName sets the MonitoringAlertName field's value.

func (*UpdateMonitoringAlertOutput) SetMonitoringScheduleArn added in v1.44.150

func (s *UpdateMonitoringAlertOutput) SetMonitoringScheduleArn(v string) *UpdateMonitoringAlertOutput

SetMonitoringScheduleArn sets the MonitoringScheduleArn field's value.

func (UpdateMonitoringAlertOutput) String added in v1.44.150

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateMonitoringScheduleInput added in v1.25.47

type UpdateMonitoringScheduleInput struct {

	// The configuration object that specifies the monitoring schedule and defines
	// the monitoring job.
	//
	// MonitoringScheduleConfig is a required field
	MonitoringScheduleConfig *MonitoringScheduleConfig `type:"structure" required:"true"`

	// The name of the monitoring schedule. The name must be unique within an Amazon
	// Web Services Region within an Amazon Web Services account.
	//
	// MonitoringScheduleName is a required field
	MonitoringScheduleName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateMonitoringScheduleInput) GoString added in v1.25.47

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateMonitoringScheduleInput) SetMonitoringScheduleConfig added in v1.25.47

SetMonitoringScheduleConfig sets the MonitoringScheduleConfig field's value.

func (*UpdateMonitoringScheduleInput) SetMonitoringScheduleName added in v1.25.47

func (s *UpdateMonitoringScheduleInput) SetMonitoringScheduleName(v string) *UpdateMonitoringScheduleInput

SetMonitoringScheduleName sets the MonitoringScheduleName field's value.

func (UpdateMonitoringScheduleInput) String added in v1.25.47

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateMonitoringScheduleInput) Validate added in v1.25.47

func (s *UpdateMonitoringScheduleInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateMonitoringScheduleOutput added in v1.25.47

type UpdateMonitoringScheduleOutput struct {

	// The Amazon Resource Name (ARN) of the monitoring schedule.
	//
	// MonitoringScheduleArn is a required field
	MonitoringScheduleArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateMonitoringScheduleOutput) GoString added in v1.25.47

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateMonitoringScheduleOutput) SetMonitoringScheduleArn added in v1.25.47

SetMonitoringScheduleArn sets the MonitoringScheduleArn field's value.

func (UpdateMonitoringScheduleOutput) String added in v1.25.47

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateNotebookInstanceInput

type UpdateNotebookInstanceInput struct {

	// A list of the Elastic Inference (EI) instance types to associate with this
	// notebook instance. Currently only one EI instance type can be associated
	// with a notebook instance. For more information, see Using Elastic Inference
	// in Amazon SageMaker (https://docs.aws.amazon.com/sagemaker/latest/dg/ei.html).
	AcceleratorTypes []*string `type:"list" enum:"NotebookInstanceAcceleratorType"`

	// An array of up to three Git repositories to associate with the notebook instance.
	// These can be either the names of Git repositories stored as resources in
	// your account, or the URL of Git repositories in Amazon Web Services CodeCommit
	// (https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html) or
	// in any other Git repository. These repositories are cloned at the same level
	// as the default repository of your notebook instance. For more information,
	// see Associating Git Repositories with SageMaker Notebook Instances (https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html).
	AdditionalCodeRepositories []*string `type:"list"`

	// The Git repository to associate with the notebook instance as its default
	// code repository. This can be either the name of a Git repository stored as
	// a resource in your account, or the URL of a Git repository in Amazon Web
	// Services CodeCommit (https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html)
	// or in any other Git repository. When you open a notebook instance, it opens
	// in the directory that contains this repository. For more information, see
	// Associating Git Repositories with SageMaker Notebook Instances (https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html).
	DefaultCodeRepository *string `min:"1" type:"string"`

	// A list of the Elastic Inference (EI) instance types to remove from this notebook
	// instance. This operation is idempotent. If you specify an accelerator type
	// that is not associated with the notebook instance when you call this method,
	// it does not throw an error.
	DisassociateAcceleratorTypes *bool `type:"boolean"`

	// A list of names or URLs of the default Git repositories to remove from this
	// notebook instance. This operation is idempotent. If you specify a Git repository
	// that is not associated with the notebook instance when you call this method,
	// it does not throw an error.
	DisassociateAdditionalCodeRepositories *bool `type:"boolean"`

	// The name or URL of the default Git repository to remove from this notebook
	// instance. This operation is idempotent. If you specify a Git repository that
	// is not associated with the notebook instance when you call this method, it
	// does not throw an error.
	DisassociateDefaultCodeRepository *bool `type:"boolean"`

	// Set to true to remove the notebook instance lifecycle configuration currently
	// associated with the notebook instance. This operation is idempotent. If you
	// specify a lifecycle configuration that is not associated with the notebook
	// instance when you call this method, it does not throw an error.
	DisassociateLifecycleConfig *bool `type:"boolean"`

	// Information on the IMDS configuration of the notebook instance
	InstanceMetadataServiceConfiguration *InstanceMetadataServiceConfiguration `type:"structure"`

	// The Amazon ML compute instance type.
	InstanceType *string `type:"string" enum:"InstanceType"`

	// The name of a lifecycle configuration to associate with the notebook instance.
	// For information about lifestyle configurations, see Step 2.1: (Optional)
	// Customize a Notebook Instance (https://docs.aws.amazon.com/sagemaker/latest/dg/notebook-lifecycle-config.html).
	LifecycleConfigName *string `type:"string"`

	// The name of the notebook instance to update.
	//
	// NotebookInstanceName is a required field
	NotebookInstanceName *string `type:"string" required:"true"`

	// The Amazon Resource Name (ARN) of the IAM role that SageMaker can assume
	// to access the notebook instance. For more information, see SageMaker Roles
	// (https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-roles.html).
	//
	// To be able to pass this role to SageMaker, the caller of this API must have
	// the iam:PassRole permission.
	RoleArn *string `min:"20" type:"string"`

	// Whether root access is enabled or disabled for users of the notebook instance.
	// The default value is Enabled.
	//
	// If you set this to Disabled, users don't have root access on the notebook
	// instance, but lifecycle configuration scripts still run with root permissions.
	RootAccess *string `type:"string" enum:"RootAccess"`

	// The size, in GB, of the ML storage volume to attach to the notebook instance.
	// The default value is 5 GB. ML storage volumes are encrypted, so SageMaker
	// can't determine the amount of available free space on the volume. Because
	// of this, you can increase the volume size when you update a notebook instance,
	// but you can't decrease the volume size. If you want to decrease the size
	// of the ML storage volume in use, create a new notebook instance with the
	// desired size.
	VolumeSizeInGB *int64 `min:"5" type:"integer"`
	// contains filtered or unexported fields
}

func (UpdateNotebookInstanceInput) GoString

func (s UpdateNotebookInstanceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateNotebookInstanceInput) SetAcceleratorTypes added in v1.15.86

func (s *UpdateNotebookInstanceInput) SetAcceleratorTypes(v []*string) *UpdateNotebookInstanceInput

SetAcceleratorTypes sets the AcceleratorTypes field's value.

func (*UpdateNotebookInstanceInput) SetAdditionalCodeRepositories added in v1.15.86

func (s *UpdateNotebookInstanceInput) SetAdditionalCodeRepositories(v []*string) *UpdateNotebookInstanceInput

SetAdditionalCodeRepositories sets the AdditionalCodeRepositories field's value.

func (*UpdateNotebookInstanceInput) SetDefaultCodeRepository added in v1.15.86

func (s *UpdateNotebookInstanceInput) SetDefaultCodeRepository(v string) *UpdateNotebookInstanceInput

SetDefaultCodeRepository sets the DefaultCodeRepository field's value.

func (*UpdateNotebookInstanceInput) SetDisassociateAcceleratorTypes added in v1.15.86

func (s *UpdateNotebookInstanceInput) SetDisassociateAcceleratorTypes(v bool) *UpdateNotebookInstanceInput

SetDisassociateAcceleratorTypes sets the DisassociateAcceleratorTypes field's value.

func (*UpdateNotebookInstanceInput) SetDisassociateAdditionalCodeRepositories added in v1.15.86

func (s *UpdateNotebookInstanceInput) SetDisassociateAdditionalCodeRepositories(v bool) *UpdateNotebookInstanceInput

SetDisassociateAdditionalCodeRepositories sets the DisassociateAdditionalCodeRepositories field's value.

func (*UpdateNotebookInstanceInput) SetDisassociateDefaultCodeRepository added in v1.15.86

func (s *UpdateNotebookInstanceInput) SetDisassociateDefaultCodeRepository(v bool) *UpdateNotebookInstanceInput

SetDisassociateDefaultCodeRepository sets the DisassociateDefaultCodeRepository field's value.

func (*UpdateNotebookInstanceInput) SetDisassociateLifecycleConfig added in v1.15.15

func (s *UpdateNotebookInstanceInput) SetDisassociateLifecycleConfig(v bool) *UpdateNotebookInstanceInput

SetDisassociateLifecycleConfig sets the DisassociateLifecycleConfig field's value.

func (*UpdateNotebookInstanceInput) SetInstanceMetadataServiceConfiguration added in v1.44.24

SetInstanceMetadataServiceConfiguration sets the InstanceMetadataServiceConfiguration field's value.

func (*UpdateNotebookInstanceInput) SetInstanceType

SetInstanceType sets the InstanceType field's value.

func (*UpdateNotebookInstanceInput) SetLifecycleConfigName added in v1.15.15

func (s *UpdateNotebookInstanceInput) SetLifecycleConfigName(v string) *UpdateNotebookInstanceInput

SetLifecycleConfigName sets the LifecycleConfigName field's value.

func (*UpdateNotebookInstanceInput) SetNotebookInstanceName

func (s *UpdateNotebookInstanceInput) SetNotebookInstanceName(v string) *UpdateNotebookInstanceInput

SetNotebookInstanceName sets the NotebookInstanceName field's value.

func (*UpdateNotebookInstanceInput) SetRoleArn

SetRoleArn sets the RoleArn field's value.

func (*UpdateNotebookInstanceInput) SetRootAccess added in v1.17.14

SetRootAccess sets the RootAccess field's value.

func (*UpdateNotebookInstanceInput) SetVolumeSizeInGB added in v1.15.64

SetVolumeSizeInGB sets the VolumeSizeInGB field's value.

func (UpdateNotebookInstanceInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateNotebookInstanceInput) Validate

func (s *UpdateNotebookInstanceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateNotebookInstanceLifecycleConfigInput added in v1.13.15

type UpdateNotebookInstanceLifecycleConfigInput struct {

	// The name of the lifecycle configuration.
	//
	// NotebookInstanceLifecycleConfigName is a required field
	NotebookInstanceLifecycleConfigName *string `type:"string" required:"true"`

	// The shell script that runs only once, when you create a notebook instance.
	// The shell script must be a base64-encoded string.
	OnCreate []*NotebookInstanceLifecycleHook `type:"list"`

	// The shell script that runs every time you start a notebook instance, including
	// when you create the notebook instance. The shell script must be a base64-encoded
	// string.
	OnStart []*NotebookInstanceLifecycleHook `type:"list"`
	// contains filtered or unexported fields
}

func (UpdateNotebookInstanceLifecycleConfigInput) GoString added in v1.13.15

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateNotebookInstanceLifecycleConfigInput) SetNotebookInstanceLifecycleConfigName added in v1.13.15

SetNotebookInstanceLifecycleConfigName sets the NotebookInstanceLifecycleConfigName field's value.

func (*UpdateNotebookInstanceLifecycleConfigInput) SetOnCreate added in v1.13.15

SetOnCreate sets the OnCreate field's value.

func (*UpdateNotebookInstanceLifecycleConfigInput) SetOnStart added in v1.13.15

SetOnStart sets the OnStart field's value.

func (UpdateNotebookInstanceLifecycleConfigInput) String added in v1.13.15

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateNotebookInstanceLifecycleConfigInput) Validate added in v1.13.15

Validate inspects the fields of the type to determine if they are valid.

type UpdateNotebookInstanceLifecycleConfigOutput added in v1.13.15

type UpdateNotebookInstanceLifecycleConfigOutput struct {
	// contains filtered or unexported fields
}

func (UpdateNotebookInstanceLifecycleConfigOutput) GoString added in v1.13.15

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (UpdateNotebookInstanceLifecycleConfigOutput) String added in v1.13.15

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateNotebookInstanceOutput

type UpdateNotebookInstanceOutput struct {
	// contains filtered or unexported fields
}

func (UpdateNotebookInstanceOutput) GoString

func (s UpdateNotebookInstanceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (UpdateNotebookInstanceOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdatePipelineExecutionInput added in v1.35.37

type UpdatePipelineExecutionInput struct {

	// This configuration, if specified, overrides the parallelism configuration
	// of the parent pipeline for this specific run.
	ParallelismConfiguration *ParallelismConfiguration `type:"structure"`

	// The Amazon Resource Name (ARN) of the pipeline execution.
	//
	// PipelineExecutionArn is a required field
	PipelineExecutionArn *string `type:"string" required:"true"`

	// The description of the pipeline execution.
	PipelineExecutionDescription *string `type:"string"`

	// The display name of the pipeline execution.
	PipelineExecutionDisplayName *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (UpdatePipelineExecutionInput) GoString added in v1.35.37

func (s UpdatePipelineExecutionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdatePipelineExecutionInput) SetParallelismConfiguration added in v1.42.26

SetParallelismConfiguration sets the ParallelismConfiguration field's value.

func (*UpdatePipelineExecutionInput) SetPipelineExecutionArn added in v1.35.37

func (s *UpdatePipelineExecutionInput) SetPipelineExecutionArn(v string) *UpdatePipelineExecutionInput

SetPipelineExecutionArn sets the PipelineExecutionArn field's value.

func (*UpdatePipelineExecutionInput) SetPipelineExecutionDescription added in v1.35.37

func (s *UpdatePipelineExecutionInput) SetPipelineExecutionDescription(v string) *UpdatePipelineExecutionInput

SetPipelineExecutionDescription sets the PipelineExecutionDescription field's value.

func (*UpdatePipelineExecutionInput) SetPipelineExecutionDisplayName added in v1.35.37

func (s *UpdatePipelineExecutionInput) SetPipelineExecutionDisplayName(v string) *UpdatePipelineExecutionInput

SetPipelineExecutionDisplayName sets the PipelineExecutionDisplayName field's value.

func (UpdatePipelineExecutionInput) String added in v1.35.37

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdatePipelineExecutionInput) Validate added in v1.35.37

func (s *UpdatePipelineExecutionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdatePipelineExecutionOutput added in v1.35.37

type UpdatePipelineExecutionOutput struct {

	// The Amazon Resource Name (ARN) of the updated pipeline execution.
	PipelineExecutionArn *string `type:"string"`
	// contains filtered or unexported fields
}

func (UpdatePipelineExecutionOutput) GoString added in v1.35.37

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdatePipelineExecutionOutput) SetPipelineExecutionArn added in v1.35.37

SetPipelineExecutionArn sets the PipelineExecutionArn field's value.

func (UpdatePipelineExecutionOutput) String added in v1.35.37

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdatePipelineInput added in v1.35.37

type UpdatePipelineInput struct {

	// If specified, it applies to all executions of this pipeline by default.
	ParallelismConfiguration *ParallelismConfiguration `type:"structure"`

	// The JSON pipeline definition.
	PipelineDefinition *string `min:"1" type:"string"`

	// The location of the pipeline definition stored in Amazon S3. If specified,
	// SageMaker will retrieve the pipeline definition from this location.
	PipelineDefinitionS3Location *PipelineDefinitionS3Location `type:"structure"`

	// The description of the pipeline.
	PipelineDescription *string `type:"string"`

	// The display name of the pipeline.
	PipelineDisplayName *string `min:"1" type:"string"`

	// The name of the pipeline to update.
	//
	// PipelineName is a required field
	PipelineName *string `min:"1" type:"string" required:"true"`

	// The Amazon Resource Name (ARN) that the pipeline uses to execute.
	RoleArn *string `min:"20" type:"string"`
	// contains filtered or unexported fields
}

func (UpdatePipelineInput) GoString added in v1.35.37

func (s UpdatePipelineInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdatePipelineInput) SetParallelismConfiguration added in v1.42.26

func (s *UpdatePipelineInput) SetParallelismConfiguration(v *ParallelismConfiguration) *UpdatePipelineInput

SetParallelismConfiguration sets the ParallelismConfiguration field's value.

func (*UpdatePipelineInput) SetPipelineDefinition added in v1.35.37

func (s *UpdatePipelineInput) SetPipelineDefinition(v string) *UpdatePipelineInput

SetPipelineDefinition sets the PipelineDefinition field's value.

func (*UpdatePipelineInput) SetPipelineDefinitionS3Location added in v1.42.26

func (s *UpdatePipelineInput) SetPipelineDefinitionS3Location(v *PipelineDefinitionS3Location) *UpdatePipelineInput

SetPipelineDefinitionS3Location sets the PipelineDefinitionS3Location field's value.

func (*UpdatePipelineInput) SetPipelineDescription added in v1.35.37

func (s *UpdatePipelineInput) SetPipelineDescription(v string) *UpdatePipelineInput

SetPipelineDescription sets the PipelineDescription field's value.

func (*UpdatePipelineInput) SetPipelineDisplayName added in v1.35.37

func (s *UpdatePipelineInput) SetPipelineDisplayName(v string) *UpdatePipelineInput

SetPipelineDisplayName sets the PipelineDisplayName field's value.

func (*UpdatePipelineInput) SetPipelineName added in v1.35.37

func (s *UpdatePipelineInput) SetPipelineName(v string) *UpdatePipelineInput

SetPipelineName sets the PipelineName field's value.

func (*UpdatePipelineInput) SetRoleArn added in v1.35.37

SetRoleArn sets the RoleArn field's value.

func (UpdatePipelineInput) String added in v1.35.37

func (s UpdatePipelineInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdatePipelineInput) Validate added in v1.35.37

func (s *UpdatePipelineInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdatePipelineOutput added in v1.35.37

type UpdatePipelineOutput struct {

	// The Amazon Resource Name (ARN) of the updated pipeline.
	PipelineArn *string `type:"string"`
	// contains filtered or unexported fields
}

func (UpdatePipelineOutput) GoString added in v1.35.37

func (s UpdatePipelineOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdatePipelineOutput) SetPipelineArn added in v1.35.37

func (s *UpdatePipelineOutput) SetPipelineArn(v string) *UpdatePipelineOutput

SetPipelineArn sets the PipelineArn field's value.

func (UpdatePipelineOutput) String added in v1.35.37

func (s UpdatePipelineOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateProjectInput added in v1.41.12

type UpdateProjectInput struct {

	// The description for the project.
	ProjectDescription *string `type:"string"`

	// The name of the project.
	//
	// ProjectName is a required field
	ProjectName *string `min:"1" type:"string" required:"true"`

	// The product ID and provisioning artifact ID to provision a service catalog.
	// The provisioning artifact ID will default to the latest provisioning artifact
	// ID of the product, if you don't provide the provisioning artifact ID. For
	// more information, see What is Amazon Web Services Service Catalog (https://docs.aws.amazon.com/servicecatalog/latest/adminguide/introduction.html).
	ServiceCatalogProvisioningUpdateDetails *ServiceCatalogProvisioningUpdateDetails `type:"structure"`

	// An array of key-value pairs. You can use tags to categorize your Amazon Web
	// Services resources in different ways, for example, by purpose, owner, or
	// environment. For more information, see Tagging Amazon Web Services Resources
	// (https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html). In addition,
	// the project must have tag update constraints set in order to include this
	// parameter in the request. For more information, see Amazon Web Services Service
	// Catalog Tag Update Constraints (https://docs.aws.amazon.com/servicecatalog/latest/adminguide/constraints-resourceupdate.html).
	Tags []*Tag `type:"list"`
	// contains filtered or unexported fields
}

func (UpdateProjectInput) GoString added in v1.41.12

func (s UpdateProjectInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateProjectInput) SetProjectDescription added in v1.41.12

func (s *UpdateProjectInput) SetProjectDescription(v string) *UpdateProjectInput

SetProjectDescription sets the ProjectDescription field's value.

func (*UpdateProjectInput) SetProjectName added in v1.41.12

func (s *UpdateProjectInput) SetProjectName(v string) *UpdateProjectInput

SetProjectName sets the ProjectName field's value.

func (*UpdateProjectInput) SetServiceCatalogProvisioningUpdateDetails added in v1.41.12

func (s *UpdateProjectInput) SetServiceCatalogProvisioningUpdateDetails(v *ServiceCatalogProvisioningUpdateDetails) *UpdateProjectInput

SetServiceCatalogProvisioningUpdateDetails sets the ServiceCatalogProvisioningUpdateDetails field's value.

func (*UpdateProjectInput) SetTags added in v1.41.12

func (s *UpdateProjectInput) SetTags(v []*Tag) *UpdateProjectInput

SetTags sets the Tags field's value.

func (UpdateProjectInput) String added in v1.41.12

func (s UpdateProjectInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateProjectInput) Validate added in v1.41.12

func (s *UpdateProjectInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateProjectOutput added in v1.41.12

type UpdateProjectOutput struct {

	// The Amazon Resource Name (ARN) of the project.
	//
	// ProjectArn is a required field
	ProjectArn *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateProjectOutput) GoString added in v1.41.12

func (s UpdateProjectOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateProjectOutput) SetProjectArn added in v1.41.12

func (s *UpdateProjectOutput) SetProjectArn(v string) *UpdateProjectOutput

SetProjectArn sets the ProjectArn field's value.

func (UpdateProjectOutput) String added in v1.41.12

func (s UpdateProjectOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateSpaceInput added in v1.44.150

type UpdateSpaceInput struct {

	// The ID of the associated Domain.
	//
	// DomainId is a required field
	DomainId *string `type:"string" required:"true"`

	// The name of the space.
	//
	// SpaceName is a required field
	SpaceName *string `type:"string" required:"true"`

	// A collection of space settings.
	SpaceSettings *SpaceSettings `type:"structure"`
	// contains filtered or unexported fields
}

func (UpdateSpaceInput) GoString added in v1.44.150

func (s UpdateSpaceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateSpaceInput) SetDomainId added in v1.44.150

func (s *UpdateSpaceInput) SetDomainId(v string) *UpdateSpaceInput

SetDomainId sets the DomainId field's value.

func (*UpdateSpaceInput) SetSpaceName added in v1.44.150

func (s *UpdateSpaceInput) SetSpaceName(v string) *UpdateSpaceInput

SetSpaceName sets the SpaceName field's value.

func (*UpdateSpaceInput) SetSpaceSettings added in v1.44.150

func (s *UpdateSpaceInput) SetSpaceSettings(v *SpaceSettings) *UpdateSpaceInput

SetSpaceSettings sets the SpaceSettings field's value.

func (UpdateSpaceInput) String added in v1.44.150

func (s UpdateSpaceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateSpaceInput) Validate added in v1.44.150

func (s *UpdateSpaceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateSpaceOutput added in v1.44.150

type UpdateSpaceOutput struct {

	// The space's Amazon Resource Name (ARN).
	SpaceArn *string `type:"string"`
	// contains filtered or unexported fields
}

func (UpdateSpaceOutput) GoString added in v1.44.150

func (s UpdateSpaceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateSpaceOutput) SetSpaceArn added in v1.44.150

func (s *UpdateSpaceOutput) SetSpaceArn(v string) *UpdateSpaceOutput

SetSpaceArn sets the SpaceArn field's value.

func (UpdateSpaceOutput) String added in v1.44.150

func (s UpdateSpaceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateTrainingJobInput added in v1.36.4

type UpdateTrainingJobInput struct {

	// Configuration information for Amazon SageMaker Debugger system monitoring,
	// framework profiling, and storage paths.
	ProfilerConfig *ProfilerConfigForUpdate `type:"structure"`

	// Configuration information for Amazon SageMaker Debugger rules for profiling
	// system and framework metrics.
	ProfilerRuleConfigurations []*ProfilerRuleConfiguration `type:"list"`

	// The training job ResourceConfig to update warm pool retention length.
	ResourceConfig *ResourceConfigForUpdate `type:"structure"`

	// The name of a training job to update the Debugger profiling configuration.
	//
	// TrainingJobName is a required field
	TrainingJobName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateTrainingJobInput) GoString added in v1.36.4

func (s UpdateTrainingJobInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateTrainingJobInput) SetProfilerConfig added in v1.36.4

SetProfilerConfig sets the ProfilerConfig field's value.

func (*UpdateTrainingJobInput) SetProfilerRuleConfigurations added in v1.36.4

func (s *UpdateTrainingJobInput) SetProfilerRuleConfigurations(v []*ProfilerRuleConfiguration) *UpdateTrainingJobInput

SetProfilerRuleConfigurations sets the ProfilerRuleConfigurations field's value.

func (*UpdateTrainingJobInput) SetResourceConfig added in v1.44.108

SetResourceConfig sets the ResourceConfig field's value.

func (*UpdateTrainingJobInput) SetTrainingJobName added in v1.36.4

func (s *UpdateTrainingJobInput) SetTrainingJobName(v string) *UpdateTrainingJobInput

SetTrainingJobName sets the TrainingJobName field's value.

func (UpdateTrainingJobInput) String added in v1.36.4

func (s UpdateTrainingJobInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateTrainingJobInput) Validate added in v1.36.4

func (s *UpdateTrainingJobInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateTrainingJobOutput added in v1.36.4

type UpdateTrainingJobOutput struct {

	// The Amazon Resource Name (ARN) of the training job.
	//
	// TrainingJobArn is a required field
	TrainingJobArn *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateTrainingJobOutput) GoString added in v1.36.4

func (s UpdateTrainingJobOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateTrainingJobOutput) SetTrainingJobArn added in v1.36.4

func (s *UpdateTrainingJobOutput) SetTrainingJobArn(v string) *UpdateTrainingJobOutput

SetTrainingJobArn sets the TrainingJobArn field's value.

func (UpdateTrainingJobOutput) String added in v1.36.4

func (s UpdateTrainingJobOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateTrialComponentInput added in v1.25.47

type UpdateTrialComponentInput struct {

	// The name of the component as displayed. The name doesn't need to be unique.
	// If DisplayName isn't specified, TrialComponentName is displayed.
	DisplayName *string `min:"1" type:"string"`

	// When the component ended.
	EndTime *time.Time `type:"timestamp"`

	// Replaces all of the component's input artifacts with the specified artifacts
	// or adds new input artifacts. Existing input artifacts are replaced if the
	// trial component is updated with an identical input artifact key.
	InputArtifacts map[string]*TrialComponentArtifact `type:"map"`

	// The input artifacts to remove from the component.
	InputArtifactsToRemove []*string `type:"list"`

	// Replaces all of the component's output artifacts with the specified artifacts
	// or adds new output artifacts. Existing output artifacts are replaced if the
	// trial component is updated with an identical output artifact key.
	OutputArtifacts map[string]*TrialComponentArtifact `type:"map"`

	// The output artifacts to remove from the component.
	OutputArtifactsToRemove []*string `type:"list"`

	// Replaces all of the component's hyperparameters with the specified hyperparameters
	// or add new hyperparameters. Existing hyperparameters are replaced if the
	// trial component is updated with an identical hyperparameter key.
	Parameters map[string]*TrialComponentParameterValue `type:"map"`

	// The hyperparameters to remove from the component.
	ParametersToRemove []*string `type:"list"`

	// When the component started.
	StartTime *time.Time `type:"timestamp"`

	// The new status of the component.
	Status *TrialComponentStatus `type:"structure"`

	// The name of the component to update.
	//
	// TrialComponentName is a required field
	TrialComponentName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateTrialComponentInput) GoString added in v1.25.47

func (s UpdateTrialComponentInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateTrialComponentInput) SetDisplayName added in v1.25.47

SetDisplayName sets the DisplayName field's value.

func (*UpdateTrialComponentInput) SetEndTime added in v1.25.47

SetEndTime sets the EndTime field's value.

func (*UpdateTrialComponentInput) SetInputArtifacts added in v1.25.47

SetInputArtifacts sets the InputArtifacts field's value.

func (*UpdateTrialComponentInput) SetInputArtifactsToRemove added in v1.25.47

func (s *UpdateTrialComponentInput) SetInputArtifactsToRemove(v []*string) *UpdateTrialComponentInput

SetInputArtifactsToRemove sets the InputArtifactsToRemove field's value.

func (*UpdateTrialComponentInput) SetOutputArtifacts added in v1.25.47

SetOutputArtifacts sets the OutputArtifacts field's value.

func (*UpdateTrialComponentInput) SetOutputArtifactsToRemove added in v1.25.47

func (s *UpdateTrialComponentInput) SetOutputArtifactsToRemove(v []*string) *UpdateTrialComponentInput

SetOutputArtifactsToRemove sets the OutputArtifactsToRemove field's value.

func (*UpdateTrialComponentInput) SetParameters added in v1.25.47

SetParameters sets the Parameters field's value.

func (*UpdateTrialComponentInput) SetParametersToRemove added in v1.25.47

func (s *UpdateTrialComponentInput) SetParametersToRemove(v []*string) *UpdateTrialComponentInput

SetParametersToRemove sets the ParametersToRemove field's value.

func (*UpdateTrialComponentInput) SetStartTime added in v1.25.47

SetStartTime sets the StartTime field's value.

func (*UpdateTrialComponentInput) SetStatus added in v1.25.47

SetStatus sets the Status field's value.

func (*UpdateTrialComponentInput) SetTrialComponentName added in v1.25.47

func (s *UpdateTrialComponentInput) SetTrialComponentName(v string) *UpdateTrialComponentInput

SetTrialComponentName sets the TrialComponentName field's value.

func (UpdateTrialComponentInput) String added in v1.25.47

func (s UpdateTrialComponentInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateTrialComponentInput) Validate added in v1.25.47

func (s *UpdateTrialComponentInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateTrialComponentOutput added in v1.25.47

type UpdateTrialComponentOutput struct {

	// The Amazon Resource Name (ARN) of the trial component.
	TrialComponentArn *string `type:"string"`
	// contains filtered or unexported fields
}

func (UpdateTrialComponentOutput) GoString added in v1.25.47

func (s UpdateTrialComponentOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateTrialComponentOutput) SetTrialComponentArn added in v1.25.47

func (s *UpdateTrialComponentOutput) SetTrialComponentArn(v string) *UpdateTrialComponentOutput

SetTrialComponentArn sets the TrialComponentArn field's value.

func (UpdateTrialComponentOutput) String added in v1.25.47

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateTrialInput added in v1.25.47

type UpdateTrialInput struct {

	// The name of the trial as displayed. The name doesn't need to be unique. If
	// DisplayName isn't specified, TrialName is displayed.
	DisplayName *string `min:"1" type:"string"`

	// The name of the trial to update.
	//
	// TrialName is a required field
	TrialName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateTrialInput) GoString added in v1.25.47

func (s UpdateTrialInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateTrialInput) SetDisplayName added in v1.25.47

func (s *UpdateTrialInput) SetDisplayName(v string) *UpdateTrialInput

SetDisplayName sets the DisplayName field's value.

func (*UpdateTrialInput) SetTrialName added in v1.25.47

func (s *UpdateTrialInput) SetTrialName(v string) *UpdateTrialInput

SetTrialName sets the TrialName field's value.

func (UpdateTrialInput) String added in v1.25.47

func (s UpdateTrialInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateTrialInput) Validate added in v1.25.47

func (s *UpdateTrialInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateTrialOutput added in v1.25.47

type UpdateTrialOutput struct {

	// The Amazon Resource Name (ARN) of the trial.
	TrialArn *string `type:"string"`
	// contains filtered or unexported fields
}

func (UpdateTrialOutput) GoString added in v1.25.47

func (s UpdateTrialOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateTrialOutput) SetTrialArn added in v1.25.47

func (s *UpdateTrialOutput) SetTrialArn(v string) *UpdateTrialOutput

SetTrialArn sets the TrialArn field's value.

func (UpdateTrialOutput) String added in v1.25.47

func (s UpdateTrialOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateUserProfileInput added in v1.25.47

type UpdateUserProfileInput struct {

	// The domain ID.
	//
	// DomainId is a required field
	DomainId *string `type:"string" required:"true"`

	// The user profile name.
	//
	// UserProfileName is a required field
	UserProfileName *string `type:"string" required:"true"`

	// A collection of settings.
	UserSettings *UserSettings `type:"structure"`
	// contains filtered or unexported fields
}

func (UpdateUserProfileInput) GoString added in v1.25.47

func (s UpdateUserProfileInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateUserProfileInput) SetDomainId added in v1.25.47

SetDomainId sets the DomainId field's value.

func (*UpdateUserProfileInput) SetUserProfileName added in v1.25.47

func (s *UpdateUserProfileInput) SetUserProfileName(v string) *UpdateUserProfileInput

SetUserProfileName sets the UserProfileName field's value.

func (*UpdateUserProfileInput) SetUserSettings added in v1.25.47

SetUserSettings sets the UserSettings field's value.

func (UpdateUserProfileInput) String added in v1.25.47

func (s UpdateUserProfileInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateUserProfileInput) Validate added in v1.25.47

func (s *UpdateUserProfileInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateUserProfileOutput added in v1.25.47

type UpdateUserProfileOutput struct {

	// The user profile Amazon Resource Name (ARN).
	UserProfileArn *string `type:"string"`
	// contains filtered or unexported fields
}

func (UpdateUserProfileOutput) GoString added in v1.25.47

func (s UpdateUserProfileOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateUserProfileOutput) SetUserProfileArn added in v1.25.47

func (s *UpdateUserProfileOutput) SetUserProfileArn(v string) *UpdateUserProfileOutput

SetUserProfileArn sets the UserProfileArn field's value.

func (UpdateUserProfileOutput) String added in v1.25.47

func (s UpdateUserProfileOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateWorkforceInput added in v1.28.4

type UpdateWorkforceInput struct {

	// Use this parameter to update your OIDC Identity Provider (IdP) configuration
	// for a workforce made using your own IdP.
	OidcConfig *OidcConfig `type:"structure"`

	// A list of one to ten worker IP address ranges (CIDRs (https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html))
	// that can be used to access tasks assigned to this workforce.
	//
	// Maximum: Ten CIDR values
	SourceIpConfig *SourceIpConfig `type:"structure"`

	// The name of the private workforce that you want to update. You can find your
	// workforce name by using the ListWorkforces (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ListWorkforces.html)
	// operation.
	//
	// WorkforceName is a required field
	WorkforceName *string `min:"1" type:"string" required:"true"`

	// Use this parameter to update your VPC configuration for a workforce.
	WorkforceVpcConfig *WorkforceVpcConfigRequest `type:"structure"`
	// contains filtered or unexported fields
}

func (UpdateWorkforceInput) GoString added in v1.28.4

func (s UpdateWorkforceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateWorkforceInput) SetOidcConfig added in v1.33.12

SetOidcConfig sets the OidcConfig field's value.

func (*UpdateWorkforceInput) SetSourceIpConfig added in v1.28.4

func (s *UpdateWorkforceInput) SetSourceIpConfig(v *SourceIpConfig) *UpdateWorkforceInput

SetSourceIpConfig sets the SourceIpConfig field's value.

func (*UpdateWorkforceInput) SetWorkforceName added in v1.28.4

func (s *UpdateWorkforceInput) SetWorkforceName(v string) *UpdateWorkforceInput

SetWorkforceName sets the WorkforceName field's value.

func (*UpdateWorkforceInput) SetWorkforceVpcConfig added in v1.44.41

SetWorkforceVpcConfig sets the WorkforceVpcConfig field's value.

func (UpdateWorkforceInput) String added in v1.28.4

func (s UpdateWorkforceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateWorkforceInput) Validate added in v1.28.4

func (s *UpdateWorkforceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateWorkforceOutput added in v1.28.4

type UpdateWorkforceOutput struct {

	// A single private workforce. You can create one private work force in each
	// Amazon Web Services Region. By default, any workforce-related API operation
	// used in a specific region will apply to the workforce created in that region.
	// To learn how to create a private workforce, see Create a Private Workforce
	// (https://docs.aws.amazon.com/sagemaker/latest/dg/sms-workforce-create-private.html).
	//
	// Workforce is a required field
	Workforce *Workforce `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateWorkforceOutput) GoString added in v1.28.4

func (s UpdateWorkforceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateWorkforceOutput) SetWorkforce added in v1.28.4

SetWorkforce sets the Workforce field's value.

func (UpdateWorkforceOutput) String added in v1.28.4

func (s UpdateWorkforceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateWorkteamInput added in v1.15.86

type UpdateWorkteamInput struct {

	// An updated description for the work team.
	Description *string `min:"1" type:"string"`

	// A list of MemberDefinition objects that contains objects that identify the
	// workers that make up the work team.
	//
	// Workforces can be created using Amazon Cognito or your own OIDC Identity
	// Provider (IdP). For private workforces created using Amazon Cognito use CognitoMemberDefinition.
	// For workforces created using your own OIDC identity provider (IdP) use OidcMemberDefinition.
	// You should not provide input for both of these parameters in a single request.
	//
	// For workforces created using Amazon Cognito, private work teams correspond
	// to Amazon Cognito user groups within the user pool used to create a workforce.
	// All of the CognitoMemberDefinition objects that make up the member definition
	// must have the same ClientId and UserPool values. To add a Amazon Cognito
	// user group to an existing worker pool, see Adding groups to a User Pool.
	// For more information about user pools, see Amazon Cognito User Pools (https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools.html).
	//
	// For workforces created using your own OIDC IdP, specify the user groups that
	// you want to include in your private work team in OidcMemberDefinition by
	// listing those groups in Groups. Be aware that user groups that are already
	// in the work team must also be listed in Groups when you make this request
	// to remain on the work team. If you do not include these user groups, they
	// will no longer be associated with the work team you update.
	MemberDefinitions []*MemberDefinition `min:"1" type:"list"`

	// Configures SNS topic notifications for available or expiring work items
	NotificationConfiguration *NotificationConfiguration `type:"structure"`

	// The name of the work team to update.
	//
	// WorkteamName is a required field
	WorkteamName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateWorkteamInput) GoString added in v1.15.86

func (s UpdateWorkteamInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateWorkteamInput) SetDescription added in v1.15.86

func (s *UpdateWorkteamInput) SetDescription(v string) *UpdateWorkteamInput

SetDescription sets the Description field's value.

func (*UpdateWorkteamInput) SetMemberDefinitions added in v1.15.86

func (s *UpdateWorkteamInput) SetMemberDefinitions(v []*MemberDefinition) *UpdateWorkteamInput

SetMemberDefinitions sets the MemberDefinitions field's value.

func (*UpdateWorkteamInput) SetNotificationConfiguration added in v1.19.27

func (s *UpdateWorkteamInput) SetNotificationConfiguration(v *NotificationConfiguration) *UpdateWorkteamInput

SetNotificationConfiguration sets the NotificationConfiguration field's value.

func (*UpdateWorkteamInput) SetWorkteamName added in v1.15.86

func (s *UpdateWorkteamInput) SetWorkteamName(v string) *UpdateWorkteamInput

SetWorkteamName sets the WorkteamName field's value.

func (UpdateWorkteamInput) String added in v1.15.86

func (s UpdateWorkteamInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateWorkteamInput) Validate added in v1.15.86

func (s *UpdateWorkteamInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateWorkteamOutput added in v1.15.86

type UpdateWorkteamOutput struct {

	// A Workteam object that describes the updated work team.
	//
	// Workteam is a required field
	Workteam *Workteam `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateWorkteamOutput) GoString added in v1.15.86

func (s UpdateWorkteamOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateWorkteamOutput) SetWorkteam added in v1.15.86

SetWorkteam sets the Workteam field's value.

func (UpdateWorkteamOutput) String added in v1.15.86

func (s UpdateWorkteamOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UserContext added in v1.25.47

type UserContext struct {

	// The domain associated with the user.
	DomainId *string `type:"string"`

	// The IAM Identity details associated with the user. These details are associated
	// with model package groups, model packages, and project entities only.
	IamIdentity *IamIdentity `type:"structure"`

	// The Amazon Resource Name (ARN) of the user's profile.
	UserProfileArn *string `type:"string"`

	// The name of the user's profile.
	UserProfileName *string `type:"string"`
	// contains filtered or unexported fields
}

Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.

func (UserContext) GoString added in v1.25.47

func (s UserContext) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UserContext) SetDomainId added in v1.25.47

func (s *UserContext) SetDomainId(v string) *UserContext

SetDomainId sets the DomainId field's value.

func (*UserContext) SetIamIdentity added in v1.44.217

func (s *UserContext) SetIamIdentity(v *IamIdentity) *UserContext

SetIamIdentity sets the IamIdentity field's value.

func (*UserContext) SetUserProfileArn added in v1.25.47

func (s *UserContext) SetUserProfileArn(v string) *UserContext

SetUserProfileArn sets the UserProfileArn field's value.

func (*UserContext) SetUserProfileName added in v1.25.47

func (s *UserContext) SetUserProfileName(v string) *UserContext

SetUserProfileName sets the UserProfileName field's value.

func (UserContext) String added in v1.25.47

func (s UserContext) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UserProfileDetails added in v1.25.47

type UserProfileDetails struct {

	// The creation time.
	CreationTime *time.Time `type:"timestamp"`

	// The domain ID.
	DomainId *string `type:"string"`

	// The last modified time.
	LastModifiedTime *time.Time `type:"timestamp"`

	// The status.
	Status *string `type:"string" enum:"UserProfileStatus"`

	// The user profile name.
	UserProfileName *string `type:"string"`
	// contains filtered or unexported fields
}

The user profile details.

func (UserProfileDetails) GoString added in v1.25.47

func (s UserProfileDetails) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UserProfileDetails) SetCreationTime added in v1.25.47

func (s *UserProfileDetails) SetCreationTime(v time.Time) *UserProfileDetails

SetCreationTime sets the CreationTime field's value.

func (*UserProfileDetails) SetDomainId added in v1.25.47

func (s *UserProfileDetails) SetDomainId(v string) *UserProfileDetails

SetDomainId sets the DomainId field's value.

func (*UserProfileDetails) SetLastModifiedTime added in v1.25.47

func (s *UserProfileDetails) SetLastModifiedTime(v time.Time) *UserProfileDetails

SetLastModifiedTime sets the LastModifiedTime field's value.

func (*UserProfileDetails) SetStatus added in v1.25.47

func (s *UserProfileDetails) SetStatus(v string) *UserProfileDetails

SetStatus sets the Status field's value.

func (*UserProfileDetails) SetUserProfileName added in v1.25.47

func (s *UserProfileDetails) SetUserProfileName(v string) *UserProfileDetails

SetUserProfileName sets the UserProfileName field's value.

func (UserProfileDetails) String added in v1.25.47

func (s UserProfileDetails) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UserSettings added in v1.25.47

type UserSettings struct {

	// The Canvas app settings.
	CanvasAppSettings *CanvasAppSettings `type:"structure"`

	// The execution role for the user.
	ExecutionRole *string `min:"20" type:"string"`

	// The Jupyter server's app settings.
	JupyterServerAppSettings *JupyterServerAppSettings `type:"structure"`

	// The kernel gateway app settings.
	KernelGatewayAppSettings *KernelGatewayAppSettings `type:"structure"`

	// A collection of settings that configure the RSessionGateway app.
	RSessionAppSettings *RSessionAppSettings `type:"structure"`

	// A collection of settings that configure user interaction with the RStudioServerPro
	// app.
	RStudioServerProAppSettings *RStudioServerProAppSettings `type:"structure"`

	// The security groups for the Amazon Virtual Private Cloud (VPC) that Studio
	// uses for communication.
	//
	// Optional when the CreateDomain.AppNetworkAccessType parameter is set to PublicInternetOnly.
	//
	// Required when the CreateDomain.AppNetworkAccessType parameter is set to VpcOnly,
	// unless specified as part of the DefaultUserSettings for the domain.
	//
	// Amazon SageMaker adds a security group to allow NFS traffic from SageMaker
	// Studio. Therefore, the number of security groups that you can specify is
	// one less than the maximum number shown.
	SecurityGroups []*string `type:"list"`

	// Specifies options for sharing SageMaker Studio notebooks.
	SharingSettings *SharingSettings `type:"structure"`

	// The TensorBoard app settings.
	TensorBoardAppSettings *TensorBoardAppSettings `type:"structure"`
	// contains filtered or unexported fields
}

A collection of settings that apply to users of Amazon SageMaker Studio. These settings are specified when the CreateUserProfile API is called, and as DefaultUserSettings when the CreateDomain API is called.

SecurityGroups is aggregated when specified in both calls. For all other settings in UserSettings, the values specified in CreateUserProfile take precedence over those specified in CreateDomain.

func (UserSettings) GoString added in v1.25.47

func (s UserSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UserSettings) SetCanvasAppSettings added in v1.44.103

func (s *UserSettings) SetCanvasAppSettings(v *CanvasAppSettings) *UserSettings

SetCanvasAppSettings sets the CanvasAppSettings field's value.

func (*UserSettings) SetExecutionRole added in v1.25.47

func (s *UserSettings) SetExecutionRole(v string) *UserSettings

SetExecutionRole sets the ExecutionRole field's value.

func (*UserSettings) SetJupyterServerAppSettings added in v1.25.47

func (s *UserSettings) SetJupyterServerAppSettings(v *JupyterServerAppSettings) *UserSettings

SetJupyterServerAppSettings sets the JupyterServerAppSettings field's value.

func (*UserSettings) SetKernelGatewayAppSettings added in v1.25.47

func (s *UserSettings) SetKernelGatewayAppSettings(v *KernelGatewayAppSettings) *UserSettings

SetKernelGatewayAppSettings sets the KernelGatewayAppSettings field's value.

func (*UserSettings) SetRSessionAppSettings added in v1.41.13

func (s *UserSettings) SetRSessionAppSettings(v *RSessionAppSettings) *UserSettings

SetRSessionAppSettings sets the RSessionAppSettings field's value.

func (*UserSettings) SetRStudioServerProAppSettings added in v1.41.13

func (s *UserSettings) SetRStudioServerProAppSettings(v *RStudioServerProAppSettings) *UserSettings

SetRStudioServerProAppSettings sets the RStudioServerProAppSettings field's value.

func (*UserSettings) SetSecurityGroups added in v1.25.47

func (s *UserSettings) SetSecurityGroups(v []*string) *UserSettings

SetSecurityGroups sets the SecurityGroups field's value.

func (*UserSettings) SetSharingSettings added in v1.25.47

func (s *UserSettings) SetSharingSettings(v *SharingSettings) *UserSettings

SetSharingSettings sets the SharingSettings field's value.

func (*UserSettings) SetTensorBoardAppSettings added in v1.25.47

func (s *UserSettings) SetTensorBoardAppSettings(v *TensorBoardAppSettings) *UserSettings

SetTensorBoardAppSettings sets the TensorBoardAppSettings field's value.

func (UserSettings) String added in v1.25.47

func (s UserSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UserSettings) Validate added in v1.25.47

func (s *UserSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type VariantProperty added in v1.29.11

type VariantProperty struct {

	// The type of variant property. The supported values are:
	//
	//    * DesiredInstanceCount: Overrides the existing variant instance counts
	//    using the InitialInstanceCount values in the ProductionVariants of CreateEndpointConfig
	//    (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateEndpointConfig.html).
	//
	//    * DesiredWeight: Overrides the existing variant weights using the InitialVariantWeight
	//    values in the ProductionVariants of CreateEndpointConfig (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateEndpointConfig.html).
	//
	//    * DataCaptureConfig: (Not currently supported.)
	//
	// VariantPropertyType is a required field
	VariantPropertyType *string `type:"string" required:"true" enum:"VariantPropertyType"`
	// contains filtered or unexported fields
}

Specifies a production variant property type for an Endpoint.

If you are updating an endpoint with the RetainAllVariantProperties option of UpdateEndpointInput (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_UpdateEndpoint.html) set to true, the VariantProperty objects listed in the ExcludeRetainedVariantProperties parameter of UpdateEndpointInput (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_UpdateEndpoint.html) override the existing variant properties of the endpoint.

func (VariantProperty) GoString added in v1.29.11

func (s VariantProperty) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*VariantProperty) SetVariantPropertyType added in v1.29.11

func (s *VariantProperty) SetVariantPropertyType(v string) *VariantProperty

SetVariantPropertyType sets the VariantPropertyType field's value.

func (VariantProperty) String added in v1.29.11

func (s VariantProperty) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*VariantProperty) Validate added in v1.29.11

func (s *VariantProperty) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Vertex added in v1.42.17

type Vertex struct {

	// The Amazon Resource Name (ARN) of the lineage entity resource.
	Arn *string `type:"string"`

	// The type of resource of the lineage entity.
	LineageType *string `type:"string" enum:"LineageType"`

	// The type of the lineage entity resource. For example: DataSet, Model, Endpoint,
	// etc...
	Type *string `type:"string"`
	// contains filtered or unexported fields
}

A lineage entity connected to the starting entity(ies).

func (Vertex) GoString added in v1.42.17

func (s Vertex) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Vertex) SetArn added in v1.42.17

func (s *Vertex) SetArn(v string) *Vertex

SetArn sets the Arn field's value.

func (*Vertex) SetLineageType added in v1.42.17

func (s *Vertex) SetLineageType(v string) *Vertex

SetLineageType sets the LineageType field's value.

func (*Vertex) SetType added in v1.42.17

func (s *Vertex) SetType(v string) *Vertex

SetType sets the Type field's value.

func (Vertex) String added in v1.42.17

func (s Vertex) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type VpcConfig added in v1.13.39

type VpcConfig struct {

	// The VPC security group IDs, in the form sg-xxxxxxxx. Specify the security
	// groups for the VPC that is specified in the Subnets field.
	//
	// SecurityGroupIds is a required field
	SecurityGroupIds []*string `min:"1" type:"list" required:"true"`

	// The ID of the subnets in the VPC to which you want to connect your training
	// job or model. For information about the availability of specific instance
	// types, see Supported Instance Types and Availability Zones (https://docs.aws.amazon.com/sagemaker/latest/dg/instance-types-az.html).
	//
	// Subnets is a required field
	Subnets []*string `min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

Specifies a VPC that your training jobs and hosted models have access to. Control access to and from your training and model containers by configuring the VPC. For more information, see Protect Endpoints by Using an Amazon Virtual Private Cloud (https://docs.aws.amazon.com/sagemaker/latest/dg/host-vpc.html) and Protect Training Jobs by Using an Amazon Virtual Private Cloud (https://docs.aws.amazon.com/sagemaker/latest/dg/train-vpc.html).

func (VpcConfig) GoString added in v1.13.39

func (s VpcConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*VpcConfig) SetSecurityGroupIds added in v1.13.39

func (s *VpcConfig) SetSecurityGroupIds(v []*string) *VpcConfig

SetSecurityGroupIds sets the SecurityGroupIds field's value.

func (*VpcConfig) SetSubnets added in v1.13.39

func (s *VpcConfig) SetSubnets(v []*string) *VpcConfig

SetSubnets sets the Subnets field's value.

func (VpcConfig) String added in v1.13.39

func (s VpcConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*VpcConfig) Validate added in v1.13.39

func (s *VpcConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type WarmPoolStatus added in v1.44.108

type WarmPoolStatus struct {

	// The billable time in seconds used by the warm pool. Billable time refers
	// to the absolute wall-clock time.
	//
	// Multiply ResourceRetainedBillableTimeInSeconds by the number of instances
	// (InstanceCount) in your training cluster to get the total compute time SageMaker
	// bills you if you run warm pool training. The formula is as follows: ResourceRetainedBillableTimeInSeconds
	// * InstanceCount.
	ResourceRetainedBillableTimeInSeconds *int64 `type:"integer"`

	// The name of the matching training job that reused the warm pool.
	ReusedByJob *string `min:"1" type:"string"`

	// The status of the warm pool.
	//
	//    * InUse: The warm pool is in use for the training job.
	//
	//    * Available: The warm pool is available to reuse for a matching training
	//    job.
	//
	//    * Reused: The warm pool moved to a matching training job for reuse.
	//
	//    * Terminated: The warm pool is no longer available. Warm pools are unavailable
	//    if they are terminated by a user, terminated for a patch update, or terminated
	//    for exceeding the specified KeepAlivePeriodInSeconds.
	//
	// Status is a required field
	Status *string `type:"string" required:"true" enum:"WarmPoolResourceStatus"`
	// contains filtered or unexported fields
}

Status and billing information about the warm pool.

func (WarmPoolStatus) GoString added in v1.44.108

func (s WarmPoolStatus) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*WarmPoolStatus) SetResourceRetainedBillableTimeInSeconds added in v1.44.108

func (s *WarmPoolStatus) SetResourceRetainedBillableTimeInSeconds(v int64) *WarmPoolStatus

SetResourceRetainedBillableTimeInSeconds sets the ResourceRetainedBillableTimeInSeconds field's value.

func (*WarmPoolStatus) SetReusedByJob added in v1.44.108

func (s *WarmPoolStatus) SetReusedByJob(v string) *WarmPoolStatus

SetReusedByJob sets the ReusedByJob field's value.

func (*WarmPoolStatus) SetStatus added in v1.44.108

func (s *WarmPoolStatus) SetStatus(v string) *WarmPoolStatus

SetStatus sets the Status field's value.

func (WarmPoolStatus) String added in v1.44.108

func (s WarmPoolStatus) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Workforce added in v1.28.4

type Workforce struct {

	// The configuration of an Amazon Cognito workforce. A single Cognito workforce
	// is created using and corresponds to a single Amazon Cognito user pool (https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools.html).
	CognitoConfig *CognitoConfig `type:"structure"`

	// The date that the workforce is created.
	CreateDate *time.Time `type:"timestamp"`

	// The reason your workforce failed.
	FailureReason *string `min:"1" type:"string"`

	// The most recent date that UpdateWorkforce (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_UpdateWorkforce.html)
	// was used to successfully add one or more IP address ranges (CIDRs (https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html))
	// to a private workforce's allow list.
	LastUpdatedDate *time.Time `type:"timestamp"`

	// The configuration of an OIDC Identity Provider (IdP) private workforce.
	OidcConfig *OidcConfigForResponse `type:"structure"`

	// A list of one to ten IP address ranges (CIDRs (https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html))
	// to be added to the workforce allow list. By default, a workforce isn't restricted
	// to specific IP addresses.
	SourceIpConfig *SourceIpConfig `type:"structure"`

	// The status of your workforce.
	Status *string `type:"string" enum:"WorkforceStatus"`

	// The subdomain for your OIDC Identity Provider.
	SubDomain *string `type:"string"`

	// The Amazon Resource Name (ARN) of the private workforce.
	//
	// WorkforceArn is a required field
	WorkforceArn *string `type:"string" required:"true"`

	// The name of the private workforce.
	//
	// WorkforceName is a required field
	WorkforceName *string `min:"1" type:"string" required:"true"`

	// The configuration of a VPC workforce.
	WorkforceVpcConfig *WorkforceVpcConfigResponse `type:"structure"`
	// contains filtered or unexported fields
}

A single private workforce, which is automatically created when you create your first private work team. You can create one private work force in each Amazon Web Services Region. By default, any workforce-related API operation used in a specific region will apply to the workforce created in that region. To learn how to create a private workforce, see Create a Private Workforce (https://docs.aws.amazon.com/sagemaker/latest/dg/sms-workforce-create-private.html).

func (Workforce) GoString added in v1.28.4

func (s Workforce) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Workforce) SetCognitoConfig added in v1.33.12

func (s *Workforce) SetCognitoConfig(v *CognitoConfig) *Workforce

SetCognitoConfig sets the CognitoConfig field's value.

func (*Workforce) SetCreateDate added in v1.33.12

func (s *Workforce) SetCreateDate(v time.Time) *Workforce

SetCreateDate sets the CreateDate field's value.

func (*Workforce) SetFailureReason added in v1.44.41

func (s *Workforce) SetFailureReason(v string) *Workforce

SetFailureReason sets the FailureReason field's value.

func (*Workforce) SetLastUpdatedDate added in v1.28.4

func (s *Workforce) SetLastUpdatedDate(v time.Time) *Workforce

SetLastUpdatedDate sets the LastUpdatedDate field's value.

func (*Workforce) SetOidcConfig added in v1.33.12

func (s *Workforce) SetOidcConfig(v *OidcConfigForResponse) *Workforce

SetOidcConfig sets the OidcConfig field's value.

func (*Workforce) SetSourceIpConfig added in v1.28.4

func (s *Workforce) SetSourceIpConfig(v *SourceIpConfig) *Workforce

SetSourceIpConfig sets the SourceIpConfig field's value.

func (*Workforce) SetStatus added in v1.44.41

func (s *Workforce) SetStatus(v string) *Workforce

SetStatus sets the Status field's value.

func (*Workforce) SetSubDomain added in v1.33.12

func (s *Workforce) SetSubDomain(v string) *Workforce

SetSubDomain sets the SubDomain field's value.

func (*Workforce) SetWorkforceArn added in v1.28.4

func (s *Workforce) SetWorkforceArn(v string) *Workforce

SetWorkforceArn sets the WorkforceArn field's value.

func (*Workforce) SetWorkforceName added in v1.28.4

func (s *Workforce) SetWorkforceName(v string) *Workforce

SetWorkforceName sets the WorkforceName field's value.

func (*Workforce) SetWorkforceVpcConfig added in v1.44.41

func (s *Workforce) SetWorkforceVpcConfig(v *WorkforceVpcConfigResponse) *Workforce

SetWorkforceVpcConfig sets the WorkforceVpcConfig field's value.

func (Workforce) String added in v1.28.4

func (s Workforce) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type WorkforceVpcConfigRequest added in v1.44.41

type WorkforceVpcConfigRequest struct {

	// The VPC security group IDs, in the form sg-xxxxxxxx. The security groups
	// must be for the same VPC as specified in the subnet.
	SecurityGroupIds []*string `min:"1" type:"list"`

	// The ID of the subnets in the VPC that you want to connect.
	Subnets []*string `min:"1" type:"list"`

	// The ID of the VPC that the workforce uses for communication.
	VpcId *string `type:"string"`
	// contains filtered or unexported fields
}

The VPC object you use to create or update a workforce.

func (WorkforceVpcConfigRequest) GoString added in v1.44.41

func (s WorkforceVpcConfigRequest) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*WorkforceVpcConfigRequest) SetSecurityGroupIds added in v1.44.41

func (s *WorkforceVpcConfigRequest) SetSecurityGroupIds(v []*string) *WorkforceVpcConfigRequest

SetSecurityGroupIds sets the SecurityGroupIds field's value.

func (*WorkforceVpcConfigRequest) SetSubnets added in v1.44.41

SetSubnets sets the Subnets field's value.

func (*WorkforceVpcConfigRequest) SetVpcId added in v1.44.41

SetVpcId sets the VpcId field's value.

func (WorkforceVpcConfigRequest) String added in v1.44.41

func (s WorkforceVpcConfigRequest) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*WorkforceVpcConfigRequest) Validate added in v1.44.41

func (s *WorkforceVpcConfigRequest) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type WorkforceVpcConfigResponse added in v1.44.41

type WorkforceVpcConfigResponse struct {

	// The VPC security group IDs, in the form sg-xxxxxxxx. The security groups
	// must be for the same VPC as specified in the subnet.
	//
	// SecurityGroupIds is a required field
	SecurityGroupIds []*string `min:"1" type:"list" required:"true"`

	// The ID of the subnets in the VPC that you want to connect.
	//
	// Subnets is a required field
	Subnets []*string `min:"1" type:"list" required:"true"`

	// The IDs for the VPC service endpoints of your VPC workforce when it is created
	// and updated.
	VpcEndpointId *string `min:"1" type:"string"`

	// The ID of the VPC that the workforce uses for communication.
	//
	// VpcId is a required field
	VpcId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

A VpcConfig object that specifies the VPC that you want your workforce to connect to.

func (WorkforceVpcConfigResponse) GoString added in v1.44.41

func (s WorkforceVpcConfigResponse) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*WorkforceVpcConfigResponse) SetSecurityGroupIds added in v1.44.41

func (s *WorkforceVpcConfigResponse) SetSecurityGroupIds(v []*string) *WorkforceVpcConfigResponse

SetSecurityGroupIds sets the SecurityGroupIds field's value.

func (*WorkforceVpcConfigResponse) SetSubnets added in v1.44.41

SetSubnets sets the Subnets field's value.

func (*WorkforceVpcConfigResponse) SetVpcEndpointId added in v1.44.41

SetVpcEndpointId sets the VpcEndpointId field's value.

func (*WorkforceVpcConfigResponse) SetVpcId added in v1.44.41

SetVpcId sets the VpcId field's value.

func (WorkforceVpcConfigResponse) String added in v1.44.41

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type WorkspaceSettings added in v1.44.300

type WorkspaceSettings struct {

	// The Amazon S3 bucket used to store artifacts generated by Canvas. Updating
	// the Amazon S3 location impacts existing configuration settings, and Canvas
	// users no longer have access to their artifacts. Canvas users must log out
	// and log back in to apply the new location.
	S3ArtifactPath *string `type:"string"`

	// The Amazon Web Services Key Management Service (KMS) encryption key ID that
	// is used to encrypt artifacts generated by Canvas in the Amazon S3 bucket.
	S3KmsKeyId *string `type:"string"`
	// contains filtered or unexported fields
}

The workspace settings for the SageMaker Canvas application.

func (WorkspaceSettings) GoString added in v1.44.300

func (s WorkspaceSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*WorkspaceSettings) SetS3ArtifactPath added in v1.44.300

func (s *WorkspaceSettings) SetS3ArtifactPath(v string) *WorkspaceSettings

SetS3ArtifactPath sets the S3ArtifactPath field's value.

func (*WorkspaceSettings) SetS3KmsKeyId added in v1.44.300

func (s *WorkspaceSettings) SetS3KmsKeyId(v string) *WorkspaceSettings

SetS3KmsKeyId sets the S3KmsKeyId field's value.

func (WorkspaceSettings) String added in v1.44.300

func (s WorkspaceSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Workteam added in v1.15.86

type Workteam struct {

	// The date and time that the work team was created (timestamp).
	CreateDate *time.Time `type:"timestamp"`

	// A description of the work team.
	//
	// Description is a required field
	Description *string `min:"1" type:"string" required:"true"`

	// The date and time that the work team was last updated (timestamp).
	LastUpdatedDate *time.Time `type:"timestamp"`

	// A list of MemberDefinition objects that contains objects that identify the
	// workers that make up the work team.
	//
	// Workforces can be created using Amazon Cognito or your own OIDC Identity
	// Provider (IdP). For private workforces created using Amazon Cognito use CognitoMemberDefinition.
	// For workforces created using your own OIDC identity provider (IdP) use OidcMemberDefinition.
	//
	// MemberDefinitions is a required field
	MemberDefinitions []*MemberDefinition `min:"1" type:"list" required:"true"`

	// Configures SNS notifications of available or expiring work items for work
	// teams.
	NotificationConfiguration *NotificationConfiguration `type:"structure"`

	// The Amazon Marketplace identifier for a vendor's work team.
	ProductListingIds []*string `type:"list"`

	// The URI of the labeling job's user interface. Workers open this URI to start
	// labeling your data objects.
	SubDomain *string `type:"string"`

	// The Amazon Resource Name (ARN) of the workforce.
	WorkforceArn *string `type:"string"`

	// The Amazon Resource Name (ARN) that identifies the work team.
	//
	// WorkteamArn is a required field
	WorkteamArn *string `type:"string" required:"true"`

	// The name of the work team.
	//
	// WorkteamName is a required field
	WorkteamName *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Provides details about a labeling work team.

func (Workteam) GoString added in v1.15.86

func (s Workteam) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Workteam) SetCreateDate added in v1.15.86

func (s *Workteam) SetCreateDate(v time.Time) *Workteam

SetCreateDate sets the CreateDate field's value.

func (*Workteam) SetDescription added in v1.15.86

func (s *Workteam) SetDescription(v string) *Workteam

SetDescription sets the Description field's value.

func (*Workteam) SetLastUpdatedDate added in v1.15.86

func (s *Workteam) SetLastUpdatedDate(v time.Time) *Workteam

SetLastUpdatedDate sets the LastUpdatedDate field's value.

func (*Workteam) SetMemberDefinitions added in v1.15.86

func (s *Workteam) SetMemberDefinitions(v []*MemberDefinition) *Workteam

SetMemberDefinitions sets the MemberDefinitions field's value.

func (*Workteam) SetNotificationConfiguration added in v1.19.27

func (s *Workteam) SetNotificationConfiguration(v *NotificationConfiguration) *Workteam

SetNotificationConfiguration sets the NotificationConfiguration field's value.

func (*Workteam) SetProductListingIds added in v1.15.86

func (s *Workteam) SetProductListingIds(v []*string) *Workteam

SetProductListingIds sets the ProductListingIds field's value.

func (*Workteam) SetSubDomain added in v1.15.86

func (s *Workteam) SetSubDomain(v string) *Workteam

SetSubDomain sets the SubDomain field's value.

func (*Workteam) SetWorkforceArn added in v1.33.12

func (s *Workteam) SetWorkforceArn(v string) *Workteam

SetWorkforceArn sets the WorkforceArn field's value.

func (*Workteam) SetWorkteamArn added in v1.15.86

func (s *Workteam) SetWorkteamArn(v string) *Workteam

SetWorkteamArn sets the WorkteamArn field's value.

func (*Workteam) SetWorkteamName added in v1.15.86

func (s *Workteam) SetWorkteamName(v string) *Workteam

SetWorkteamName sets the WorkteamName field's value.

func (Workteam) String added in v1.15.86

func (s Workteam) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

Directories

Path Synopsis
Package sagemakeriface provides an interface to enable mocking the Amazon SageMaker Service service client for testing your code.
Package sagemakeriface provides an interface to enable mocking the Amazon SageMaker Service service client for testing your code.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL