GetEnvironmentResult

data class GetEnvironmentResult(val awsAccountId: String? = null, val dedicatedServiceAccountId: String? = null, val description: String? = null, val environmentArn: String? = null, val environmentId: String? = null, val environmentUrl: String? = null, val federationMode: EnvironmentFederationMode? = null, val name: String? = null, val sageMakerStudioDomainUrl: String? = null, val status: EnvironmentStatus? = null)

Constructors

Link copied to clipboard
constructor(awsAccountId: String? = null, dedicatedServiceAccountId: String? = null, description: String? = null, environmentArn: String? = null, environmentId: String? = null, environmentUrl: String? = null, federationMode: EnvironmentFederationMode? = null, name: String? = null, sageMakerStudioDomainUrl: String? = null, status: EnvironmentStatus? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val awsAccountId: String? = null

AWS account ID associated with the Environment

Link copied to clipboard

ID for FinSpace created account used to store Environment artifacts

Link copied to clipboard
val description: String? = null

Description of the Environment

Link copied to clipboard
val environmentArn: String? = null

ARN of the Environment

Link copied to clipboard
val environmentId: String? = null

Unique identifier for representing FinSpace Environment

Link copied to clipboard
val environmentUrl: String? = null

URL used to login to the Environment

Link copied to clipboard

Federation mode used with the Environment

Link copied to clipboard
val name: String? = null

Name of the Environment

Link copied to clipboard

SageMaker Studio Domain URL associated with the Environment

Link copied to clipboard

State of the Environment