Show / Hide Table of Contents

Class CfnTransformJobPropsMixin.ExperimentConfigProperty

Associates a SageMaker job as a trial component with an experiment and trial.

Inheritance
object
CfnTransformJobPropsMixin.ExperimentConfigProperty
Implements
CfnTransformJobPropsMixin.IExperimentConfigProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.SageMaker
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnTransformJobPropsMixin.ExperimentConfigProperty : CfnTransformJobPropsMixin.IExperimentConfigProperty
Syntax (vb)
Public Class CfnTransformJobPropsMixin.ExperimentConfigProperty Implements CfnTransformJobPropsMixin.IExperimentConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-transformjob-experimentconfig.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.SageMaker;

             var experimentConfigProperty = new ExperimentConfigProperty {
                 ExperimentName = "experimentName",
                 TrialComponentDisplayName = "trialComponentDisplayName",
                 TrialName = "trialName"
             };

Synopsis

Constructors

ExperimentConfigProperty()

Associates a SageMaker job as a trial component with an experiment and trial.

Properties

ExperimentName

The name of an existing experiment to associate with the trial component.

TrialComponentDisplayName

The display name for the trial component.

TrialName

The name of an existing trial to associate the trial component with.

Constructors

ExperimentConfigProperty()

Associates a SageMaker job as a trial component with an experiment and trial.

public ExperimentConfigProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-transformjob-experimentconfig.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.SageMaker;

             var experimentConfigProperty = new ExperimentConfigProperty {
                 ExperimentName = "experimentName",
                 TrialComponentDisplayName = "trialComponentDisplayName",
                 TrialName = "trialName"
             };

Properties

ExperimentName

The name of an existing experiment to associate with the trial component.

public string? ExperimentName { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-transformjob-experimentconfig.html#cfn-sagemaker-transformjob-experimentconfig-experimentname

TrialComponentDisplayName

The display name for the trial component.

public string? TrialComponentDisplayName { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-transformjob-experimentconfig.html#cfn-sagemaker-transformjob-experimentconfig-trialcomponentdisplayname

TrialName

The name of an existing trial to associate the trial component with.

public string? TrialName { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-transformjob-experimentconfig.html#cfn-sagemaker-transformjob-experimentconfig-trialname

Implements

CfnTransformJobPropsMixin.IExperimentConfigProperty
Back to top Generated by DocFX