Class: Aws::CleanRoomsML::Types::GetAudienceModelResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#audience_model_arnString

The Amazon Resource Name (ARN) of the audience model.

Returns:

  • (String)


980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 980

class GetAudienceModelResponse < Struct.new(
  :audience_model_arn,
  :create_time,
  :description,
  :kms_key_arn,
  :name,
  :status,
  :status_details,
  :tags,
  :training_data_end_time,
  :training_data_start_time,
  :training_dataset_arn,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#create_timeTime

The time at which the audience model was created.

Returns:

  • (Time)


980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 980

class GetAudienceModelResponse < Struct.new(
  :audience_model_arn,
  :create_time,
  :description,
  :kms_key_arn,
  :name,
  :status,
  :status_details,
  :tags,
  :training_data_end_time,
  :training_data_start_time,
  :training_dataset_arn,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the audience model.

Returns:

  • (String)


980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 980

class GetAudienceModelResponse < Struct.new(
  :audience_model_arn,
  :create_time,
  :description,
  :kms_key_arn,
  :name,
  :status,
  :status_details,
  :tags,
  :training_data_end_time,
  :training_data_start_time,
  :training_dataset_arn,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_arnString

The KMS key ARN used for the audience model.

Returns:

  • (String)


980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 980

class GetAudienceModelResponse < Struct.new(
  :audience_model_arn,
  :create_time,
  :description,
  :kms_key_arn,
  :name,
  :status,
  :status_details,
  :tags,
  :training_data_end_time,
  :training_data_start_time,
  :training_dataset_arn,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the audience model.

Returns:

  • (String)


980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 980

class GetAudienceModelResponse < Struct.new(
  :audience_model_arn,
  :create_time,
  :description,
  :kms_key_arn,
  :name,
  :status,
  :status_details,
  :tags,
  :training_data_end_time,
  :training_data_start_time,
  :training_dataset_arn,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the audience model.

Returns:

  • (String)


980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 980

class GetAudienceModelResponse < Struct.new(
  :audience_model_arn,
  :create_time,
  :description,
  :kms_key_arn,
  :name,
  :status,
  :status_details,
  :tags,
  :training_data_end_time,
  :training_data_start_time,
  :training_dataset_arn,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#status_detailsTypes::StatusDetails

Details about the status of the audience model.



980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 980

class GetAudienceModelResponse < Struct.new(
  :audience_model_arn,
  :create_time,
  :description,
  :kms_key_arn,
  :name,
  :status,
  :status_details,
  :tags,
  :training_data_end_time,
  :training_data_start_time,
  :training_dataset_arn,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags that are assigned to the audience model.

Returns:

  • (Hash<String,String>)


980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 980

class GetAudienceModelResponse < Struct.new(
  :audience_model_arn,
  :create_time,
  :description,
  :kms_key_arn,
  :name,
  :status,
  :status_details,
  :tags,
  :training_data_end_time,
  :training_data_start_time,
  :training_dataset_arn,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#training_data_end_timeTime

The end date specified for the training window.

Returns:

  • (Time)


980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 980

class GetAudienceModelResponse < Struct.new(
  :audience_model_arn,
  :create_time,
  :description,
  :kms_key_arn,
  :name,
  :status,
  :status_details,
  :tags,
  :training_data_end_time,
  :training_data_start_time,
  :training_dataset_arn,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#training_data_start_timeTime

The start date specified for the training window.

Returns:

  • (Time)


980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 980

class GetAudienceModelResponse < Struct.new(
  :audience_model_arn,
  :create_time,
  :description,
  :kms_key_arn,
  :name,
  :status,
  :status_details,
  :tags,
  :training_data_end_time,
  :training_data_start_time,
  :training_dataset_arn,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#training_dataset_arnString

The Amazon Resource Name (ARN) of the training dataset that was used for this audience model.

Returns:

  • (String)


980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 980

class GetAudienceModelResponse < Struct.new(
  :audience_model_arn,
  :create_time,
  :description,
  :kms_key_arn,
  :name,
  :status,
  :status_details,
  :tags,
  :training_data_end_time,
  :training_data_start_time,
  :training_dataset_arn,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#update_timeTime

The most recent time at which the audience model was updated.

Returns:

  • (Time)


980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 980

class GetAudienceModelResponse < Struct.new(
  :audience_model_arn,
  :create_time,
  :description,
  :kms_key_arn,
  :name,
  :status,
  :status_details,
  :tags,
  :training_data_end_time,
  :training_data_start_time,
  :training_dataset_arn,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end