Class: Aws::CleanRoomsML::Types::GetAudienceModelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::GetAudienceModelResponse
- Defined in:
- gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#audience_model_arn ⇒ String
The Amazon Resource Name (ARN) of the audience model.
-
#create_time ⇒ Time
The time at which the audience model was created.
-
#description ⇒ String
The description of the audience model.
-
#kms_key_arn ⇒ String
The KMS key ARN used for the audience model.
-
#name ⇒ String
The name of the audience model.
-
#status ⇒ String
The status of the audience model.
-
#status_details ⇒ Types::StatusDetails
Details about the status of the audience model.
-
#tags ⇒ Hash<String,String>
The tags that are assigned to the audience model.
-
#training_data_end_time ⇒ Time
The end date specified for the training window.
-
#training_data_start_time ⇒ Time
The start date specified for the training window.
-
#training_dataset_arn ⇒ String
The Amazon Resource Name (ARN) of the training dataset that was used for this audience model.
-
#update_time ⇒ Time
The most recent time at which the audience model was updated.
Instance Attribute Details
#audience_model_arn ⇒ String
The Amazon Resource Name (ARN) of the audience model.
2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 2114 class GetAudienceModelResponse < Struct.new( :create_time, :update_time, :training_data_start_time, :training_data_end_time, :audience_model_arn, :name, :training_dataset_arn, :status, :status_details, :kms_key_arn, :tags, :description) SENSITIVE = [] include Aws::Structure end |
#create_time ⇒ Time
The time at which the audience model was created.
2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 2114 class GetAudienceModelResponse < Struct.new( :create_time, :update_time, :training_data_start_time, :training_data_end_time, :audience_model_arn, :name, :training_dataset_arn, :status, :status_details, :kms_key_arn, :tags, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the audience model.
2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 2114 class GetAudienceModelResponse < Struct.new( :create_time, :update_time, :training_data_start_time, :training_data_end_time, :audience_model_arn, :name, :training_dataset_arn, :status, :status_details, :kms_key_arn, :tags, :description) SENSITIVE = [] include Aws::Structure end |
#kms_key_arn ⇒ String
The KMS key ARN used for the audience model.
2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 2114 class GetAudienceModelResponse < Struct.new( :create_time, :update_time, :training_data_start_time, :training_data_end_time, :audience_model_arn, :name, :training_dataset_arn, :status, :status_details, :kms_key_arn, :tags, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the audience model.
2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 2114 class GetAudienceModelResponse < Struct.new( :create_time, :update_time, :training_data_start_time, :training_data_end_time, :audience_model_arn, :name, :training_dataset_arn, :status, :status_details, :kms_key_arn, :tags, :description) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the audience model.
2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 2114 class GetAudienceModelResponse < Struct.new( :create_time, :update_time, :training_data_start_time, :training_data_end_time, :audience_model_arn, :name, :training_dataset_arn, :status, :status_details, :kms_key_arn, :tags, :description) SENSITIVE = [] include Aws::Structure end |
#status_details ⇒ Types::StatusDetails
Details about the status of the audience model.
2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 2114 class GetAudienceModelResponse < Struct.new( :create_time, :update_time, :training_data_start_time, :training_data_end_time, :audience_model_arn, :name, :training_dataset_arn, :status, :status_details, :kms_key_arn, :tags, :description) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags that are assigned to the audience model.
2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 2114 class GetAudienceModelResponse < Struct.new( :create_time, :update_time, :training_data_start_time, :training_data_end_time, :audience_model_arn, :name, :training_dataset_arn, :status, :status_details, :kms_key_arn, :tags, :description) SENSITIVE = [] include Aws::Structure end |
#training_data_end_time ⇒ Time
The end date specified for the training window.
2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 2114 class GetAudienceModelResponse < Struct.new( :create_time, :update_time, :training_data_start_time, :training_data_end_time, :audience_model_arn, :name, :training_dataset_arn, :status, :status_details, :kms_key_arn, :tags, :description) SENSITIVE = [] include Aws::Structure end |
#training_data_start_time ⇒ Time
The start date specified for the training window.
2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 2114 class GetAudienceModelResponse < Struct.new( :create_time, :update_time, :training_data_start_time, :training_data_end_time, :audience_model_arn, :name, :training_dataset_arn, :status, :status_details, :kms_key_arn, :tags, :description) SENSITIVE = [] include Aws::Structure end |
#training_dataset_arn ⇒ String
The Amazon Resource Name (ARN) of the training dataset that was used for this audience model.
2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 2114 class GetAudienceModelResponse < Struct.new( :create_time, :update_time, :training_data_start_time, :training_data_end_time, :audience_model_arn, :name, :training_dataset_arn, :status, :status_details, :kms_key_arn, :tags, :description) SENSITIVE = [] include Aws::Structure end |
#update_time ⇒ Time
The most recent time at which the audience model was updated.
2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 2114 class GetAudienceModelResponse < Struct.new( :create_time, :update_time, :training_data_start_time, :training_data_end_time, :audience_model_arn, :name, :training_dataset_arn, :status, :status_details, :kms_key_arn, :tags, :description) SENSITIVE = [] include Aws::Structure end |