Class: Aws::Types::TrackingServerSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


11383
11384
11385
# File 'sig/types.rbs', line 11383

def creation_time
  @creation_time
end

#is_active"Active", "Inactive"

Returns the value of attribute is_active.

Returns:

  • ("Active", "Inactive")


11386
11387
11388
# File 'sig/types.rbs', line 11386

def is_active
  @is_active
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


11384
11385
11386
# File 'sig/types.rbs', line 11384

def last_modified_time
  @last_modified_time
end

#mlflow_version::String

Returns the value of attribute mlflow_version.

Returns:

  • (::String)


11387
11388
11389
# File 'sig/types.rbs', line 11387

def mlflow_version
  @mlflow_version
end

#tracking_server_arn::String

Returns the value of attribute tracking_server_arn.

Returns:

  • (::String)


11381
11382
11383
# File 'sig/types.rbs', line 11381

def tracking_server_arn
  @tracking_server_arn
end

#tracking_server_name::String

Returns the value of attribute tracking_server_name.

Returns:

  • (::String)


11382
11383
11384
# File 'sig/types.rbs', line 11382

def tracking_server_name
  @tracking_server_name
end

#tracking_server_status"Creating", ...

Returns the value of attribute tracking_server_status.

Returns:

  • ("Creating", "Created", "CreateFailed", "Updating", "Updated", "UpdateFailed", "Deleting", "DeleteFailed", "Stopping", "Stopped", "StopFailed", "Starting", "Started", "StartFailed", "MaintenanceInProgress", "MaintenanceComplete", "MaintenanceFailed")


11385
11386
11387
# File 'sig/types.rbs', line 11385

def tracking_server_status
  @tracking_server_status
end